/* ------------------------------------------ Top Level IDs and Classes -------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	*font-size: .75em;
	line-height: 140%;
	color: #333;
	background-color: #DBE3A7;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../GRFX/bkgd.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif; 
	font-weight: bold;
	line-height: normal;
	padding: 0;	
	margin-bottom: 0.5em;
	color: #A9AB7D;
}
h2 {
	display:block;
	padding-bottom:2px;
	margin-bottom:20px;
	border-bottom: solid 1px #A9AB7D;
}	
a {color:#5E8C9B;}
a:hover {text-decoration:none;}
ul {}
ol {}
blockquote {
	color:#A9AB7D;
	border-left: solid 10px #A9AB7D;
	padding-left:10px;
	margin-left:20px;
	margin-right:20px;
}
.clear {clear:both;}
.hide {display:none;visibility:hidden;}
.accent1 {color:#A9AB7D;}
.accent2 {color:#D93529;}
.small {font-size:.8em;}
.alignleft {float:left;}
.aligntright {float:right;}
.center {text-align:center;}
.required {color:#CC0000;}
.framed {padding:7px;margin:10px;border:solid 1px #ccc;}
#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 880px;
	position: relative;
}

/* ------------------------------------------ Header -------------------------------------------- */

#header {
	position:relative;
	background-image: url(../GRFX/hdr_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 205px;
	width: 880px;
	z-index:10;
	margin-bottom:2px;
}
#addressblurb {
	font-size:.9em;
	display:block;
	width:160px;
	height:auto;
	position:absolute;
	top:13px;
	left:666px;
	color:#A9AB7D;
	line-height:normal;
}
#header h1 {display:none;visibility:hidden;}
.btn_home {
	display:block;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9000px;
	width:220px;
	height:154px;
	outline:0;
	}

/* ------------------------------------------ Navigation -------------------------------------------- */

#navigation {position:absolute;height:50px;width:880px;top:155px;left:0;margin:0;padding:0;background-image:url(../GRFX/nav1.jpg);background-color:transparent !important;}

#navigation li, #navigation ul {margin:0;padding:0;list-style-type: none;}
#navigation li, #navigation a {display:block;height:38px;text-indent:-90000px;outline:0;}

#btn_about {position:absolute;height:40px;width:110px;left:0px;}
#btn_about a:hover {background-image:url(../GRFX/nav2.jpg);background-repeat:no-repeat;background-position:0px 0px;}
#btn_listings {position:absolute;height:40px;width:110px;left:110px;}
#btn_listings a:hover {background-image:url(../GRFX/nav2.jpg);background-repeat:no-repeat;background-position: -110px 0px;}
#btn_openhouses {position:absolute;height:40px;width:110px;left:220px;}
#btn_openhouses a:hover {background-image:url(../GRFX/nav2.jpg);background-repeat:no-repeat;background-position: -220px 0px;}
#btn_myhomes {position:absolute;height:40px;width:110px;left:330px;}
#btn_myhomes a:hover {background-image:url(../GRFX/nav2.jpg);background-repeat:no-repeat;background-position: -330px 0px;}
#btn_buyers {position:absolute;height:40px;width:110px;left:440px;}
#btn_buyers a:hover {background-image:url(../GRFX/nav2.jpg);background-repeat:no-repeat;background-position: -440px 0px;}
#btn_sellers {position:absolute;height:40px;width:110px;left:550px;}
#btn_sellers a:hover {background-image:url(../GRFX/nav2.jpg);background-repeat:no-repeat;background-position: -550px 0px;}
#btn_resources {position:absolute;height:40px;width:110px;left:660px;}
#btn_resources a:hover {background-image:url(../GRFX/nav2.jpg);background-repeat:no-repeat;background-position: -660px 0px;}
#btn_contact {position:absolute;height:40px;width:110px;left:770px;}
#btn_contact a:hover {background-image:url(../GRFX/nav2.jpg);background-repeat:no-repeat;background-position: -770px 0px;}

/* ------------------------------------------ Drop Downs -------------------------------------------- */
.dropdown ul {margin:0;padding:0;list-style-type:none; font-size:11px;}
.subnav a, .subnav li {height:auto!important;}
/* 1st sub level menu */
.dropdown ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	background-color: #A9AB7D;
	height: auto !important;
	z-index:10;
}
/* Sub level menu list items (undo style from Top level List Items) */
.dropdown ul li ul {
	border-right: 1px solid #A9AB7D !important;
	border-left: 1px solid #A9AB7D !important;
	border-top: 1px solid #A9AB7D !important;
	background-image: url(../GRFX/dropdownbkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.dropdown ul li ul li {
	border-bottom: 1px solid #A9AB7D !important;
}
/* All subsequent sub menu levels offset after 1st level sub menu */
.dropdown ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	height: auto !important;
	margin:0 !important;
	padding:0 !important;
	background-color: #A9AB7D !important;
	z-index:10;
}
/* Sub level menu links style */
.dropdown ul li ul li a{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: #63654A;
	text-decoration: none;
	background-image: url(../GRFX/dropdownbkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-indent: 5px !important;
}
.dropdown ul li ul li a:hover{
	background-color: #63654A !important;
	background-image: none !important;
	color: #fff;
}
/*Background image for top level menu list links */
.dropdown .mainfoldericon{ }
/*Background image for subsequent level menu list links */
.dropdown .subfoldericon{ }

/* ------------------------------------------ Left Column -------------------------------------------- */

#leftcol {
	position:relative;
	float:left;
	width:185px;
	margin-left:10px;
	margin-right:20px;
}

/* ------------------------------------------ Center Content -------------------------------------------- */

#content {
	position:relative;
	float:left;
	width:560px;
	margin-left:50px;
	_margin-left:20px;
}
#specialcontent {
	position:relative;
	float:left;
	width:600px;
	margin-left:30px;
	margin-top:20px;
	_margin-left:10px;
}
#contentwide iframe {border:0;outline:0;}


/* ------------------------------------------ Dynamic Content -------------------------------------------- */

.post {float:none;clear:both;}
.post h3 {padding-top:20px;}
.entry {}
.postmetadata {}
h2 a {text-decoration:none;}
#sidebar {margin-left:10px;margin-right:10px;}
#sidebar h3 {display:block;padding-bottom:2px;margin-bottom:10px;color:#5E8C9B;border-bottom: solid 1px #5E8C9B; }
.navigation {float:none;clear:both;margin-bottom:10px;}

/* ------------------------------------------ Right Column -------------------------------------------- */

#rightcol {
	position:relative;
	float:right;
	width:210px;
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
}
#rightcol ul, #rightcol li {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}
/* ------------------------------------------ Footer -------------------------------------------- */

#footer {
	position:relative;
	clear:both;
	text-align:center;
	border-top: 10px solid #DBE3A6;
	margin-top: 20px;
	padding-top:10px;
	padding-bottom:20px;
	color:#A9AB7D;
	line-height:normal;
}

#social-links {display:block;margin:10px;}
#social-links a {display:inline;text-indent:0;text-decoration:none;border:0;outline:0;margin:3px;background:none;}
#social-links a img {border:0;outline:0;text-decoration:none;}


/* ------------------------------------------ Forms -------------------------------------------- */

form.styledform {width:100%;margin-bottom:20px;}
form.styledform fieldset {border: 1px solid #A9AB7D;margin-bottom:10px;*padding-bottom:10px;}
form.styledform legend {color: #fff;background: #A9AB7D;border: 1px solid #A9AB7D;padding: 2px 6px}
form.styledform label, .formpad {width:100px;text-align:right;margin-right:5px;float:left;}
form.styledform input:focus, form.styledform textarea:focus, form.styledform select:focus {background-color: #F2FDFF;}
