@charset "utf-8";
/* CSS Document */
/* 
@import url("ie_cc.css");
*/
/* COMMON */

body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #484748 url(images/bkg.jpg) no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
h1, h2, h3, h4, h5 {
	font-family: trebuchet ms, verdana, arial, tahoma, sans-serif;
	font-weight:normal;
	letter-spacing:.005em;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.75em;
	color: #FC5503;
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.55em;
	color: #51796A;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
h4 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #00508C;
}
/*img, div { 
	behavior: url(iepngfix.htc) 
}*/
#footer { 
	behavior: url(iepngfix.htc) 
}
img { 
	behavior: url(iepngfix.htc) 
}
a:link {
	color: #527a6b;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #527a6b;
	text-decoration: none;
}
a:hover {
	color: #406054;
	text-decoration: underline;
}
a img {
	border:none;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-size: .9em;
}
select {
	font-size: .9em;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.main img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main #container {
	width: 836px;
	margin: 0 auto;
	text-align: left;
}
.main #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 20px;
}
.main #nav {
	background: url(images/nav_bkg.gif) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 42px;
	width: 836px;
}

/* HOME PAGE */

.main #leftCol {
	padding: 0; 
	background: #FFFFFF;
	float: left;
	width: 289px;
}
.main #mainContent {
	background: #FFFFFF url(images/hm_cont_bkg.png) no-repeat;
	width: 485px;
	padding-right: 42px;
	padding-left: 20px;
	float: right;
	height: 251px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.main #container #mainContent p {
	margin: 0px;
	padding: 0px;
	font-size: .95em;
}

#mainContent h1 {
	color: #fb6602;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px;
}
#mainContent img {
	/*height: 75px;
	width: 150px;*/
	float: right;
}

/* INTERIOR PAGES */

.main #container #int_wrapper {
	background-image: url(images/bkg_int_lg.jpg);
	background-repeat: no-repeat;
	width: 836px;
}
.main #container #intContentSL {
	float: left;
	width: 593px;
	padding-right: 10px;
	padding-left: 10px;
}
.main #container #intContentSL h1 {
	color: #51796a;
	background-image: url(images/bkg_h1.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 15px 15px;
	margin-top: 45px;
	margin-left: 20px;
	height: 37px;
}
.main #container #int_wrapper #intContentSL iframe {
	border: 1px solid #CCCCCC;
}
#intContentSL p {
	margin-left: 20px;
	margin-right: 20px;
}
.main #container #intContent {
	float: left;
	width: 558px;
	background-image: url(images/bkg_int.png);
	background-repeat: no-repeat;
	padding-right: 55px;
	padding-left: 30px;
}
.main #container #intContent p {
	line-height: 1.8em;
	margin: 0px 0px 10px 15px;
	font-size: 1.1em;
}
.main #container #intContent h1 {
	color: #51796a;
	background-image: url(images/bkg_h1.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 15px 15px;
	margin-top: 45px;
	height: 37px;
}
#intContent #candidate {
	border: 1px solid #51796A;
	margin: 15px;
}
.main #container #nav #PLHIMYFUFUJCDiv {
	margin-left: 137px;
}
.main #container #hj_box #hj_wrap{
	padding-left: 42px;
	font-size: 10px;
	background-image: url(images/hot_jobs_expand.gif);
	background-repeat: repeat-y;
	padding-right: 42px;
	width: 752px;
}

.main #hj_box p {
	margin: 0; /* zeroing the margins of the first element in the #hj_box will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.main #hj_end {
	height: 40px;
}
.main #hj_end_hm {
	height: 119px;
}
.main #hj_demo {
	float: right;
	height: 119px;
	width: 419px;
}

.main #container #intLeftCol {
	float: left;
	width: 193px;
	background-image: url(images/bkg_int_left_col.gif);
	background-repeat: no-repeat;
}
/*.main #container #intLeftCol #lcNews {
	background-image: url(images/lc_news.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 193px;
}
.main #container #intLeftCol #lcNews #maxNews #email {
	font-size: 9px;
	width: 88px;
	position: relative;
	top: 45px;
	left: 70px;
	height: 12px;
}
.main #container #intLeftCol #lcNews #maxNews #go {
	position: relative;
	top: 48px;
	left: 68px;
}*/

.main #container #intLeftCol #lcNav {
	width: 193px;
	margin: 0px;
	padding: 0px;
}

.main #container #intLeftCol #lcNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.main #container #intLeftCol #lcNav li {
	margin: 0px;
	padding: 5px 0px 0px 42px;
}
.main #container #int_wrapper #intLeftCol #lcNav h3 {
	background-image: url(images/lc_nav_hd.png);
	background-repeat: no-repeat;
	height: 23px;
	/*	width: 193px;  removed for ie6 */
	padding-left: 42px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #51796a;
	font-size: 1.15em;
	letter-spacing: .1em;
	font-weight: bold;
}
.lcnavNorm {
	background-image: url(images/lc_nav_norm.png);
	background-repeat: no-repeat;
	height: 19px;
/*	width: 193px; removed for ie6 */
	font-size: 11px;
}
.lcnavOver {
	background-image: url(images/lc_nav_over.png);
	background-repeat: no-repeat;
	height: 19px;
/*	width: 193px; removed for ie6 */
	color: #FFFFFF;
	font-size: 11px;
}
.main #container #footer {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	background-image: url(images/bkg_footer.png);
/*	background-image: url(images/bkg_footer.gif);*/
	background-repeat: no-repeat;
	height: 52px;
}
.main #container #footer a {
	color: #FFFFFF;
}
#intContent h5 {
	font-size: 1.7em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-left: 15px;
	padding-top: 10px;
}
/*.main #intContent ul {
	font-size: 1em;
	list-style-type: none;
	padding: 0px;
	line-height: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.main #intContent li {
	padding-left: 16px;
	background: url(images/bullet.gif) no-repeat;
	padding-bottom: 7px;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 1.2em;
}*/
#directions {
	background-color: #EBEBEB;
	text-align: left;
	width: 600px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}
#directions h1 {
	padding-left: 15px;
}

#directions p {
	padding-left: 15px;
	padding-right: 15px;
}
#dir_map {
	float: right;
	margin-right: 15px;
	margin-top: 7px;
}
#ifw {
	color: #C3C3C3;
	margin-top: 12px;
	font-size: 0.85em;
	margin-bottom: 10px;
	text-align: center;
}
#ifw a:link {
	color: #CACACA;
	text-decoration: none;
}
#ifw a:visited {
	color: #CACACA;
	text-decoration: none;
}
#ifw a:hover {
	color: #CACACA;
	text-decoration: underline;

}
#ifw a:active {
	text-decoration: underline;
	color: #CACACA;
}
.rule {
	border-bottom: 1px dashed #666666;
	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

