/* *** ** Start of DefaultWrapper ** *** */
* {margin:0; padding:0;}
ul, ol { padding-left:1em; margin-left:1; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address { margin:.5em 0; }
#sidebar1 h3 { width:167px; height:20px; font-size:15px; padding:0 0 0 10px; background:url(/images/sub-heading-background.jpg) no-repeat; font-family:Georgia, "Times New Roman", Times, serif; color:#003366; font-weight:lighter; }
#sidebar1 h3.strong { font-weight:bold; background:url(/images/sub-heading-strong-background.jpg) no-repeat; }
#mainContent h1 {
	font-size:24px;
	font-weight:lighter;
	color:#003366;
	border-bottom:solid 1px #003366;
}
#mainContent h2 {font-size:18px; text-transform:normal; color:#000; font-weight:lighter;}
#mainContent h3 {font-size:14px; text-transform:uppercase; color:#000; font-weight:lighter;}
img { border:none; }
strong {}
a { color:#253962; text-decoration:none; }
a:hover { color:#896931;}
#mainContent a { font-weight:bold; }
.clear { clear:both; }
.body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #af9787 url(/images/background-repeat-sub.jpg) repeat-x;
	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;
}
#container { 
	width: 934px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
#header {
	width:934px;
	height:180px;
	margin:0;
	padding:0;
	position:relative;
}
#header h1 { margin:0; }
#header h1 a {
	width:900px;
	height:180px;
	cursor:pointer;
	position:absolute;
	left:-85px;
	top:0;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background:url(/images/hill-turner-sub-logo2.jpg) no-repeat;
	text-indent:-9000px;
	z-index:0;
}
#sidebar1 {
	float: left;
	width: 250px;
	padding: 0;
}
#sidebar2 {
	float: right;
	width: 250px;
	font-weight:lighter;
	padding:0; /* padding keeps the content of the div away from the edges */
}
.side-cell { 
	width:208px;
	padding:0 20px;
	border:1px solid #fff;
	border-top:none;
	margin-bottom:25px;
	background: #bcaca2;
	position:relative;
	z-index:1;
}
#column { margin:0; border-bottom:none;}
.side-cell h3 {
	font-size:16px;
	font-weight:lighter;
	color:#003366;
}
.side-cell h4 {
	font-size:16px;
	font-weight:bolder;
	color:#a9330a;
}
#side-cell-bottom { position:relative; bottom:-10px; left:-21px;}
#side-cell-bottom { _position:absolute; _left:-1px; _bottom:0px; _top:264px; z-index:3; }
#side-cell-top { position:absolute; top:-10px; left:-1px; z-index:2;}

#mini-form label { width:85px; height:auto; margin:0; display:block; color:#585858; font-size:10px; }
#mini-form input { width:200px; height:18px; margin-bottom:.5em; display:block;}
#mini-form textarea { width:200px; height:50px; display:block; margin-bottom:.5em;}
#mini-form input.submit-btn { width:77px; height:21px; margin:0 auto;}

#mainContent {
	width:564px;
	float:left;
	margin: 0 10px;
	padding: 0 10px 20px;
} 
#footerContainer {
	background:url(/images/sub-footer-bg-repeat.jpg) repeat-x top;
	padding:0;
	margin:0;
}
#footer p.address { color:#fff;}
#footer { 
	margin:0 auto;
	padding: 7px 0 0 0;
	width:750px;
	height:107px;
	position:relative;
}
#footer * { margin:0; padding:0; }
ul#footerNav { height:34px;padding-top:10px; list-style:none;  }
ul#footerNav li a { color:#6e879e; margin:0 5px; padding:0 5px; text-decoration:none; } 
ul#footerNav a:hover { color:#fff; }
ul#footerNav li { display:inline; margin:0; }
#disclaimer p { 
	text-align:left;
	padding:0;
	margin:0;
	font-size:90%;
	line-height:auto;
}
#disclaimer { height:31px;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width:200px;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width:200px;
	z-index:2000;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 3000;
	cursor: default;
	width: 16em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 16em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */

/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #fff;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #bcaca2;
	padding: 0.5em 0.75em .5em 0;
	text-decoration: none;
	font-size:16px;
	font-weight:lighter;
	color:#003366;
}
ul.MenuBarVertical ul a
{
	display: block;
	cursor: pointer;
	background-color: #bcaca2;
	padding: 0.5em 0.75em;
	color: #003366;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #bcaca2;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #bcaca2;
	color: #FFF;
}

/*******************************************************************************

 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.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(/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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(/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.MenuBarVertical 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.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #bcaca2;
	}
}/* *** ** End   of DefaultWrapper ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}


form ol { list-style:none; }
form li { margin:0; padding:8px 0 8px 0; width:100%;}
form fieldset { border:none; }
form fieldset label { width:150px; display:block; float:left; font-size:12px; margin:0;padding-top:2px;}
form fieldset input, form fieldset select { width:300px; margin:0;}
form fieldset input {display:inline;}
form fieldset textarea { width:85%; margin-bottom:10px;  }
form fieldset select {display:block;}
.msg-label {width:300px;}
.checkbox { font-weight:bold;}


#iagree {
-x-system-font:none;
background-color:#ECECEC;
border:1px solid #031C40;
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:4px 0 0;
padding:5px;
position:absolute;
width:350px;
float:left;
z-index:3000;
}
#iagree .overlay_submit {
-x-system-font:none;
background-color:#FFFFFF;
border:1px solid #999999;
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:5px 0 0 0;
padding:4px;
clear:both;
float:left;
}
#Agreement {
	width: 25px;
}/* *** ** End   of ContactUsLayout ** *** */
