/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }
/* Text Styling */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
p { line-height:18px; margin:10px 0;}
strong { font-weight:bold; }
li {padding:2px 0;}

a { text-decoration:none; color: #0000CC; }
a:hover { text-decoration:underline; }
a:active { outline: none; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px;}

/* Layout Styling */
.body {
	font: 12px Arial, Helvetica, sans-serif;
	background:#ebe5dd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #000000;
}
.subpage{background: url(/images/bg-body.jpg) no-repeat 50% 0;}
/*container*/
#container{
	width:797px;
	margin:0 auto;
	padding-bottom:25px;
}
/*header*/
#header{
	height:277px;
	position:relative;
}
/*logo*/
#header h1 {
	position:absolute;
	right:0;
	top:16px;
	background:url(/images/logo.jpg) no-repeat;
	width: 200px;
	height: 80px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#header h1 a{
	display:block;
	height:100%;
}
/*header slogan*/
.slogan{
	position:absolute;
	right:15px;
	top:122px;
	background:url(/images/txt-welcome.png) no-repeat;
	width: 321px;
	height: 43px;
	text-indent:-9999px;
	overflow:hidden;
}
/* contact info in header area*/
.contact-info {
	position:absolute;
	right:0;
	top:182px;
	color:#fff;
	font-size:10px;
	line-height:15px;
	font-style:normal;
	text-align:left;
}
.contact-info span{display:block;}
.contact-info strong{
	display:block;
	font-size:22px;
	line-height:normal;
}
/*contentContainer*/
#mainContent{
	overflow:hidden;
	width:737px;
	margin:0 auto;
	padding-top:12px;
}
#mainContent{
	height:400px;
	min-height:400px;
}
html>body #mainContent{height:auto}
#mainContent h1{
	color:#3a4a26;
	font:italic normal 27px Georgia, 'Times New Roman', Times, serif;
	margin:0 0 16px;
}
#mainContent h2{
	color:#3a4a26;
	font-size:16px;
	font-style:italic;
	margin:0 0 10px;
}
#mainContent p{
	margin:0 0 15px;
	font-size:13px;
	line-height:20px;
	color:#000;
}
#mainContent p a{
	color:#65a614;
	text-decoration:underline;
}
#mainContent p a:hover{text-decoration:none;}
#mainContent ul { padding:0 0 8px 25px; }
/*footerContainer*/
#footerContainer{
	background:url(/images/bg-footer.gif) no-repeat 50% 0;
	height: 28px;
	text-align:center;
	margin:0;
}
#footerNav{
	margin:0;
	line-height:28px;
}
#footerContainer a{
	color:#000;
	font:11px Georgia, 'Times New Roman', Times, serif;
	text-transform:uppercase;
	padding:0 11px 0 8px;
	border-right:1px solid #000;
}
#footerContainer a.last-child { border:none; }
#footerContainer a:first-child {background:none;}
/*alignRight*/
.alignRight{
	float:right;
	margin-left:30px;
}
/*newsletters*/
#sidebar{
	float:left;
	width:265px;
	margin-right:23px;
	font: normal 16px Georgia, 'Times New Roman', Times, serif;
	color:#3a4a26;
}
#sidebar h3{
	margin:0 0 6px 21px;
	font-size:19px;
}
#sidebar ul{
	padding:0;
	margin:0;
	list-style:none;
	background:#f2ebdf;
}
#sidebar ul li{
	vertical-align:top;
	height:1%;
	border:1px solid #3a4a26;
	margin-bottom:-1px;
	line-height:30px;
	position:relative;
}
#sidebar ul li a{
	color:#3a4a26;
	font-weight:bold;
	background:url(/images/bull-news.gif) no-repeat 9px 50%;
	padding-left:19px;
	display:block;
	height:1%;
}
/* Disclaimer Styling */
#disclaimer {
	width: 800px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 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:11px;
}
#disclaimer a { color: #333; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 
/*homepage classes*/
.homepage{background:url(/images/bg-body-home.jpg) no-repeat 50% 0;}
.homepage #header{height:343px;}
.homepage .slogan {
	background:url(/images/txt-welcome-home.png) no-repeat;
	width:443px;
	height:60px;
	top:133px
}
.homepage .contact-info{top:209px;}
/*  */
.homepage #mainContent {
	margin:13px 0 25px 124px;
	width:645px;
}
.homepage #footerNav{
	padding-left:90px;
}
.homepage  #footerContainer a{padding:0 8px 0 5px; }

/* 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;}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* 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 */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 2px 2px 0;
	list-style-type: none;
	font: bold 10px/10px Georgia, 'Times New Roman', Times, serif;
	text-transform:uppercase;
	cursor: default;
	background:url(/images/bg-main-nav.gif) no-repeat;
	width: 794px;
	height: 44px;
}

.homepage #MenuBar1{
	background:url(/images/bg-main-nav-home.gif) no-repeat;
	width: 701px;
	margin-left:96px;
}
/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	background:url(/images/bg-menu-divider.gif) no-repeat right;
}
ul.MenuBarHorizontal li.directions { padding:0; background: none; }
/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 175px;
	position: absolute;
	left: -1000em;
}
/* 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: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 175px;
	border:none;
	padding:0;
	background: none;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* 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
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding:16px 19px 16px 18px;
	line-height:10px;
	color: #fff;
	text-decoration: none;
}
ul.MenuBarHorizontal .directions a { padding:16px 19px 16px 19px; }
.homepage ul.MenuBarHorizontal a { padding:16px 12px 16px 11px; }
.homepage ul.MenuBarHorizontal .directions a { padding:16px 13px 16px 13px; }
.homepage ul.MenuBarHorizontal ul a { padding:3px 5px; }
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	background-color: #3a4a26;
	padding:3px 7px;
	line-height:normal;
	color: #fff;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background:url(/images/img-main-nav-hover-state.gif) repeat-x;
	color: #FFF;
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-image:none;
	background-color: #608039;
	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
{
	background:url(/images/img-main-nav-hover-state.gif) repeat-x;
	color: #FFF;
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-image:none;
	background-color: #608039;
	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;
		f\loat: left;
	}
	ul.MenuBarHorizontal ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.mac ul.MenuBarHorizontal a, .mac ul.MenuBarHorizontal a
{
/*
	padding: 0;
*/
}/* *** ** End   of CSS ** *** */
