/* <![ 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;
	font:12px Arial, Helvetica, sans-serif;
	background:#ababab url(../images/body-bg.jpg) top left repeat-x;}
	
#container {
	position:relative;
	margin:0px auto;
	text-align:center;
	width:995px;
	padding:0px;
	text-align:left;}
#container.home {
	width:1039px;}
	
	
input, select, textarea {	
	}
	
legend	{
	font:bold 11px Arial, Helvetica, sans-serif; color:#000;}
	
hr {
	height:1px;
	color:#000;
	background:#4000;
	border:none;
	margin:5px 0px;
	padding:0px;}


.hr-line {
background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-top: 1px solid #000000;
    height: 0;
    margin: 0;
    padding: 0;}

address {
	font-style:normal;}


/*	<![ Navigation [ -----------------------------------------------------------*/

#topnav {
	float:right;
	width:250px;
	padding:0px 50px;}
	#topnav ul {
		margin:0px;
		padding:10px 0px 0px 50px;
		}
	#container.home #topnav ul {
		padding:10px 25px;
		}
	#topnav ul li {
		display:inline;
		}
	#topnav ul li a {
		display:inline-block;
		padding:0px 10px 0px 7px;
		color:#c8d7da;
		font:12px Arial, Helvetica, sans-serif;
		border-right:1px solid #c8d7da;
		text-decoration:none;
		}
	#topnav ul li a:hover {
		text-decoration:underline;
		}	
	#topnav ul li.last_child a {
		border:none;
		}
		
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#nav{
	margin:0px 49px;
	padding:0px;
	height: 50px;
	color:#fff;
}
#nav ul, #nav ul ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:44px;
	/*border:1px solid #ff00ff;*/
}
#nav ul li{
	float:left;
	position:relative;
}

#nav ul li a{
	color:#ffffff;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:20px 11px 15px 11px;
	display:block;
}

#nav ul li a:hover{
	color: #fff;
	background:url(../images/nav-selected.jpg) repeat-x;
}
#nav ul li ul{
	position:absolute;
	display:none;
	top:50px;
	background: #f7f7f7;

	/*_margin-left:-100px;*/
	}
#nav ul li ul a{
	padding:7px 25px;
	width:12em;
	float:left;
	color:#1c5863;
	border-bottom: 1px solid #2f3638;
	}
#nav ul li ul li{
	float:left;
	padding:0px;
	}
#nav ul li ul li a:hover{
	color:#fff;
	background:#5e686a;
	}
#nav ul ul ul{
	display:none;
	}	
#nav ul li ul ul {
	left:12em;
	margin:0px 0 0 10px;
	}

#nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li:hover ul ul ul ul{
display:none;
}
#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li li li li:hover ul{
display:block;
}
#nav ul .first_child a {
}
#nav ul .last_child a {
}		

	
#aop {
	font:12px Arial, Helvetica, sans-serif;
	color:#10364a;
	padding:0px;
	margin:0px;
	width:265px;
	}
#container.home #aop {
	width:265px;
	height:356px;
	overflow:hidden;
	padding:0px 0px 0px 75px;
	background:url(../images/aop-menu.jpg) top center no-repeat;
	}

	#aop ul {
		list-style:none;
		padding:0px;
		margin:0px;}
	#aop ul li {
		display:block;
		padding:0px 0px 1px 0px;
		margin:0px 0px -1px 0px;}
	#aop ul li a {
		display:block;
		padding:5px 20px;
		height:28px;
		overflow:hidden;
		color:#fff;
		font:18px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		background:url(../images/nav-bg.jpg) repeat-x;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:normal;}
			
		#aop ul li .current_link {
			background:url(../images/nav-bg.jpg) 0px 0px repeat-x;
			color:#fff;
			font-weight:bold;}
		
	#aop ul li a:hover {
		background:url(../images/nav-bg.jpg) 0px -38px repeat-x;
		color:#fff;
		text-decoration:none;}	
	#container.home #aop ul li a {
		padding:12px 20px;
		height:27px;
		overflow:hidden;
		background:url(../images/nav-hp-bg.jpg) repeat-x;}
			
		#container.home #aop ul li .current_link {
			background:url(../images/nav-hp-bg.jpg) 0px 0px repeat-x;}
		
	#container.home #aop ul li a:hover {
		background:url(../images/nav-hp-bg.jpg) 0px -51px repeat-x;}	

#footlinks {
	text-align:center;}	
	
	#footlinks ul {
		list-style:none;
		margin:0px;
		padding:5px 0px;}
	#footlinks ul li {
		display:inline;
		margin:0px;
		padding:5px 0px;}
		
		#footlinks ul ul {
			display:inline;}

	#footlinks  ul li a {
		text-decoration:none;
		padding:0px 7px 0px 5px;
		border-right:1px solid #fff;
		font:10px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#fff;}
		
		#footlinks ul .last_child a {
			border-right:none;}
		
	#footlinks ul li a:hover {
		color:#8cbec5;
		}

	
/*	<![ Layout [ -----------------------------------------------------------*/

#clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;}


.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 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 Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-align:center;}
	
	.search-button:hover {	
		background: #062552;
		border:1px solid #0f364a;  	
		text-decoration:none;
		color:#fff;}
	
#topbar {
	height:149px;
	overflow:hidden;
	background:url(../images/topbar-bg.jpg) top center no-repeat;
	}

#header {
	height:356px;
	overflow:hidden;}

#mid {
	text-align:left;
	padding:0px 48px;
	background:url(../images/mid-bg.jpg) top center repeat-y;}
	
#container.home #mid {
	background:url(../images/mid-hp-bg.jpg) top center repeat-y;}

#left {
	float:left;
	width:265px;
	padding:0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;}
	#container.home #left {
		width:340px;
		}

#video {
	clear:both;
	padding:0px;
	background:#3a3a3a;
	}
	#video img {
		border:none;
		}
	#container.home #video {
		margin:0px 0px 0px 74px;
	}

#address {
	clear:both;
	padding:0px 10px 10px 0px;
	text-align:right;
	background:url(../images/address-bg.jpg) repeat-x;
	}
	#address p {
		margin:0px;
		}
	#address img {
		padding:15px 0px 0px 0px;
		}
	#address address {
		padding:0px 0px 10px 0px;
		}
	#container.home #address {
		margin:0px 0px 0px 74px;
		}
	
#right {
	float:left;
	padding:0px;
	width:630px;}
#container.home #right {
	width:602px;
	}

#content {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:25px;
	line-height:18px;}
	#content p {
		line-height:18px;}
	#content h1 {	
		font:18px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		text-transform:uppercase;
		color:#1b5863;
		display:block;
		line-height:normal;
		padding:0px;
		margin-top:0px;}
	#content h2 {	
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#003d48;
		line-height:normal;
		padding:0px;}
	#content h3 {	
		font: bold 14px Arial, Helvetica, sans-serif;
		color:#000;
		line-height:normal;
		padding:0px;}
	#content h4 {	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#555;
		line-height:normal;
		padding:0px;}
	#content h5 {	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#777;
		line-height:normal;
		padding:0px;}
	#content a {
		color:#003d48;
		font-weight:bold;
		text-decoration:none;}
	#content a:hover {
		color:#003d48;
		text-decoration:underline;}
	#content td ul, #content td ol {
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;}

.photoRT {
	float:right;
	margin:0px 0px 20px 20px;
	border:1px solid #09424d;
	}
.photoLT {
	float:left;
	margin:0px 20px 20px 0px;
	border:1px solid #09424d;
	}

#footer {
	clear:both;
	padding:0px 47px;
	background:url(../images/footer-bg.jpg) top center no-repeat;
	}

#container.home #footer {
	background:url(../images/footer-hp-bg.jpg) top center no-repeat;
	}

/*  <![ 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 Arial, Helvetica, sans-serif;}
	
.msg-pct {
	width:445px;
	height:70px;
	overflow:auto;
	font:12px Arial, Helvetica, sans-serif;}

.main-submit {
	} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	}


.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 Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	}
	
#iagree {
	position:absolute;
	font:11px 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 Arial, Helvetica, sans-serif;
	border-bottom:1px solid #0a3150;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit {
	padding:4px;
	margin:0 6px 0 0;
	font:12px 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 [ -----------------------------------------------------------*/

#quickcontact {
	clear:both;
	margin:0px;
	padding:0px;
	background:#2c3031 url(../images/qc-bg.jpg) repeat-x;
	}
	#container.home #quickcontact {
		margin:0px 0px 0px 74px;
		}
	#quickcontact h1 {
		margin:0px;
		padding:10px 0px 5px 0px;
		font:22px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		color:#91b7be;
		text-align:center;
	}
.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,
.CaptchaComponent input {
	margin:0px auto;
	padding:2px 5px;
	width:230px;
	font:11px Arial, Helvetica, sans-serif;
	color:#444;
	background:#d8d8d8;
	border:1px solid #000;}
	
.msg-pct2 {
	margin:0px auto;
	padding:2px 5px;
	width:230px;
	height:50px;
	overflow:auto;
	font:11px Arial, Helvetica, sans-serif;
	color:#444;
	background:#d8d8d8;
	border:1px solid #000;}

.custom-form2 {
	margin:0px;
	padding:0px;
	font:11px Arial, Helvetica, sans-serif;}

	.custom-form2 fieldset {
		margin:0px auto;
		padding:0px;
		width:240px;
		border:none;
		text-align:center;}
		  
	.custom-form2 legend {
		padding:0px 2px 5px 33px;
		font:bold 14px Arial, Helvetica, sans-serif;
		text-align:center;}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}

.submit-align2 {
	text-align:right;
	padding:0px 0px 10px 0px;}

.submit {
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#001f25 url(../images/submit-bg.jpg) repeat-x;
	border:1px solid #001f25;
	margin:0px;
	padding:2px 10px;
	text-align:center;}
	
.submit:hover {	
	}
	

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	position:relative;
	margin:0px auto;
	padding:32px 0px 10px 0px;
	width:900px;
	text-align:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#002d35;}
	#disclaimer img {
		float:left;
		padding:0px 10px 20px 10px;
		}
	#disclaimer p {
		margin:0px;
		padding:0px 0px 10px 0px;
		}
	#disclaimer a {
		color:#002d35;
		font-weight:bold;
		text-decoration:none;}
	#disclaimer a:hover {
		color:#002d35;
		font-weight:bold;
		text-decoration:underline;}	
	#disclaimer #ccards {
		float:right;
		}

/*	<![ 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 {
	}

