﻿/* Force default behavior for content inside of the main section */
td#main p
{
    padding-bottom: 7px;
}

td#main ul { padding-bottom: 7px; }
td#main ul li
{
    line-height: 1.2em;
    padding-left: 12px;
}

td#main hr
{
    margin: 20px 0;
    background-color: #ff9900;
    color: #ff9900; /* Does not validate, but needed for some browsers*/
    border: 0;
    height: 3px;
}

td#main pre
{
    font: inherit;
    padding: 0;
    margin: 0;
}

/* Site Wide */
.emphasized
{
    font-weight: bold;
}

.nospace
{
    margin: 0;
    padding: 0;
}

.inline
{
    display:inline;
    
}

h2 { font-weight: bold; font-size: 1.2em; }
h2.emphasized { color: #333333; }
h2.highlighted1 { color: #ff9900; }
h2.highlighted2 { color: #4a8bc5; }

h2.sectionHeader
{
    /*background-image: url('images/upcoming_bullet.gif');
    background-position: center left; 
    background-repeat: no-repeat; */
    color: #003366;
    /* padding-left: 15px; */
    font-size: 1.3em;
}

/* About */

div#managerQualities, div#employeeQualities
{
    float: right;
    padding-left: 15px;
    padding-right: 30px;
    border-left: solid 1px #000;
    margin-left: 20px;
    font-weight: bold;
    font-size: 1.1em;
    width: 120px;    
    
}


div#managerQualities p { color: #003366; padding: 0; margin: 0;}
div#employeeQualities p { color: #4a8bc5; padding: 0; margin: 0; }

.quoteAuthor
{  
    display: block;
    text-align: right;
    font-weight: bold;
    padding-top: 4px;
}

/* Key Personnel, Recruiting Events */

h3.personName, h3.personTitle, h3.eventDate, h3.eventTitle
{
    display: inline;
    margin: 0;
    padding: 0;
}

h3.personName, h3.eventDate { color: #4a8bc5; font-weight: bold; }
h3.personTitle, h3.eventTitle { font-weight: bold; }

div#people p
{
    padding-top: 0;
    margin-top: 2px;
}

/* Recruiting Events */

div.recruitingEvent
{
 padding-bottom: 10px;}
 
 /* Contact */
 
 col.who, col.title { width: 150px; }
 col.nums { width: 110px; }
 
 /* Directions */
 
 div#map { vertical-align: middle; text-align: center;}
 
 /* Index */
 
 div#left
 {
    float: left;
    width: 48%;
 }
 
 div#right
 {
    float: right;
    width: 48%
 }
 
 table.employmentMain
 {
    background-color: #abcceb;
 }
 
 table.employmentFrame
 {
    /* Taken from LightMix */
    background-color: #d6ebff; 
    border: #99c2d6;   
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
 }
 
 .employmentTitle
{
    /* Taken from LightMix */
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #006699;
    text-align: center;
    padding-bottom: 12px;
}

 div.formTable
 {
    margin-bottom: 20px;
 }
 

 
 img#people
 {
    float: left;
    margin-right: 5px;
 }
 
 div#x hr.nospace { margin: 2px 0 0 0; padding: 0; }
 
 /* Careers - One Source */
 
 #col1 { width: 200px; }
 
 /* Job Search and Job Results */
 


 .jobsearch {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #006699}

 .jobresultsheader {
	background-color: #185086;
	border: #99c2d6;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.jobresultsrow1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #DBE8F4;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid #185086;
	border-right: 1px solid #185086;
	border-bottom: 1px solid #185086;
	border-left: 1px solid #185086;
}

.jobresultsrow2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F7FAFD;
	margin: 10px;
	padding: 10px;
	border-top: 0px solid #185086;
	border-right: 0px solid #185086;
	border-bottom: 0px solid #185086;
	border-left: 0px solid #185086;
}

.applicationHeader
{
    text-align:center;
     color: #b04b00;
     font-size: 11pt
}

.bigtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #4B8DC7;
	text-align:center;
}

/* Application form */

div#applicationForm { width: 600px; }
div#applicationForm fieldset { padding: 0 1em 1em 1em; }
div#applicationForm legend { padding: 1em; }
div#applicationForm label { margin-right: 7px; float: left; width: 90px; }
div#applicationForm div { padding-bottom: 7px; }
div#applicationForm label.required { font-weight: bold; }
div#applicationForm input { margin-right: 7px; }