/* CSS Document */
body{
	margin:0;
	padding:0;
	font: 85% / 1.3 arial, helvetica, sans-serif;
	background-color:#ffffff;
	color:#666666;
	background-image:url(../images/template/leftSideStrip.gif);
	background-repeat:repeat-y;
}

/*---misc---*/
img{
	border:none;
}
a{
	color:#00667c;
}
.pdf{
	background-image:url(../images/core/inText/wee_pdf.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:1.1em;
}
.pdf_yellow{
	background-image:url(../images/core/inText/wee_pdf_yellow.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:1.1em;
}
.dwg{
	background-image:url(../images/core/inText/dwg.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:1.1em;
}
.smallText{
	font-size:0.9em;
}
p{
	margin:0 0 15px 0;
}
p.indent{
	padding-left:2.5em;
}
ul li{
	margin:5px 0 0 18px;
}
h1{
	color:#00667c;
	font-size:2em;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
}
.smallerh1{
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:0;
}
h2{
	color:#000000;
	font-size:1em;
	margin:10px 0 5px 0;
}
h3{
	background-color:#00667c;
	color:#ffffff;
	font-weight:normal;
	font-size:1.2em;
	padding:7px;
	margin:0;
	width:169px;
}
h4{
	font-variant:small-caps;
	border-bottom:1px solid #666666;
	padding:4px 0;
	font-size:1.1em;
	font-weight:normal;
}
h5{
	color:#000000;
}
.doubleunderline{
	background-image:url(../images/template/doubleunderline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.underline{
	border-bottom:1px solid #cccccc;
}
h6{
	font-weight:normal;
	font-style:italic;
	font-size:1em;
	border-bottom:1px solid #cccccc;
}


/*---header---*/

#topYellow{
	background-image:url(../images/template/topYellowStrip.gif);
	background-repeat:repeat-x;
	height:10px;
	min-width:990px;
	width:expression(documentElement.clientWidth < 990? "990px": "100%");
}

#headerHome{
	background-image:url(../images/template/homeHeader.jpg);
	background-repeat:no-repeat;
	background-color:#00667c;
	color:#00667c;
	width:100%;
	min-width:990px;
	width:expression(documentElement.clientWidth < 990? "990px": "100%");
	float:left;
	height:208px;
}

#logo{
	float:left;
	margin:0;
}

#header{
	color:#00667c;
	background-color:#00667c;
	width:100%;
	min-width:990px;
	width:expression(documentElement.clientWidth < 990? "990px": "100%");
	float:left;
	height:60px;
}

/*---group directory---*/
#steGroupDir{
	position:absolute;
	top:12px;
	right:10px;
	color:#ffffff;
	font-size:0.8em;
}

#steGroupDir a{
	color:#ffffff;
	text-decoration:none;
}


/*---navigation---*/
#nav{
	background-color:#ffffff;
	background-image:url(../images/template/nav_backing.jpg);
	background-repeat:repeat-x;
	color:#000000;
	min-width:990px;
	width:expression(documentElement.clientWidth < 990? "990px": "100%");
	margin:0;
	padding:0;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav ul li{
	display:inline;	
	margin:0;
	padding:0;
}
#nav ul li a{
	float:left;
	display:block;
	background-image:url(../images/template/nav_backing.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-right:1px solid #ffffff;
	margin:0;
	padding:5px 10px;
	height:17px;
	color:#000000;
	text-decoration:none;
}
#nav ul li a:hover{
	background-image:none;
}
#nav ul li.selecteditem a{
	background-image:none;
}
#nav ul li.home a{
	background-image:url(../images/template/homeNav.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
#nav ul li.home a:hover{
	background-image:url(../images/template/homeNav_over.gif);
	background-repeat:no-repeat;
}
#nav ul li.homeselecteditem a{
	background-image:url(../images/template/homeNav_over.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
#nav ul li.homeselecteditem a:hover{
	background-image:url(../images/template/homeNav_over.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}

/*---sub nav---*/

#groupHeader{
	background-color:#e5e2dd;
	border-bottom:1px solid #cccccc;
	color:#666666;
	font-weight:bold;
	padding:2px 5px;
	width:160px;
}
#groupHeader a{
	color:#666666;
	text-decoration:none;
}
#sub_nav ul{
	margin:0;
	padding:0;
}
#sub_nav ul li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#sub_nav ul li a{
	display:block;
	border-bottom:1px solid #cccccc;
	padding:5px 5px;
	width:160px;
	color:#666666;
	text-decoration:none;
}
#sub_nav ul li a:hover{
	color:#cc0000;
	background-image:url(../images/template/red_line.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#sub_nav ul li.selecteditem a{
	font-weight:bold;
	background-image:url(../images/template/subNavSelTop.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
#sub_nav ul li.selecteditem a:hover{
	color:#cc0000;
	background-image:url(../images/template/subNavSelTop.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
#sub_nav ul li.selecteditem ul li a{
	background-image:url(../images/template/subNavSelSub.gif);
	background-repeat:repeat-y;
	color:#666666;
	padding:4px 0 4px 10px;
	font-size:0.9em;
	border:none;
}
#sub_nav ul li.selecteditem ul li a:hover{
	color:#cc0000;
	background-image:url(../images/template/subNavSelSub.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
#sub_nav ul li.selecteditem ul li.selectedMenuItem a{
	color:#cc0000;
	background-image:url(../images/template/subNavSelSub.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:4px 0 4px 10px;
	font-size:0.9em;
}


/*---search box---*/
#search{
	float:right;
	margin:2px 10px;
}
#searchBox{
	width:100px;
}
#submitBtn{
	width:55px;
	border:1px solid;
}

/*---set up fluid style containers---*/

#contentwrapper{
	float: left;
	width:100%;
	min-width:990px;
	width:expression(documentElement.clientWidth < 990? "990px": "100%");
}

#contentcolumn{
	padding:35px 0 0 0;
	padding-right: 220px; /*Set right margin to RightColumnWidth*/
	float:left;
}

#rightcolumn{
	float: left;
	width: 218px; /*Width of right column in pixels 185px*/
	margin-left: -220px; /*Set left margin to -(RightColumnWidth) */
	padding: 1em 0 0 0;
	font-size:0.9em;
}

/*---divs inside content container---*/
#sub_nav{
	width:180px;
	float:left;
	padding:0 0 0 35px;
}
#content{
	padding:0 2em 1em 2em;
	margin-left:212px;
	font-size:90%;
}

#content img{
	margin:2px 10px 8px 0; 
}
#content p img{
	margin:2px 20px 8px 0; 
}

#content ul li{
	list-style-image:url(../images/core/inText/bullet.gif);
}
#left_content_home{
	padding:0; 
	margin:0;
	width:154px;
	border:1px solid #cccccc;
}			

#left_content_home p{
	padding:5px;
	margin:0;
}

#left_content_home img{
	padding:0;
	margin:0;
}

/*---styling divs---*/
.cutawayHolder{
	background-image:url(../images/template/leftSideCutaway.gif);
	background-repeat:no-repeat;
	height:11px;
}
.leftHolder{
	border-bottom:1px solid #a8a5a3;
	border-left:1px solid #a8a5a3;
	border-right:1px solid #a8a5a3;
	padding:5px;
	width:142px;
}
/*product search*/

.productFinderHead{
	background-image:url(../images/template/productFinder.gif);
	background-repeat:no-repeat;
	width:210px;
	height:32px;
}
#productFinder{
	width:198px;
	border-bottom:1px solid #a8a5a3;
	border-left:1px solid #a8a5a3;
	border-right:1px solid #a8a5a3;
	padding:5px;
}
#prodSearch{
	margin:5px 0;
}
select{
	background-color : #ffffff;
	border:1px solid #cccccc;
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
}
.featureProductHead{
	background-image:url(../images/template/featureProduct.gif);
	background-repeat:no-repeat;
	width:210px;
	height:32px;
}
#featureProduct{
	width:198px;
	border-bottom:1px solid #a8a5a3;
	border-left:1px solid #a8a5a3;
	border-right:1px solid #a8a5a3;
	padding:5px;
}

#productDetailsHead{
	background-image:url(../images/template/productDetails.gif);
	background-repeat:no-repeat;
	height:42px;
	width:155px;
}

#productDetails{
	background-image:url(../images/template/productDetailsGrad.gif);
	background-repeat:repeat-y;
	width:145px;
	padding:5px;
}

#productDetails a{
	text-decoration:none;
	color:#000000;
}

#productDetailsBtm{
	background-image:url(../images/template/productDetailsBtm.gif);
	background-repeat:no-repeat;
	width:155px;
	height:8px;
	margin:0 0 15px 0;
}

.toolsServicesHead{
	background-image:url(../images/template/toolsServices.gif);
	background-repeat:no-repeat;
	height:42px;
	width:155px;
}

#toolsServices{
	background-image:url(../images/template/toolsServicesGrad.gif);
	background-repeat:repeat-y;
	width:145px;
	padding:5px;
}

.toolsServicesBtm{
	background-image:url(../images/template/toolsServicesBtm.gif);
	background-repeat:no-repeat;
	width:155px;
	height:8px;
}

/*---news---*/
.date{
	color:#999999;
	font-size:0.9em;
}
#news{
	border-collapse:collapse;
}
#news tr td{
	vertical-align:top;
}

/*---tables---*/

table{
	margin:10px 0;
}
table tr td.caseTxt{
	vertical-align:bottom;
}

#vacancyTable{
	border:none;
}
#vacancyTable tr td{
	padding:5px 15px 5px 4px;
}
.vacancy_header{
	background-color:#00667c;
	color:#ffffff;
}

#stevensonGroup{
	margin:0;
	padding:0;
	border-collapse:collapse;
	border:none;
}
#stevensonGroup td{
	padding:0;
	margin:0;
}
#stevensonGroup img{
	margin:0;
	padding:0;
}

.sizes{
	border-collapse:collapse;
}
.sizes th{
	background-color:#e9e8e8;
	font-size:1em;
	border:1px solid #cccccc;
	padding:8px;
	text-align:left;
}
.sizes tr td{
	border:1px solid #cccccc;
	padding:8px;
}
.galleryTable{
	margin:0;
}
.galleryTable table{
	margin:0;
}

/*---form---*/

form{
	margin:0;
	padding:0;
}
input{
	margin:0;
	padding:0;
}


/*---footer---*/

#footer{
	clear:left;
	padding:12px 0 30px 30px;
	margin:100px 0 0 0;
	width:96%;
	min-width:940px;
	width:expression(documentElement.clientWidth < 940? "940px": "96%");
}
#footer img{
	margin:0;
	padding:0;
}
#backToTop{
	text-align:right;
}
#footerLeft{
	float:left;
	background-color:#ffffff;
	color:#00667c;
	background-image:url(../images/template/footerLeft.gif);
	background-repeat:no-repeat;
	width:17px;
	height:53px;
}
#footerMid{
	float:left;
	background-color:#ffffff;
	color:#ffffff;
	background-image:url(../images/template/footerRight.gif);
	background-repeat:repeat-x;
	padding:23px 0 0 10px;
	width:88%;
	height:53px;
}
#footerMid a{
	color:#ffffff;
	text-decoration:none;
	font-size:0.8em;
}
#footerRight{
	float:left;
}

