@charset "utf-8";
/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */


@font-face {
	font-family: Blair;
	src: url('../fonts/blairmditc_tt_medium-webfont.eot');
	src: local('☺'), url('../fonts/blairmditc_tt_medium-webfont.woff') format('woff'), url('../fonts/blairmditc_tt_medium-webfont.ttf') format('truetype'), url('../fonts/blairmditc_tt_medium-webfont.svg#webfontMuPe3jvg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Blair;
	src: url('../fonts/blairitc_tt_bold-webfont.eot');
	src: local('☺'), url('../fonts/blairitc_tt_bold-webfont.woff') format('woff'), url('blairitc_tt_bold-webfont.ttf') format('truetype'), url('../fonts/blairitc_tt_bold-webfont.svg#webfontllK9L1Wm') format('svg');
	font-weight: bold;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 10px;
	font-family: Arial, Verdana, Lucida, sans-serif;
}

html {
	background: #00144B url(../images/water_bg.jpg) top center repeat-x;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
.floatLeft{
	display:inline;
	float:left;
}
.floatRight{
	display:inline;
	float:right;
}
.waterLayer{
	background:url(../images/rays1.png) no-repeat;
	height:505px;
	width:1193px;
	position:absolute;
	top:0;
	left:140px;
	z-index:-1;
	overflow:hidden;
}
.waterContainer{
	height:505px;
	width:980px;
	position:absolute;
	top:0;
	z-index:-1;
	overflow:hidden;
}
a img{
	border:none;
}
/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 980px;  
	margin: 0 auto; 
}
#HomeBgContainer{
	width: 100%;  
	margin: 0 auto;
	height:304px;
}
.fullscreen{
	width: 100%;  
}
#CheckerBoardBG{
	width: 100%;  
	margin: 0 auto;
	height:422px;
	background:url(../images/checkerboard.gif) repeat;
}
#Container, .centeredContainer { 
	width: 980px;
	margin: 0 auto;
}
#Layout {
	width: 980px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
#Content {
	width: 715px;
	margin: 0;
	text-align: left;
	padding:20px;
	min-height:300px;
	background: url(../images/page-BR.gif) no-repeat right bottom;
}
.ProductContentTL{
	background:#FFFFFF;
}
.ContentTL{	background:#FFFFFF url(../images/page-TL.gif) no-repeat left top;}
.ContentTR{	background:url(../images/page-TR.gif) no-repeat right top;}
.ContentBL{	background:url(../images/page-BL.gif) no-repeat left bottom;}


.fixedContainer{
	width: 980px;  
	margin: 0 auto; 
}
#Layout h2{
	font-family:Arial, Verdana, Lucida, sans-serif;
	font-size:20px;
	margin-bottom:7px;
}
#Layout .mainContentContainer>h2,
#Layout .productPageGradient h2{
	color:#FFF;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 100%; 
 	margin: 0 auto;
	height: 46px;
	background: url(../images/headerShim.png) repeat-x center top;
}
	#yt,
	#fb,
	#li{
		margin:0px 3px 0px 0px;
		float:right;
		width:28px;
		height:28px;
		display: block;
	}
	#yt{
		background: url(../images/youtube-icon.png) no-repeat;
        background-size:100% 100%;
	}
	#fb{
		background: url(../images/fb-icon.png) no-repeat;
        background-size:100% 100%;
    }
	#li {
    	background: url("../images/li-icon.png") no-repeat ;
        background-size:100% 100%;
        margin-right:20px;
	}

	ul.topNavigation{
		float:right;
		list-style:none;
		padding:11px 0 0;
	}
	ul.topNavigation li{
		float:right;
		color:#FFF;
		margin:0 20px;
		display:block;
		line-height:24px;
	}
	ul.topNavigation li a{
		color:#FFF;
		font-size:13px;
		text-decoration:none;
		padding:0 6px 0 0;
		display:block;
		height:24px;
	}

	ul.topNavigation li a span{
		padding:0 0 0 5px;
		display:block;
		height:24px;
		
	}
	ul.topNavigation li a span em{
		text-decoration:none;
		font-style:normal;
		display:block;
		height:24px;
		line-height:24px;cursor:pointer;
	}
	ul.topNavigation li a:hover,
	ul.topNavigation li a.current,
	ul.topNavigation li a.section
	{
		color:#FFF;
		font-size:13px;
		text-decoration:none;
        border-radius: 3px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -moz-border-radius: 3px;
        background-color:#A1D1E0;
		/*background:url(../images/top-selected-right.png) no-repeat right top;*/

	}
	/*ul.topNavigation li a:hover span,
	ul.topNavigation li a.current span, 
	ul.topNavigation li a.section span {
		background: url(../images/top-selected-left.png) no-repeat left top;
	}
	
	ul.topNavigation li a:hover span em,
	ul.topNavigation li a.current span em,
	ul.topNavigation li a.section span em {
		background:url(../images/top-selected-shim.png) repeat-x center top;
	}*/
	
	ul.mainNavigation{
		width:650px;
		float:right;
	}

#MainHeader{

}

#MainHeader.HomePage .homeLink{
	width:270px;
	height:71px;
	margin-left:29px;
	margin-top:24px;
	display:block;
}
.homeLink{
	width:188px;
	height:51px;
	margin-left:18px;
	margin-top:16px;
	display:block;
}

.logo{
	width:100%;
	height:104px;
	background: url(../images/PageLogo.png) left top no-repeat;
}
#MainHeader.HomePage .logo{
	width:100%;
	height:151px;
	background:url(../images/hpLogo.png) left -8px no-repeat;
}

.dividerLine{
	background:url(../images/dividerLine.gif) center bottom repeat-x;
	height:78px;
}

#MainHeader.HomePage .dividerLine{
	background:url(../images/dividerLine.gif) center bottom repeat-x;
	height:118px;
}
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#MainHeader.HomePage #Navigation {
	padding-top: 22px;
}
#Navigation {
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	width:650px;
}
	#Navigation ul { 
 		float: right;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 0 0 0px;
			float: right;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				 
				font-size: 16px;
				padding: 10px 0 0 0px;
				color: #fff;
				font-weight:bold;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
                    padding:8px;
                    background-color:#0360a9;
                    border:none;
                    border:1px solid #60a1bd;
                    border-collapse:collapse;
				}
                #Navigation ul li:last-child a span {
                    border-top-left-radius: 5px;
                    border-bottom-left-radius: 5px;
                    -webkit-border-top-left-radius: 5px;
                    -webkit-border-bottom-left-radius: 5px;
                    -moz-border-top-left-radius: 5px;
                    -moz-border-bottom-left-radius: 5px;
                }
                #Navigation ul li:first-child a span {
                    border-top-right-radius: 5px;
                    border-bottom-right-radius: 5px;
                    -webkit-border-top-right-radius: 5px;
                    -webkit-border-bottom-right-radius: 5px;
                    -moz-border-top-right-radius: 5px;
                    -moz-border-bottom-right-radius: 5px;
                }
					#Navigation ul li a span:hover {
			 			/*background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top; */
						color: #fff;
						cursor: pointer;
                        background-color: #60a1bd;

					}
					#Navigation ul li a:hover span {
						/*background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;*/
						cursor: pointer;
					}
					
    			
				#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	color: #FF5;
				}
				/*
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					color: #FFF;
				}
				*/
				
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 196px; 
	float: left;  
	margin: 35px 0 0 0;
	padding: 0;
	color:#fff;
}
.product-page #Sidebar {   
	margin: 0;
}
	#Sidebar .sidebarBox,
	#Sidebar .WidgetHolder {
		margin: 0 0 40px 0;
		padding-bottom: 2px;
		min-height:150px;
		background: url(../images/sidebar-menu.png) no-repeat center top; 
	}
	#Sidebar .sidebarBox ul,
	#Sidebar .WidgetHolder ul {
		margin: 6px 0 5px 3px;
	}
		#Sidebar .sidebarBox li,
		#Sidebar .WidgetHolder li
		 {
			margin: 8px 2px 8px 7px;
			list-style: none;
		}
	#Sidebar .sidebarBox h3,
	#Sidebar .WidgetHolder h3,
	#Sidebar .SideBarTextArea h3
	 { 
		clear: both; 
		color: #fff;
		font-weight: bold; 
		font-size: 15px; 
		padding: 1px 0 10px 10px;
		margin:0;
	}
	#Sidebar .SideBarTextArea h3{
	padding: 0;
	}
	#Sidebar a em {
		font-style: normal;
	}
	
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin:5px 0 10px;
		color:#fff;
	}
	#Sidebar .SideBarTextArea {
		
	 	padding:10px 0 0;
	}
	.PhotoVideoBlock{
		width:174px;
		height:94px;
		background: url(../images/play-btn.png) no-repeat center center;
		display:block;
	}
	/* MENU2 */
    ul#Menu2 li { 
    	margin: 1px 2px 8px 7px;
        list-style: none;
    }
    	ul#Menu2 li a,
		#Sidebar a{
            display: block;
            font-size: 13px;
            line-height: 1.20em;
            color: #fff;
			padding-right:10px;
      	}
				
				
      	/* Level 1 */
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover,
		ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover,
		#Sidebar a:hover {
        	/*background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;*/
        	color: #ff5;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: bold;
	  	}
			ul#Menu2 li ul li {
				padding: 0;
				margin: 2px 0 0 0;
			}
				ul#Menu2 li ul li ul {
					margin-left: 0;
				}	
  
				ul#Menu2 li li a.current,
				ul#Menu2 li li a.section,
				ul#Menu2 li li a.section:hover,
				ul#Menu2 li li a.current:hover {
					font-weight: bold;
				}
					ul#Menu2 li li ul {
						margin: 0 0 0 10px;
						padding: 0;
					}
					ul#Menu2 li li ul .roundWhite {
						margin-bottom: -10px;
					}
      			
			/* Sub Menu */
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	color: #fff;
      		}



/* INDIVIDUAL PAGE ITEMS
---------------------------------------- */

/* HOMEPAGE */
.hpContentArea{
	width:100%;
	height:103px;
}

.hpContentArea a{
	float:right;
}
	.hpContentArea a img{
		border:0;
		float:right;
	}
.hpContentArea h1{
	float:left;
	color:#FFF; 
	padding-left:30px;
	font-family:Arial, Verdana, Lucida, sans-serif;
	font-size:20px;
	letter-spacing:1px;
	line-height:31px;
}
#JoinMailList{
	width:217px;
	height:56px;
	display:block;
	background:url(../images/joinMailList.png) no-repeat top left;
}
#ContactUs{
	width:217px;
	height:56px;
	display:block;
	background:url(../images/ContactUs.png) no-repeat top left;
}
.productBG{
	width:980px;
	height:287px;
	background:url(../images/hpProductBGRound.png) center top no-repeat;
}
.productBGArea{
	width:980px;
	height:287px;
	position:absolute;
	z-index:1;
}
.productArea{
	height:275px;
	margin:0 11px;
	width:958px;
}
.product{
	width:958px;
	background-color:transparent !important;
}
.productImage{
	width:958px;
	height: 275px;
}
.productImage a.prodimg{
	
	display:block;
}
.productImage img{
	position:absolute;
	margin:15px 85px;
}
.productImage h3{
	position:absolute;
	top:20px;
	left:135px;
	display:inline;
}
.productImage h3 a{
	font-family:Arial, Verdana, Lucida, sans-serif;
	font-weight:normal;
	font-size:21px;
	color:#fff;
	text-decoration:none;
	z-index:10;
}
.productText{
	position:absolute;
	top:229px;
	width:700px;
	padding:0 129px;
	font-size:13px;
	color:#00204e;
	text-align:center;
	line-height:18px;
	z-index:5;
}
#ProductBack{
	cursor:pointer;
	background:url(../images/hpProductButtons.png) no-repeat 0 0;
	width:60px;
	height:60px;
	z-index: 15;
	position: absolute;
	z-index: 500; 
	top:120px;
	left:18px;
}
#ProductNext{
	cursor:pointer;
	background:url(../images/hpProductButtons.png) no-repeat -60px 0;
	width:60px;
	height:60px;
	z-index: 15;
	position: absolute;
	z-index: 500; 
	top:120px;
	right:18px;
	
}
.productControls{
	position:absolute;
	top:120px;
	width:922px;
	height:60px;
	padding:0 18px;
	z-index: 15;
	margin:0 11px;
}
.bottomBoxes{
	background:url(../images/bottomContentBox.jpg) no-repeat scroll 0 20px transparent;
	height:300px;
	margin:3px 0 0 0;
	width:974px;
}
.bottomBoxContainer{
	margin:0px 9px 0 16px;
	padding:0;
	width:299px;
	color:#fff;
	font-size: 13px;
}
	.bottomBoxContainer h3{
		font-family:Arial, Verdana, Lucida, sans-serif;
		font-size:18px;
		color:#00144B;
	}
	.bottomBoxContentArea{
		height:225px;
		margin-top:7px;
		position:absolute;
		width:299px;
	}
	.bottomBoxTL{
		background:url(../images/bottomContentBoxLeft.png) no-repeat left top;
		width:100%;
		height:4px;
	}
	.bottomBoxTR{
		background:url(../images/bottomContentBoxRight.png) no-repeat right top;
		width:100%;
		height:4px;
	}
	.bottomBoxContentArea ul,
	.bottomBoxContentArea #EditableContainer{
		list-style:none;
		text-align: left;
		padding:10px;
	}
	div#EditableContainer *{
		color:#fff !important;
	}
	.bottomBoxContentArea #Applications ul{
		text-align: right;
	}
	.bottomBoxContentArea #LatestNews li{
		padding-bottom:21px;
	}
	.bottomBoxContentArea #LatestNews li span.newsTitle a{
		font-weight: bold;
	}
	.bottomBoxContentArea ul li a{
		color:#fff;
		font-size:13px;
		font-family:Arial, Verdana, Lucida, sans-serif;
		text-decoration:none;
	}
	.bottomBoxContentArea ul li a:hover{
		text-decoration:underline;
	}
	.bottomBoxFooter{
		background-color:#00255A;
		width:288px;
		height:13px;
		position:absolute;
		bottom:0px;
		padding:5px 7px 5px 4px;
		text-align:right;
		z-index:10;
		cursor: pointer;
	}
	.bottomBoxFooter a{
		color:#FFF;
		font-family: Arial, Verdana, Lucida, sans-serif;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		padding:1px;
		/*background:url(../images/contentBoxArrowUp.gif) no-repeat right center;*/
	}
	.bottomBoxFooter a img{
		border:0;
		vertical-align:middle;
		padding-left:5px;
	}
	
	.bottomBoxImage{
		height:157px; 
		width:299px;
		position:absolute; 
		top:0;
		z-index:1;
	}
	/*
#CommercialApplications,
	#DefenseApplications,
	#ScientificApplications{
		display:none;
	}
*/
	ul#accordion{
		padding:0;
	}
	ul#accordion li{
		padding:0;
		margin:0;
	}
	.heading{
		background:url(../images/accordion-heading.gif) repeat-x;
		display: block;
		height:24px;
	}
	a.heading span{
		line-height: 24px;
		padding-left:7px;
		cursor:pointer;
		display: block;
		height:24px;
		width:291px;
		background:url(../images/contentBoxArrowUp.gif) no-repeat 279px 4px;
	}
	a.heading img{
		float:right;
		margin:4px 5px 0 0;
	}
	.accordionListing{
		height:137px;
	}
/* Product Holder Page */
#EnvironmentBG{
	background:url(../images/environmental-bg.png) no-repeat left top;
	width:751px;
	height:484px;
	position:relative;
	overflow:hidden;
}
	#EnvironmentBG a span{
		color:#fff;
		font-size:12px;
	}
	#EnvironmentBG a:hover{
		text-decoration:none;
	}
	#EnvironmentBF9{
		position:absolute;
		top:100px;
		left:84px;
		background:url(../images/environment-bluefin-9.png) no-repeat left bottom;
		width:126px;
		height:130px;
	}
		#EnvironmentBF9 span{
			text-align:right;
			width:100%;
			display:block;
		}
	#EnvironmentBatteries{
		position:absolute;
		top:360px;
		left:36px;
		background:url(../images/batteries.png) no-repeat left bottom;
		width:114px;
		height:102px;
	}
		#EnvironmentBatteries span{
			text-align:left;
			width:100%;
			display:block;
		}
	#EnvironmentGlider{
		position:absolute;
		top:217px;
		left:537px;
		background:url(../images/spray-glider.png) no-repeat right bottom;
		width:154px;
		height:124px;
	}
		#EnvironmentGlider span{
			text-align:left;
			width:100%;
			display:block;
			padding-top:10px;
		}
	#Environment12s{
		position:absolute;
		top:99px;
		left:319px;
		background:url(../images/environmental-12s.png) no-repeat right bottom;
		width:191px;
		height:198px;
	}
		#Environment12s span{
			text-align:left;
			width:100%;
			display:block;
			padding-left:67px;
		}
	#Environment12d{
		position:absolute;
		top:219px;
		left:189px;
		background:url(../images/environmental-12d.png) no-repeat right bottom;
		width:256px;
		height:259px;
	}
		#Environment12d span{
			text-align:left;
			width:100%;
			display:block;
			padding-top:5px;
		}
	#Environment21{
		position:absolute;
		top:346px;
		left:524px;
		background:url(../images/environmental-21.png) no-repeat right top;
		width:193px;
		height:183px;
	}
		#Environment21 span{
			text-align:left;
			width:100%;
			display:block;
			padding-top:5px;
		}
	#EnvironmentHAUV{
		position:absolute;
		top:85px;
		left:562px;
		background:url(../images/environmental-hauv.png) no-repeat left top;
		width:87px;
		height:36px;
	}
		#EnvironmentHAUV span{
			text-align:right;
			width:100%;
			display:block;
			padding-top:10px;
		}
	#EnvironmentTanker{
		position:absolute;
		top:0;
		left:509px;
		background:url(../images/environmental-tanker.png) no-repeat left bottom;
		width:539px;
		height:126px;
	}
	#DepthChart{
		position:absolute;
		top:93px;
		right:10px;
		text-align:right;
		list-style:none;
		margin:0;
	}
		#DepthChart li{
			font-family:Arial, Verdana, Lucida, sans-serif;
			color:#fff;
			margin:0;
			font-size:10px;
			
		}
		#DepthChart .d60{
		}
		#DepthChart .d200{
			position:absolute;
			top:60px;
			right:0;
		}
		#DepthChart .d1500{
			position:absolute;
			top:210px;
			right:0;
		}
		#DepthChart .d4500{
			position:absolute;
			top:365px;
			right:0;
		}
	#EnvironmentBG .productMouseOverBG{
		background:url(../images/environmental-mouseover.png) no-repeat center top;
		width:434px;
		height:354px;
		z-index:50;
		position:absolute;
	}
	div#EnvironmentBG p.popupTagline{
		text-align:center;
		margin:5px 0;
		width:365px;
		height:30px;
		position:absolute;
		top:156px;
	}
	div#EnvironmentBG .popupText{
		display:block;
		margin-bottom:5px;
		width:385px;
	}
	#EnvironmentBG .productMouseOverBG *{
		color:#fff;
	}
	#EnvironmentBG .productMouseOverBG a.popupLearnMore{
		display:block;
		position:absolute;
		text-align:center;
		top:302px;
		width:385px;
		font-weight:normal;
		font-size:13px;
	}
	#EnvironmentBG .productMouseOverBG .popupContent{
		width:385px;
		margin-left:19px;
		display:block;
	}
	#EnvironmentBG .productMouseOverBG a,
	#EnvironmentBG .productMouseOverBG h2{
		color:#fff;
		font-size:14px;
		font-weight:bold;
	}
	#EnvironmentBG .productMouseOverBG a:hover{
		text-decoration:underline;
	}
	
	#EnvironmentBG .productMouseOverBG table td{
		border:0;
		padding:1px 11px;
	}
	#EnvironmentBG .productMouseOverBG table{
		margin:0 auto;
	}
	.productImagePopup{
		margin-left:30px;
		margin-bottom:14px;
		padding-top:29px;
		width:365px;
		height:166px;
	}
	#EnvironmentBF9Popup,
	#Environment12sPopup,
	#EnvironmentBatteriesPopup,
	#EnvironmentGliderPopup,
	#Environment12dPopup,
	#Environment21Popup,
	#EnvironmentHAUVPopup
	{
		display:none;
	}
	#EnvironmentBF9Popup{
		top:64px;
		left:212px;
	}
	#Environment12sPopup{
		top:138px;
		left:66px;
	}
	#EnvironmentBatteriesPopup{
		top:128px;
		left:161px;
	}
	#EnvironmentGliderPopup{
		top:98px;
		left:109px;
	}
	#Environment12dPopup{
		top:100px;
		right:-8px;
	}
	#Environment21Popup{
		bottom:0;
		right:225px;
	}
	#EnvironmentHAUVPopup{
		top:50px;
		right:200px;
	}
/* Product Page */
.productPageGradient{
	background:url(../images/product-page-gradient-bg.png) no-repeat center top;
	width:980px;
	height:275px;
	padding-bottom:25px;
}
.productPageImage img{
	margin:0 auto;
}
.productPageImage{
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}
.productPageGradient h2{
	position:absolute;
	padding:24px 0 0 38px;
}

.mainContentContainer a.tab{
	color:#000f41;
	font-size:13px;
	text-decoration:none;
	display:block;
	height:24px;
	background:#D3D3D3 url(../images/tab-gray-right.gif) no-repeat right top;
	margin-right:7px;
	cursor:pointer;
}
.mainContentContainer a.tabSelected:hover, .mainContentContainer a.tab:hover{
	text-decoration:none;
}

a.tab span{
	display:block;
	height:24px;
	background: url(../images/tab-gray-left.gif) no-repeat left top;
}
a.tab span em{
	text-decoration:none;
	font-style:normal;
	display:block;
	height:24px;
	line-height:24px;
	margin:0 8px;
}
.mainContentContainer a.tabSelected, .mainContentContainer a.tab:hover{
	color:#000f41;
	font-size:13px;
	text-decoration:none;
	display:block;
	height:24px;
	background:#fff url(../images/tab-white-right.gif) no-repeat right top;
	margin-right:7px;
}
.mainContentContainer a.tabSelected{
	font-weight:bold;
	cursor:pointer;
}

a.tabSelected span,
.mainContentContainer a.tab:hover span{
	display:block;
	height:24px;
	background: url(../images/tab-white-left.gif) no-repeat left top;
}
a.tabSelected span em{
	text-decoration:none;
	font-style:normal;
	display:block;
	height:24px;
	line-height:24px;
	margin:0 8px;
}

.careersList{
	background-color:#eee;
	border:1px solid #ccc;
	padding:10px;
	margin:10px;
}
div.careersList h6{
	margin: 0 0 5px;
}
div.careersList ul{
	list-style:none;
	margin: 0 0 7px 10px;
}
/* Custom Forms
---------------------------------------- */
div.checkboxset p{
	clear:both;
	margin:6px 0;
	line-height:normal;
}
div.checkboxset p input{
	float:left;
	margin:0 6px;
}
div.checkboxset p label{
	margin:0;
}
span.salesNote{
	width:313px;
	display:block;
}

.blogHolderDate{
	/*float:left;
	display:inline;*/
	width:100px;
}
.blogHolderSummary{
	/*float:left;
	display:inline;*/
	width:600px;
}
	table .blogHolderSummary h3{
		font-size:14px;
		margin-bottom:4px;
		border-bottom:1px dotted #cdf;
	}
	table .blogHolderSummary h3 a{
		color:#265585;
	}
	table .blogHolderSummary h3 a:hover{
		text-decoration:none;
		color:#000;
	}
	
	table .blogHolderSummary p{
		margin-bottom:4px;
	}
	#PressTable td{
		padding-bottom:18px;
	}
/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
	margin: 8px 0;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	margin-bottom: 20px;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 0 0 30px;
		font-size: 1em;
	}
	ul#SearchResults h3,
	ul#SearchResults p {
		margin-bottom:5px;
	}
	ul#SearchResults h3{
		border-bottom:1px solid #eee;
	}

/* SEARCH FORM 
-----------------------------------------------*/
#SearchForm_SearchForm {
	float: right;
	width: 186px;
	margin: 9px 0 5px 15px;
	background:#0d5f99;
}
	#SearchForm_SearchForm legend{
		display:none;
	}
	#SearchForm_SearchForm .middleColumn {
		float: left;
		width: 136px;
		margin: 0 5px 0 0;
		padding: 4px 0 4px 4px;
		background-color: transparent;
	}
	
		#SearchForm_SearchForm .middleColumn input.text {
			width: 136px;
			border: none;
			color: #00204e;
			background:#0d5f99;
		}
		
	#SearchForm_SearchForm #SearchForm_SearchForm_action_results {
		float: left;
		margin: 2px;
		background:url(../images/searchButton.gif) no-repeat;
		border:0;
		width:24px;
		height:23px;
		float:right;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
        
}
#MyCaptcha .message{
    background: none repeat scroll 0 0 #aa2222;
    border: 3px solid #aaa;
    box-sizing: border-box;
    color: #fff;
    display: block;
    margin-left: 5px;
    margin-top: -2px;
    padding: 5px;
    width: 307px;
    font-size:12px;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
}
	
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 980px; 
	height: 73px; 
	text-align: center; 
	padding-top:15px;
}
	#Footer ul.footerMenu{
		display: block; padding: 0px; margin: 0 0 14px; list-style: none; text-align: center; 
	}
	#Footer ul.footerMenu li{
		display: inline; padding: 0; margin: 0px; list-style: none; 
	}
	
	#Footer ul.footerMenu li a {
		margin:0 0 0 1px;
		padding:3px 10px;
		color:#fff;
		text-decoration:none;
		line-height:2em;
		font-size: 11px;
}

  	#Footer p {
		clear:both;
		color: #fff;
		font-size: 11px;
		text-align: center;
		margin:5px auto 0;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}