@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a3322e url(../img/global/bgrnd.png) repeat top left;
	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;
}
p {font-size:.75em; line-height:1.4em;}
h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; color:#1b1464; font-weight:normal;}
ul {font-size:.75em; line-height:1.4em;}
a {color:#990000;}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../img/global/column-bgrnd.gif); background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	border-top:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 

p#loginLink {position:absolute; right:15px; top:0px; font-size:.7em;}
p#loginLink img {padding:2px 3px 0 0}
p#loginLink a {color:#FFFFFF; text-decoration:none;}
	p#loginLink a:hover {text-decoration:underline;}
.twoColFixLtHdr #header { 
	background: #1b1464; 
	padding: 0px; 
	height:97px;
	
} 
.twoColFixLtHdr #header h1 {
	background-image:url(../img/global/header.gif); background-repeat:no-repeat;
	width:620px; height:97px; font-size:1.5em;
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header h1 span {margin-left:-9999px;}

.twoColFixLtHdr #nav {
	background:#880000;
}
.twoColFixLtHdr #nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:none;
	background-image:url(../img/global/nav.gif); background-repeat:no-repeat; 
	}
.twoColFixLtHdr #nav li {
	float:left;
	margin:0;
	padding:0;
	height:30px;
	font-size:.75em;
	color:#fff;
}

.twoColFixLtHdr #nav li a  {background-image:url(../img/global/nav.gif); background-repeat:no-repeat; height:30px; display:block; padding:0;}

.twoColFixLtHdr #nav li span {margin-left:-9999px;}

.twoColFixLtHdr #nav li#navLink1 a {background-position:0 0; width:157px;}
	.twoColFixLtHdr #nav li#navLink1 a:hover {background-position:0 -30px;}	
	#bodyAbout #nav li#navLink1 a {background-position:0 -60px;}

.twoColFixLtHdr #nav li#navLink2 a {background-position:-157px 0; width:148px;}
	.twoColFixLtHdr #nav li#navLink2 a:hover {background-position:-157px -30px;}
	#bodyMembership #nav li#navLink2 a {background-position:-157px -60px;}

.twoColFixLtHdr #nav li#navLink3 a {background-position:-305px 0; width:131px;}
	.twoColFixLtHdr #nav li#navLink3 a:hover {background-position:-305px -30px;}
	#bodyEvents #nav li#navLink3 a {background-position:-305px -60px;}


.twoColFixLtHdr #nav li#navLink4 a {background-position:-446px 0; width:105px;}
.twoColFixLtHdr #nav li#navLink4 a:hover {background-position:-446px -30px;}
	#bodyLinks #nav li#navLink4 a {background-position:-446px -60px;}

.twoColFixLtHdr #nav li#navLink4b a {background-position:-560px 0; width:127px;}
.twoColFixLtHdr #nav li#navLink4b a:hover {background-position:-560px -30px;}
	#bodyDiscussion #nav li#navLink4b a {background-position:-560px -60px;}

.twoColFixLtHdr #nav li#navLink5 a {background-position:-687px 0; width:112px;}
.twoColFixLtHdr #nav li#navLink5 a:hover {background-position:-687px -30px;}
	#bodyContactUs #nav li#navLink5 a {background-position:-687px -60px;}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	clear:both;
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 0px;
}


.twoColFixLtHdr #sidebar1 h3 {margin:15px 0 0 20px; padding:0;}
.twoColFixLtHdr #sidebar1 h3 span {margin-left:-9999px;}
.twoColFixLtHdr #sidebar1 h3#homeH3Virtual {background-image:url(../img/home/virtual-home-inspection.gif); width:202px; height:25px; margin-left:45px;}
.twoColFixLtHdr #sidebar1 h3#homeH3Mail {background-image:url(../img/home/sign-up-mail.gif); width:206px; height:27px; margin-left:45px;}
.twoColFixLtHdr #sidebar1 p {text-align:right; width:200px; margin:0 15px 1em 50px; padding:0;}

#sidebar1 img {margin:0 0 10px 0; border-top:3px solid #880000; border-bottom:3px solid #880000;}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:1.5em; color:#990000; font-weight:normal; margin:20px 20px 0 20px; padding:20px 0 0 0;}

.twoColFixLtHdr #mainContent h2.homeH2 {background-image:url(../img/home/h2-houses.gif); background-repeat:no-repeat; width:435px; height:160px; margin:45px 0 0 0; padding:0;}

#mainContent h2.homeH2 span {margin-left:-9999px;}



#mainContent p {margin:0 40px 1em 20px;}
.twoColFixLtHdr #mainContent h3 {margin:1em 0 5px 20px; padding:0;}
.twoColFixLtHdr #mainContent h3 span {margin-left:-9999px}
.twoColFixLtHdr #mainContent h3#homeH3Join {background-image:url(../img/home/join-us.gif); width:76px; height:29px; margin-top:2em;}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#880000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fff;
	font-size:.65em;
	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;
}