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


body{
	margin-top:15px;
/*	scrollbar-face-color: #D40813; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #D40813; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #D40813;*/
	background-color:#000000;
	font-size:76%;
	font-family: Verdana, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	}
	
img{
	padding:0px;
	margin:0px;
	border:0px;
}

ul {
	font-weight: bold;
		}
		
li	{
		color:#009ee5;
		font-weight:normal;
		list-style:none;
		}

.clear{
	clear:both;
	}
	
#container{
	text-align:left;
	margin: 0 auto;
	width:1014px;
	}

#wrapper{
	float:left;
	width:100%;
	background-image:url(images/main-bg-rep.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	}
	
#header_holder	{
	width:972px;
	height:438px;
	}
#banner{
	float:left;
	width:1014px;
	height:130px;
	background-image:url(images/banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#addressbox{
	float:right;
	width:400px;
	height:130px;
	text-align:right;
	}
	
#addressbox2{
	float:left;
	width:400px;
	margin-left:39px;
	height:130px;
	text-align:left;
	}
	
#addressbox p{
	margin:40px 45px 5px 0px;
	font-weight:bold;
	font-size:1.1em;
	}
	
#image_holder	{
	width:972px;
	height:250px;
	}
#image{
	float:left;
	width:972px;
	height:250px;
	padding-left:21px;
	padding-right:21px;
	}
	
#image img{
	padding:0px;
	margin:0px;
	border:0px;
	}
	
#titlebar{
	float:left;
	width:1014px;
	height:58px;
	background-image:url(images/titlebar-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	*margin-top:-2px;   /*IE7 Fix*/
	_margin-top:-58px;  /*IE6 Fix*/
	}
	
#pagetitle{
	float:left;
	height:58px;
	line-height:58px;
	margin-left:247px;
	_margin-left:123px;   /*IE6 Fix*/
	background-image:url(images/arrow.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#pagetitle h1{
	text-align:left;
	font-size:1.9em;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 0px 25px;
	}

h2 {
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	color:#009ee5;
	padding:0px;
	margin:0px 0px 0px 0px;
	}
	
h3 {
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px 0px 0px 0px;
	}
	
.highlight	{
	font-weight:bold;
	color:#009ee5;
	}
	
#contactinfo{
	float:right;
	height:58px;
	text-align:right;
	}

#contactinfo p{
	margin:10px 45px 10px 0px;
	font-weight:bold;
	font-size:1.1em;
	}
	
#contactinfo a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#contactinfo a:hover{
	color:#009EE3;
	}
	
#maincontent{
	float:left;
	width:1014px;
	background-image:url(images/maincontent-bg-rep.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	}
	
#menu{
	float:left;
	width:177px;
	margin-left:38px;
	_margin-left:19px; /*IE6 Fix*/
	margin-top:18px;
		}	
	
.button{
	float:left;
	width:177px;
	height:45px;
	margin:2px 0px 2px 0px;
	cursor: pointer; 				/* hand-shaped cursor */
	cursor: hand; 					/* for IE 5.x */
	}
	

#textarea{
	float:right;
	width:715px;
	margin-right:45px;
	_margin-right:23px;   /*IE6 Fix*/
	margin-top:18px;
	}

#textarea p{
	padding:0px;
	margin:0px 0px 10px 0px;
	}
	
#textarea a{
	color:#EF8608;
	text-decoration:none;
	font-weight:bold;
	}
	
#textarea a:hover{
	color:#009EE3;
	}
	
#textarea img{
	border:solid 1px #000000;
	}

#footer{
	float:left;
	width:1014px;
	height:100px;   /*TEMP*/
	background-color:#000000;
	background-image:url(images/footer-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}	
	
#footer p{
	margin-left:38px;
	margin-top:60px;
	font-size:0.8em;
	color:#FFFFFF;
	}
	
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	/*font-weight:bold;*/
	}
	
#footer a:hover{
	color:#009EE3;
	}
	

	
	
