/*	==========================
		Reset Styleset - CN Jan 10
		==========================
*/
* {
	margin:0;
	padding:0;
	border:0;
}
html, body {
	background:#f3f3f3 url(/images/global/bg_main.jpg) 50% -10px no-repeat;
	height:100%;
}
body, h1, h2, h3, h4, h5, td {
	font:normal 11px/18px Arial, Helvetica, sans-serif;
	color:#707070;
}
h1, .projectSlide h2 {
	color:#525252;
	text-transform: uppercase;
	font-size:18px;
	margin:18px 0 5px;
}
h2, h3 {
	margin-top:3px;
	padding:7px 15px 0;
	background:url(/images/global/bg_podsubheader.jpg) 0 0 repeat-y;
	border-bottom:1px solid #d2d2d2;
	height:23px;
	font-size:18px;
	text-transform: uppercase;
}
h2 a, h2 a:hover {
	display:block;
	text-decoration:none;
}
h3 {
	padding:8px 15px 0 0;
	border-bottom:1px solid #d7d7d7;
	background:none;
	height:23px;
}
h4 {
	font-weight:bold;
	text-transform: uppercase;
	color:#34748c;
	font-size:12px;
}
h5 {
	clear:both;
	float:left;
	text-align:right;
	width:150px;
	margin-left:20px;
	color:#cdcccc;
	font-size:200%;
	margin-top:3px;
}
h6 {
	font-weight:bold;
	text-transform: uppercase;
	font-size:14px;
}
a, a:hover {
	color:#525252;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
a:active, input { /* Remove Outline from clicked links */
	outline: none;
}
a:focus { /* Remove Outline from clicked links */
	-moz-outline-style: none;
}
ol, ul {
	margin:0 5px 5px;
	padding:0 15px 15px;
}
li {list-style-image:url(/images/global/bullet.gif);}
dt {
	width:95px;
	clear:left;
	font-weight:bold;
	font-size:12px;
	float:left;
}
dd {
	width:80%;
	float:left;
	padding:0 15px 10px 0;
	margin:0 0 10px;
	text-transform:uppercase;
	line-height:15px;
	color:#8b8b8b;
	border-bottom:1px solid #d2d2d2;
	font-size:11px;
}
dd a {text-decoration:none;}
p {margin-bottom:17px;}
label {
	padding:0px 8px 0 0;
	display:block;
	width:130px;
	float:left;
	clear:both;
	margin-bottom:12px;
	height:20px;
	color:#707070;
	font-weight:bold;
	text-transform: uppercase;
	font-size:12px;
}
input, textarea {
	border:1px solid #999;
	padding:4px 3px 0px;
	background-color:transparent;
	color:#9c9c9c;
	outline:none;
	font-size:120%;
	margin:0 0 8px;
}
textarea {height:198px;}
.clear {clear:both;}
.listPlain {
	margin:0;
	padding:0;
	list-style:none;
}
.listPlain li {
	list-style-image:none;
	margin:0;
	padding:0;
}
hr {
	border:0px;
	border-bottom:1px solid #d2d2d2;
	margin:20px 0;
}
/*	==========================
		LAYOUT 
		==========================
*/

#mainWrapper {
	margin:0 auto 100px;
	width:960px;
	overflow:hidden;
}
#headerContainer {
	height:179px;
	padding-top:14px;
	overflow: visible;
	position:relative;
	z-index:5000;
}
#logo {float:left;}
#searchBox {
	float:right;
	width:280px;
	border-bottom:1px solid #d7d7d7;
}
#searchBox input {
	border:none;
	padding-top:3px;
	color:#9c9c9c;
	outline:none;
	width:240px;
}
#searchBox #globalSearchBttn {
	padding:0;
	width:auto;
}
#mainNav {
	clear:right;
	margin-top:66px;
	float:right;
	overflow:hidden;
	width:auto;
	width:700px;
	list-style:none;
}
#mainNav li {list-style:none;}
#mainNav>ul {
	list-style:none;
	float:right;
	padding:0;
	margin:0;
}
#mainNav>ul>li {
	float:left;
	padding-left:61px;
	background:url(/images/global/bg_navline.gif) 0 0 repeat-x;
}
#mainNav ul li.aboutNav {padding-left:0;}
#mainNav>ul>li>a, #mainNav>ul>li>a:hover {
	text-decoration:none;
	color:#9c9c9c;
	font-size:12px;
	text-transform: uppercase;
	padding-top:2px;
	display:block;
	border-top:1px solid #d7d7d7;
}
#mainNav>ul>li>a:hover, #mainNav>ul>li>a.active, #mainNav>ul>li>a:hover, #mainNav>ul>li>a.activeLink {
	border-top:1px solid #e9151c;
}
.navDrop {
	border-top:1px solid #d7d7d7;
	padding:15px 42px;
	background-image:url(/images/global/bg_navdrop.png);
	height:278px;
	position:absolute;
	left:0;
	top:134px;
	width:876px;
	z-index:5000;
	color:#707070;
	font:normal 12px/15px sans-serif;
	overflow:hidden;
}
.navDrop li>a, .navDrop li {padding-bottom:3px;}
.navDrop h4 {
	color:#707070;
	margin-bottom:3px;
}
.navDrop>ul>li>a, .navDrop>ul>li>a:hover {
	text-decoration:none;
	color:#717171;
	float:left;
	font-weight:bold;
	padding-right:8px;
}
.navDrop>ul>li>a:hover {color:#525252;}
.hoverline {
	background:url(/images/global/bg_dropnavline.gif) -900px 6px no-repeat;
	height:13px;
	float:left;
}
.navDropInnerDrop {
	border-bottom:1px solid #d7d7d7;
	padding-bottom:5px;
	margin-bottom:5px;
	clear:both;
	color:#707070 !important;
	display: block;
	font-weight:normal !important;
	width:275px;
	overflow:hidden;
}
.navDropInnerDrop img {
	display: block;
	margin:3px 0 8px;
}
/*	ABOUT DROP 
*/

#aboutDrop a, #aboutDrop a:hover {text-decoration:none;}
#aboutDrop {text-transform:uppercase;}
#aboutDrop li {clear:both;}
#aboutDrop .navDropInnerDrop {
	width:800px;
	border-bottom:0px solid #d7d7d7;
}
.dropProfile {
	width:32%;
	float:left;
	height:52px;
	margin:0 7px 10px 0;
	font-size:11px;
	cursor:pointer;
}
img.profilePic {
	float:left;
	margin:0 10px 0 0;
}
.aboutSection .managementTeam .dropProfile {
	width:48%;
	text-transform:uppercase;
	color:#717171 !important;
}
.aboutSection .managementTeam h4 {
	color:#717171;
	clear:both;
	margin-bottom:6px;
}
/*	PROJECT DROP 
*/
ul.column {
	list-style:none;
	float:left;
	width:32%;
	margin:0 10px 0 0;
	padding:0;
	color:#525252;
}
#projectsDrop ul li {clear:both;}
/*	SERVICES DROP 
*/
#mainNav #servicesDrop li {
	/*list-style:none;*/
	float:left;
	width:32%;
	margin:0 10px 0 0;
	padding:0;
	color:#525252;
	text-transform:uppercase;
}
/*	=== MAIN CONTENT == 
*/

#contentContainer {
	padding-top:38px;
	overflow:hidden;
	clear:both;
}
#mainContent, #sideBar, #mainContentFullpage {
	float:left;
	background-color:#FFF;
	width:590px;
}
#mainContentFullpage {width:920px;}
#sideBar {
	float:right;
	width:330px;
	background-color:#f8f8f8;
}
#homePage #sideBar {position:relative;}
h2 a span {
	float:right;
	font-size:70%;
	text-transform:lowercase;
	display:none;
	text-decoration:underline;
	color:#9c9c9c;
}
#podContent {font-size:11px;}
#podContent li {
	padding:0 0 10px;
	margin:10px 15px 10px 0;
	text-transform:uppercase;
	line-height:15px;
	color:#8b8b8b;
	border-bottom:1px solid #d2d2d2;
	font-size:11px;
}
.toplink {
	margin-top:8px;
	text-transform:lowercase;
	padding-right:10px;
	display:block;
	border-top:1px solid #ccc;
}
.pdf {
	background: url(/images/global/page_white_acrobat.png) 100% 50% no-repeat;
	padding-right:16px;
}
/*	=== FOOTER ==
*/

#footerContainer {
	text-align:center;
	padding-top:8px;
	height:91px;
	/*background-color:#FFF;
	border-top:1px solid #eeeeee;*/
	border-top:1px solid #FFF;
	width:960px;
	margin:0 auto 100px;
}
#footerWrapper {
	margin:0 auto;
	width:960px;
	overflow:hidden;
}
#footerWrapper, #footerWrapper a, #footerWrapper a:hover {
	color:#bbb;
	font-weight:bold;
	text-decoration:none;
}
#footerWrapper a:hover {color:#a1a1a1;}
.footerLeft {
	text-transform:uppercase;
	float:left;
}
.footerRight {
	text-transform:uppercase;
	float:right;
}
/*	==========================
		HOME PAGE 
		==========================
*/
#homePage #mainWrapper {position:relative;}
#homePage #mainContent, #homePage #sideBar {
	padding-bottom: 4500px;
	margin:8px 0 -4500px;
}
#acronymText {
	position:absolute;
	top:90px;
	left:320px;
	z-index:100;
	text-align:center;
	text-transform: uppercase;
	color:#9c9c9c;
	font-size:12px;
}
.newsPod {
	margin:15px 0 15px 15px;
}
#sideBar .navDrop {
	width:330px;
	top:60px;
	height:auto;
	padding:0 0 1000px;
	margin-bottom:-1000px;
	background:#f7f7f7;
}
#sideBar .careerslist a, #sideBar .careerslist a:hover {
	color:#34748c;
	text-transform:uppercase;
	padding-bottom:5px;
	display:block;
	text-decoration:none;
}
#sideBar .careerslist a:hover {color:#24596d;}
#carreerDrop>div {
	background:#FFF;
	padding:12px;
	height:190px
}
.careerlink, .careerlink:hover {
	padding:16px 10px;
	border-top:1px solid #d2d2d2;
	display:block;
	color:#34748c;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	background:url(/images/global/arrow_right.png) 93% 49% no-repeat;
}
/* ==== BANNERS 
*/
#bannerWrapper {
	position:relative;
	z-index:2;
	height:250px;
	background-color:#dcdcde;
}
#bannerContainer {
	overflow:hidden;
	height:250px;
}
#bannerWrapper h1 {
	/*color:#919191;*/
	font-size: 22px;
	color:#FFF;
	font-style: normal;
	font-weight: normal;
	line-height: 1.25em;
	text-transform:none;
	display:inline;
	width:750px;
	z-index:100;
	text-transform:uppercase;
}
.servicesSection #bannerWrapper h1, .aboutSection #bannerWrapper h1 {color:#919191;}
#bannerWrapper .bannerText {
	margin: 25px 50px 0;
}
#homePage #bannerContainer img {
	width:960px;
	height:250px;
	display:block;
}
#bannerBttns {
	position:absolute;
	z-index:1100;
	bottom:4px;
	right:0;
}
#bannerBttns a {
	background: #dddcdc;
	margin-right:4px;
	width:18px;
	height:6px;
	border:1px solid #dddcdc;
	float:left;
}
#bannerBttns a img {display:block;}
#bannerBttns a.activeSlide {
	background: transparent;
}
#bannerBttns a:focus {
	outline: none;
}
/*	=== PROJETS SLIDE  
*/

#prevSlide {
	float:left;
	clear:both;
	margin:0 0 10px 15px;
}
#nextSlide {
	float:right;
	margin:0 15px 10px 0;
}
#pauseSlide, #resumeSlide {
	float:left;
	text-align:center;
	margin:5px 0 0 250px;
	cursor:pointer;
}
#resumeSlide {display:none;}
#mainText .projectSlide {
	background:url(/images/home/bg_maincontent.jpg) 0 0 no-repeat;
	width:575px;
	height:285px;
	padding-right:15px;
	text-transform:uppercase;
	line-height:14px;
}
.projectSlide h1+p {
	color:#8b8b8b;
	margin-bottom:0;
}
#mainText .projectsText {
	width:375px;
	float:right;
	text-transform:none;
	line-height:18px;
}
/*	==========================
		SUB PAGES
		==========================
*/
#subPage #contentContainer {
	min-height:500px;
	overflow:hidden;
}
#subPage #bannerWrapper {
	height:157px;
	/*background:url(/images/subpage/bg_banner.jpg) 0 0 repeat-x;*/
	overflow:hidden;
	background-color:transparent;
}
#subPage #bannerWrapper h4 {
	font-size:14px;
	margin:-22px 0 0 20px;
	display:inline;
}
#subNav {
	/*background:url(/images/subpage/bg_subnav.jpg) 0 0 no-repeat;*/
	height:19px;
	padding-top:1px;
	width:1024px;
}
#subnavHolder { /*for IE7*/
	position:absolute;
	z-index:4899;
}
#subNav>div>ul {
	margin-left:40px;
	width:920px;
}
#subNav>div>ul>li {
	float:left;
	/*margin-right:40px;*/
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
#subNav>div>ul>li>a {
	color:#34748c;
	padding:1px 17px 0 0;
	background: url(/images/global/arrowsubnav_r.gif) 100% 50% no-repeat;
	font-size:12px;
	line-height:12px;
}
#subNav>div>ul>li>a:hover {
	color:#24596d;
	text-decoration:none;
}
#subNav .navDrop {
	width:405px;
	top:19px;
	left:-15px;
	background-image:url(/images/global/bg_navdrop.png);
	border-top:none;
	text-transform:none;
	height:340px;
	font-weight:bold;
	padding:10px 15px;
}
#subNav .navDrop a, #subNav .navDrop a:hover {
	text-decoration:none;
	color:#717171;
	font-weight:bold;
	margin-top:2px;
}
#subNav .navDrop a:hover {color:#525252;}
#subPage #contentContainer {background-color:#FFF;}
#subPage #contentContainer #mainContent h3, #mainContentFullpage h3 {padding-left:40px;}
#subPage #contentContainer #mainContent #mainText, #mainContentFullpage #mainText {
	padding:20px 0 20px 40px;
	text-transform:none;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:40px;
	overflow:hidden;
	font-size:12px;
	min-height:260px;
}
#subPage #mainText td {
	font-size:100%;
	padding:3px 15px 0 0;
	vertical-align:top;
}
#subPage #sideBar {background-color:#fff;}
#subPage #mainText h4 {font-size:110%;}
#subPage.newsSection #mainText, #subPage.projectsSection #mainText {border-bottom:0;}
#subPage #mainText a {color:#34748c;/*text-decoration:underline;*/}
/*	=== ABOUT SECTION  
*/
.locationPod {
	margin:20px 25px 15px 15px;
}
.videoPod {
	margin:17px 15px 0 0;
}
#locationMap {
	border-top:1px solid #d2d2d2;
	padding:22px 0 17px;
}
.questionsPod {
	margin:20px 0 15px;
}
.questionsPod a, .questionsPod a:hover, .downloadPod a, .downloadPod a:hover {
	background:#2a6981 url(/images/global/arrow_barlink.gif) 94% 1px no-repeat;
	border-bottom:1px solid #2a6981;
	display:block;
	padding-left:15px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
padding-top:2px;
}
.questionsPod a:hover, .downloadPod a:hover {
		background-position: 94% -19px;
	background-color:#FFF;
	border-bottom:1px solid #2a6981;
	color:#2a6981;
}
#sideBar .profileImg {
	margin-top:33px;
	width:330px;
	height:300px;
display:block;
}
.imageBG img {
	display:block;
	margin:auto auto;
}
/*	=== NEWS SECTION  
*/
.announcePod {
	margin:20px 25px 15px 0;
}
.announcePod li {
	padding-left:15px !important;
}
.announcePod a {/*text-decoration:underline;*/}
.bodyImage {
	float:left;
	margin:0 15px 15px 0;
}
/*	=== PROJECTS SECTION  
*/
#bannerWrapper .panelSlide {
	padding-right:15px;
	text-transform:uppercase;
	height:157px;
	line-height:14px;
	width:960px;
}
#bannerWrapper .panelSlide h2 {
	padding:10px 0 0;
	margin:0 0 10px;
	border:0;
	background:#f3f3f3 url(/images/subpage/bg_bannerslideheader.jpg) 0 0 no-repeat;
	height:25px;
}
#bannerWrapper .panelSlide p {
	padding:0px 50px 0 0;
}
#bannerSlide {position:relative;}
#slideControls {
	position:absolute;
	bottom:0;
	right:0;
	z-index:1000;
	width:585px;
}
#slideControls #pauseSlide, #slideControls #resumeSlide {
	margin:5px 239px 0 238px;
}
.projectsSection #mainContentFullpage #mainText {width:920px;}
.projectsSection #projectsMenu {
	width:370px;
	margin-left:-40px;
	padding-bottom:140px;
}
li.slideHover {
	background: url(/images/global/bg_listfade.jpg) -370px 0 no-repeat;
	position:relative;
	overflow:visible;
	padding:3px 0;
	margin:5px 0;
}
.projectsSection #mainText ul#projectsMenu li a {
	text-decoration:none;
	color:#717171;
	font-weight:bold;
	font-size:12px;
	background: url(/images/global/bg_listfade_arrow.gif) -330px 50% no-repeat;
	display:block;
	margin-left:40px;
	line-height:14px;
	text-transform:uppercase;
}
.listHover {
	position:absolute;
	left:370px;
	top:0;
	width:590px;
	height:158px;
	display:none;
	z-index:100;
}
/* ====
            TIER ONE====
*/ 
.pressPod {
	margin:20px 25px 30px 15px;
}
#podContent.pressPod li {
	border-bottom:none;
	padding:0 0 4px;
	margin:0;
}
#podContent.pressPod li a {
	color:#34748c;
	font-size:11px;
	font-weight:bold;
}
.gallerySection #mainText ul#galleryMenu li {
	display:block;
	float:left;
	width:200px;
	height:160px;
	padding-right:20px;
}
.gallerySection #mainText ul#galleryMenu li a, .gallerySection #mainText .title, .spaceshiponeSection #mainText ul#galleryMenu li a {
	text-decoration:none;
	color:#717171;
	font-weight:bold;
	font-size:12px;
	display:block;
	line-height:14px;
	text-transform:uppercase;
}

.thumbheight {height:135px;}
.videoholder {
	margin-top:15px;
	clear:both;
	overflow:hidden;
}
.videothumb {
	float:left;
	clear:both;
	margin-right:15px
}
.spaceshiponeSection #mainText ul#galleryMenu li, .spaceshiponeSection #mainText ul#logsMenu li {
	display:block;
	float:left;
	width:150px;
	height:150px;
	padding-right:15px;
}
.spaceshiponeSection #mainText ul#logsMenu li {
	width:200px;
	height:180px;
	padding-right:30px;
}
.paddedborder img.border {
	width:700px;
	height:auto;
}
/*	=== SERVICES SECTION  
*/
.servicesSection #mainContentFullpage #mainText {
	width:950px;
	border-bottom: 0;
}
.servicesSection #mainText ul#servicesMenu li {
	float:left;
	width:200px;
	height:110px;
	margin-right:27px;
}
.servicesSection #mainText ul#servicesMenu li:hover {
	background:#e8e8e8 url("/images/global/bg-arrow-sm.gif") no-repeat 97% 94% ;
}
.servicesSection #mainText ul#servicesMenu li a {
	text-decoration:none;
	color:#717171;
	font-weight:bold;
	font-size:12px;
	display:block;
	line-height:14px;
	text-transform:uppercase;
}
.nextBttns {
	text-transform:uppercase;
	float:right;
	margin:-30px 0 30px 40px;
	font-weight:bold;
	font-size:12px;
}
.nextBttns.left {float:left;}
.nextBttns a, .nextBttns a:hover {
	text-decoration:none;
	color:#707070;
}
.nextBttns a:hover {
	text-decoration:none;
	color:#525252;
}
.rightarrow img {
	margin:0 0 0 15px;
}
.leftarrow img {
	margin:0 5px 0 0;
}
/*	=== CAREERS SECTION  
*/
#subPage.careersSection #bannerWrapper {
	background:url(/images/global/bg_careersbanner.jpg) 0 0 no-repeat;
}
#subPage.careersSection #bannerWrapper .bannerText {
	margin:50px 0 0 30px;
	text-align:center;
}
#subPage.careersSection #contentContainer {
	background:url(/images/global/bg_careersmaincontent.jpg) 0 0 no-repeat;
}
#subPage.careersSection #mainContent {background:none;}
#subPage.careersSection #mainContent #mainText {
	background:url(/images/global/bg_careersmaintext.png);
	color:#FFF;
	padding-left: 30px !important;
	padding-bottom: 20px !important;
	min-height:280px;
	text-transform:uppercase !important;
	/*font-weight:bold;*/
font-size:11px;
}
#subPage.careersSection #mainContent h3 {color:#FFF;}
#subPage.careersSection #mainContent h4 {
	text-transform:uppercase;
	color:#FFF;
	border-bottom:1px solid #d2d2d2;
	width:330px;
	padding-left:10px;
}
#subPage.careersSection li.slideHover {
	padding:0 0 0 10px;
	background: url(/images/global/bg_list.png) -370px 0 no-repeat;
	position:relative;
	overflow:visible;
	margin:0;
}
.careersSection #mainText ul#careersMenu {margin-top:10px;}
.careersSection #mainText ul#careersMenu li a {
	text-decoration:none;
	color:#FFF;
	/*font-weight:bold;*/
	background: url(/images/global/bg_list_arrow.gif) -330px 50% no-repeat;
	display:block;
	line-height:20px;
	text-transform:uppercase;
}
.careersSub {
	min-height: 240px;
}
#scrollContainer {
	height:240px;
	padding-left: 21px;
	/*font-weight:bold;*/
font-size:11px;
}
#scrollContainer p {
	margin:10px 20px 0 10px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-left:-21px
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	height: 100%;/*background: #aaa;*/
}
.jScrollPaneDrag {
	position: absolute;
	/*background: url(/images/global/scrolldrag.gif) no-repeat;*/
	background: #FFF url(/images/global/scroller_grab.gif) 50% 50% no-repeat;
	cursor: pointer;
	overflow: hidden;
}
#actionBttn {
	float:right;
	margin:15px 0 6px;
}
#actionBttn a, #actionBttn a:hover {
	background:#FFF url(/images/global/arrowsubnav_r.gif) 100% 49% no-repeat;
	padding:5px 17px 5px 09px;
	text-decoration:none !important;
	margin-right:40px;
}
.scroll-pane #actionBttn a, .scroll-pane #actionBttn a:hover {
	margin-right: 17px;
}
#footNote {
	text-transform:none;
	text-align:right;
	padding:4px 35px 0 0;
	font-size:11px;
}
#footNote a, #footNote a:hover {
	color:#FFF !important;
	cursor:text;
	text-decoration:none;
}
.careersSection #mainText li {list-style-image:url(/images/global/bullet_contact.gif);}
/*	=== CONTACT SECTION  
*/
#contactForm input, textarea {
	border:1px solid #d2d2d2;
	padding:4px 3px 0px;
	background-color:transparent;
	color:#9c9c9c;
	outline:none;
	font-size:14px;
	height:20px;
	float:left;
	width:403px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {height:198px;}
.contactText {
	text-transform:uppercase;
	width:412px;
	float:right;
	font-size:11px;
}
.contactFooter {
	float:right;
	width:413px;
	margin-top:-30px;
}
input#contactBttn {
	border:0;
	width:134px;
	height:25px;
	float:right;
	margin-top:10px;
}
.fadeHover {
	position:relative;
	display:block;
	width:298px;
	height:150px;
	margin:0 auto;
	background:url(/images/global/locationmap.jpg) 0 0 no-repeat;
}
.fadeHover * {
	display: none;
}
.fadeHover span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width:298px;
	height:150px;
	background:url(/images/global/locationmap.jpg) 0 -150px no-repeat;
}
/* ===== HIRES GALLERY =====*/

.downloadPod {margin-top:1px;}
.gallerySection .downloadPod a {
	width:785px;
	margin:1px auto 0;
	background-position:97.5% 1px;
}
.gallerySection .downloadPod a:hover {
	background-position:97.5% -19px;
}
.gallerySection #mainText ul#galleryMenu li a {
	width:179px;
	margin-bottom:3px;
}
.gallerySection #mainText ul#galleryMenu li a img {display:block;}
.gallerySection h5, .servicesSection h5 {
	width:auto;
	margin:0px;
	color:inherit;
	font-size:14px;
	padding:0;
	float:none;
	text-align:left;
}
.gallerySection h5 a, .servicesSection h5 a {
	color:inherit !important;
}
form#terms-agree {
	border-bottom:1px solid #d7d7d7;
	padding:10px 10px 20px;
	font-size:11px;
	overflow:hidden;
	display:block;
	text-align:left;
}
#mainContentFullpage form#terms-agree.single-page {
	margin-left:40px;
	margin-top:20px;
}
form#terms-agree input[type='checkbox'] {
	border:none;
	padding:0;
	margin:0;
	opacity:0;
	height:13px;
	width:14px;
	filter:alpha(opacity=0);
}
form#terms-agree .custom_checkbox {
	background: url("/images/global/checkbox_terms.gif") no-repeat 0 -19px;
	height:13px;
	width:14px;
	float:left;
	margin-top:2px;
}
form#terms-agree .custom_checkbox.selected {
	background-position: 0 0px;
}

form#terms-agree label {
	width:auto;
	text-transform:none;
	clear:none;
	float:none;
	margin-left:22px;
	font-weight:normal;
}
form#terms-agree label h4 {
	display:inline;
	font-weight:normal;
	font-size:inherit !important;
	margin-right:5px;
}
#terms-container {
	border:1px solid #FFF;
}
#terms-inner {
	padding:10px 0 20px;
	margin-top:20px;
	border-bottom:1px solid #d7d7d7;
	text-align:justify;
}
#subPage #mainText a.container-close, #subPage #mainText a.container-close:hover {
	border:1px solid #e6e6e6;
	padding:3px 2px 1px;
	color: #a5a5a5;
	font:normal 16px/12px  Helvetica, Arial, sans-serif;
	float:right;
	text-decoration:none;
}
#subPage #mainText a.container-close:hover {
	color: #34748c;
	border-color:#9fb5be;
}
#galleryMenu li a {
	position:relative;
	overflow:hidden;
}
.download-link {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	opacity:0.9;
	bottom : -40px;
	background:#f1f1f1 /*url("/images/global/bg-arrow-sm.gif") no-repeat 97% 50%*/;
}
#subPage #mainText .download-link a.link-forbidden, #subPage #mainText .download-link a.link-allowed {
	text-transform:none;
	font-size:11px;
	display:block;
	color:#a6a5a5;
	padding:10px 7px 8px;
}
#subPage #mainText .download-link a.link-allowed {
	color: #34748c;
}
#subPage #mainText .download-link a.link-allowed:hover {text-decoration:underline;}
.test-logs-content table tr:first-child td:first-child {min-width:80px;}