/*** this file gets loaded into the tiny mce editor, and the front end.
put anything you want to look the same in both in this file ***/
/*
h1,h2,h3,h4,h5,h6,p{margin:0; padding:0;}

body {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size:16px;
	color: #555;
	background-color:#fff;
}

a
{
	text-decoration:none;
	font-weight:bold;
}


h1,h2,h3,h4,h5,h6
{
	clear:both;
	font-weight:bold;
	font-family:'Open Sans', Arial;
}
/*** font sizes - easier to keep consistent if kept here ***
h1 {	font-size:30px; padding: 0px 0 20px;  line-height:36px;     font-weight:bold; }
h2 {	font-size:23px; padding: 10px 0 10px; line-height: 31px;    font-weight:normal; }
h3{     font-size:18px; padding: 15px 0 10px; line-height:27px;     font-weight:bold;}
h4,h5,h6{     font-size:16px; padding: 15px 0 10px; }

p,ul,ol
{
    color:#7c7c7c;
	font-size:16px;
	line-height: 24px;
}

p{	margin-bottom:10px; }

ul,ol
{
    padding: 0 0 0 20px;
    margin:0 0 20px 0;
}

.icon_pdf
{
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding-left:35px;
    background-image: url(/AppImages/icon_pdf.png);
    background-position: left top;
    min-height:35px;
    background-repeat: no-repeat;
    color:#7c7c7c;
    font-size:16px;
    font-weight: bold;
}
.icon_pdf em
{
    font-size:12px;
	color:#000;
	font-style: normal;
}
.icon_pdf:hover
{
    opacity:0.8;
}

hr
{
    float: left;
    width: 100%;
    height: 0px;
    color: #d9d9d9;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-bottom: 0px;
    padding:0;
    margin: 10px 0 20px;
}*/
blockquote
{
    padding:0 45px;
    margin:30px;
    background-image:url(/AppImages/quote_start.png), url(/AppImages/quote_end.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
}
blockquote,
blockquote p
{
    font-size:23px;
    font-style:italic;
    line-height:31px;
    border-left: 0 !important;
}
table.mceItemTable
{
    width: 100%;
}
a.careerspotbutton {
	clear: both;
	width: 100%;
	display: inline-block;
}