/* *** ** Start of CSS ** *** */
.body{
	font:13px Arial, Helvetica, sans-serif;
	color:#353a3f;
	min-width:910px;
	margin:0;
}
h1{
	font:bold italic 31px/35px "Times New Roman", Georgia, Times, serif;
	color:#1f255a;
	margin:28px 0 0;
	padding:0 0 10px 0;
}
h2{
	font:bold italic 26px/30px "Times New Roman", Georgia, Times, serif;
	color:#1f255a;
	margin:0;
	padding:10px 0;
}
h3{
	font:24px/30px "Times New Roman", Georgia, Times, serif;
	color:#000;
	margin:0;
}
/*--page holder--*/
.container{
	width:100%;
	overflow:hidden;
}
/*--header--*/
#headerContainer{
	background:#14183f url(/images/headerContainer.gif) repeat-x;
	width:100%;
}
.header{
	background:url(/images/header.jpg) no-repeat 50% 0;
	width:100%;
}
.headerInner{
	width:910px;
	padding:0 0 10px;
	margin:0 auto;
	position:relative;
}
.headerInner:after{
	content:"";
	display:block;
	clear:both;
}
.header .leftPart{
	width:310px;
	float:left;
}
/*--logo--*/
.logo{
	width:292px;
	height:64px;
	text-indent:-9999px;
	overflow:hidden;
	margin:16px 0 0 9px;
}
.logo a{
	background:url(/images/logo.png) no-repeat;
	height:100%;
	display:block;
	cursor:pointer;
}
.header .rightPart{
	width:480px;
	float:right;
}
.phone{
	width:100%;
	display:block;
	font:27px/30px "Times New Roman", Georgia, Times, serif;
	color:#13173c;
	text-align:right;
	margin:17px 0 0;
}
.slogan{
	width:100%;
	display:block;
	font:italic 22px/30px Georgia, "Times New Roman", Times, serif;
	color:#7f99c1;
	text-align:right;
	margin:293px 0 0;
}
/*--content--*/
#contentContainer{
	background:url(/images/contentContainer.gif) repeat-y;
	width:910px;
	padding:0 0 33px;
	margin:0 auto;
}
#contentContainer:after{
	content:"";
	display:block;
	clear:both;
}
/*--sidebar--*/
#sidebar{
	background:url(/images/sidebar.gif) repeat-x;
	width:170px;
	float:left;
	padding:72px 15px 0;
}
#sidebar ul{
	width:100%;
	list-style:none;
	padding:0;
	margin:2px 0 0;
}
#sidebar ul li{
	background:url(/images/bullet2.gif) no-repeat 4px 9px;
	line-height:15px;
	overflow:hidden;
	padding:3px 0 3px 15px;
}
* html #sidebar ul li{
	height:1%;
	overflow:visible;
}
#sidebar ul a{
	color:#14183f;
	text-decoration:none;
}
#sidebar ul a:hover{text-decoration:underline;}
/*--main content--*/
#mainContent{
	width:680px;
	float:right;
}
.alignRight{
	float:right;
	margin:8px 0 0 7px;
}
#mainContent p{
	line-height:20px;
	margin:0;
	padding:10px 0;
}
/*--contact form--*/
#mc-form{
	background:#dadde2;
	width:226px;
	float:right;
	display:inline;
	padding:0;
	margin:78px 4px 20px 10px;
}
#mc-form fieldset{
	width:204px;
	display:block;
	overflow:hidden;
	border:0;
	padding:0 0 22px 22px;
	margin:12px 0 0;
}
#mc-form legend{
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding:0 0 5px;
}
* html #mc-form legend{margin:0 0 0 -7px;}
* +html #mc-form legend{margin:0 0 0 -7px;}
#mc-form label{
	width:100%;
	clear:both;
	display:block;
	font-size:10px;
	line-height:20px;
	color:#000;
	padding:5px 0 0;
}
#mc-form input{
	width:170px;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #373e41;
	border-top-color:#bbbdbe;
	border-left-color:#bbbdbe;
	padding:3px 6px;
}
#mc-form textarea{
	width:170px;
	height:55px;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #373e41;
	border-top-color:#bbbdbe;
	border-left-color:#bbbdbe;
	overflow:auto;
	padding:3px 6px;
	margin:0;
}
#mc-form input.submit-btn{
	background:#14183f;
	width:70px;
	height:25px;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	border:0;
	cursor:pointer;
	margin:11px 0 0 58px;
}
/*--footer--*/
#footerContainer{
	background:#61656f url(/images/footerContainer.gif) repeat-x;
	width:100%;
}
.footer{
	width:910px;
	overflow:hidden;
	margin:0 auto;
}
.footerInner{
	background:url(/images/footerInner.gif) repeat-x;
	width:185px;
	font-size:12px;
	line-height:16px;
	color:#fff;
	float:left;
	padding:28px 0 18px 15px;
}
.footerInner address{
	width:100%;
	font-style:normal;
	display:block;
}
.footerInner address span,
.footerInner address strong{display:block;}
.footerInner dl{
	width:100%;
	overflow:hidden;
	margin:4px 0 0;
}
.footerInner dt{
	float:left;
	clear:left;
	margin:0 4px 0 0;
}
* html .footerInner dt{margin:0 1px 0 0;}
.footerInner dd{margin:0;}
.footer ul{
	float:left;
	display:inline;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:70px 0 0 32px;
}
.footer ul li{
	background:url(/images/footerSeparator.gif) no-repeat 0 50%;
	float:left;
	display:inline;
	font:13px/15px Georgia, "Times New Roman", Times, serif;
	padding:0 4px 0 5px;
	margin:0 1px 0 -1px;
}
.footer ul a{
	color:#fff;
	text-decoration:none;
}
.footer ul a:hover{text-decoration:underline;}

/* SpryMenuBar.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 */
ul.MenuBar
{
	width:200px;
	font:16px/26px Georgia, "Times New Roman", Times, serif;
	list-style:none;
	padding:0;
	margin:48px 0 0;
}
/* 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.MenuBar li
{
	width:100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative !important;
	text-align: left;
	cursor: pointer;
}
ul.MenuBar li:hover,
ul.MenuBar li.hover{background:url(/images/bullet1.gif) no-repeat 2px 50% !important;}
ul.MenuBar li:hover li,
ul.MenuBar li.hover li{background:none !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.MenuBar ul
{
	background:#14183f;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
	top:0 !important;
}
/* 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.MenuBar ul.MenuBarSubmenuVisible
{
	left: 200px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBar ul li
{
	width:200px;
	float:none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBar ul ul
{
	position: absolute;
	margin: -1px 0 0 200px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBar ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBar ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBar a
{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 14px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBar a:hover, ul.MenuBar a:focus
{
	color: #6f94c7;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBar a.MenuBarItemHover, ul.MenuBar a.MenuBarItemSubmenuHover, ul.MenuBar a.MenuBarSubmenuVisible
{
	color: #6f94c7;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBar a.MenuBarItemSubmenu
{
	background-image: url(/images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBar ul a.MenuBarItemSubmenu
{
	background-image: url(/images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;

	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBar a.MenuBarItemSubmenuHover
{
	background-image: url(/images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBar ul a.MenuBarItemSubmenuHover
{
	background-image: url(/images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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.MenuBar 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.MenuBar 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;}
	/* 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:10px 0 0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:0; 
	line-height:17px;
	font-size:11px;
}
#disclaimer a { color: #666; font-weight:bold; text-decoration:none; }
#disclaimer a:hover { text-decoration:underline; } 
/* *** ** End   of CSS ** *** */
