/* <![ 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: 0 0 15px 0; 
	text-align: center;
	behavior: url(/scripts/csshover.htc);
	font: 12px Arial, Helvetica, sans-serif;
	background: #680704 url(../images/body-bg.jpg) top left repeat-x;
}
	
a{
	color: #016fc6;
	text-decoration: none;
}
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;
	color: #9f0c17;
	font-weight: bold;
}
h1{
	font-size: 18px;
	text-transform: uppercase;
}
h2{
	font-size: 15px;
}
h3, h4, h5, h6{
	font-size: 12px;
}
	
#container {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 950px;
	background: url(../images/container-BG.jpg) top left;
	border: 1px solid #fff;
}

#main{
	text-align: left;
	background: white;
}
	
	
input, select, textarea {	
	}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr {
	height:1px;
	color:#000;
	background:#4000;
	border:none;
	margin:5px 0px;
	padding:0px;}

address {
	font-style:normal;}


/*	<![ Navigation [ -----------------------------------------------------------*/

#mainnav{
}

#mainnav ul{
	list-style: none;
	margin: 0 0 0 45px;
}
	#mainnav li{
		float: left;
	}
	#mainnav li a{
		float: left;
		display: block;
		background: #16254d url(../images/menu-bg-left.gif) left top no-repeat;
		padding: 0px 0 0 10px;
		margin: 15px 1px 0 0;
		color: #fff;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
	}
		#mainnav li a:hover, #mainnav li a.current_link{
			text-decoration: none;
			background: #9f0c17 url(../images/menu-over-bg-left.gif) left top no-repeat;
			padding: 0 0 10px 10px;
			margin: 10px 1px 0 0;
		}
	#mainnav li a span{
		float: left;
		display: block;
		background: #16254d url(../images/menu-bg-right.gif) right top no-repeat;
		padding: 4px 10px 0 0;
	}
		#mainnav li a:hover span, #mainnav li a.current_link span{
			background: #9f0c17 url(../images/menu-over-bg-right.gif) right top no-repeat;
		}

/*	<![ Layout [ -----------------------------------------------------------*/

.clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	font-size: 0px;
	line-height: 0px;
}


.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;}
	
	
#header {
	height: 175px;
	overflow:hidden;
	background: #fff url(../images/header-bg.gif) left repeat-x;
}
	#header #logo{
		float: left;
		margin: 18px 0 0 41px;
	}
	#header address{
		float: right;
		margin: 55px 41px 0 0;
		color: #042f69;
		font-size: 11px;
		font-weight: bold;
	}
		#header address span{
			font-weight: normal;
		}	

#contact{
	background: #030511 url(../images/contact-bg2.jpg) top center no-repeat;
	height: 318px;
	overflow: hidden;
	border-top: 2px solid #16254d;
}
	#contact div{
		margin: 82px 0 0 340px;
		text-align: center;
	}
	#contact h1{
		font-size: 34px;
		color: #395da8;
	}
		#contact h1 span{
			color: #fff;
		}
	#contact h2 span, #contact h3, #contact h4{
		color: #fff;
	}
	#contact h2{
		color: #9f0c17;
		font-size: 30px;
		text-transform: uppercase;
	}
	#contact h2 span{
		font-size: 15px;
		text-transform: uppercase;
	}
	#contact h3{
		font-size: 24px;
		text-transform: uppercase;
	}
	#contact h4{
		font-size: 18px;
		text-transform: uppercase;
	}

#content{
	background: #fff url(../images/content-bg.gif) top center repeat-y;
	padding: 15px 0;
}
	#side-bar, #copy{
		float: left;
	}
	#side-bar{
		width: 300px;
	}
		#side-bar div.inner{
			margin: 0 40px;
		}
		#side-bar h1, #side-bar h2, #side-bar h3{
			text-transform: none;
			margin: 0 0 15px 10px;
		}
		#side-bar h1{
			font-size: 24px;
		}
		#side-bar h2{
			font-size: 20px;
			color: #042f69;
		}
		#side-bar p{
			margin: 0 0 15px 10px;
			text-transform: uppercase;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: bold;
			color: #4c81b5;
		}
			#side-bar ul{
				background: #9f0c17;
				list-style: none;
				margin: 0 0 15px 0;
				border: 1px solid #9f0c17;
			}
			#side-bar li{
				margin: 1px;
				border: 1px solid #fff;
				background: #0c3060 url(../images/aop-bg.gif) top center repeat-y;
				padding: 10px;
			}
				#side-bar li a{
					color: #fff;
					font-weight: bold;
				}
	#copy{
		width: 65%;
	}
		#copy div.inner{
			margin: 0 40px;
		}
		#copy h1, #copy p, #copy ul{
			margin: 0 0 10px 0;
		}
		#copy ul{
			margin: 0 0 10px 15px;
		}
	
#footer{
	background: #350301;
	border-top: 1px solid #fff;
	padding: 25px 50px;
	color: #fff;
	font-size: 11px;
}
	#footer ul{
		list-style: none;
		margin: 0 0 15px 0;
	}
	#footer li{
		display: inline;
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
		border-right: 1px solid #9f0c17;
	}
		#footer li.last_child{
			border: none;
		}
	#footer a{
		color: #fff;
		font-size: 11px;
	}
	#footer img{
		float: right;
	}

/*  <![ 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:415px;
	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)*/


/* Fix for IE6 - prevents text from disappearing when map loads - apply this class to the RTF for content area */
.DirectionsContent {
	display:block;
	position:relative;}
	

/* [ 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 {
	}
