@charset "utf-8";
/* CSS Document */

/* ******************** GENERIC STYLES ************************ */



*, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.7em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	color: #004f80;
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
	line-height: 1em;
	color: #004f80;
}

a.optiongrey {  color: #666666; text-decoration: none;}
a.optiongrey:link {  color: #666666; text-decoration: none;}
a.optiongrey:hover { color: #119ac0; text-decoration: none;
}

a.menu_link_pad {  padding-left:25px;}
a.menu_link_pad:link {  padding-left:25px;}
a.menu_link_pad:hover { padding-left:25px;;
}

a.adobe_link {  color: #666666; text-decoration: none; margin-top: 30px;}
a.adobe_link:link {  color: #666666; text-decoration: none; margin-top: 30px;}
a.adobe_link:hover { color: #119ac0;
}

a.optiongreybold {  color: #666666; text-decoration: none; font-weight:bold;}
a.optiongreybold:link {  color: #666666; text-decoration: none; font-weight:bold;}
a.optiongreybold:hover { color: #119ac0;
}

a.optionorangebold {  color: #f05a28; text-decoration: none; font-weight:bold;}
a.optionorangebold:link {  color: #f05a28; text-decoration: none; font-weight:bold;}
a.optionorangebold:hover { color: #119ac0;
}

a.optionmarg {  color: #666666; text-decoration: none; margin-right: 4px;}
a.optionmarg:link {  color: #666666; text-decoration: none; margin-right: 4px;}
a.optionmarg:hover { color: #119ac0; text-decoration: none;
}

a.optionblue {  color: #119ac0; font-weight:bold; text-decoration: none;}
a.optionblue:link {  color: #119ac0; font-weight:bold; text-decoration: none;}
a.optionblue:hover { color: #666666; font-weight:bold; text-decoration: none;
}

#header {
	height: 70px;
}

#header-left {
	float: left;
	height: 70px;
	width: 225px;
}

#header-left img {
	padding-left: 5px;
}

#header-right {
	float: right;
	width: 655px;
	height: 70px;
}

#header-right .left{
	float: left;
	width: 320px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
}

#header-right .right{
	float: right;
	width: 320px;
	height: 70px;
}

#header-links {
	float: right;
	height: 20px;
	padding-top: 42px;
	padding-right: 10px;
	clear: both;
}

.leftcolumn {
	float: left;
	width: 228px;
}

#main-image {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: #FFFFFF;
}



#interior-holder {
	background-image: url(../images/mainbghorizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


#right-column {
	float: right;
	width: 673px;
	padding-bottom: 10px;
}

#interior-holder .left {
	float: left;
	width: 373px;
	padding-top: 10px;
}

#interior-holder .left div {
	padding-left: 20px;
}


#interior-holder .right {
	float: right;
	width: 300px;
}

#interior-holder .full_row {
	float: left;
	width: 550px;
}

.container {
	margin: 0px auto;
	width: 906px;
	background: url(../images/mainbg.gif) repeat-y center;
}

.containerwithnav {
	margin: 0px auto;
	width: 906px;
	background: url(../images/mainbgwithnav.gif) no-repeat left top;
}

.bluebg {
	background: url(../images/bluebg.gif) no-repeat left top;
}


.wrapper {
	margin: 0px auto;
	background: url(../images/mainbghorizontal.gif) repeat-x bottom;
}

#gallery {
	height: 92px;
}

#our-people {
	background: #f05a28;
	color: #FFFFFF;
}
.our-people-container {
	padding: 5px;
}


#our-people span {
	float:left;
	padding:12px 8px 8px 15px;
	width: 100px;
}

#our-people h2 {
	color: #FFFFFF;
}

#gallery-menu-container {
	float: right;
	width: 675px;
}

#gallery-menu {
	margin: 5px;
	background: #ededee;
}

#gallerytitle {
	width: 105px;
	float: left;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
}

#gallerytitle h2 {
	padding-bottom: 10px;
}
.dropdownmenu {
	float: left;
	width: 200px;
	padding-top: 30px;
}

.jumpmenu {
	width: 180px;
	font-size: 1em;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999999;
	color: #666666;
	height: 20px;
}



.clear {
clear: both;
height: 0px;
overflow: hidden;
}

#footer  {
	background-color: #6d6e71;
	margin: 4px;
	height: 100px;
}

#footer div {
	padding: 15px;
	float: left;
	width: 160px;
	color: #FFFFFF;
}

.footer-dots {
	background: url(../images/footer-dots.gif) no-repeat right center;
}


/* ******************** NEWS STYLES ************************ */


#news-container {
	background: #f05a28;
	color: #FFFFFF;
	margin: 5px;
	padding: 6px 9px 5px 9px;

}

#news-container h1 {
	color: #FFFFFF;

}



#news-container ul {
	list-style: none;
}

#news-container ul li {
	list-style: none;
	padding-top: 7px;
}


#news-container a {
	text-decoration: none;
	padding-bottom: 7px;
	display: block;
	color: #FFFFFF;
}





#news-container ul li a:link,
#news-container ul li a:visited,
#news-container ul li a:active {
	border-bottom: 1px dashed #FFF;
	color: #FFFFFF;
	}


#news-container ul li  a:hover {
	color: #004f80;
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #FFF;
}


#news-container ul li a.final:link,
#news-container ul li a.final:visited,
#news-container ul li a.final:active {
	border-bottom: none;
	}



/* ******************** LINK STYLES ************************ */

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

a:hover {
	color: #004f80;
}

/* ******************** LEFT NAV STYLES ************************ */

#list_pad {   
	width: 220px; 
	margin: 4px  
	
	}

#left_nav ul {
	list-style: none;
		
}

#left_nav ul li {
	list-style: none;
	}


#left_nav a {
	text-decoration: none;
	padding-bottom: 7px;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 7px;
	padding-left: 8px;
}

#left_nav ul li a:link,
#left_nav ul li a:visited,
#left_nav ul li a:active {
	border-bottom: 1px solid #FFF;
	color: #FFFFFF;
	background: #004f80;
	}


#left_nav ul li  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	background: #f05a28;
}



/*
#left_nav ul li li a:link,
#left_nav ul li li a:visited,
#left_nav ul li li a:active {
	color: #FFFFFF;
	background: #006DB7;
	
	}*/


#left_nav ul li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #f05a28;
	
}


/*
#left_nav ul li li li a:link,
#left_nav ul li li li a:visited,
#left_nav ul li li li a:active {
	color: #FFFFFF;
	background: #003555;
	}*/


#left_nav ul li li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #f05a28;
}

#left_nav li a.selected:visited,
#left_nav li a.selected:link,
#left_nav li a.selected:active,
#left_nav li a.selected:hover {
	background:#f05a28 !important;
}



#left_nav_sub ul {
	list-style: none;
	padding: 0px;
}

#left_nav_sub ul li {
	list-style: none;
}


#left_nav_sub a {
	text-decoration: none;
	padding-bottom: 7px;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 7px;
	padding-left: 8px;
}

#left_nav_sub ul li a:link,
#left_nav_sub ul li a:visited,
#left_nav_sub ul li a:active {
	border-bottom: 1px solid #FFF;
	color: #FFFFFF;
	background: #006DB7;
	}

#left_nav_sub ul li  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	background: #f05a28;
}


#left_nav_ter ul {
	list-style: none;
	padding: 0px;
}

#left_nav_ter ul li {
	list-style: none;
}


#left_nav_ter a {
	text-decoration: none;
	padding-bottom: 7px;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 7px;
	padding-left: 8px;
}

#left_nav_ter ul li a:link,
#left_nav_ter ul li a:visited,
#left_nav_ter ul li a:active {
	border-bottom: 1px solid #FFF;
	color: #FFFFFF;
	background: #003555;
	}

#left_nav_ter ul li  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	background: #f05a28;
}


/* ******************** SIDE NAV ************************ */


#side_nav_wrapper { 
	width:220px;
	padding-bottom:20px;
}

#side_nav {   
	padding:0;     
	}   

#side_nav li {   
	margin:0;
	list-style-type:none;
	} 

#side_nav a {
	display:block;
	padding:5px 10px 5px 10px;
}

/* top level */

#side_nav li.blue_header {   
	background-color:#2B4C96;
	background-image:url(../images/blue_grad2.jpg);
	background-repeat:repeat-x;
	} 

#side_nav li.red_header {   
	background-color:#EC0433;
	background-image:url(../images/red_grad2.jpg);
	background-repeat:repeat-x; 
	/* margin-top:5px; */
	border-top:solid 5px #fff;
	}
	
#side_nav li.blue_header a,
#side_nav li.red_header a {
	color:#ccc;
	background-image:url(../images/nav_minus.png);
	/* background-image:url(../images/nav_plus.png); */
	background-repeat:no-repeat;
	background-position:right;
	padding:5px 25px 5px 10px;
}


#side_nav li.blue_header a:visited,
#side_nav li.blue_header a:link,
#side_nav li.blue_header a:active,
#side_nav li.red_header a:visited,
#side_nav li.red_header a:link,
#side_nav li.red_header a:active {
	color:#fff;
}

#side_nav li.blue_header a:hover,
#side_nav li.red_header a:hover {
	color:#ccc;
}

#side_nav li.blue_header li a.selected:visited,
#side_nav li.blue_header li a.selected:link,
#side_nav li.blue_header li a.selected:active,
#side_nav li.blue_header li a.selected:hover {
	color:#2B4C96 !important;
}

#side_nav li.red_header li a.selected:visited,
#side_nav li.red_header li a.selected:link,
#side_nav li.red_header li a.selected:active,
#side_nav li.red_header li a.selected:hover {
	color:#EC0433 !important;
}

/* second level */

#side_nav li li {
	background-image:url(../images/nav_dvdr.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0 0 1px 0;
}

#side_nav li li a {
	background-color:#fff;
	background-image:none !important;	
}
/*
#side_nav li li a:visited,
#side_nav li li a:link,
#side_nav li li a:active {
	color:#666 !important;
}*/

#side_nav li.blue_header li a:hover {
	color:#2B4C96 !important;
}

#side_nav li.red_header li a:hover {
	color:#EC0433 !important;
}

/* tird level */

#side_nav li li ul {
	/*padding: 3px 0 3px 0;*/
	background-color:#4E575B;
}

#side_nav li li li {
	background-image:none;
	padding:0;
}

#side_nav li li li a {
	background-image:none !important;
	background-color:#4E575B;
}

#side_nav li li li a:visited,
#side_nav li li li a:link,
#side_nav li li li a:active  {
	color:#fff !important;
	padding:2px 10px 2px 10px;	
} 

/* ******************** SIDE NAV ************************ */


#highlight #left_nav a.highlight:link,
#highlight #left_nav a.highlight:visited,
#highlight #left_nav a.highlight:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	background: #f05a28;
	}

#menu_1 ul li a.menu_1,
#menu_2 ul li a.menu_2,
#menu_3 ul li a.menu_3,
#menu_4 ul li a.menu_4,
#menu_5 ul li a.menu_5,
#menu_6 ul li a.menu_6,
#menu_7 ul li a.menu_7,
#menu_8 ul li a.menu_8,
#menu_9 ul li a.menu_9 {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	background: #f05a28;
}


#our-people a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
}

#our-people a:link,
#our-people a:visited,
#our-people a:active {
	color: #FFFFFF;
	}


#our-people a:hover {
	color: #004f80;
	text-decoration: none;
	display: block;
}


a.bluelink:link {
	color: #004f80;
	text-decoration: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

a.bluelink:visited {
	color: #004f80;
	text-decoration: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

a.bluelink:hover {
	color: #f05a28;
	text-decoration: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

a.bluelink:active {
	color: #004f80;
	text-decoration: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.orange_box_left{
	float: left;
	width: 120px;
	padding-top: 10px;
	padding-left: 10px;
}

.orange_box_right {
	float: right;
	width: 80px;
}
.right_strapline {
	float: left;
	width: 270px;
	padding-top: 38px;
	font-weight: normal;
	padding-left: 10px;
}

.careers_strapline {
	float: left;
	width: 250px;
	padding-top: 18px;
	font-weight: normal;
	padding-left: 20px;
	
}

.main-image_left {
	float: left;
	padding-right: 20px;
}

.main-image_right {
	float: left;
	width: 350px;
	padding-right: 10px;

}
#people_holder {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	width: 665px;
	background-color: #FFFFFF;
}
.people_col {
	float: left;
	width: 147px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.people_row {
	float: left;
	width: 350px;
	padding-right: 10px;
	padding-top: 15px;
}

.copy_blue {
	color: #004f81;
}

.thumb {
	margin-top: 10px;
}
.people_row_bottom {
	float: left;
	width: 633px;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

.news_scroll {
	float: left;
	width: 500px;
	margin-top: 15px;
	height: 280px;
	overflow: auto;
}

.news_right {
	float: right;
	width: 120px;
	margin-top: 15px;
}

.news_link_holder {
	float: left;
	width: 120px;
	margin-top: 15px;
}

.news_row {
	float: left;
	width: 475px;
	padding: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.news_col_left {
	float: left;
	width: 280px;

}

.news_col_right {
	float: right;
	width: 180px;

}

.news-item_header {
	color: #004f81;
	margin-bottom: 15px;
	font-weight: bold;
}

.gallery_top {
	float: left;
	width: 649px;
	padding: 2px;

}

.gallery_bottom {
	float: left;
	width: 633px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

}

.gallery_top_nav {
	float: left;
	width: 633px;

}

.gallery_thumb_holder {
	float: left;
	width: 633px;
	margin-top: 20px;

}

.gallery_thumb {
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.gallery_top_left {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	width: 200px;
}

.gallery_top_right {
	float: left;
	width: 400px;
}

.gallery_top_link_holder {
	float: left;
	width: 400px;
	margin-top: 10px;
}

.gallery_detail {
	float: left;
	width: 509px;
	padding-bottom: 10px;
}

.gallery_big_pic {
	padding-bottom: 22px;
}

.gallery_dotted_row {
	float: left;
	width: 509px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;

}

.gallery_dotted_row_bottom {
	float: left;
	width: 509px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;

}

.gallery_col_left {
	float: left;
	width: 80px;
	padding-right: 10px;


}

.gallery_col_right {
	float: left;
	width: 410px;


}
.gallery_detail_holder {
	float: left;
	width: 633px;
	margin-top: 10px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
.right_content {
	float: left;
	width: 270px;
	padding-top: 10px;
	font-weight: normal;
	padding-left: 10px;
}
.news_item {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	width: 274px;
	margin-bottom: 5px;
	height: 1px;
}

.box_detail {
	border-bottom:1px dashed #999999;
	float:left;
	margin-bottom:5px;
	margin-left:20px;
	margin-top:10px;
	padding-bottom:10px;
	width:260px;
}

.box_detail_last {
	float: left;
	width: 270px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.box_detail_link_holder {
	text-align: right;
	float: left;
	width: 270px;
	margin-top: 10px;
}

.box_detail_header {
	color: #f05a28;
	font-weight: bold;
	float: left;
	width: 270px;
	padding-bottom: 10px;
}

.orange_header {
	color: #f05a28;
	font-weight: bold;
	padding-bottom: 12px;

}

.box_detail_row {
	float: left;
	width: 270px;
}

.right_col_pad {
	float: left;
	padding-top: 30px;
}
.row {
	float: left;
	padding-left: -20px;
}
.left_link_push {
	width: 300px;
	margin-top: 40px;
}

.contact {
	float: left;
	width: 628px;
	background-color: #FFFFFF;
	padding: 20px;
	background-image: url(../images/contact_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
#contact_bottom {
	float: left;
	width: 628px;
	margin-top: 30px;
}
.contact_map {
	float: right;
	width: 420px;
}


.copy_contact_sub {
	color: #004f81;
	font-weight: bold;
	padding-bottom: 20px;

}
.contact_col_01 {
	float: left;
	width: 122px;
	padding-right: 10px;
}

.contact_orange_header {
	color: #f05a28;
	font-weight: bold;

}
.contact_col_02 {
	float: left;
	width: 220px;
	padding-right: 10px;
}

.contact_left {
	float: left;
	width: 200px;
}

.contact_map {
	float: right;
	width: 420px;
}

div.submenu a {
	display:block;
	margin:0;
	width:auto;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004F81;
	background-color:#005F9D;
}
div.submenu a:hover { background-color:#F05A28;}
td {

}

div.tertmenu a {
	display:block;
	margin:0;
	width:auto;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004F81;

}
div.submenu a:hover { background-color:#F05A28;}
td {

}

.newThumbImage {
padding: 20px 0px 0px 113px;
}

#bigDesc{padding:0;margin:0;}

#banner a img {
border:none;
}