/* <![ 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:0px; 
	padding:15px 0px 20px 0px; 
	text-align:center;
	behavior:url(../scripts/csshover.htc);
	font:12px Arial, Helvetica, sans-serif;
	/*background:url(../images/body-BG.gif) top left repeat-x #000;*/
	background-color: #000;}
	
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:1044px;
	overflow:hidden;}
	
#search {
	}
	
	#search-field {
		width:100px;
		padding:2px 3px;
		font:11px Arial, Helvetica, sans-serif;}
		
	#search-button {
		font:11px Arial, Helvetica, sans-serif;
		width:50px;
		text-align:center;
		text-decoration:none;}
	
	#search-button:hover {	
		}
	
input, select, textarea{	
	margin:0px;
	padding:0px;
	font:11px "Lucida Sans", Tahoma, sans-serif;}
	
.form {	
	margin:0px;
	padding:0px;
	font:13px "Lucida Sans", Tahoma, sans-serif;}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;}
	
hr {
	height:1px;
	color:#470000;
	background:#470000;
	border:none;
	margin:5px 0px;
	padding:0px;}
		
address {
	font-style:normal;}
	

/*	<![ Navigation [ -----------------------------------------------------------*/

#nav {
	height:43px;
	overflow:hidden;
	background:url(../images/nav-BG.gif) top left no-repeat;
	font:13px "Lucida Sans", Tahoma, sans-serif;
	color:#e6dacd;
	padding:0px;
	text-align:center;
	}

	#nav ul {
		list-style:none;
		margin:0 0 0 11px;
		padding:0px;}
		
	#nav ul li {
		display:inline;
		margin:0px;
		padding:0px;}

	#nav a {
		color:#e6dacd;
		text-decoration:none;
		padding:13px 25px 13px 25px;
		display:block;
		float:left;
		}
	#nav a:hover {
		color:#ff9600;
		text-decoration:none;}
	
#aop {
	font:11px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;
	padding:0px 0px 15px 0px;}
	
	#left #aop h2 {
		padding:0px 0px 0px 10px;}
	
	#aop ul {
		list-style:none;
		padding:0px;
		margin:0px;}
	#aop ul li {
		padding:1px 0px;
		margin:0px;}
	#aop ul li a {
		display:block;
		padding:6px 0px 4px 10px;
		border-top:1px solid #390101;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;}
		
		#aop ul .last_child a {
			border-bottom:1px solid #390101;}
		
	#aop ul li a:hover {
		color:#ff9600;}	
		
		#aop ul li ul {
		background:url(../images/left-highlight.jpg) top left repeat-y;
		list-style-type: disc;
		padding:0px;
		margin-left:23px;
		font:14px "Lucida Sans", Tahoma, sans-serif;
		}
		
		#aop ul li ul li{
			padding: 0px 0px;
			}
		
		#aop ul li ul li a {
		display:block;
		padding:6px 0px 4px 10px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;}
		
		#aop ul li ul .last_child a{
			border-bottom:0;
			margin-bottom: -2px;
			}
		
		
#footlinks {
	font:10px "Lucida Sans", Tahoma, sans-serif;
	text-align:center;
	color:#ff9600;
	padding:15px 0px 30px 261px;}
	
	#footlinks ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		
	#footlinks ul li {
		display:inline;
		margin:0px;
		padding:0px;}

	#footlinks a {	
		display:block;
		float:left;
		color:#ff9600;
		text-decoration:none;
		padding:0px 10px;
		border-right:1px solid #ff9600;}
		
		#footlinks .last_child a {
			border-right:none;}
		
	#footlinks a:hover {
		color:#fff;
		text-decoration:underline;}
		
	#footlinks2 {
	font:10px "Lucida Sans", Tahoma, sans-serif;
	text-align:center;
	color:#ff9600;
	padding:50px 0px 30px 80px;}
	
	#footlinks2 ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		
	#footlinks2 ul li {
		margin:0px;
		padding:0px;}

	#footlinks2 a {	
		float:center;
		color:#ff9600;
		text-decoration:none;
		padding:0px 10px;
		}
		
	#footlinks2 a:hover {
		color:#fff;
		text-decoration:underline;}
	
/*	<![ Layout [ -----------------------------------------------------------*/

#clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;}
	
/* Original CSS
#header{
	height:184px;
	background: url(../images/header.jpg) top left no-repeat;
	overflow:hidden;
	text-align:center;}
	
#header #home {
	position:absolute;
	display:block;
	width:450px;
	height:184px;
	z-index:101;
	top:0px;
	left:300px;
}
	*/
#header{
	height:171px;
	background: url(../images/header.jpg) top left no-repeat;
	background-position: 0px -13px;
	overflow:hidden;
	text-align:center;}
	
#header #home {
	position:absolute;
	display:block;
	width:450px;
	height:171px;
	z-index:101;
	top:0px;
	left:300px;
}
#header #contact {
	position:absolute;
	display:block;
	width:200px;
	height:40px;
	z-index:101;
	top:48px;
	right:29px;
}

#header #disclaimer {
	position:absolute;
	display:block;
	width:220px;
	height:35px;
	z-index:101;
	top:127px;
	right:17px;
}

#mid {
	background:url(../images/mid-BG.gif) top left repeat-y #fff;}

#mid-HOME {
	background:url(../images/mid-BG-home.gif) top left repeat-y;}

#left {
	float:left;
	width:216px;
	padding:15px 23px;
	overflow:hidden;
	background:url(../images/left-BG.jpg) top left no-repeat;
	font:12px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;}
	
	#mid-HOME #left {
		background:url(../images/left-BG-home.jpg) top left no-repeat;}
	
	#left h2 {
		font:normal 17px "Lucida Sans", Tahoma, sans-serif;
		color:#fff;
		margin:0px;
		padding:0px;
		line-height:normal;}
		
#left-SPACER {
	float:right;
	width:1px;
	height:540px;
	overflow:hidden;
	margin:0px;
	padding:0px;}
	
#left-CONTENT {
	float:left;
	width:215px;
	overflow:hidden;
	margin:0px;
	padding:0px;}
		
#logo {
	text-align:center;}
	
#news {
	padding:20px 0px 0px 0px;}
	
	#news h2 {
		text-align:center;}
	
	#news hr {
		margin:3px 0px;}
		
	#news p {
		margin:0px;
		padding:0px;}
		
	#news a {
		color:#ffc731;
		text-decoration:underline;}
		
	#news a:hover {
		color:#f5dd9e;}
		
	#news ul {
		list-style:none;
		margin:6px 0px 0px 0px;
		padding:0px;
		border-top:1px solid #470000;}
	#news ul li {
		margin:0px;
		padding:10px 0px;
		border-bottom:1px solid #470000;}
	
	
#right {
	float:right;
	width:755px;
	overflow:hidden;}
	
	#right h2 {
		font:normal 17px "Lucida Sans", Tahoma, sans-serif;
		color:#fff;
		margin:0px;
		padding:0px;
		line-height:normal;}
	
	#mid-HOME #right {
		width:215px;
		padding:15px 20px;
		overflow:hidden;
		background:url(../images/right-BG-home.jpg) top right no-repeat;}
		
	#right-SPACER {
		float:right;
		width:1px;
		height:540px;
		overflow:hidden;
		margin:0px;
		padding:0px;}
		
	#right-CONTENT {
		float:left;
		width:214px;
		overflow:hidden;
		margin:0px;
		padding:0px;}

#save10 {
	font:11px "Lucida Sans", Tahoma, sans-serif;
	color:#ffffff;
	text-align:left;
	width:213px;
	height:68px;
	padding:0;
	overflow:hidden;
	margin:10px 0;
	}
	
#qc #save10 p {
	margin:20px 0 0 0;
	#margin:20px 0 0 0;
	padding:0px;
}

#save10 img {
	float:left;
	margin:0 10px 0 0;
}

#save10 p a {
	color:#ffffff;
	text-decoration:none;
}

#save10 p a:hover {
	color:#E7C049;
}

#locations {
	font:12px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;
	text-align:center;
	background:url(../images/locations-BG.gif) top left;
	width:213px;
	padding:15px 0px;
	overflow:hidden;
	margin:20px 0px 0px 0px;}
	
#locations h2 a {
	color:#FFFFFF;
	text-decoration:none;
	}
#locations h2 a:hover {
	color:#ff9600;
	text-decoration: underline;
	}
	
	#locations ul {
		list-style:none;
		margin:0px;
		padding:13px 0px 0px 0px;}
	#locations ul li {
		margin:0px;
		padding:6px 0px;}
	#locations ul li a {
		color:#ffa200;
		text-decoration:none;
		border-bottom:1px solid #501208;}
	#locations ul li a:hover {
		border-bottom:1px solid #fff;}

#content {
	padding:15px 15px 15px 0px;
	font:13px "Lucida Sans", Tahoma, sans-serif;
	color:#000;}
	
	#mid-HOME #content {
		width:487px;
		padding:20px 0px 15px 20px;
		float:left;
		overflow:hidden;}
	
	#content p {
		line-height:18px;
		margin:0px;
		padding:10px 0px;}
	#content h1{	
		font: normal 18px "Lucida Sans", Tahoma, sans-serif;
		color:#510000;
		line-height:normal;
		padding:5px 0px 0 0px;
		margin-top:0px;}
	#content h2, #right #content h2{	
		font: bold 14px "Lucida Sans", Tahoma, sans-serif;
		color:#510000;
		line-height:normal;
		padding:0;
		margin:10px 0 0 0;
		}
	#content h3{	
		font: bold 12px "Lucida Sans", Tahoma, sans-serif;
		color:#000;
		line-height:normal;
		padding:0px;}
	#content h4{	
		font: bold 11px "Lucida Sans", Tahoma, sans-serif;
		color:#444;
		line-height:normal;
		padding:0px;}
	#content h5{	
		font: bold 11px "Lucida Sans", Tahoma, sans-serif;
		color:#777;
		line-height:normal;
		padding:0px;}
	#content a {
		color:#980000;
		font-weight:bold;
		text-decoration:none;}
	#content a:hover {
		text-decoration:underline;}

/*	<![  Contact [ -----------------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;}
	
.form-pct { 
	padding:2px 3px;
	width:500px; 
	font:11px "Lucida Sans", Tahoma, sans-serif;}

.msg-pct { 
	padding:2px 3px;
	width:690px; 
	height:70px;
	overflow:auto;
	font:11px "Lucida Sans", Tahoma, sans-serif;}
	
/*	<![  Quick Contact [ -----------------------------------------------------------*/

#qc {
	text-align:center;
	font:10px "Lucida Sans", Tahoma, sans-serif;
	color:#e7c049;
	padding:15px 0px 0px 0px;
	scrollbar-base-color: #320000; 
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #330000;}
	
	#qc p {
		margin:0px;
		padding:0px 25px;}
	
	#qc form {
		margin:0px;
		padding:0px;}
		
.pad_frm_itm2 {
	padding:2px 0px;
	text-align:left;
	color:#ffffff;
	font:11px "Lucida Sans", Tahoma, sans-serif;
	}
	
.form-pct2 {
	border:none;
	padding:5px 5px;
	width:205px; 
	font:10px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;
	background: url(../images/qc-field-BG.gif) top left no-repeat #330000;}
	
#qc select, #qc option {
	border:none;}
	
.select-pct2 {
	border:none;
	padding:5px 5px 5px 0px;
	width:215px; 
	font:10px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;
	background: url(../images/qc-field-BG.gif) top left no-repeat #330000;}

.msg-pct2 { 
	border:none;
	padding:5px 5px 5px 5px;
	width:205px; 
	height:50px;
	overflow:auto;
	font:10px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;
	background: url(../images/qc-field-BG.gif) top left no-repeat #330000;}

.submit {
	padding:1px 5px;
	background:#370000;
	color:#fff;
	font:11px "Lucida Sans", Tahoma, sans-serif;
	border:1px solid #2e0000;
	text-align:center;
	text-decoration:none;}
	
.submit:hover {	
	background: #000;	
	text-decoration:none;
	color:#fff;}

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	text-align:left;
	font:10px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;}
	
	#disclaimer a {
		color:#ff9600;
		font-weight:bold;
		text-decoration:none;}
	#disclaimer a:hover {
		text-decoration:underline;}	

/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] --------- */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:4px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:4px 0px;}

#locale{
	}

#directionsSubmit{
	padding:4px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

