/* <![ Global [ -----------------------------------------------------------*/

/*
Site 9 Default CSS File
Working Version: template
VERSION: 1.0 
LAST MODIFIED: 02.07.2008
LAST MODIFIED BY: NAPOLISX

NOTES:
Image pathing needs to be as follows.

url(/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/


html {
	height:100%}
	
.body{	
	margin:0; 
	padding:0; 
	background:#fcc475 repeat-x url(../images/main_bg.jpg);
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	behavior:url(/scripts/csshover.htc);}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	background:repeat-y url(../images/content_bg2.jpg);
}
			
a:link {	
	color:#AC4F31;
	text-decoration:none;
	}
	
a:visited {	
	color:#AC4F31;
	text-decoration:none;
	}	
	
a:hover {	
	color:#AC4F31;
	text-decoration:underline
	}

#disclaimer_text a:link {
	color:#fff;
	text-decoration:none;
}

#disclaimer_text a:visited {
	color:#fff;
	text-decoration:none;
}

	
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#000;
	margin:5px 0px;
	padding:0px;}

h1{	
	font: bold 18px Georgia;
	letter-spacing:1px;
	margin-top:0;
	color:#850000;
	width:510px;
	margin:0 -10px;
	height:40px;
	padding:40px 0 0 0;
	background:no-repeat top left url(../images/h1_bg.jpg);
}
	
h2{	
	font: bold 12px Arial, Helvetica, sans-serif;}
	
h3{	
	font: bold 10px Arial, Helvetica, sans-serif;}

.clear { clear:both; }

/*	<![ Navigation [ -----------------------------------------------------------*/
	
.aops {
	margin:10px 0px 0 5px;
}
	
.aops h2 {
	padding:5px 10px;
	background:#990000;
	border-bottom:2px solid	#2F2F2F;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	margin:0;
}
	
.aops ul {
	list-style:none;
	margin:0;
	padding:0;
}	
	
.aops a {	
	display:block;
	width:182px;
	height:26px;
	padding:12px 0px 5px 15px;
	background:no-repeat url(../images/nav_btn.jpg);
	color:#000;
	font:bold 14px Georgia;
	margin:0px 0 3px 0;
}
	
.aops a:hover {
	color:#000;
	text-decoration:none;
}	
		
		
		
		
		
		
		
		
.footlinks {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;
	padding:5px;
	font:11px Arial, Helvetica, sans-serif
	}
	
.footlinks ul {
	margin:0;
	padding:0;
	list-style:none
	}	
	
.footlinks ul li {
	display:inline;
	margin:0px 5px;
	border-right:1px solid #fff	}	
	
.footlinks ul li.last_child {
	border:none
	}	
	
.footlinks a {
	margin:0px 5px 0 0;
	color:#fff;
}
	
.footlinks a:hover {
	}					

/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	width:1000px;
	height:177px;
	background:url(../images/header.jpg) no-repeat
}

.left {
	float:left;
	width:230px;}

.mid {
	background:;
}	

#content {
	padding:0px 20px 10px 15px !important;
	width:485px;
	float:left;
	/* background:repeat-y url(../images/content_bg.jpg); */
}	

#content * {
	line-height:20px;
	}
	
#content p {
	text-align:justify
}	
	
	
.right {
	background:url(/images/right-bg.jpg) repeat-y}
	
address {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#850000;
	margin:80px 10px 10px 10px;
	text-align:center;
}

address strong {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
}	

/*	<![ Quick Contact [ -----------------------------------------------------------*/

.qctable {
	border:solid 1px #ac4f31;
	width:210px;
	float:right;
	margin:12px 2px 2px 2px;
}
	
.qchead {
	width:210px;
	height:31px;
	padding:10px 0 0 0;
	background:#ac4f31;
	font:bold 18px Georgia;
	color:#fff;
	text-align:center;
	margin-bottom:8px;
}	

.pad_frm_itm {
	padding:2px 8px;
	font:bold;
}

.form_label {
	padding:0 0 6px 0;
}
	
.form-pct { 
	width:188px; 
	height:24px;
	border:solid 1px #fff;
}

.msg-pct { 
	width:188px; 
	height:60px;
	overflow:auto;
	border:solid 1px #fff;
}

.new_submit {
	margin:12px 0 10px 120px;
}
	

.submit {
	display:block;
	height:16px;
	width:52px;
	padding:2px 0px 0px 0px;
	background: #ccc;
	color:#000;
	text-decoration:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;}
	
.submit:hover {	
	background: #000;	
	text-decoration:none;
	color:#fff;}

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	padding:12px 0;
	width:100%;
	background:url(../images/footer_bg.jpg) repeat-x #ac4f31;
}

#disclaimer a {
		text-decoration:none;
}
		
#disclaimer a:hover {
		text-decoration:underline;
}		

#d_container {
	width:1000px;
	margin:0 auto;
	padding:0;
}

#d_container img {
	float:left;
}

#disclaimer_text {
	float:left;
	width:840px;
	margin:0 0 0 40px;
	text-align:left;
}

/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
}

/* div that wraps form */
#directionsInput {
}

#fromAddress{
}

#directionsLocale{
}

#locale{
}

#directionsSubmit{
}

#map{
}

#addressNotFound{
}

#directions{
}
