/* *** ** Start of CSS ** *** */
.body{
	background:#070541;
	min-width:875px;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
}
#container{
	width:100%;
	overflow:hidden;
}

h1{font:bold 28px "Times New Roman", Times, serif; color:#f4e9c0; padding:16px 0 12px; margin:0}
h2{font:bold 24px "Times New Roman", Times, serif; color:#f4e9c0; padding:12px 0 6px; margin:0}
h3{font:bold 20px "Times New Roman", Times, serif; color:#f4e9c0; padding:8px 0 4px; margin:0}
p { line-height:18px; padding:5px 0; margin:0}
a{color:#85adff; text-decoration:underline;}
a:hover{text-decoration:none;}

ul{line-height:18px; list-style-type:disc; padding:5px 0 5px 40px; margin:0;}
ul ul {list-style-type:circle;}

hr{border-bottom:1px solid #fff; border-top:none; border-left:none; border-right:none; height:0px; padding:0; margin:10px 0;}

/*--header--*/
#headerContainer{
	width:875px;
	height:133px;
	margin:0 auto;
	position:relative;
}
.logo{
	margin:0;
	position:absolute;
	width:458px;
	height:69px;
	top:31px;
	left:50px;
}
.logo a{
	color:none;
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;}

#headerContainer address{
	position:absolute;
	top:43px;
	right:30px;
}
#headerContainer address strong{
	display:block;
	font:18px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 6px;
}
#headerContainer address span{
	display:block;
	font:11px/13px Arial, Helvetica, sans-serif;
	color:#f4e9c0;
}
/*--visual--*/
.visual{
	background:#080642 url(/images/bg-visual.gif) repeat-y 50% 0;
	width:100%;
	overflow:hidden;
	margin:0;
}
.visual .inner{
	width:875px;
	margin:0 auto;
}
.visual ul{
	background:url(/images/bg-visual-ul.jpg) no-repeat;
	width:252px;
	height:254px;
	float:left;
	overflow:hidden;
	list-style:none;
	padding:20px 0 0 38px;
	margin:0;
}
.visual ul li{
	background:url(/images/bullet.gif) no-repeat 0 10px;
	font:19px/26px "Times New Roman", Times, serif;
	overflow:hidden;
	padding:0 0 0 12px;
}
* html .visual ul li{
	height:1%;
	overflow:visible;
}
.visual ul a{
	color:#fff;
	text-decoration:none;
}
.visual ul a:hover{text-decoration:underline;}
.visual img{
	float:right;
	display:block;
}
/*--content--*/
#contentContainer{
	width:875px;
	overflow:hidden;
	padding:0 0 20px;
	margin:0 auto;
}
/*--sidebar--*/
#sidebar{
	background:url(/images/sidebar.gif) repeat-x;
	width:291px;
	float:left;
}
#sidebar h3{
	font:18px/24px Georgia, "Times New Roman", Times, serif;
	color:#f4e9c0;
	text-align:center;
	margin:22px 0 0;
}
#mc-form{
	width:240px;
	padding:7px 0 0 29px;
	margin:0;
	height:280px;
}
#mc-form label{
	width:100%;
	float:left;
	display:block;
	font-size:10px;
	line-height:18px;
	color:#fff;
	padding:2px 0 0;
}
#mc-form input{
	width:224px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #bbbdbe;
	border-right:1px solid #373e41;
	border-bottom:1px solid #373e41;
	padding:2px 5px;
}
#mc-form textarea{
	width:224px;
	height:34px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #bbbdbe;
	border-right:1px solid #373e41;
	border-bottom:1px solid #373e41;
	overflow:auto;
	padding:2px 5px;
	margin:0 0 10px;
}
#mc-form input.submit-btn{
	background:url(/images/submit-btn.gif) no-repeat;
	width:53px;
	height:19px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	padding:19px 0 0 53px;
	margin:0 auto;
	cursor:pointer;
}
.lnk-payment{
	background:url(/images/lnk-payment.jpg) no-repeat;
	width:235px;
	height:72px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
.cards{
	font-size:0;
	line-height:0;
	text-align:center;
	list-style:none;
	padding:0;
	margin:10px 0 0;
}
.cards li{
	display:inline;
	padding:0 4px;
}
.cards img{border:0;}
/*--main content--*/
#mainContent{
	width:534px;
	float:right;
	padding:0 22px 0 28px;
}
#mainContent img{
	display:block;
	margin:0 -22px 0 -28px;
}

/*--article--*/
.article{
	overflow:hidden;
	padding:0 20px 0 30px;
}
* html .article{
	height:1%;
	overflow:visible;
}
/*--footer--*/
#footerContainer{
	background:url(/images/footerContainer.gif) repeat-x;
	width:875px;
	overflow:hidden;
	padding:0 0 20px;
	margin:0 auto;
}
#footerContainer p{
	padding:20px 0 20px;
}
#footerContainer ul{
	font:10px/12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	list-style:none;
	padding:0;
	margin:28px 0 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 11px;
}
#footerContainer ul a{
	color:#fff;
	text-decoration:none;
}
#footerContainer ul a:hover{text-decoration:underline;}

/*******************************************************************************

 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
{
	background:url(/images/navigation.gif) repeat-x;
	width:875px;
	border-top:1px solid #e1cf8a;
	border-bottom:1px solid #e1cf8a;
	list-style:none;
	padding:0;
	margin:0 auto;
}
ul.MenuBarHorizontal:after{
	content:"";
	display:block;
	clear:both;
}
/* 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;
	padding-left:0;
}
ul.MenuBarHorizontal li
{
	background:url(/images/navigationSeparator.gif) no-repeat left;
	float:left;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-left:2px;
	position:relative;
}
/* 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:#625a3f;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 200px;
	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
{
	background:none;
	line-height:30px;
	width:100%;
	padding:0;
	text-align:left;
}
ul.MenuBarHorizontal ul a
{
	overflow:hidden;
	padding:0 5px;
}
* 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
{
	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.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;
	color:#fff;
	text-decoration:none;
	padding:15px 23px 15px 24px;
	line-height:12px;
}

ul.MenuBarHorizontal a.lastchild {padding-right:28px;}

ul.MenuBarHorizontal ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:10px 0 10px 15px;
	line-height:12px;
}


ul.MenuBarHorizontal ul a:hover
{
	background-image:none;
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-image:none;
}

ul.MenuBarHorizontal li:hover a,
ul.MenuBarHorizontal li.hover a{background:url(/images/navigationRollover.gif) repeat-x;}
ul.MenuBarHorizontal li:hover ul a,
ul.MenuBarHorizontal li.hover ul a{background:none;}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color: #b8a871 !important;
}

/*******************************************************************************

 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.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(/images/SpryMenuBarDown.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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(/images/SpryMenuBarRight.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 95% 50% !important;
}
/* 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 a.MenuBarItemSubmenuHover
{
	background-image: url(/images/SpryMenuBarDownHover.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.MenuBarHorizontal 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.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;
	}
}



.ie6 ul.MenuBarHorizontal ul a
{
	padding:10px 0 10px 15px;
}
.ie6 #mainContent{
	width:530px;
	float:right;
	padding:0 22px 0 28px;
}


.safari .visual .inner{
	width:875px;
	margin:0 auto;
	border-color:#080642;
	border-right:2px solid;
	border-left:2px solid;
}
.mac ul.MenuBarHorizontal a
{
	padding:15px 25px;
}


/* Disclaimer Styling */
#disclaimer {
	height:50px;
	margin: 0 auto; /* centers the disclaimer (if outside your container div) */
	padding:30px 30px 0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:0; 
	line-height:17px;
	font-size:11px;
}
#disclaimer p a { color:#fff; font-weight:bold; text-decoration:none;}
#disclaimer a:hover { text-decoration:underline; } 

/* 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 ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
