/* CSS Document */
<style type="text/css">

html,body { 
	margin: 0;
	padding: 0; 
	height:100%;
	font: normal .70em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em;
}

/*BODY {
	margin-left: -8px;
	background-color: #FFFFFF;
	background-image: url("../img/top_bg.png");
	background-repeat: repeat-x;
	background-position:top;
	background-attachment: auto;
}*/

a 		{ color: #666666; text-decoration: none; }
a:hover { color: #FF6600; text-decoration:  none; }
TEXTAREA	{	border: 1px solid #a8a8a8; background-color: #ffffff; }
INPUT	{	border: 1px solid #a8a8a8; background-color: #ffffff; }
SELECT	{	border: 1px solid #a8a8a8; background-color: #f7f7f7; padding: 0px 0px; font-size: 10px;}
BUTTON	{	border: 1px solid #a8a8a8; background-color: #ffffff; }
h1  	{ font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #fff; background-color:transparent; }
h2  	{ font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif; color: #999999; }
h3 		{ clear: both; font-size: 1.1em; color: #660000; background: url(../img/arrow.gif) no-repeat center left; padding: 5px; margin: 0; }
h4  	{ font: 12px "Trebuchet MS", Helvetica, Sans-Serif; text-decoration:none; }


/*NEW SITE_TEMP CSS*/

	.st_top_logo {
	position: absolute; 
	top: 5px; 
	width: 300px;
	height: 100px;
	left: 50%; 
	margin-left: -455px;
	}
	
	.st_top_contact {
	position: absolute; 
	top: 5px; 
	width: 300px;
	height: 100px;
	left: 50%; 
	margin-left: -153px;
	padding:1px;
	border:1px solid #c0c0c0;
	}
	
	.st_news{
	position: absolute; 
	top: 5px; 
	width: 300px; 
	height: 100px;
	left: 50%; 
	margin-left: 155px;
	padding:1px;
	border:1px solid #c0c0c0;	
	background-image:url(../img/filler.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
	.st_banner {
	position: absolute; 
	top: 150px; 
	width: 650px;
	height: 200px; 
	left: 50%; 
	margin-left: -450px;
	padding: 5px;
	border:1px solid #c0c0c0;
	background-image: url(../img/logo3_sm.png);
	background-repeat: no-repeat;
	background-position: center;	
	}
	
	.st_featured {
	position: absolute; 
	top: 150px; 
	width: 235px;
	height: 200px; 
	left: 50%; 
	margin-left: 215px;
	padding: 5px; /* top right bottom left */
	border: 1px solid #c0c0c0;
	font-size: 12px;
	background-image: url(../img/featured.png);
	background-repeat: no-repeat;
	background-position:center;
	}

	.nav_repeat { 
	position: absolute; 
	top: 115px; 
	background-color:#666666;
	background-repeat: repeat-x;
	margin-left: -10px;
	border:1px solid #c0c0c0;
	width:100%;
	height: 23px;
	}
	 
	.nav { 
	position: absolute; 
	top: 112px; 
	left: 50%; 
	margin-left: -450px; 
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 150px;	
	}
	.nav a{ display:block; width:150px; height:32px; background-image: url(../img/butt_out.png); background-repeat:no-repeat;}
	.nav a:hover{ display:block; background-image:url(../img/butt_over.png); background-repeat:no-repeat;}

/*NEW SITE_TEMP CSS*/

/* Home Page */

	.welcome_box {
	position: absolute;
	top: 365px;
	left: 50%;
	margin-left: -450px;
	width: 650px;
	font-size: 12px;
	padding:5px;
	border: 1px solid #c0c0c0;
	}
	
	.services_box {
	position: absolute;
	top: 365px;
	left: 50%;
	margin-left: 215px;
	width: 235px;
	font-size: 12px;
	padding:5px;
	border: 1px solid #c0c0c0;
	background-color:#e9e9e9;
	}
	
/* Contact Us */

	.con_box1{
	position: absolute;
	top: 210px;
	left: 50%;
	margin-left: -450px;
	width: 200px;
	height: 300px;
	border: 1px solid #999999;
	font-size:12px;
	}
	


/* Footers */

	.footer1 {
	position: absolute;
	top: 800px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	font-size: 12px;
	}

	.footer2 {
	position: absolute;
	top: 850px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	font-size: 12px;
	border-top:1px solid #c0c0c0;
	padding: 10px;
	}
	.footer3 {
	position: absolute;
	top: 1000px;
	left: 50%;
	margin-left: -450px;
	width: 885px;
	font-size: 12px;
	border-top:1px solid #c0c0c0;
	padding: 10px;
	}



</style>