/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
#mainContent ul { margin:0 0 0 25px; padding:5px; line-height:22px; }
ul.side-links { margin:0; }
ul.side-links li { list-style:none; padding:0 0 10px 0; margin:5px 0; border-bottom:dotted 1px #000;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }

/* Text Styling */
h1 { 
	font:bold 24px/28px Georgia, "Times New Roman", Times, serif;
	color:#9e3a0b;
	margin:10px 0;
}
h2 {
	font:bold 18px/22px Georgia, "Times New Roman", Times, serif;
	color:#9e3a0b;
	margin:10px 0;
}
h3 {
	font:bold 15px/20px Georgia, "Times New Roman", Times, serif;
	color:#471900;
}
h4 {
	font:14px/20px Georgia, "Times New Roman", Times, serif;
	color:#4b1206;
	margin:0;
}
h5 {}
p { line-height:20px; padding:5px 0;}
strong { font-weight:bold; }
a { color: #0000CC; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px; margin:10px 0 5px;}

/* Layout Styling */
.body{
	background:#0c2451 url(/images/body.gif) repeat-x;
	font:13px Arial, Helvetica, sans-serif;
	color:#471900;
	margin:0;
}
#container{
	width:951px;
	overflow:hidden;
	padding:16px 0 0;
	margin:0 auto;
}
/*--header--*/
#headerContainer{
	background:url(/images/headerContainer.jpg) no-repeat;
	width:951px;
	height:469px;
	overflow:hidden;
	position:relative;
}
.logo{
	background:url(/images/logo.jpg) no-repeat;
	width:480px;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:40px;
	margin:0;
}
.logo a{
	height:100%;
	display:block;
}
#headerContainer address{
	font:14px/18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	position:absolute;
	top:63px;
	left:40px;
}
.tel{
	font:italic 22px/28px Georgia, "Times New Roman", Times, serif;
	color:#9e3a0b;
	position:absolute;
	top:43px;
	right:34px;
}
.slogan{
	font:italic 13px/17px Georgia, "Times New Roman", Times, serif;
	color:#000;
	position:absolute;
	top:72px;
	right:30px;
}
/*--content--*/
#contentContainer{
	background:url(/images/contentContainer.gif) repeat-y;
	width:951px;
}
.content{
	background:url(/images/content.gif) no-repeat;
	width:951px;
}
.contentInner{
	background:url(/images/contentInner.jpg) no-repeat 0 100%;
	width:831px;
	overflow:hidden;
	min-height:472px;
	padding:40px 60px;
}
* html .contentInner{
	height:472px;
	overflow:visible;
}
/*--sidebar--*/
#sidebar{
	width:184px;
	float:right;
	display:inline;
	padding:0 26px 0 27px;
	margin:0 -60px 0 25px;
}
* html #sidebar{margin:0 -60px 0 22px;}
#sidebar h3{
	font:24px/30px Georgia, "Times New Roman", Times, serif;
	color:#4b1206;
	margin:5px 0 0;
}
#sidebar p{
	font-size:12px;
	line-height:14px;
	color:#4d4d4d;
	margin:6px 0 0;
}
#mc-form{
	width:100%;
	overflow:hidden;
	padding:0;
	margin:8px 0 0;
}
#mc-form label{
	width:100%;
	display:block;
	clear:both;
	font-size:10px;
	line-height:20px;
	color:#834567;
	padding:5px 0 0;
	margin:0;
}
#mc-form input{
	width:172px;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #bbbdbe;
	border-right-color:#373e41;
	border-bottom-color:#373e41;
	padding:3px 5px;
}
#mc-form textarea{
	width:172px;
	height:57px;
	overflow:auto;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #bbbdbe;
	border-right-color:#373e41;
	border-bottom-color:#373e41;
	padding:3px 5px;
	margin:0 0 11px;
}
#mc-form input.submit-btn{
	background:url(/images/submit-btn.gif) no-repeat;
	width:70px;
	height:25px;
	float:none;
	clear:both;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	padding:25px 0 0 70px;
	margin:0 auto;
	cursor:pointer;
}
/*--additional sidebar--*/
.add-sidebar{
	width:225px;
	float:left;
	display:inline;
	margin:0 26px 0 -37px;
}
* html .add-sidebar{margin:0 23px 0 -37px;}
.licensed{
	width:100%;
	display:block;
	font:15px/20px Georgia, "Times New Roman", Times, serif;
	color:#912206;
	margin:10px 0 0;
	padding:0 0 12px;
}
.add-sidebar .inner{
	width:100%;
	overflow:hidden;
}
.add-sidebar h4{
	background:url(/images/heading.gif) repeat-x;
	width:100%;
	padding:15px 0 5px;
	margin:0;
}
.add-sidebar ul{
	width:100%;
	list-style:none;
	padding:0 0 14px;
	margin:2px 0 0;
}
.add-sidebar ul li{
	background:url(/images/bullet.gif) no-repeat 4px 9px;
	font:14px/17px Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	padding:3px 0 3px 13px;
}
* html .add-sidebar ul li{
	height:1%;
	overflow:visible;
}
.add-sidebar ul a{
	color:#000;
	text-decoration:none;
}
.add-sidebar ul a:hover{text-decoration:underline;}
/*--main content--*/
#mainContent{overflow:hidden; width:620px;}
* html #mainContent{
	height:1%;
	overflow:visible;
}
#mainContent h1{
	background:url(/images/heading.gif) repeat-x 0 100%;
	padding:0 0 12px;
	margin:5px 0 18px;
}

#mainContent h2{
	padding:10px 0;
	margin:0;
}
#mainContent p a{color:#471900;}
#mainContent p a:hover{text-decoration:none;}
/*--footer--*/
#footerContainer{
	background:url(/images/footerContainer.jpg) no-repeat;
	width:951px;
	overflow:hidden;
	padding:50px 0 20px;
}
#footerContainer ul{
	font-size:13px;
	line-height:15px;
	text-align:center;
	list-style:none;
	padding:0;
	margin:0;
}
#footerContainer ul li:first-child{background-image:none;}
#footerContainer ul li{
	background:url(/images/footerSeparator.gif) no-repeat 0 50%;
	display:inline;
	padding:0 10px 0 11px;
}
#footerContainer ul a{
	color:#dfd4bf;
	text-decoration:none;
}
#footerContainer ul a:hover{text-decoration:underline;}

/* Disclaimer Styling */
#disclaimer {
	width: 800px; /* adjust width and height for your disclaimer */
	height: auto;
	margin: 10px auto; /* centers the disclaimer (if outside your container div) */
	padding:0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:0; 
	line-height:17px;
	font-size:10px;
	color:#dbc48e;
}
#disclaimer a { color:#dbc48e; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
/*--
.MenuBarHorizontal{
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:109px;
	left:12px;
}
.MenuBarHorizontal li:first-child{background-image:none;}
.MenuBarHorizontal li{
	background:url(/images/navigationSeparator.gif) no-repeat 0 50%;
	float:left;
	font:16px/41px Georgia, "Times New Roman", Times, serif;
	padding:0 12px;
}
.MenuBarHorizontal a{
	color:#fff;
	text-decoration:none;
}
.MenuBarHorizontal a:hover{color:#9e3a0b;}

--*/


ul.MenuBarHorizontal
{
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:109px;
	left:12px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li:first-child{background-image:none;}
ul.MenuBarHorizontal li
{
	background:url(/images/navigationSeparator.gif) no-repeat 0 50%;
	float:left;
	font:16px/41px Georgia, "Times New Roman", Times, serif;
	position:relative !important;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	background:#000;
	width:200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	top:41px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left:0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	background:none;
	width:100%;
	font-size:14px;
	line-height:20px;
	float:none;
}
ul.MenuBarHorizontal ul a{
	display:block;
	float:none;
	overflow:hidden;
	padding:5px 12px;
}
* html ul.MenuBarHorizontal ul a{
	height:1%;
	overflow:visible;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	top:0 !important;
	position: absolute;
	margin: 0 0 0 200px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	float:left;
	color:#fff;
	text-decoration:none;
	padding:0 12px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*
	background-color: #33C;
	color: #FFF;
	*/
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color:#9e3a0b;
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color:#9e3a0b;
	color:#fff;
}



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
	}
}

/* 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 #c0c0c0;
	background:#eee;
	padding:3px 4px;
	font:11px Tahoma, Verdana, sans-serif;
	color:#555;} /* address input field */

#directionsLocale {
	padding:4px 0px;}

	#directionsLocale select {
		border:1px solid #c0c0c0;
		background:#eee;
		padding:2px;
		font:11px Tahoma, Verdana, sans-serif;
		color:#555;} /* language dropmenu */

#locale{
	}

#directionsSubmit {
	padding:4px 0px;}
	
	#directionsSubmit input {
		padding:1px 2px;
		font:bold 12px Tahoma, Verdana, sans-serif;
		text-transform:uppercase;
		color:#fff;
		background:#364a61;
		border:1px solid #000;} /* GET DIRECTIONS button */
	#directionsSubmit input:hover {
		background:#7b0225;}

#map {
	border:1px solid #c0c0c0;
	color:#000;}

#addressNotFound {
	}

#directions {
	}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:112px; /* Width of labels */
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct {	
	border:1px solid #bbb;
	background:#eee;
	font:11px Tahoma, Verdana, sans-serif;
	color:#555;
	padding:5px 6px;
	width:380px;}
	
select.form-pct {
	width:auto;}
	
.msg-pct {
	border:1px solid #bbb;
	background:#eee;
	font:11px Tahoma, Verdana, sans-serif;
	color:#555;
	padding:5px 6px;
	width:495px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.main-submit {
	padding:1px 2px;
	font:bold 12px Tahoma, Verdana, sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#364a61;
	border:1px solid #000;
	text-align:center;
	text-decoration:none;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	background:#7b0225;}


.custom-form {
	margin-top:14px;}

	.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;}
/* *** ** End   of CSS ** *** */
/* *** ** Start of NakedWrapper ** *** */
.contentInner{ background:url(/images/contentInnerNaked.jpg) no-repeat 0 100%; }
#mainContent {width:auto;}/* *** ** End   of NakedWrapper ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
