/* <![ 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: 0px; 
	text-align: center;
	behavior: url(/scripts/csshover.htc);
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff url(../images/body-bg.gif) top left repeat-x;
}

a{
	color: #5d040d;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

img, a img{
	border: none;
	margin: 0;
	padding: 0;
}
div, p, h1, h2, h3, h4, h5, h6, ul, ol, li{
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #5d040d;
	font-weight: bold;
}
h1{
	font-size: 20px;
	margin: 0 0 15px 0;
}
h2{
	font-size: 15px;
}
h3, h4, h5, h6{
	font-size: 12px;
}
	
#container {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 847px;
	padding: 0px;
	background: none;
}
	#container img{
		display: block;
	}
#main{
	background: url(../images/main-bg.gif) top center repeat-y;
	padding: 0 7px 25px 7px;
	text-align: left;
}

.search {
	position:relative;
	margin:0px auto;
	padding:0px 0px 20px 0px;
	text-align:right;}
	
	.search form {
		margin:0px;
		padding:0px;}
	
	.search-field {
		padding:3px;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		border:1px solid #8fa3af;
		background:#fff;
		width:100px;}
		
	.search-button {
		width:60px;
		background: #cbd3d8;
		color:#0f364a;
		border:1px solid #8fa3af;
		text-decoration:none;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-align:center;}
	
	.search-button:hover {	
		background: #062552;
		border:1px solid #0f364a;  	
		text-decoration:none;
		color:#fff;}
	
input, select, textarea {	
	}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#000;
	margin:5px 0px;
	padding:0px;}

/*	<![ Navigation [ -----------------------------------------------------------*/

#mainnav{
	background: url(../images/nav-bottom.gif) bottom no-repeat;
	padding: 0 0 8px 0;
}
	#mainnav a{
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		text-transform: uppercase;
		color: #5d040d;
		font-weight: bold;
		text-decoration: none;
	}
		#mainnav a:hover{
			text-decoration: underline;
		}
	#mainnav ul{
		list-style: none;
		margin: 0 0 10px 0;
	}
	#mainnav li{
		display: inline;
		border-right: 2px solid #d0a825;
		padding: 0 7px;
	}
		#mainnav li.last_child{
			border: none;
		}
	
/*	<![ Layout [ -----------------------------------------------------------*/

.clearfix {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	line-height: 0px;
	font-size: 0px;
}

address {
	font-style: normal;
}
	
#header{
	height: 104px;
	overflow: hidden;
	background: url(../images/header.gif) center;}

/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:833px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	clear:both;
	color: #fff;
}

.buttons span.active, .buttons span:hover{background:#fff;color:#8A0917}
.buttons span{padding:0 5px;cursor:pointer;}

.sample8 .mask1{
}

#header{
	height: 104px;
	overflow: hidden;
	background: url(../images/header.gif) center;}

/* +++++++++++++++++++++++++++++++++++++++ slide show +++++++++++++++++++++++++++++++++++++ */

.redbar{
	padding: 6px 20px 5px 0;
	text-align: right;
	color: #fff;
	margin: 1px 0 0 0;
	font-weight: bold;
}

#text{
	float: left;
	margin: 0 5px 0 0;
	width: 324px;
}
	#text div.redbar{
		background: #8a0917;
	}
		#text div.redbar a{
			color: #fff;
			padding: 0 5px;
			border-right: 1px solid #fff;
			text-decoration: none;
		}
			#text div.redbar a:hover{
				text-decoration: underline;
			}
		#text div.redbar a.last_child{
			padding-right: 0;
			border: none;
		}
#box8 img{
	display: block;
	height: 300px;
	width: 833px;
}
#images{
	float: left;
	width: 504px;
}
	#images div.redbar{
		background: #5d040d;
	}
.mask1{
	position:relative;
	width:833px;
	height:300px;
	overflow: hidden;
}

/* +++++++++++++++++++++++++++++++++++++++ end slide show +++++++++++++++++++++++++++++++++++++ */

#content{
	padding: 25px 40px 0px 40px;
}
	#quickcontact{
		float: left;
		width: 205px;
		color: #5d040d;
	}
		#quickcontact *{
			width: 140px;
		}
		#quickcontact p{
			margin: 10px 0;
		}
		#quickcontact input, #quickcontact textarea{
			background: #af8809;
			border: 1px solid #5d040d;
			color: #5d040d;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 2px 0;
		}
			#quickcontact input.submit{
				padding: 0 0 19px 0;
				background: url(../images/submit-button-reflect.gif) bottom no-repeat;
				border: none;
				float: right;
				height: 19px;
				width: 67px;
			}
	
	#copy{
		float: left;
		width: 70%;
	}
		#copy p{
			margin: 0 0 15px 0;
		}
		#copy ul{
			margin: 0 0 15px 15px;
			list-style-type: square;
		}
#footer{
	color: #4c0101;
}
	#footer ul{
		list-style: none;
		margin: 15px 0;
	}
	#footer li{
		display: inline;
		font-weight: bold;
		border-right: 1px solid #d0a825;
		padding: 0 10px;
	}
		#footer li.last_child{
			border: none;
		}
	#footer a{
		text-decoration: none;
		text-transform: uppercase;
	}
		#footer a:hover{
			text-decoration: underline;
		}


/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:140px;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.form-pct {
	width:300px;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.msg-pct {
	width:445px;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		

/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:450px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;}
	

/*	<![ Quick Contact [ -----------------------------------------------------------*/

.pad_frm_itm2 {
	padding:3px 0px;
	margin:0px;}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct2 {
	width:100px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#444;}
	
.msg-pct2 {
	width:100px;
	height:50px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#444;}

.custom-form2 {
	font:11px Verdana, Arial, Helvetica, sans-serif;}

	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		width:170px;
		border:none;}
		  
	.custom-form2 legend {
		padding:0px 2px 5px 33px;
		font:bold 14px Verdana, Arial, Helvetica, sans-serif;
		text-align:center;}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}

.submit-align2 {
	text-align:right;}

.submit {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;}
	
.submit:hover {	
	}
	

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	position:relative;
	margin:0px auto;
	padding:10px 0px;
	width:950px;
	text-align:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#7f8b9c;}
	
	#disclaimer a {
		color:#7f8b9c;
		font-weight:bold;
		text-decoration:none;}
	#disclaimer a:hover {
		color:#7f8b9c;
		font-weight:bold;
		text-decoration:underline;}	

/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}
