/* *** ** Start of CSS ** *** */
a { text-decoration:none; color: #0000CC; }
a:hover { text-decoration:underline; }
a:active { outline: none; }
img { border:none; }
.alignRight{
	float:right;
	margin-top:16px;
}
iframe {padding:0;}
.alignLeft{float:left;}

/* Layout Styling */
.body {
	font:12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #000;
	background:#000 url(/images/bg-body.gif) repeat-x;
	padding-bottom:50px;
}
/*container*/
#container {
	margin:0 auto;
	background:url(/images/bg-main.png) repeat-y;
	width: 862px;
	padding:0 48px;
	overflow:hidden;
}
/*main-bottom*/
.main-bottom{
	background:url(/images/bg-footer.png) no-repeat;
	width: 958px;
	height: 77px;
	overflow:hidden;
	margin:0 auto;
}
/*TITLES*/
h1{
	font-size:24px;
	font-style:italic;
	color:#fff;
	margin:-42px 0 25px -2px;
	position:relative;
}
h2{
	font-size:14px;
	line-height:20px;
	color:#1f568f;
	margin:0 0 5px;
}
/*header*/
#header{
	position:relative;
	background:url(/images/bg-header.jpg) no-repeat;
	height: 136px;
	overflow:hidden;
}
/*logo*/
#header h1{
	position:absolute;
	top:15px;
	left:22px;
	margin:0;
}
#header h1 a{
	overflow:hidden;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	background:url(/images/logo.png) no-repeat;
	width: 428px;
	height: 98px;
}
/*txt-tel*/
.txt-tel{
	display:block;
	position:absolute;
	top:13px;
	right:11px;
	font-size:20px;
	line-height:30px;
	font-style:italic;
	font-weight:normal;
	color:#ffc;
	background:url(/images/bg-contact-info.gif) no-repeat;
	width: 257px;
	height: 73px;
	padding:14px 16px 0 10px;
	text-align:right;
}
.txt-tel big{
	font-size:24px;
	font-weight:bold;
}
/*scale*/
.scale{
	position:absolute;
	top:1px;
	left:414px;
	background:url(/images/img-scale.png) no-repeat;
	width: 177px;
	height: 137px;
}
/*addr*/
.addr{
	position:absolute;
	top:104px;
	right:0;
	background:url(/images/bg-address-line.png) no-repeat;
	width: 742px;
	height: 27px;
	color:#ffc;
	font-size:11px;
	line-height:27px;
	text-align:right;
	padding:0 10px 0 0;
	text-transform:uppercase;
}
/*visual*/
.visual{
	background:url(/images/img-visual1.jpg) no-repeat;
	width: 862px;
	height: 309px;
	position:relative;
}
/* mainMenu */
#mainMenu{
	display:table;
	background:url(/images/bg-main-nav.gif) no-repeat;
	width: 862px;
	height: 58px;
	padding:4px 0 0;
}
/*mc-form*/
#mc-form{
	overflow:hidden;
	padding:0;
	width:850px;
	padding:2px 0 0 12px;
	margin:0;
	position:absolute;
	bottom:14px;
}
#mc-form .row{
	width:100%;
	overflow:hidden;
	margin-bottom:3px;
}
#mc-form .form-holder{
	float:left;
	width:440px;
	padding-top:3px;
}
#mc-form label{
	float:left;
	width:58px;
	color:#ffc;
	font-style:italic;
	font-size:10px;
	text-transform:uppercase;
}
#mc-form label .required{display:none;}
#mc-form input, #mc-form textarea{
	width:143px;
	height:11px;
	padding:0 5px;
	border:1px solid #969080;
	border-width:1px 0;
	font:10px Arial, Helvetica, sans-serif;
	color:#787a7e;
	float:left;
	margin-right:6px;
}
#mc-form textarea{overflow:hidden;}
#mc-form .submit-btn{
	background:url(/images/btn-submit.png) no-repeat;
	display:block;
	width:81px;
	height:35px;
	padding:35px 0 0 81px;
	margin:0 0 0 -9px;
	border:none;
	text-indent:-9999px !important;
	overflow:hidden;
	font-size:0;
	cursor:pointer;
	float:left;;
}
#mc-form strong{
	clear:both;
	font-size:18px;
	font-style:italic;
	color:#ffc;
	display:block;
}
/*mainContent*/
#contentContainer{
	width:100%;
	display:table;
	background:#350201;
	padding-top:26px;
}

#mainContent{
	padding:17px 200px 3px 17px;
	font-size:12px;
	line-height:16px;
	color:#000;
	background:#fff url(/images/bg-content.jpg) no-repeat 100% 0;
	height:300px;
	min-height:300px;
}
html>body #mainContent{height:auto}

#mainContent ul{
	margin:0;
	padding:0 0 15px 30px;
}
#mainContent ul li{
	font-size:12px;
	line-height:18px;
	color:#002303;
}
#mainContent ul a{color:#630;line-height:18px}
#mainContent a{
	color:#630;
	text-decoration:underline;
}
#mainContent a:hover{text-decoration:none;}
#mainContent p{margin:0 0 15px; line-height:16px}
/*footerContainer*/
#footerContainer{
	overflow:hidden;
	text-align:center;
	padding:0 30px 0;
	position:relative;
	z-index:15;
	text-transform:uppercase;
}
#footerContainer p{
	color:#ffc;
	font-size:10px;
	line-height:29px;
	margin:0;
}
#footerContainer p a {
	color:#ffc;
	padding:0 6px;
}
/*subpage*/
.subpage #header{height:158px;}
.subpage .visual{
	background:url(/images/img-visual2.jpg) no-repeat;
	height: 136px;
}
.subpage #mainContent{
	background:#fff;
	padding-right:18px;
}

/*Disclaimer*/
.bottom-line{color:#1B402D; margin-top:-20px;}
/*bottom-line-wrapper*/
.bottom-line-wrapper{padding:0;margin:0 auto;width:770px;overflow:hidden;color:#FFF;}
.bottom-line-wrapper a img{	float:left;	padding-right:15px;	border:none;}
.bottom-line-wrapper p{	margin:0;padding-top:5px;overflow:hidden;font:10px Arial, Helvetica, sans-serif;color:#FFF;text-shadow: 0 0 0 #00365A;text-align:left;}
.bottom-line-wrapper p a, .bottom-line-wrapper p a:visited{	font-weight:bold;font-size:10px;color:#FFF;text-shadow: 0 0 0 #00365A;}


#flashMovie {width:720px; height:518px; margin:0; padding:0;}


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal{
	list-style-type: none;
	cursor: default;
	padding:0 2px 0 0;
	margin:0 auto;
	display:table;
	*width:800px;
	position:relative;
	z-index:10;
	background:url(/images/img-main-nav-separator.gif) no-repeat 100% 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.MenuBarHorizontal li{
	list-style-type: none;
	font-size: 100%;
	position: relative !important;
	cursor: pointer;
	float: left;
	text-align:center;
	padding:0 0 0 2px;
	background:url(/images/img-main-nav-separator.gif) no-repeat;
}
/* 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 0 0 1px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	top: 43px;
	background:#643200;
	width:250px;
}
/* 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{
	padding:0 !important;
	background:none;
	float:left;
	vertical-align:top;
	display:block;
	width:100%;
	margin:0;

}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul{
	position: absolute;
	margin: 0;
	clear:both;
}
/* 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: 100%;
	top: 0 !important;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a{
	float:left;
	cursor: pointer;
	color: #ffc;
	padding:0 7px;
	font-size:13px;
	line-height:43px;
	text-decoration: none;
	text-transform:uppercase;
	background:url(/images/bg-main-nav-hover.gif) repeat-x 0 -9999px;
}
ul.MenuBarHorizontal a span{
	float:left;
	background:url(/images/bg-main-nav-right.gif) no-repeat 100% 0;
	padding:8px 30px 0 0;
}
ul.MenuBarHorizontal li li a{
	float:none !important;
	display:block;
	height:1%;
	text-align:left;
	padding-left:15px;
	padding-bottom:2px;
	line-height:25px;
	background:none;
}
/* Menu items that have mouse over or focus have a blue background and white text */

/* 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-position:0 0;
	text-decoration:none;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image:url(/images/SpryMenuBarRight.gif) !important;
	background-position: 180px 50%;
	background-repeat:no-repeat !important;;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


/* 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%) */

/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a:hover {background-color:#321900;}


/*******************************************************************************

 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;
	}
}

/* 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 ** *** */
