@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/pinstripes.gif);
	background-repeat:repeat;
	margin: 0; 
	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: #000;
}

/* -----------element styles---------------- */

h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#870007;
}
h1 { font-size:1.2em;}
h2 { font-size:1.1em;}
h3 { font-size:1.0em;}

p, ul, li {
	line-height:1.4em;
}
a, a:link, a:visited {
	color: #176C73; /*BEST #066!! 366; #396478; #009*/
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#cdad72;
	text-decoration:none;
}

/* -----------div id styles + positions------------ */

#innerWrap { /* set bg element on div that ends before footer div begins */
	background: #FFFFFF;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat;
	margin:0;
	padding:0;
	}
#container { 
	width: 881px;  /*
	background: #FFFFFF;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat;*/
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
/* 	padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header img, #header a {
	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; /*10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
	border:none;
}

#mainContent { 
	margin: 0; 
	padding: 0 20px 0 40px; /* padding = space inside div box and margin = space outside div box */
	min-height:400px;
} 
#mainContent h1 {
	margin:0;
	padding-top:15px;
}
#mainContent p {
	margin-right:300px;
}

/* CURRENT HOMECHECK NAV */
#nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #685124;
	background-color: #cdad72;
	height: 20px; /* actual height is plus the padding top & bottom, 40px total */
	width: 881px;
	padding:10px 0;
	text-align:center;
}
#nav ul, #footer ul {
	list-style-type: none;
	display:inline;
	margin:0;
	padding:0;
	/*margin-left:30px; need this if not centering nav elements in the div*/
}
#nav li {
	margin:0;
	padding-right:30px;
	list-style-type: none;
	display:inline;
	position:relative;
}
#nav a, #nav a:link, #nav a:visited {
	display: inline; 	
	color: #685124;
	text-decoration:none;
	padding:.2em 0 .3em 0;
}
#nav a:hover, #nav a:active {
	color:#fff;
	text-decoration:none;
}
/* begin drop-down menu */
#nav li ul { 
	display: block;
	position: absolute;
	text-indent: 0;
	visibility: hidden;
	text-align: left;	
} 
#nav li ul li {
	margin-left: -1.5em; 
	text-align: left;
	padding: .2em 0 .2em .8em;  
	border: 1px solid #685124;
	display: block;
	width: 11em;
	background-color: #cdad72;
}
#nav li ul li a {
	display: block;
	margin: 0;
	padding: .1em 0;  
	color: #685124;
	border-right: none;
	text-decoration: none;
}
/* css hover changes */

#nav li.subnav:hover ul { 
	left: 0; 
	visibility: visible; 
	margin-top: .2em; 
/* if-then statement for IE margin-top */
	z-index: 700;
} 
#nav li.subnav:hover ul li:hover { 
	color:#fff; 
} 
/* end menu drop-down  */

#footer {
	margin:0;
	background:none;	
	color:#fff;
	font-size:11px;
	margin-bottom:15px;
	text-align:center;
} 
#footer img {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding-bottom:10px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover, #footer:active {
	color:#cdad72;
	text-decoration:none;
}
#footer ul, #footer p {
	padding: 10px 0;
	margin:auto;
}
#footer li {
	margin:0;
	padding-right:10px;
	list-style-type: none;
	display:inline;
}
#locals img {
	/*float:left;*/
	margin: 0 10px 10px 40px;
/* decrease top-bottom padding from 10px*/
}
#locals  p, #locals2 p {
	font-size:.9em;
	color:#000;
	margin-left:10px;
	margin-right:20px;
}
#locals2 {
	margin:20px 40px;
	/*font-size:.8em;*/
}
#locals2 li {
	margin-right:240px;
}

#anchorList li {
	list-style-type:none;
	display:inline;
	margin-right: 25px;
	font-weight:bold;
}
#ContactUs p {
	margin-right:0;
}
#ContactUs {
	width:400px;
	margin: 0 0 20px 100px;
	padding:15px;
	text-align:right;
	border: 1px solid;
}
#ContactUs label {
	color:#8e1633;
	font-size:.8em;
	font-weight:bold;
}

/* -------------classes------------------ */

.twoCols {
	font-size:1em;
	margin:0;
	line-height:1.8em;
}
ul.none , li.none {
	list-style-type:none;
}
ul.checkmark {
	list-style-image:url(images/check_smbox.jpg);
	margin-top:10px; /* was 25px */
/* 	may need to re-export checkbox to center vert */
}
.checkmark li {
	padding-bottom: 5px; /* was 15px */
}
.nonhead {
	font:normal #000;
}
.homecheck {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#870007;
	/*font-variant:small-caps;*/
	font-weight:bold;
}
#rightCol {
	float:right;
	width:220px;
	padding-right:20px;
	margin-right:10px;
}
#rightCol p {
	margin:0 5px 5px 15px;
	padding:5px;
	color:#066;	
	font-weight:bold;
	font-size:11px;
}
.center {
	text-align:center;
}
.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 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgLeft {
	padding:0 20px 30px 0;
}
.imgRight {
	padding:20px;
}
.testimonial {
	color:#396478;
	line-height: 1.7em;
	margin:30px 60px;
	font-style:italic;
	font-size:.9em;
}
.subhead {	
	font-size:.9em;
/*	color:#685124;*/
}
.blockhead {
/*	background-color:#cdad72;
	border-top: #cdad72 2px solid;
	padding: 6px 6px 0 6px;
	color:#066;	*/
	display: inline; /* inline-block;*/
	border-bottom: #cdad72 2px solid;
	font-variant:small-caps;
	font-size:1.1em; /*to match H2 size */
}
.indent {
	margin-left:20px;
}
.maroon, a.maroon {
	color:#870007;
	font-weight:bold;
}
.error {
	text-align:left;
	font-weight:bold;
	font-size:10px;
	color:#396478;
/*	#8e1633
	border:1px solid #8e1633;
	padding:5px 10px;
	margin:0 0 10px 100px;
*/}

