/* CSS Document */

/* ----------------------basic layout information---------------------------- */
body{
	margin:0px 0px 0px 0px;
	text-align:center;
	font-family:verdana;
	font-size:11px;
	background-image: url(images/bg_slice.gif);
	background-repeat: repeat-x;
	background-color:#b6b6b6;

}
#container{
	width:764px; 
	margin:0 auto; 
	text-align:left; 


}

table tr td{
	font-family:verdana; 
	font-size:11px;
	background-color:#fff;

}

table.main{
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
}


A:link {color:#423e95;  text-decoration:underline; }
A:visited {color:#000000;  text-decoration:underline; }
A:hover {color:#000000;  text-decoration:underline; }
A:active {color:#000000;  text-decoration:none; }


/* ----------------------titles---------------------------- */

h1{
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	font-size:16px;



}

h2{

	background-image: url(images/greyline.gif);
	background-repeat: repeat-x;
	height:20px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	font-size:16px;

}



/* ----------------------left navigation---------------------------- */
td.navigation{
	background-color:#6b6b6b;
	height:38px;
	color:#fff;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	font-size:9px;
	text-align:center;
}



div.nav{
	padding: 11px 0px 0px 0px;

}




A.nav:link {color:#fff;  text-decoration:none; padding-left:5px;  padding-right:5px;}
A.nav:visited {color:#b6b6b6;  text-decoration:none; padding-left:5px;  padding-right:5px; }
A.nav:hover {color:#fff;  text-decoration:underline; padding-left:5px;  padding-right:5px; }
A.nav:active {color:#fff;  text-decoration:none;  padding-left:5px;  padding-right:5px;}






/* ----------------------home copy---------------------------- */


div.copy{


	padding:29px 20px 0px 20px;
	line-height:20px;

}



p.head{
	padding-top:7px;
	
	}

td.bot{
	background-color: #FFFFFF;
	background-image: url(images/grey.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:18px 0px 18px 18px;
	height:35px;
}

div.special{
	background-image: url(images/greyline.gif);
	background-repeat: repeat-x;
	height:200px;
	float:left;
	width: 214px;

}

div.contrator{
	background-image: url(images/st_louis_contractor.jpg);
	background-repeat: no-repeat;
	width:512px;
	height:200px;
	float:left;

}

p.red{

	color:#c3354b;
	font-weight:bold;
	line-height:18px;
	padding-top:0px;
	margin-top:0px;

}
/* -------------------footer--------------------------- */



td.footer{
	background-color:#000;
	border-top: solid 1px #c7c7c7;
	height:40px;
	text-align:right;


}



p.foot{
	padding:10px;
	color:#fff;
	font-size:10px;
	font-family:verdana;
}


A.foot:link {color:#3c6388;  text-decoration:underline;  }
A.foot:visited {color:#3c6388;  text-decoration:none;  }
A.foot:hover {color:#3c6388;  text-decoration:none;  }
A.foot:active {color:#3c6388;  text-decoration:none;  }



p.credit{
	text-align:center;
	font-size:9px;

}



