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

body { 
	border-top:10px solid #D1E5F3;
	margin: 0px; 
	background-image: url(/static/images/bg.jpg); 
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Helvetica,sans-serif;
	background-position:top center;
	font-size: 0.7em;
}
body.medium {
	font-size: 0.85em;
}

body.large {
	font-size: 1em;
}

#fontsize a.large {
	font-size: 125%;
}

#fontsize a.medium {
	font-size: 110%;
}

#fontsize a.small {
	font-size: 100%;
}
#mainContainer { 
	display:block; 
	width:960px; 
	margin-left:auto; 
	margin-right:auto; 
}
.topBlueColor { 
	display:block; 
	width:960px; 
	height:5px; 
	background-color:#D1E5F3; 
}
.bodyContents { 
	display:block; 
	width:940px; 
	float:left; 
	background-color:#FFFFFF; 
	padding:8px 10px 20px 10px; 
	/*background-image:url(/static/images/body_bg.jpg); */
	background-repeat:no-repeat; 
	background-position:top; 
	margin-left:auto; 
	margin-right:auto;
	height:100%; 
}
.bodyContentsPadding { 
	padding:10px 10px 0 10px !important; 
	padding:0 10px 0 10px;
	float:left;
}
.bodyContentsPadding_home { 
	padding:10px 10px 0 10px !important; 
	padding:0 10px 0 10px;
	float:left;
}
.topFlags { 
	font-family:Arial, Helvetica, sans-serif; 
	/*font-size:10px;*/
	color:#808080;
}
.topFlags a{ 
	color:#808080; 
	text-decoration:none; 
}
.topFlags a:hover{ 
	color:#808080; 
	text-decoration:underline; 
}
.homeTab a{ 
	display:block; 
	float:left;
	width:87px; 
	height:30px; 
	text-decoration:none;
	background-image:url(/static/images/home_off.gif); 
	background-repeat:no-repeat;
	text-indent:-999px;
}
.homeTab a:hover{ 
	text-decoration:none;
	background-image:url(/static/images/home_on.gif); 
	background-repeat:no-repeat;
}
.homeTabActive a{ 
	display:block; 
	float:left; 
	width:87px; 
	height:30px; 
	text-decoration:none; 
	background-image:url(/static/images/home_on.gif); 
	background-repeat:no-repeat;
	text-indent:-999px;
}

.automotiveTab a{ 
	display:block; 
	float:left; 
	width:126px;
	height:30px; 
	text-decoration:none; 
	background-image:url(/static/images/automotive_off.gif); 
	background-repeat:no-repeat;
	text-indent:-999px;
}
.automotiveTab a:hover{ text-decoration:none; background-image:url(/static/images/automotive_on.gif); background-repeat:no-repeat; }
.automotiveTabActive a{ text-indent:-999px;display:block; float:left; width:126px; height:30px; text-decoration:none; background-image:url(/static/images/automotive_on.gif); background-repeat:no-repeat; }

.consumerTab a{ 
	display:block; 
	float:left; 
	width:105px; 
	height:30px; 
	text-decoration:none; 
	background-image:url(/static/images/industrial_off.gif);
	background-repeat:no-repeat; 
	text-indent:-999px;
}
.consumerTab a:hover{ 
	text-decoration:none; 
	background-image:url(/static/images/industrial_on.gif); 
	background-repeat:no-repeat; 
}
.consumerTabActive a{ 
	display:block; 
	float:left; 
	width:105px; 
	height:30px; 
	text-decoration:none; 
	background-image:url(/static/images/industrial_on.gif); 
	background-repeat:no-repeat;
	text-indent:-999px;
}
.servicesTab a{ text-indent:-999px;display:block; float:left; width:106px; height:30px; text-decoration:none; background-image:url(/static/images/services_off.gif); background-repeat:no-repeat; }
.servicesTab a:hover{ text-decoration:none; background-image:url(/static/images/services_on.gif); background-repeat:no-repeat; }
.servicesTabActive a{ text-indent:-999px;display:block; float:left; width:106px; height:30px; text-decoration:none; background-image:url(/static/images/services_on.gif); background-repeat:no-repeat; }

.salesTab a{ text-indent:-999px;display:block; float:left; width:96px; height:30px; text-decoration:none; background-image:url(/static/images/sales_off.gif); background-repeat:no-repeat; }
.salesTab a:hover{ text-decoration:none; background-image:url(/static/images/sales_on.gif); background-repeat:no-repeat; }
.salesTabActive a{ text-indent:-999px;display:block; float:left; width:96px; height:30px; text-decoration:none; background-image:url(/static/images/sales_on.gif); background-repeat:no-repeat; }

.topRightLinks { 
	display:block; 
	background-image:url(/static/images/right_bg.gif); 
	background-repeat:no-repeat; 
	width:400px; 
	height:21px; 
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	color:#b1d3ea; 
	text-align:right; 
	padding:9px 20px 0 0; 
}
.topRightLinks a{ color:#1a4970; text-decoration:none; }
.topRightLinks a:hover{ color:#1a4970; text-decoration:underline; }

#leftNav { 
	display:block; 
	width:190px; 
	float:left; 
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	/*font-size:12px;*/
	color:#003560; 
}
.nav a { display:block; width:170px; height:16px; background-image:url(/static/images/nav_bg.gif); background-repeat:no-repeat; color:#005596; text-decoration:none; padding:10px 10px 6px 10px; }
.nav a:hover { color:#005596; text-decoration:underline; }

#body, #bodyHome { 
	display:block; 
	width:471px; 
	float:left; 
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	/*font-size:12px;*/
	color: #005596; 
}
#bodyHome{
	width:920px !important;
	margin-top:10px;
}
#rightCol { display:block; width:214px; float:left; }

.floatLeft { float:left; }
.floatRight { float:right; }
.sitemapNav { float: left; font-size:11px; width: 471px; border-bottom:1px solid #dfdfdf; padding-bottom:5px; }
.sitemapNav a{ color:#006837; text-decoration:none; }
.sitemapNav a:hover{ color:#006837; text-decoration:underline; }
.hd { font-size:20px; padding:15px 0 10px 0; }
.bodyText, .bodyTextHome { 
	/*font-size:12px;*/
	color:#4d4d4d;
	line-height:1.5em;
}
.imageBorder, .cms-img-r { 
	border:1px solid #d9d9d9; 
	padding:10px; 
	margin-left:10px; 
	text-align:right;
}
.lead_para{
	font-size:14px;
	font-weight:bold;
}
.bodyText ul, .bodyTextHome ul{
	padding:0;
	margin:0;
}
.bodyText li, .bodyTextHome li{
	list-style:none;
}
.bodyText li{
	display:block; 
	width:411px; 
	border-bottom:1px dashed #bfdbee; 
	padding:6px 0 6px 20px; 
	margin-left:20px; 
	margin-right:20px; 
	background-repeat:no-repeat; 
	background-image:url(/static/images/bullet.gif); 
	color:#4d4d4d; 
	text-decoration:none;
	
}
.bodyText li a, .bodyTextHome li a{
	color:#4d4d4d; 
	text-decoration:none;
	font-weight:bold;
}
.bodyText li a:hover, .bodyTextHome li a:hover{
	color:#4d4d4d; 
	text-decoration:underline;
}
.bodyText a img{
	border:none;
}
.bodyTextHome a img{
	float:left;
	border:none;
}
.bodyText a{
	color:#006837; 
	text-decoration:none;
}
.bodyText a:hover{
	text-decoration:underline;
}
.blueBgHd, .brownBgHd { 
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	font-weight:bold; 
	font-size:12px; 
	color:#ffffff; 
	background-image:url(/static/images/blue_bg.gif); 
	background-repeat:no-repeat; 
	width:204px; 
	height:18px; 
	padding:5px 0 0 10px;
}
.blueBgHd{
	width:220px !important;
}

div.brownBgHd.event, div.brownBgHd.news-article { 
	background-repeat:no-repeat; 
	width:245px;
	height:31px;
}

.brownBgHd.event { 
	background-image:url(/static/images/brown_bg.gif); 
}

div.brownBgHd.news-article { 
	background-image:url(/static/images/brown_bg_news.gif); 
}

.footer { 
	display:block; 
	float:left; 
	width:880px; 
	height:67px; 
	background-image:url(/static/images/footer_bg.gif); 
	background-repeat:no-repeat; 
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	/*font-size:11px;*/
	color:#666666; 
	padding:22px 20px 0 20px; 
	text-align:right; 
	line-height:28px; 
	margin-left:20px; 
	margin-right:auto; 
	margin-top:30px !important; 
	margin-top:0; 
}
.footer a{ color:#003560; text-decoration:none; }
.footer a:hover{ color:#003560; text-decoration:underline; }

.logo { padding:10px 20px 15px 20px; }
.searchBoxPadding { 
	padding:55px 0 15px 20px; 
	width:269px;
}
.searchBox { 
	border:1px solid #e3e3e3;
	border-right:0px solid #e3e3e3;
	padding:4px 2px 2px 4px;
	width:229px; 
	height:18px !important;
	float:left;
}
#apDiv1 {
	width:25px;
	height:19px;
	float:right;
	padding-top:56px;
	padding-right:25px;
}
.apDiv2 {
	width:33px;
	height:19px;
	float:left;
}
.apDiv3 {
	width:63px;
	height:26px;
	padding-top:5px;
	padding-left:6px;
	float:left;
}
.apDiv4 {
	float:right;
	padding-right:0;
	padding-top:6px;
	text-align:right;
	width:960px;

}
.related_notbordered img{
	border:none;
	margin-bottom:10px;
}
.ssslText { 
	display:block; 
	width:200px; 
	min-height:31px; 
	font-family:Helvetica Neue, Helvetica,'Lucida Grande',Tahoma,Verdana,Arial,sans-serif; 
	font-size:11px; 
	color:#003560; 
	/*background-image:url(/static/images/sssl_bg.gif);*/
	background-color:#E9F2F9;
	/*background-repeat:no-repeat;*/
	padding:5px 10px 0 10px; 
}
.ssslText_home { 
	display:block; 
	width:216px; 
	height:51px; 
	font-family:Helvetica Neue, Helvetica,'Lucida Grande',Tahoma,Verdana,Arial,sans-serif; 
	font-size:12px; 
	color:#003560; 
	/*background-image:url(/static/images/sssl_bg.gif);*/
	/*background-repeat:no-repeat;*/
	padding:5px 10px 0 10px;
	border-top:1px solid #D8D8D8;
}
.navHDBlock { 
	display:block; 
	width:190px; 
	font-weight:bold;
}
.navHD { 
	display:block;
	padding:4px 0 4px 0;
	background-color:#d2e5f3;
	float:left;
	border-bottom:1px solid #e9f2f9;
	border-top:1px solid #f3f8fc;
	height:15px;
}
.mtecBG { 
	display:block; 
	/*background-image:url(/static/images/mtec2009_banner.gif); */
	background-color:#e9f2f9;
	background-repeat:no-repeat; 
	width:94px; 
	height:66px; 
	font-family:DIN,'Lucida Grande',Tahoma,Verdana,Arial,sans-serif; 
	font-size:9px; 
	color:#000000; 
	padding-left:116px; 
	padding-top:15px;
	padding-right:10px;
}
.mtecBG_home { 
	display:block; 
	/*background-image:url(/static/images/mtec2009_banner.gif); 
	background-color:#e9f2f9;*/
	background-repeat:no-repeat; 
	width:126px; 
	height:66px; 
	font-family:DIN,'Lucida Grande',Tahoma,Verdana,Arial,sans-serif; 
	font-size:9px; 
	color:#000000; 
	padding-left:110px; 
	padding-top:15px; 
	padding-right:10px;
}
.hd2.event { 
	font-size:24px; 
}
span.hd2.news-article {
	font-size: 12px;
	color: #005596;
	display: block;
	margin-bottom: -7px;
}
.home_first{
	float:left;
	width:385px;
	padding-right:25px;
	padding-left:20px;
	font-family:Helvetica NEue, Helvetica,Tahoma,Verdana,Arial,sans-serif; 
}
.home_second{
	float:left;
	width:225px;
	padding-right:20px;
}
.home_third{
	float:left;
	width:240px;
}
.home_third img{
	padding:0 0 0 4px;
	margin:0px !important;
	border:none !important;
}
.home_third h4{
	margin-top:1px;
}
.panel_img_l{
	float:left;
	margin-bottom:10px;
}
.home_first h3{
	color:#013461;
	font-size:18px;
	margin-top:7px;
	line-height:1.4em !important;
}
.home_third h4{
	color:#013461;
	font-size:14px;
	margin-bottom:5px;
}
.home_first a{
	color:#006837;
}
.submit{
	float:right;
}
#home_holder_outer{
	width:940px;
	height:250px;
}
#come-meet-outer{
	/*background:url(/static/images/home_header_meet_bg.png) no-repeat center;*/
	background-color:#fff;
	/*float:right;
	margin-right:17px;
	margin-top:16px;
	width:253px;
	height:234px;*/
	left:670px;
	position:relative;
	top:16px;
	width:253px;
}
table.cmstable {
	border-color:#C0DFE9;
	border-style:solid;
	border-width:1px 0 0 1px;
	font-size:12px;
}
table.cmstable tr.table-middle td {
	border-color:#C0DFE9;
	border-style:solid;
	border-width:0 1px 1px 0;
}
table.cmstable td {
	line-height:1.3em;
	padding:3px 0 3px 5px;
	vertical-align:top;
}
form {
	padding-top:10px;
}
table.form td.key {
	width:130px;
}
table.form tr td {
	padding:4px 10px 4px 0;
	/*font-size:12px;*/
}
table.cmstable tr.table-top td {
	background-color:#C0DFE9;
	border-color:#C0DFE9;
	border-style:solid;
	border-width:0 1px 1px 0;
	color:#2F5B64;
	font-weight:bold;
}
input.text, select, textarea {
	border:1px solid #C0DFE9;
	color:#666666;
	width:220px;
}
input, select, textarea {
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,Helvetica,sans-serif;
	/*font-size:12px;*/
}
.box{
	float:left;
	clear:both;
	width:100%;
}
.box_image{
	float:left;
	width:110px;
}
.box_image img{
	border:1px solid #D9D9D9 !important;
}
.box_text{
	float:left;
	padding:0 10px 20px 10px;
}
.box_text ul{
	margin-bottom:10px;
}
.box_text h4{
	margin-top:0px;
}
.box_text li{
	width:275px;
}
.sitemap li{
	width:250px;
	border-bottom:none;
}
#rightCol, #rightCol a, #rightCol p{
	color:#4D4D4D;
	/*font-size:12px;*/
}
#rightCol a{
	text-decoration:none;
}
#rightCol a:hover{
	text-decoration:underline;
}
.related_bordered img{
	border:none;
}

.box img{
	border:1px solid #D9D9D9;
	padding:10px;
}

.event_row, .news_row {
	float:left;
	clear:both;
	width:465px;
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px dashed #BFDBEE;
}
.event_row .left, .event_row .left_right, .news_row .left, .news_row .left_right {
	float:left;
	padding:0 15px 0 0px;
}
.event_row .left_right, .news_row .left_right {
	width:295px;
}
.event_row .left_right h4, .news_row .left_right h4 {
	color:#005596;
	margin-top:0px;
}

.event_row .left img, .news_row .left img {
	border: 1px solid #D9D9D9;
	padding: 10px;
}
.event_row .right, .news_row .right {
	float:right;
	width:100px;
	padding:0 10px 0 15px;
}
.event_row .row_upper, .news_row .row_upper {
	clear:both;
	padding:5px 0 10px 0;
}
.event_row .row_lower, .news_row .row_lower {
	clear:both;
	padding:10px 0 10px 0;
}
.event_row .row_lower p, .news_row .row_lower p {
	padding-top:5px;
	margin-top:0px;
	padding-bottom:0px;
}
.margin35{
	margin-top:35px;
}
.on{
	font-weight:bold;
}
.bodyText h2{
	color:#005596;
}
.line{
	border-bottom:1px dashed #BFDBEE;
	height:5px;
}
.large .navHD{
	font-size:0.85em !important;
}
.gl_holder {
	margin-bottom: 15px;
}
.rssFeed{
	background:transparent url(/static/images/rss-icon.jpg) no-repeat scroll 0 0;
	height: 16px;
	padding-left: 20px;
	float: right;
}
.bc{
	float: left;
}