/* <![ 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;}
	
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:943px;
	overflow:hidden;}
	
#search {
	display:block;
	float:right;
	width:170px;
	overflow:hidden;}
	
	#search ul {
		list-style:none;
		margin:0px;
		padding:0px;}
	#search ul li {
		display:inline;
		margin:0px;
		padding:0px;}
	
	#search-field {
		border:1px solid #999;
		width:140px;
		padding:1px 3px;
		font:11px Arial, Helvetica, sans-serif;
		color:#5e5e5e;}
		
	#search-button {
		background:url(../images/submit-button.gif) center no-repeat #960618;
		border:1px solid #960618;
		font:11px Arial, Helvetica, sans-serif;
		width:17px;
		height:17px;
		text-align:center;
		text-decoration:none;}
	
	#search-button:hover {
		background:url(../images/submit-button.gif) center no-repeat #62000c;
		border:1px solid #62000c;}
	
input, select, textarea, form {	
	margin:0px;
	padding:0px;}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;}
	
hr {
	height:1px;
	color:#acacac;
	background:#acacac;
	border:none;
	padding:0px;}
		
address {
	font-style:normal;}
	

/*	<![ Navigation [ -----------------------------------------------------------*/

#nav2 {
	background:#fff;
	border-top:1px solid #000;
	border-bottom:2px solid #fff;
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	text-transform:uppercase;}
	
	#nav2 td a {
		display:block;
		padding:9px 15px 7px 15px;
		color:#543900;
		text-decoration:none;}
	#nav2 td a:hover {
		color:#885d00;
		text-decoration:none;}
	
#aop {
	font:14px Arial, Helvetica, sans-serif;
	padding:0px 0px 45px 0px;}
	#aop ul {
		list-style:none;
		padding:0px;
		margin:0px;
		border-top:1px solid #b6b395;}
	#aop ul li {
		padding:1px 0px;
		margin:0px;}
	#aop ul li a {
		display:block;
		border-bottom:1px solid #b6b395;
		background:no-repeat 190px 10px url(../images/aop-bullet.gif);
		padding:6px 20px 6px 0px;
		text-align:right;
/*		text-transform:uppercase;*/
		color:#000;
		text-decoration:none;}
	#aop ul li a:hover {
		color:#b40101;}	
		
#footlinks {
	padding:13px 0px;
	font:10px Arial, Helvetica, sans-serif;
	color:#336a33;}	
	
	#footlinks ul {
		list-style:none;
		margin:0px;
		padding:0px;}
	#footlinks ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
		#footlinks ul ul {
			display:inline;}

	#footlinks  ul li a {
		color:#333;
		display:block;
		float:left;
		text-decoration:none;
		padding:0px 15px;
		border-right:1px solid #333;}
		
		#footlinks ul li.last_child a {
			border-right:none;}
		
	#footlinks ul li a:hover {
		text-decoration:underline;}
	
/*	<![ Layout [ -----------------------------------------------------------*/

#clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;}

#header {
	height:176px;
	background: url(../images/logo.gif) top left no-repeat #fff;
	overflow:hidden;}
	
	#header p {
		margin:0px;
		padding:0px;}

.logo {
	display:block;
	float:left;
	border:none;
	width:370px;
	height:25px;
	margin:45px 0px 0px 13px;}

#banner {
	display:block;
	float:right;
	height:176px;
	width:509px;
	background:url(../images/banner.jpg) top left no-repeat;
	overflow:hidden;}
	
	#banner p {
		margin:0px;
		padding:0px;}


#footer {
	padding:7px 15px;
	border-top:2px solid #fff;
	background:#777;
	text-align:right;
	font:12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	line-height:28px;
	color:#111;
	text-transform:uppercase;}
	
	#footer p {
		margin:0px;
		padding:0px;}

	#footer p.languages {
		font:bold 13px "Times New Roman", Times, serif;
		line-height:23px;
		color:#fff;
		text-align:left;
		display:inline-block;
		float:left;
		margin:5px 0px 0px 0px;}

#mid {
/*	border-top:1px solid #000;*/
	border-bottom:1px solid #000;
	padding:30px 25px;}

#left {
	float:left;
	width:205px;
	overflow:hidden;}
	
	#left h2 {
		margin:0px 0px 5px 0px;
		padding:0px;
		text-align:center;
		font:normal italic 27px "Times New Roman", Times, serif;
		color:#008000;}
	
#right {
	float:right;
	width:645px;
	overflow:hidden;}



#content {
	color:#000000;
	font:14px Arial, Helvetica, sans-serif;}
	
	
	#content p, #content ol, #content ul {
		margin-top:0px;
		margin-bottom:17px;}
		#content ol ol, #content ul ul {
			margin-bottom:0px;}
			
	#content td ol, #content td ul {
		margin-top:0px;
		margin-bottom:10px;}
		#content td ol ol, #content td ul ul {
			margin-bottom:0px;}
			
	#content ul {
		list-style:none;
		margin-left:0px;
		padding-left:26px;}
	#content li {
		background:no-repeat 0px 4px url(../images/bullet.gif);
		padding-left:13px;
		margin-left:0px;}
	#content ol li {
		background:none;
		padding-left:0px;}
	
	#content p {
		line-height:18px;}
		
		#content p.content-quote {
			display:block;
			float:right;
			width:320px;
			padding-left:16px;
			margin:5px 0px 10px 16px;
			overflow:hidden;
			border-left:1px solid #737373;
			font:bold italic 20px "Times New Roman", Times, serif;
			line-height:24px;
			color:#87020f;}
	
	#content h1{
		background:no-repeat 6px 6px url(../images/h1-BG.gif);
		font:normal 21px "Times New Roman", Times, serif;
		letter-spacing:2px;
		color:#000000;
		border:1px solid #acacac;
		line-height:normal;
		padding:4px 10px 3px 36px;
		margin-top:0px;}
	#content h2{	
		font: bold 19px "Times New Roman", Times, serif;
		color:#555;
		line-height:normal;
		padding:0px;
		margin:3px 0px;}
	#content h3{	
		font: bold 17px "Times New Roman", Times, serif;
		color:#444;
		line-height:normal;
		padding:0px;
		margin:3px 0px;}
	#content h4{	
		font: bold 13px Arial, Helvetica, sans-serif;
		color:#666;
		line-height:normal;
		padding:0px;
		margin:3px 0px;}
	#content h5{	
		font: bold 13px Arial, Helvetica, sans-serif;
		color:#888;
		line-height:normal;
		padding:0px;
		margin:3px 0px;}
	#content a {
		color:#016d01;
		text-decoration:underline;}
	#content a:hover {
		color:#97242f;
		text-decoration:underline;}
		
	#content a.linkToDetail div {
		background:url(../images/aop-bullet.gif) right no-repeat;
		border-bottom:1px solid #acacac;
		padding:4px 0px 3px 0px;}


/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:0px 0px 10px 0px;
	margin:0px;}

.form-label {
	width:150px; /* Width of labels */
	padding:0px 3px 5px 0px;
	display:inline-block;
	vertical-align:top;
	line-height:12px;
	text-align:right;}
  
.form-pct {
	border:1px solid #bbb;
	background:#eee;
	padding:6px 7px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	width:415px;}

select.form-pct {
	width:auto;}
	
.msg-pct {
	border:1px solid #bbb;
	background:#eee;
	padding:6px 7px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	width:570px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.main-submit {
	background:#008000;
	border:1px solid #008000;
	font:11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	padding:2px 5px;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	background:#029702;}


.custom-form {
	}

	.custom-form fieldset {
		margin: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 {
	line-height:normal;}
	
#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:400px;
	margin:4px 0 0 0;}

#overlay_div h3 {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #0a3150;
	color:#031c40;
	padding:0;
	margin:0px 0px 4px 0px;}

#iagree .overlay_submit {
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#555;
	border:1px solid #333;
	float:right;
	text-decoration:none;}
	
	#iagree .overlay_submit:hover {
		text-decoration:none;
		color:#fff;
		background:#777;
		border:1px solid #555;}
	
#iagree .checkbox {
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement {
	position:relative;
	top:3px;
	border:none;}



/*	<![ Quick Contact [ -----------------------------------------------------------*/

#qc {
	}

.pad_frm_itm2 {
	padding:4px 0px;
	margin:0px;}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:none;
	vertical-align:top;
	text-align:right;}
  
.form-pct2 {
	border:1px solid #a7a7a7;
	background:#fff;
	padding:2px 3px;
	font:11px Arial, Helvetica, sans-serif;
	color:#464646;
	width:197px;}
	
.msg-pct2 {
	border:1px solid #a7a7a7;
	background:#fff;
	padding:2px 3px;
	font:11px Arial, Helvetica, sans-serif;
	color:#464646;
	width:197px;
	height:50px;
	overflow:auto;}

.custom-form2 {
	}

	.custom-form2 fieldset {
		margin:0px;
		padding:0px;
		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 {
	border:1px solid #fff;
	background:url(../images/aop-bullet.gif) right no-repeat #fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#8f0819;
	margin:0px;
	padding:0px 6px 0px 0px;
	width:77px;
	_height:25px;
	text-align:left;}
	
.submit:hover {	
	color:#000;}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	padding:0px 0px 30px 0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#676767;
	text-align:left;}
	
	#disclaimer a {
		color:#676767;
		font-weight:bold;
		text-decoration:none;}
	#disclaimer a:hover {
		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:4px 0px;}

#fromAddress {
	width:350px;
	border:1px solid #bbb;
	background:#eee;
	padding:5px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;} /* address input field */

#directionsLocale {
	padding:4px 0px;}

	#directionsLocale select {
		border:1px solid #bbb;
		background:#eee;
		padding:3px;
		font:12px Arial, Helvetica, sans-serif;
		color:#666;} /* language dropmenu */

#locale{
	}

#directionsSubmit {
	padding:4px 0px 15px 0px;}
	
	#directionsSubmit input {
		background:#008000;
		border:1px solid #008000;
		font:11px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#fff;
		padding:2px 5px;} /* GET DIRECTIONS button */
	#directionsSubmit input:hover {
		background:#029702;}

#map {
	border:1px solid #acacac;
	color:#000;}

#addressNotFound {
	}

#directions {
	}

