/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
h1, h2, h3, h4, h5, h6, p, ul, ol, img, blockquote, form, label, dl, fieldset, address { margin:0; padding:0 }
.gmnoprint {color:#000;}

/* Text Styling */
h1 { font:24px/24px Arial, Helvetica, sans-serif; color:#f5e6d0; padding:0 0 9px; }
h2 { font:21px/21px Arial, Helvetica, sans-serif; color:#f5e6d0; padding:12px 0 2px; }
h3 { font:18px/18px Arial, Helvetica, sans-serif; color:#f5e6d0; padding:9px 0 1px; }
h4, h5, h6 { font:15px/15px Arial, Helvetica, sans-serif; color:#f5e6d0; padding:6px 0 0; }
p { padding:5px 0; }
ul { padding:5px 0 5px 40px; list-style:disc; }
ol { padding:5px 0 5px 40px; }
strong { font-weight:bold; }
a, a:hover { text-decoration:none; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #f5e6d0; width: 100%; height: 1px; margin:35px 0; }

/* Layout Styling */
.body {
	font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/body.jpg) repeat top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border:none;
}

.default #header {background:url(/images/default-header.jpg)repeat-x center;}
.default #header #banner { background:url(/images/default-banner.jpg) no-repeat center; margin:0 auto; width:958px; _width:959px; height:340px; }
#content { height:420px; min-height:420px; }
html>body #content { height:auto; }

#header { background:url(/images/header.jpg) repeat-x center top; }
#header-shadow { background:url(/images/header-shadow.png) repeat-y center; }
#header #banner { background:url(/images/banner.jpg) no-repeat center; margin:0 auto; width:958px; height:500px; }
#header h1 { padding:0; text-indent:-9000px; }
#header h1 a { display:block; height:72px; }
#header h2 { font:bold 27px/34px "Times New Roman", Times, serif; padding:0; text-indent:133px; }
#header h2 a { display:block; height:50px; color:#151e25; }
#header h3 { float:right; text-align:right; font:bold 16px/16px Arial, Helvetica, sans-serif; text-transform:uppercase; padding:18px 0 0; width:220px;}
#header h3 #toll-free { color:#fff; font:32px/40px Arial, Helvetica, sans-serif; }
#header h3 #local { font:17px/25px Arial, Helvetica, sans-serif; }
#header h3 #local span { font:10px/10px Arial, Helvetica, sans-serif; }
#header h3 hr { margin:0 0 4px 80px; position:relative; *margin:-5px 0 0 80px; width:140px; border-top: 1px solid #000;  }
#header h3 #address { font:11px/13px Arial, Helvetica, sans-serif; }
#header h3 a { color:#000; }

#contentContainer { width:100%; padding:0 0 12px; }
#contentContainer-shadow { background:url(/images/contentContainer.png) repeat-x top; height:62px; }

#mainContent-top { width:958px; padding:0; margin: -29px auto 0; background:url(/images/mainContent-top.png) no-repeat top; height:110px; position:relative; }
#mainContent-bottom { width:958px; padding:0; margin: 0 auto; background:url(/images/mainContent-bottom.png) no-repeat bottom; height:12px; }
#mainContent { width:958px; padding:0; margin: 0 auto; background:url(/images/mainContent.png) repeat-y;  }

#content { float:left; padding:0 0 20px 55px; width:640px; position:relative; margin-top:-84px; }
#content a { text-decoration:underline; color:#efbc8d; }
#content a:hover { text-decoration:none; }

#sidebar { width:186px; float:right; padding:0 11px 0 0; position:relative; margin-top:-84px; }
#sidebar h3 { text-transform:uppercase; padding:2px 0 0; }
#sidebar h4 { text-transform:uppercase; padding:0; color:#fff; font:12px/20px Arial, Helvetica, sans-serif; }
#sidebar p { color:#cab493; font:11px/14px Arial, Helvetica, sans-serif; }
#sidebar p span { color:#fff; }
#sidebar ul { padding:15px 20px 0 30px; font:15px/23px Arial, Helvetica, sans-serif; color:#cab493; }
#sidebar ul a { color:#cab493; }
#sidebar ul a:hover { text-decoration:underline; }

/* Form Styling */
#mc-form { padding:10px 0; margin:0; text-align:center; text-align:right; }
#mc-form form { width:100%; }
#mc-form input { width:176px; margin:5px 0; background:#a49377; border:none; height:16px; font:11px/16px Arial, Helvetica, sans-serif; color:#fff; padding:3px 5px; }
#mc-form textarea { width:176px; height:32px; padding:3px 5px; background:#a49377; border:none; margin:5px 0; color:#fff; font:11px/16px Arial, Helvetica, sans-serif; }
#mc-form input.submit-btn { width:65px; height:13px; margin:8px 2px 0 0; text-indent:-9000px; cursor:pointer; background:url(/images/submit.png) no-repeat center; padding:3px; }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:100%;
	padding: 0;
	margin: 0;
	height:91px;
	background:url(/images/footerContainer.png) repeat-x;
	color:#c1b094;
}
#footer { margin:0 auto; padding: 0 20px; }
#footer p {	margin: 0; padding:18px 0 10px; text-transform:uppercase; font:11px/11px Arial, Helvetica, sans-serif; }

/* Footer Navigation Styling */
#footerNav { text-align:center; }
#footerNav a { color:#c1b094; padding:0 12px 0 8px; border-right:1px solid #c1b094; }
#footerNav a:hover { color:#fff; }
#footerNav a.last-child { 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:0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:5px 0 0 0; 
	line-height:15px;
	font-size:9px;
}
#disclaimer a { color:#c1b094; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 
#disclaimer img { padding:1px 15px 0 0px; float:left; display:inline; height:31px; width:111px; }

a:active { outline: none; }
a:focus { -moz-outline-style: none; }
/*  <![ Primary Contact Form [ ----------------------------------------------------*/

fieldset.emailForm {background:none;}

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:130px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.form-pct {	
	border:1px solid #999;
	background:#ddd;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	padding:3px 4px;
	width:330px;}
	
.msg-pct {
	border:1px solid #999;
	background:#ddd;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	padding:3px 4px;
	width:470px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 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 {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#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:450px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;}
#directionsForm { padding-bottom:10px;}
#directionsInput { display:inline; }
#directionsLocale { display:inline; margin:0 10px; }
#directionsSubmit { display:inline; }


/*******************************************************************************

 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 auto;
	display:table;
	padding:313px 0 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	*width: 930px;
}
.default ul.MenuBarHorizontal { padding:153px 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.MenuBarHorizontal li
{
	margin: 0;
	padding: 0 4px 0 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background:url(/images/nav-dividers.jpg) 100% 1px no-repeat;
	height:44px;
}
ul.MenuBarHorizontal li#left { width:4px; height:44px; padding:0; }
/* 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: 13px 0 0;
	padding: 0 0 24px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
	background:url(/images/nav-sub.gif) no-repeat bottom;
}
/* 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: 200px;
	background:none;
	padding:0;
	height:auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
        background:url(/images/nav-sub.gif) no-repeat center center;
	padding:0;
	border-top:1px solid #52330a;
	border-bottom:1px solid #52330a;
	
}
/* 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

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 17px 35px 14px;
	color: #fff;
	text-decoration: none;
	font:13px/13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:url(/images/nav-a.jpg) no-repeat center 9px;
	z-index:1200;
}
/* 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/nav-hover-short.png) no-repeat center;
	color: #000;
	_background:url(/images/nav-a.jpg) no-repeat center 9px;
}
ul.MenuBarHorizontal a.long:hover, ul.MenuBarHorizontal a.long:focus { background:url(/images/nav-hover.png) no-repeat center; _background:url(/images/nav-a.jpg) no-repeat center 9px; }
/* 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/nav-hover-short.png) no-repeat center;
	color: #000;
	_background:url(/images/nav-a.jpg) no-repeat center 9px;
}
ul.MenuBarHorizontal a.long.MenuBarItemHover, ul.MenuBarHorizontal a.long.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.long.MenuBarSubmenuVisible { background:url(/images/nav-hover.png) no-repeat center; _background:url(/images/nav-a.jpg) no-repeat center 9px; }

ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	padding: 5px 20px 8px;
	color: #fff;
	text-decoration: none;
	font:13px/17px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	background:none;
	z-index:1200;
	/*height:13px;*/
	width:160px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background:url(/images/nav-sub-hover.png) repeat;
	color: #000;
	/*height:13px;*/
	width:160px;
	_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:url(/images/nav-sub-hover.png) repeat;
	color: #000;
	/*height:13px;*/
	width:160px;
	_background:none;
}

/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}
/* 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;
	}
}




/*Special Forms*/
.required {color:#F00;}
.page-of-forms {width:450px; margin:0;}
form.specialForm {width:450px;}
fieldset {width:450px; color:#FFF; margin-bottom:25px; display:block; border:1px solid #CCC; background:#1F222A; padding:0 10px 10px 20px; color:#FFF; font:normal 12px Arial, Helvetica, sans-serif;}
fieldset legend {font:bold 18px Georgia, "Times New Roman", Times, serif; padding:0 5px; color:#DF9242;}
fieldset p {padding:0 0 10px; font:normal 12px Arial, Helvetica, sans-serif;}
fieldset p.bold {font-weight:bold;}

.leftBox {float:left; width:200px; text-align:left;}
.leftBox input {display:inline;}
.leftBox input.other {width:100px;}
.leftBox label {display:inline; width:125px;}
.bills {height: 40px; width: 300px;}

fieldset.contactFieldset label {width:170px; display:inline-block;}
fieldset.contactFieldset input.text_field {margin-bottom:5px;}
fieldset.contactFieldset input.phone {width:35px; display:inline-block;}
fieldset.contactFieldset p {width:160px; float:left;}

/*Collections Form*/
form#collectionsForm {width:450px; font:normal 12px Arial, Helvetica, sans-serif;}
form#collectionsForm h2 {color:#DF9242;}
form#collectionsForm label {display:inline-block; width:125px; color:#FFF; margin:5px 0;}
form#collectionsForm input {display:inline-block; width:175px; margin:5px 0;}
form#collectionsForm input.medium {width:125px;}
form#collectionsForm input.smaller {width:75px;}
form#collectionsForm input#submit {width:75px;}

#ix_message_view_container {z-index:10000;}/* *** ** End   of CSS ** *** */
