/****************************************

	styles.css 
	for t4 Science
	
	last updated by 
	Jeff on 11/12/2009
	
*****************************************/

body {
	margin: 0; padding: 0;
	background: url('../images/bg.gif') top left repeat-x #d5d6d6;
	text-align: center;
	font-family: Avenir, Arial, Sans-serif;
}

a, a:hover, a img { border: none; outline: none; } 

sup { font-weight: normal; font-size: 9px; }

.clear { clear: both; }

.right { float: right; } 

.left { float: left; }


#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 880px; 
	text-align: left;
	z-index: 0;
}

#header {
	margin: 20px 0 0 0; padding: 0;
	width: 881px; 
	height: 220px;
	float: left;
	background: url('../images/bg_header.jpg') top left no-repeat;
	display: block;	z-index: 0;
}

#logo { 
	margin: 0 0 0 40px; padding: 0;
	width: 260px; 
	height: 130px;
	display: block;
	float: left;
}

#logo a {
	width: 260px; 
	height: 130px;
	display: block;
}

/*-- navigation --*/

#nav_header {
	margin-top: 60px;
	width: 280px; 
	float: right;	z-index: 0;
}

#nav_header a {
	font-family: Myriad Pro, Arial, Sans-serif;	
	color: #333366;	
	font-size: 12px;
	text-decoration: none;
}

#nav_header a:hover {
	padding-top: 2px;
	border-top: solid 2px #f78c2e;
}

#nav { 
	margin: 0; padding: 0 0 0 25px;
	width: 830px; 
	height: 47px;
	float: left;
	display: block;
	background: url('../images/bg_nav.gif') top left no-repeat;	z-index: 0;
}

#nav a {
	margin: 7px 0 0 0; padding: 4px 0 0 0;
	height: 25px;
	display: block;
	float: left;
	position: relative;
	font-family: Myriad Pro, Arial, Sans-serif;	
	color: #333366;	
	font-size: 14px;
	text-decoration: none;
	border-top: solid 4px #ffffff;	
}

#nav a:hover {
	padding-top: 4px;
	border-top: solid 4px #f78c2e;
}

.nav_products, .nav_services, .nav_applications, .nav_tech  {
	margin: 0 30px 0 0px;
	float: left;
}

#nav .submenus {
	margin: 0 0 0 0; padding: 20px 0 0 0;
	*margin: 0 0 0 -70px;
	width: 170px;
	display: block;
	position: absolute;
	top: 277px;
	visibility: hidden;
	/*background: #0d3486;	*/
	background: url(../images/bg_subnav.png) top left repeat;
	_background: #0d3486;
	z-index: 1000;	
}

#nav .subtech { 
	margin: 0; padding: 20px 0 0 0;	
	*margin: 0 0 0 -95px;
	width: 170px;
	display: block;
	position: absolute;
	top: 277px;
	visibility: hidden;
	/*background: #0d3486;	*/
	background: url(../images/bg_subnav.png) top left repeat;
	_background: #0d3486;
	z-index: 1000;	
}

#nav .subservices { 
	margin: 0; padding: 20px 0 0 0;
	*margin: 0 0 0 -60px;	
	width: 170px;
	display: block;
	position: absolute;
	top: 277px;
	visibility: hidden;
	/*background: #0d3486;	*/
	background: url(../images/bg_subnav.png) top left repeat;
	_background: #0d3486;
	z-index: 1000;	
}

#nav .subapplication { 
	margin: 0; padding: 20px 0 0 0;
	*margin: 0 0 0 -95px;	
	width: 250px;
	display: block;
	position: absolute;
	top: 277px;
	visibility: hidden;
	/*background: #0d3486;	*/
	background: url(../images/bg_subnav.png) top left repeat;
	_background: #0d3486;
	z-index: 1000;	
}

#nav .subapplication a {
	margin: 0 0 10px 20px; padding: 0;
	_margin: 0 0 10px 10px;
	font-family: Myriad Pro, arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	width: 210px;
	float: left;
	border-top: none;
}

#nav .subapplication a:hover {
	margin: 0 0 10px 20px; padding: 0;
	_margin: 0 0 10px 10px;	
	font-family: Myriad Pro, arial, sans-serif;
	text-decoration: underline;
	color: #ffffff;
	font-size: 12px;
	width: 210px;
	float: left;
	border-top: none;
}

#nav .submenus a, #nav .subtech a, #nav .subservices a {
	margin: 0 0 10px 20px; padding: 0;
	_margin: 0 0 10px 10px;	
	font-family: Myriad Pro, arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	width: 130px;
	float: left;
	border-top: none;
}

#nav .submenus a:hover, #nav .subtech a:hover, #nav .subservices a:hover  {
	margin: 0 0 10px 20px; padding: 0;
	_margin: 0 0 10px 10px;	
	text-decoration: underline;
	border: none;
	color: #ffffff;
	font-size: 12px;	
	border-top: none;	
}
/*-- content --*/

#content {
	margin: 0; padding: 0 0 0 25px;
	width: 855px; 
	min-height: 642px;
	height: auto !important; 
	height: 642px; 
	background: url(../images/bg_content.gif) top left repeat-x #f9f9f9;	
	float: left;
	z-index: 0;	
}

#content p, #content ul, #content table {
	color: #676767;
	font-size: 12px;
	line-height: 15px;
}

#content a {
	text-decoration: none;
}

#footer {
	margin: 0; padding: 0;
	width: 880px;
	height: 60px;
	float: left;
	display: block;
}

#footer p {
	margin: 15px 0 0 25px;
	float: left;
	font-size: 10px; 
	font-family: Arial, sans-serif;
	color: #000000;
}

#footer a {
	width: 80px;
	height: 25px;
	font-size: 10px; 
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
/*--- index ---*/

#index_featured {
	height: 313px;
	width: 818px;
	display: block;
	float: left;
}

#index_subheads {
	margin: 100px 50px 0 100px;
	_margin: 100px 25px 0 50px;
	width: 390px;
	height: 160px;
	float: left;
}

#index_blocks {
	margin: 0 0 0 20px;
	width: 800px;
	float: left;
}

#index_blocks_bg {
	margin: 0;
	width: 800px;
	background: url("../images/bg_block_rp.png") top left repeat-y;
	_background: url("../images/bg_block_rp.gif") top left repeat-y;
	float: left;
}

#index_block_cont {
	margin: 10px 5px 0 5px; padding: 0;
	width: 253px;
	float: left;
}

#index_block_cont img {
	margin: 0; padding: 0;
	float: left;
}

#index_block {
	margin: 0; padding: 10px;
	width: 233px; 
	min-height:70px; 
	height: auto !important;
	height: 70px;
	display: block;
	float: left;
	background: #dedede;
}

#index_block_bg {
	margin: 0 0 0 8px; padding: 10px;
	width: 233px; 
	min-height:70px; 
	height: auto !important;
	height: 70px;
	display: block;
	float: left;
}


#index_block h3, 
#index_block_bg h3 {
	margin: 0 0 5px 0; padding: 0 0 0 10px;
	color: #0d3486;
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 16px;
	border-bottom: solid 1px #c3c3c3;
}

#index_block p, 
#index_block_bg p {
	margin: 10px 10px 0 10px; padding:0;
	color: #000000;
	font-family: Myriad Pro, arial, sans-serif;
	font-size: 11px;	
	line-height: 18px;
}

	#index_block p.recent-news, 
	#index_block_bg p.recent-news {
		color: #404e7a;
	}
	
	#index_block p.recent-news a,
	#index_block_bg p.recent-news a {
		color: #f78c2e;
		text-align: right;
	}
	
	#index_block p.recent-news a:hover,
	#index_block_bg p.recent-news a:hover {
		color: #f78c2e;
		text-decoration: underline;
	}
	

#index_block ul, #index_block_bg ul {
	margin: 10px 0 0 18px; padding: 0;
	list-style-type: none;
}

#index_block li, #index_block_bg li {
	margin: 0; padding: 0;
	font-size: 11px;
	list-style-type: square;
	color: #f78c2e;
}

#index_block li a, #index_block_bg li a {
	color: #000000;
}

#index_blocks_top img {
	margin: 0 6px 0 4px;
	height: 23px;
	float: left;
}

#index_block p.side-menu_on {
		color: #203885;
		font-size: 12px;
	}
	
	#index_block p.side-menu_on a {
		border-top: solid 2px #f78c2e;
		padding: 2px 0 0 0;
		color: #203885;
		text-align: right;
		font-size: 12px;
	}
	
	#index_block p.side-menu_on a:hover{
		color: #203885;
		text-decoration: none;
		font-size: 12px;
	}
	
	
	#index_block p.side-menu {
		color: #404e7a;
		font-size: 12px;
	}
	
	#index_block p.side-menu a {
		color: #f78c2e;
		text-align: right;
		font-size: 12px;
	}
	
	#index_block p.side-menu a:hover {
		color: #f78c2e;
		text-decoration: underline;
		font-size: 12px;
	}


/*--- subpage ---*/

#tabs {
	top: 340px;
	*top: 358px;
	margin: 0 0 0 25px;
	*margin: 0 0 0 17px;
	_margin: 0 0 0 20px; 
	width: 775px;
	position: absolute;	
	z-index: 100;
	float: left;
}

a.tab {
	margin: 0 5px 0 0; padding: 10px 20px 10px 20px; 
	background: #0d3486;
	color: #ffffff;
	font-size: 12px;
	display: block;
	float: left;
	text-decoration: none;
	
}

a.tab:hover {
	background: #f49239;
}

a.tab_on {
	margin: 0 5px 0 0; padding: 10px 20px 30px 20px; 
	background: #f49239;
	color: #ffffff;
	font-size: 12px;	
	display: block;
	float: left;
	text-decoration: none;
}

#tab_box {
	margin: 88px 0 50px 25px; padding-bottom: 60px;
	_margin: 88px 0 50px 14px;
	float: left;
	width: 776px;
	min-height: 400px; 
	height: auto !important;
	height: 400px; 
	background: #cccccc;
	border: solid 2px #f49239;
	position: relative;
	z-index: 0;
}

#tab_interior {
	margin: 60px 18px 0 18px;
	padding: 0;
	float: left;
	width: 740px;
	min-height: 215px;
	height: auto !important;
	height: 215px;
	border: solid 2px #0d3486;
	background: #ffffff;
}

#tab_interior h2 {
	font-size: 14px;
}

#tab_interior h3 {
	margin: 0; padding: 0;
	color: #f49239;
	font-weight: normal;
	font-size: 14px;
}

#tab_interior ul {
	margin: 10px 0 0 0; padding: 0;
	list-style-type: none;
}

#tab_interior ol li {
	margin: 10px 0 0 18px; padding: 0;
	font-size: 12px;
}

#tab_interior ul li {
	margin: 0; padding: 0 0 0 10px;
	font-size: 11px;
	background: url(../images/square.gif) top left no-repeat;
	color: #676767;
}

#tab_box_four p, #tab_box_five p {
	font-size: 11px;
	color: #676767;
}

#tab_box_top_bg {
	min-height: 127px;
	height: auto !important;
	height: 127px;
	background: url(../images/divider_horz_top.gif) top left repeat-y;
	display:block;
}

#tab_box_bot_bg {
	min-height: 108px;
	height: auto !important;
	height: 108px;
	background: url(../images/divider_horz_bot.gif) top left repeat-y;
	display: block;
}

#tab_box_one {
	margin: 0; padding: 20px 10px 20px 35px;
	width: 508px; 
	min-height: 127px;
	height: auto !important;
	height: 127px;
	float: left;

}

#tab_box_one img {
	margin-left: 10px;
}

#tab_box_one_content {
	margin: 0;
	float: right;
	width: 350px;
}

#tab_box_one_content a img {
	margin: 0;
	float: right;
}

#tab_box_one_content p {
	margin: 10px 0 0 0;
	width: 320px; 
	float: left;
	line-height: 18px;
}

#tab_box_one_content ul {
	margin: 10px 0 0 15px;
	width: 310px; 
	float: left;
	line-height: 18px;
	list-style-type: disc;
}

#tab_box_two {
	margin: 0; padding: 20px 10px 20px 28px;
	width: 139px;
	min-height: 127px;
	height: auto !important;
	height: 127px;

	float: left;
}

#tab_box_three {
	margin: 0; padding: 20px 10px 20px 28px;
	width: 138px;
	min-height: 108px;
	height: auto !important;
	height: 108px;
	float: left;

}

#tab_box_four {
	margin: 0; padding: 20px 10px 20px 28px;
	width: 338px;
	min-height: 108px;
	height: auto !important;
	height: 108px;

	float: left;

}

#tab_box_five {
	margin: 0; padding: 20px 10px 20px 28px;
	width: 138px;
	min-height: 108px;
	height: auto !important;
	height: 108px;

	float: left;
}

/*--- news layout ---*/

#col_left {
	margin: 30px 0 0 40px; padding: 0;
	_margin: 30px 0 0 20px;
	width: 500px;
	float: left;
}

#col_left h2 { 
	margin: 0 0 30px 0; padding: 0;
	font-size: 16px; 
	color: #f59239; 
	border-bottom: solid 1px #404e7a;
} 

#col_left h2 a {
	font-size: 16px; 
	color: #f59239; 
}

#col_left h3 {
	margin: 0; padding: 0;
	font-size: 14px;
	color: #f59239;
}

#col_left p {
	margin: 0 0 20px 0; padding: 0;
	color: #404e7a;
	font-size: 12px; 
	line-height: 18px;
	
}


#col_left .left-paragraph {
    float: left;
	color: #404e7a;
	font-size: 12px; 
	line-height: 18px;
    width: 210px;
   }

#col_left .right-paragraph {
   float: right;
	color: #404e7a;
	font-size: 12px; 
	line-height: 18px;
    width: 280px;
   
   } 
   
#col_left .right-paragraph p{
    color: #404e7a;
	font-size: 12px; 
	line-height: 18px;
    
   
   } 
   
#col_left .right-paragraph ul, table {
	color: #404e7a;
	font-size: 12px;
	line-height: 18px;
}


#col_left a:link {border-bottom:1px dotted #f59239; color: #333366 }
#col_left a:visited{border-bottom:1px dotted #f59239; color: #333366}
#col_left a:hover{border-bottom: 1px solid #f59239; color: #333366}

li a:link {border-bottom:1px dotted #f59239; color: #333366 }
li a:visited{border-bottom:1px dotted #f59239; color: #333366}
li a:hover{border-bottom: 1px solid #f59239; color: #333366}


#col_right {
	margin: 80px 24px 0 0; padding: 0;
	_margin: 80px 12px 0 0;
	width: 260px; 
	float: right;
}


.search
{
	
    BORDER-RIGHT: #ffba14 1px solid; 
    PADDING-RIGHT: 4px; BORDER-TOP: #ffba14 1px solid;
    PADDING-LEFT: 4px; FONT-SIZE: 8pt; 
    PADDING-BOTTOM: 1px; 
    BORDER-LEFT: #ffba14 1px solid; 
    COLOR: #000080; PADDING-TOP: 1px; 
    BORDER-BOTTOM: #ffba14 1px solid; 
    FONT-FAMILY: Tahoma; 
    BACKGROUND-COLOR: #ffffff

}

.search_highlight{ background: #ffff00; }

.sm { font-weight: normal; font-size: 14px; }

/*=-- generic tabs content ---*/




#tab_column_small {
	margin: 15px 0 5px 20px;
	width: 200px; 
 	float: left;
}

#tab_column_large {	
	margin: 15px 0 5px 20px;
	width: 480px; 
	float: left;
}

#tab_column_all {
	margin: 15px 20px 5px 20px;
	width: 680px; 
	float: left;
}

span.smark
{
font-size: 15px;
font-family: " Avenir, Arial, Sans-serif"; /* A rare sm-supporting font. */
line-height: 0; /* keep the leading consistent in a paragraph */
}

/* png fix */

img, div { behavior: url(iepngfix.htc) }