@charset "utf-8";
/* Body Layout */
body {
	/*background:#f9f9f9 url(../images/bgnd.jpg) bottom repeat-x;*/
	background:#545869;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

body,td,th {
	font-size: 12px;
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#666;
}

a:hover {
	text-decoration:none;
	color:#C3282E;
}
img {
	border:none;
}
hr {
	color:#dadada;
	background-color:#dadada;
	height:1px;
	width:99%;
	border:none;
	margin:0 auto; padding:0;
}
#wrapper {
	width:1110px;
	margin:0 auto;
}
#header {
	width:950px;
	background:url(../images/body-header.png) no-repeat;
	padding-left:75px;
	padding-right:50px;
	padding-top:2px;
	overflow: hidden;
}
#content {
	background:url(../images/body-content.png) repeat-y;
	margin:0;
	padding:0;
	padding-left:68px;
	padding-right:70px;
	padding-top: 5px;
	overflow:hidden;
	width:970px;
	clear:both;
}
#content-container {
	width:960px;
	margin:13px 0 0 0;
	padding:0;
	overflow:hidden;
	text-align:center;
}
#content-container hr {
	color:#dadada;
	background-color:#dadada;
	height:1px;
	width:80%;
	border:none;
	margin:0 auto;
}
#footernav {
	background:url(../images/body-footernav.png) repeat-y;
	height:70px;
	padding-top:25px;
	padding-left:75px;
	padding-right:75px;
}
#footer {
	background:url(../images/body-footer.png) no-repeat;
	height:65px;
	padding-top:5px;
	padding-left:75px;
	padding-right:75px;
}
p.error {
	clear:inherit;
	font-size:36px;
}
p.error-small {
	clear:inherit;
	font-size:18px;
}
/* Body Layout */

/* Header Content */
.logo {
	float:left;
	width:197px;
	height:60px;
}
.search {
	float:right;
	height:26px;
	line-height:26px;
	width:auto;
	vertical-align:middle;
}
img.submit {vertical-align:middle;}

.headernav {
	width:673px;
	float:right;
	margin-top:15px;
	font-size:11px;
	font-weight:bold;
}
.headernav ul {
	margin:0; padding:0 0 3px 0;
	float:right;
}
.headernav ul li {
    display: inline;
}
.headernav ul li a {
    text-decoration: none;
    color:#797979;
    padding:0 8px;
	border-left:1px #CCC solid;
}
.headernav ul li a.first {
	border-left:0px #CCC solid;
}
.headernav ul li a:hover, .headernav ul li .current {
    color: #333;
}

/* Country */
#country {
	width:100%;
	float:right;
	margin-top:10px;
	margin-right:20px;
	padding-bottom:20px;
	color:#FFF;
	text-align:right;
}
#country a {
	color: #AAA;
	text-decoration:none;
}
#country a:hover {
	color: #DDD;
	text-decoration:none;
}
/* Country */

/* Header Content */

/* Main Content */
#left {
	float:left;
	width:665px;
	border-right: /*#dadada*/ #ececec 1px solid;
	position: relative;
}
.date {
	/*color:#C3282E;*/
	text-decoration:none;
	font-size:12px;
}
.date2 {
	font-size:11px;
	font-style:italic;
}
.date3 {
	font-size:11px;
}
.module1 {
	width:310px;
	float:left;
	padding-right:15px;
	border-right:1px /* #dadada */ #ececec solid;
	text-align:left;
}
.module1 ul, .module2 ul, .module7 ul {
	margin:0; padding:0;
	float:left;
}
.module1 ul li, .module7 ul li {
    display: block;
	list-style:none;
	padding:7px 0 7px 0;
	margin:0;
	/*
	background-image:url(../images/line.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	*/
	border-bottom:1px /* #dadada */ #ececec solid;
}

.module1 ul li.last-item {border-bottom:0px;}

.module2 ul li{
    display: block;
	list-style:none;
	padding:7px 0 7px 0;
	margin:0;
	/*
	background-image:url(../images/line.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	border-bottom:1px  #ececec solid;
	*/
}

.module1 h1, .module2 h1, .module3 h1, .module4 h1, .module5 h1, .module6 h1 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:0;
	padding:0 0 3px 0;
}
.module2 {
	width:303px;
	float:right;
	padding-right:20px;
	text-align:left;
	overflow:hidden;
}
.module3 {
	width:223px;
	float:left;
	padding-right:25px;
	color:#666;
	text-align:left;
}
.module3 img, .module4 img {
	float:left;
	padding:0;
}
.module4 {
	color:#666;
	width:310px;
	height:146px;
	float:left;
	padding:0 20px 0 10px;
	text-align:left;
}
.module3 ul {
	margin:0; padding:0;
	float:left;
}
.module3 ul li {
	background:url(../images/arrow.png) left top no-repeat;
	list-style:none;
	padding:0 0 5px 8px;
	margin:0;
}
.module4 ul {
	margin:0; padding:0;
	float:left;
	width:100%;
}
.module4 ul li {
	background:url(../images/arrow.png) left top no-repeat;
	list-style:none;
	padding:0 0 5px 8px;
	margin:0;
}

#right {
	float:left;
	width:265px;
	padding-left:20px;
}
.module5 {
	width:262px;
	margin:0 auto;
	color:#666;
	text-align:left;
}
.module5 img {
	float:left;
	padding:0 8px 0 0;
}
.module6 {
	width:260px;
	/*padding:10px 15px 15px 8px;*/
	color:#000;
	margin:0 auto;
	overflow:auto;
	text-align:left;
}
.module6 h2 {
	color:#333;
	font-size:13px;
	font-weight:bold;
	margin:0;
}
.module7 {
	width:272px;
	float:left;
	text-align:left;
}
.module7 h1 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0; padding:8px 0 0 0;
}
.press_releases {
	width:272px;
	float:left;
	text-align:left;
}
.press_releases h1 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0; padding:8px 0 0 0;
}

.smallredfont {
	color:#C3282E;
	font-size:10px;
}
#bannerarea {
	width:960px;
	margin:5px 0 10px 0;
	overflow:hidden;
}
#linkarea {
	width:650px;
	margin:5px 0 10px 0;
	overflow:hidden;
	padding-left:2px;
}
#link1 {
	width:215px;
	float:left;
	margin:0; padding:2px 0 0 0;
}
#link2 {
	width:215px;
	float:left;
	margin:0; padding:2px 0 0 0;
}
#link3 {
	width:215px;
	float:left;
	margin:0; padding:2px 0 0 0;
}

#banner1 {
	width:347px;
	float:left;
	margin:0; padding:2px 0 0 0;
	/* border-top:1px solid #999; */
}
#banner2 {
	width:640px;
	height:128px;
	float:left;
	margin:0 0 0 5px; margin-bottom:8px;
	padding:0;
	background:url(../images/advice.png) no-repeat;
	text-align:left;
}
#banner2 .advice {
	width:430px;
	margin-left:150px;
	margin-top:25px;
	font-size:11px;
	color: #036;
}
.advice h1 {
	color: #900;
	font-weight:bold;
	font-size:12px;
	margin:0 0 5px 0;
}
#banner2 .marqueetime {
	width:342px;
	height:15px;
	margin-left:279px;
	margin-top:12px;
}
#comework {
	float:left;
	width:140px;
	padding:10px;
	/* border-top:1px solid #999; */
	height:93px;
}
#comework h1 {
	padding:0; margin:0;
	font-size:20px;
	color:#666;
	line-height:20px;
}
#banner3 {
	width:450px;
	height:115px;
	float:right;
	margin:0;
	padding:2px 0 0 0;
}
#banner4 {
	width:310px;
	height:230px;
	float:left;
	margin:0 0 0 5 px;
	padding-right:10px;
}
/* Main Content */

/* Footer Menu */
.footnavblack {
	width:700px;
	margin:0 auto;
}
.footnavblack ul {
	margin:0 auto; padding:0 0 3px 0;
	float:left;
	/* border-bottom:1px #CB2702 solid; */
}
.footnavblack ul li {
    display: inline;
}
.footnavblack ul li a {
    text-decoration: none;
    color: #000;
    padding: 0 11px;
	border-left:1px /* #CB2702 */ #cb2702 solid;
	font-weight:bold;
}
.footnavblack ul li a.first {
	border-left:0px #CB2702 solid;
}
.footnavblack ul li a:visited {
    color:#000;
	font-weight:bold;
}
.footnavblack ul li a:hover, .footnavblack ul li .current {
    color: #000;
}

.footnavwhite {
	width:560px;
	margin:0 auto;
}
.footnavwhite ul {
	margin:0 auto; padding:3px 0 0 0;
	float:left;
}
.footnavwhite ul li {
    display: inline;
}
.footnavwhite ul li a {
    float: left; text-decoration: none;
    color: #FFF;
    padding: 0 11px;
	border-left:1px /* #CB2702 */ #cb2702 solid;
	font-weight:bold;
}
.footnavwhite ul li a.first {
	border-left:0px #CB2702 solid;
}
.footnavwhite ul li a:visited {
    color:#FFF;
	font-weight:bold;
}
.footnavwhite ul li a:hover, .footnavwhite ul li .current {
    color: #FFF;
}

.copyright {
	float:left;
	width:auto;
	color:#BBB;
	margin-top:0px;
}
.copyright a{
	color:#FFF;
	text-decoration:none;
}
/* Footer Menu */

/* Non-Commercial/Commercial License */
#non-com {
	width:85%;
	margin:0 auto;
	color:#666;
	font-size:10px;
	margin-bottom:10px;
}
#non-com h1 {
	margin:0; padding:0;
	margin-bottom:5px;
}
#non-com p {
	margin:0;
}
/* Non-Commercial/Commercial License */

/* Contact Us */
#contact-col1 {
	width:236px;
	float:left;
	font-weight:bold;
	font-size:14px;
}
#contact-col2 {
	width:350px;
	float:left;
	margin-bottom:15px;
}

#contact-col2 h1 {
	font-size:14px;
	font-weight:bold;
	margin:0;
}
.contact-last {
	line-height:200px;
}
/* Contact Us */

/* Emergency Update Style */
#emergency {
	width:262px;
	float:left;
	margin:0;
	padding:0;
	text-align: left;
}
#emergency .head {
	background:url(../images/emergency-updates/head.png);
	height:60px;
	width:262px;
}
#emergency .content {
	background:url(../images/emergency-updates/content.png) repeat-y;
	width:252px;
	padding-left:20px;
	line-height:13px;
}
#emergency .foot {
	clear:both;
	width:262px;
	background:url(../images/emergency-updates/foot.png);
	height:40px;
}
#emergency .more {
	float:right;
	margin-top:13px;
	margin-right:30px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#emergency .more a {
	display:block;
	color:#fff;
}
#emergency h1 {
	font-size:14px;
	color:#000;
	margin:0 0 10px 0;
}
#emergency .title {
	font-size:10px;
	color:#333;
	font-weight:bold;
}
#emergency .title2 {
	font-size:12px;
	color:#000;
	font-weight:bold;
}
/* Quick Download Style */

#quick-download {
	width:262px;
	float:left;
	margin:0;
	padding:0;
	text-align: left;
}
#quick-download .head {
	background:url(../images/quick-download/head.png);
	height:55px;
	width:262px;
}
#quick-download .content {
	background:url(../images/quick-download/content.png) repeat-y;
	width:252px;
	padding-left:20px;
	line-height:13px;
}
#quick-download .foot {
	clear:both;
	width:262px;
	background:url(../images/quick-download/foot.png);
	height:12px;
}
#quick-download .more {
	float:right;
	margin-top:13px;
	margin-right:30px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#quick-download .more a {
	display:block;
	color:#fff;
}
#quick-download h1 {
	font-size:14px;
	color:#000;
	margin:0 0 10px 0;
}
#quick-download .title {
	font-size:10px;
	color:#333;
	font-weight:bold;
}
#quick-download .title2 {
	font-size:12px;
	color:#000;
	font-weight:bold;
}
/* quick-download Update Style */




/* Image Captioning */
.img_wrapper{ 
   float:right; /* important */
   position:relative; /* important(so we can absolutely position the description div */
} 
#emergency h4{
	text-align:center;
	font-weight:bold;
	color:#F00;
	

}
.img_wrapper2 { 
   float:left; /* important */ 
   position:relative; /* important(so we can absolutely position the description div */
   border:1px solid #CCC;
   width:258px;
}
.img_desc{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:2px; /* position will be on bottom */
	left:-1px;
	width:243px;
	background:url(../images/img-caption2.png);
	font-size:12px;
	color:#000;
}
.img_desc2{
	position:absolute; /* absolute position (so we can position it where we want)*/
	top:0px; /* position will be on bottom */
	left:0px;
	width:258px;
	background:url(../images/img-caption2.png);
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	z-index:999;
	height: 20px;
}
.img_desc3{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:258px;
	background:url(../images/img-caption2.png);
	font-size:10px;
	font-weight:bold;
	z-index:999;
}
.img_small {
	font-size:10px;
}
p.desc_content{ 
   padding:5px 5px 5px 8px; 
   margin:0px; 
}
/* Image Captioning */

/* Breadcrumbs */
.breadcrumbs {
	font-size:10px;
	width:100%;
	color:#555;
	padding-bottom:20px;
}
/* Breadcrumbs */

/* Clocks */
.clocks {
	width:65px;
	float:left;
	padding:0 5px 0 5px;
}
/* Clocks */

/* Articles */
.eventhead {
	width:98%;
	background:#c8c8c8 url(../images/events-header.jpg) right no-repeat;
	border-bottom:#777 1px solid;
	height:130px;
	padding-left:25px;
	padding-top:25px;
	color:#444;
}
.articlewide {
	width:929px;
	padding-right:15px;
	padding-left:15px;
	overflow:hidden;
	text-align:left;
}
.article {
	width:630px;
	padding-right:15px;
	padding-left:15px;
	overflow:hidden;
	text-align:left;
}
.articlewide h1 {
	font-size:18px;
	font-weight:normal;
	margin:0; padding:0 0 5px 0;
}
.articlewide p {
	margin:0; padding:0 0 0 15px;
	line-height:16px;
	font-size:12px;
}
.world {
	width:98%;
	background:#c8c8c8 url(../images/world-of-opportunities-large.jpg) right no-repeat;
	border-bottom:#777 1px solid;
	height:120px;
	padding-left:25px;
	padding-top:45px;
	color:#444;
}
.world h1 {
	clear:both;
	font-size:28px;
	font-weight:bold;
}
.article h1 {
	font-size:14px;
	font-weight:bold;
	margin:0; padding:0 0 3px 0;
}
.article h2, .articlewide h2 {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	margin:0; padding:3px 0 13px 0;
}
.article img, .articlewide img {
	padding:0 5px 0 0;
	float:left;
}
.article hr {
	color:#dadada;
	background-color:#dadada;
	height:1px;
	width:90%;
	border:none;
	margin:0;
	float:left;
}
.articlewide hr {
	color:#dadada;
	background-color:#dadada;
	height:1px;
	width:100%;
	border:none;
	margin:0;
	float:left;
}
.spacer {
	min-height:650px;
}
#pdfversion {
	position:absolute;
	width:50px;
	left: 468px;
	top: 56px;
}
#pdfversion img {
	float:left;
}
.offices {
	width:160px;
	padding-right:50px;
	float:left;
}
table {
	text-align:left;
	font-size:10px;
	line-height:16px;
}
td {
	vertical-align:top;
}
td .eventtitle {
	font-size:12px;
	font-weight:bold;
}
.articlewide a {
	color:#333;
	text-decoration:underline;
}
.articlewide a:hover {
	color:#000;
	text-decoration:underline;
}
.articlewide ul {
	font-size:12px;
	font-weight:bold;
}
.articlewide li {
	list-style-image:url(../images/bullet.gif);
}
.articlewide li a {
	color:#797979;
	text-decoration:none;
}
.articlewide li a:hover {
	color:#333;
	text-decoration:none;
}
/* Articles */

/* Careers Form */
#jobs-left {
	width:490px;
	text-align:left;
	float:left;
	margin-right:8px;
	margin-left:8px;
	border:1px solid #CCC;
}
#jobs-left h1 {
	background:url(../images/world-of-opportunities.jpg) no-repeat;
	height:80px;
	padding:50px 0 0 15px;
	margin:0 0 10px 0;
	color:#555;
	font-size:23px;
	border-bottom:1px solid #888;
}
#jobs-left p {
	padding:0px 10px 0 10px;
	margin-top:0;
	margin-bottom:13px;
}
#jobs-right {
	width:450px;
	text-align:left;
	float:left;
	background:url(../images/advanfort-jobs-left-white-repeat.jpg) repeat-y;
	border:1px solid #DADADA;
}
#jobs-right h1 {
	/*background:url(../images/advanfort-jobs-left-white.jpg) no-repeat;*/
	background:url(../images/advanfort-jobs-left-red.jpg) no-repeat;
	height:44px;
	padding:10px;
	margin:0;
	font-size:20px;
	color:#EEE;
	border-bottom:1px dotted #DDD;
}
#jobs-right .small, #jobs-left .small {
	font-size:10px;
}
/* Careers Form */

/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss-box {

	 width: 300px;
	 background-color: #ffffff;

}



.rss-title, rss-title a {

	margin: 0px 0;
  
	padding: 0;

}



.rss-items {

       list-style:none;
       margin:0;
       padding:0;
     	
}



.rss-item  {

  font-size: small;
  margin-bottom: 1em;
    
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {

  color: #006;
  font-weight:bold;
  
	}



.rss-item a:hover { 



	}

	

.rss-date {

	font-size: xx-small;

	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: grey;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
   
.slidercontent {position:absolute}
.slidercontent .upper {border-bottom:1px solid #9ac1c9}
.section {padding:2px}
.newsslider {position:relative; overflow:hidden; height:42px; width:480px; margin-bottom:12px; top:-3px; }
.newsslidercontent {
	position:absolute;
}

.newsslidercontent .upper {border-bottom:1px solid #9ac1c9}
.newssection {padding:2px; height:50px}
#newssection-link {cursor:pointer; color: #F00}
#newssection-link .link:hover {color: #F00}

.link {cursor:pointer; color:#666}
.link:hover {color:#000}

#jqb_object img{ 
	border: none;
}

#jqb_object { 
	position:relative;
	width:260px; height:65px; 
	overflow:hidden;
}
#jqb_object .jqb_slide{
	position:absolute;
	width:260px; height:65px; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: left;
}