/* *** ** 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 }


/* Text Styling */
h1 { font:20px/20px Arial, Helvetica, sans-serif; color:#84b9d6; padding:10px 0; text-transform:uppercase; }
h2 { font:18px/18px Arial, Helvetica, sans-serif; color:#a9b669; padding:10px 0; text-transform:uppercase; }
h3 { font:16px/16px Arial, Helvetica, sans-serif; color:#000; padding:10px 0; }
h4, h5, h6 { font:14px/14px Arial, Helvetica, sans-serif; color:#000; padding:10px 0; }
p { padding:5px 0; }
p.italic {font:italic 10px Arial, Helvetica, sans-serif; width:98%;}
p.backTop {display:block; text-align:right;}
p.backTop a {color:#84b9d6; text-decoration:none; font-weight:bold;}
p.backTop a:hover {color:#223c69;}
ul { padding:5px 0 5px 40px; list-style:disc; }
ol { padding:5px 0 5px 40px; }
strong { font-weight:bold; }
a { text-decoration:none; color: #0000CC; outline:none; }
a:hover { text-decoration:none; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px; margin:15px 0 5px; }

/* Layout Styling */
.body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	background:#274980 url(/steveirvingllc/images/body.jpg) repeat-y 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: #000000;
}

#bg { background:url(/steveirvingllc/images/bg.jpg) no-repeat top center; }

#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header { background:url(/steveirvingllc/images/header1.jpg) no-repeat; height:433px; }

#header h1 { padding:0; cursor:pointer; float:left; text-indent:-9999px; width:600px; height:100px;  } 
#header h2 { float:left; padding:47px 0 221px 70px; font:12px/12px Arial, Helvetica, sans-serif; color:#010101; text-transform:capitalize; width:550px; }
#header h2 span { padding:0 15px; }
#header #contact { float:right; width:200px; }
#header h3#top { padding:20px 20px 0 0; }
#header h3 { float:right; padding:6px 20px 0 0; font:10px/12px Arial, Helvetica, sans-serif; text-transform:uppercase; }
#header h3 a { color:#3e3e3e; padding:0 0 2px 8px; width:185px; display:block;  }
#header h3 a:hover { color:#84b9d5; text-transform:uppercase; background:url(/steveirvingllc/images/sidebar-hover.gif) no-repeat 0 2px; }
#header h4 { padding:60px 25px 0 0; float:right; font:31px/31px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#a9b669; }
#header h4 a { color:#a9b669; }
#header h4 a span { font:15px/16px Arial, Helvetica, sans-serif; color:#fff; }

#contentContainer { width:100%; }

#mainContent { width:650px; padding: 10px 0 20px 30px; margin: 0; float:left; text-align:justify; min-height:300px; }
.naked #mainContent { width:890px; padding: 10px 30px 20px 30px; margin: 0; float:left; overflow:hidden; text-align:justify; min-height:300px;}
html>body #mainContent { height:auto; }

#mainContent a { text-decoration:underline; color:#1c3157; }

#sidebar { width:230px; float:right; padding:0 5px 15px 0; }
#sidebar div { background:#e0e9ea; }
#sidebar h2 { font:bold 18px/18px Arial, Helvetica, sans-serif; color:#a9b669; background:url(/steveirvingllc/images/sidebar-h2.jpg) repeat-x; *background:url(/steveirvingllc/images/sidebar-h2-ie.jpg) repeat-x; border-top:8px solid #fff; border-bottom:8px solid #fff; padding:14px 0 14px 16px; _width:100%; }
#sidebar p { font:11px/14px Arial, Helvetica, sans-serif; padding:16px; }
#sidebar h3#top { padding-top:16px; }
#sidebar h3#bottom { padding-bottom:16px; }
#sidebar h3 { padding:6px 20px 0 8px; font:10px/12px Arial, Helvetica, sans-serif; text-transform:uppercase; }
#sidebar h3 a { color:#3e3e3e; padding:0 0 2px 8px; width:200px; display:block;  }
#sidebar h3 a:hover { color:#84b9d5; text-transform:uppercase; background:url(/steveirvingllc/images/sidebar-hover.gif) no-repeat 0 2px; }

/* Form Styling */
#mc-form { padding:0 16px 16px; margin:0; }
#mc-form form { width:100%; }
#mc-form img { padding:10px 0; }
#mc-form input { width:192px; margin:0 auto 5px; font:11px Arial, Helvetica, sans-serif; padding:3px; }
#mc-form textarea { width:192px; height:40px; font:11px Arial, Helvetica, sans-serif; padding:3px; }
#mc-form input.submit-btn { width:78px; height:25px; margin:10px 0 0 0; cursor:pointer; background:url(/steveirvingllc/images/form-submit.jpg); border:none; padding:0; }

/* Footer Styling */
#footerContainer {
	clear:both;
	width:950px;
	padding: 0;
	margin: 0;
	background:url(/steveirvingllc/images/footerContainer.jpg) no-repeat;
	height:184px;
}
#footer { padding:40px 20px 0 40px; list-style:none; font:12px/15px Arial, Helvetica, sans-serif; float:left; }
#footer a { text-transform:uppercase; color:#fff; display:block; width:160px; padding:0 0 1px; }
#footer a:hover { color:#84b9d5; border-bottom:1px solid #84b9d5; padding:0; }

/* Disclaimer Styling */
#disclaimer {
	margin:0; 
	padding:50px 30px 0 0; 
	line-height:15px;
	font-size:11px;
	font:11px/14px Tahoma, Geneva, sans-serif;
	color:#fff;
}
#disclaimer a { color:#fff; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 

#footerContainer img { padding:15px 35px 0 0; float:right; cursor:pointer; }

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* SpryMenuBarHorizontal.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.MenuBarHorizontal
{
	margin: 0 auto;
	display:table;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	*width: 924px;
}
/* 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;
	float:
	left;border-right:1px solid #294373;
	border-left:1px solid #1c3157;
	height:45px;
}
ul.MenuBarHorizontal li.left { border-left:none; }
ul.MenuBarHorizontal li.right { border-right: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: 200px;
	position: absolute;
	left: -1000em;
	background:#2e4a7a;
}
/* 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;
	border:none;
	background:#2e4a7a;
	height:auto;
}
/* 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

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	text-decoration: none;
	font:16px/16px Arial, Helvetica, sans-serif;
	color:#fff; padding:14px 26px 15px;
	display:block;
	text-transform:uppercase;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	border-bottom:8px solid #a9b669; color:#8cbed9;
}
/* 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
{
	border-bottom:8px solid #a9b669; color:#8cbed9;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu { border:none; }

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul a
{
	cursor: pointer;
	text-decoration: none;
	font:14px/14px Arial, Helvetica, sans-serif;
	color:#fff; padding:8px 12px 10px;
	display:block;
	text-transform:capitalize;
}
/* 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
{
	color:#2e4a7a;
	border:none;
	background:#a9b669;
}
/* 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
{
	color:#2e4a7a;
	border:none;
	background:#a9b669;
}

/* 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;
	}
	ul.MenuBarHorizontal ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background:#2e4a7a;
	}
}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.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; }/* *** ** End   of CSS ** *** */
/* *** ** Start of Naked ** *** */
@import url(/styles/main.css);/* *** ** End   of Naked ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
