/*
-----------------------------------------------
Screen Stylesheet

Site: Home and Land Brokers, LLC
Author: aaa-studio.com, Delwin Holeman
Version: 2008.07
----------------------------------------------- */

/* 
ERIC MEYER'S CSS RESET http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ --------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
html {
	height: 100%;
    margin-bottom: 1px;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	
body {
	line-height: 1;
	color: #333;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

.print {
	float: right;
	margin: 60px 30px 10px 47px;
	}


/* 
PAGE STYLES --------------------- */ 

body {
	margin: 0 auto;                                 
	background: transparent url(../images/bg.gif) repeat-y top;
	}
	
body.framepageheader {
	margin: 0 auto;       
	background: #95beec url(../images/bg_search_horizontal.gif) repeat-x;
	border-top: 6px solid #d8e8f9;
	}
	
#home #container {
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;  
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	width: 806px;
	background: #fff url(../images/bg_home.jpg) no-repeat;
	}
	
#agents #container, #buyers #container, #sellers #container, #links #container, #community #container, #about #container, #contact #container {
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;  
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	width: 806px;
	background: #fff url(../images/bg_sec.jpg) no-repeat;
	}
	
#search #container {
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;  
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	width: 806px;
	background: #fff url(../images/bg_search.jpg) no-repeat;
	}
	
#search  #header {         
	border-top: none;
	}
	
#header {         
	margin: 0 auto;
	height: 85px;
	width: 806px;
	border-top: 6px solid #d8e8f9;
	}
	
#header #logo a {
	float: left;
	text-indent:-9999px;
	display: block;
	margin: 20px 0 0 0;
	width: 362px;
	height: 50px;
	overflow: hidden;
	}
	
	
/* 
NAVIGATION --------------------- */

#nav-main {
	float: left;
	width: 806px;
	height: 25px;
	padding: 6px 0 0 0;
	background: none;
	}
	
#nav-main ul {
	margin: 0 0 0 7px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
	}
	
#nav-main li {
	float: left;
	}

#nav-main a:link, #nav-main a:active, #nav-main a:visited {
	margin: 0;
	padding: 4px 19px 4px 19px;
	color: #333;
	text-decoration: none;
	}
	
#nav-main a:hover {
	color: #000;
	}
	
#home 	   			li#n-home a:link, 			#home li#n-home a:active, 					#home li#n-home a:visited,
#agents 	   		li#n-agents a:link, 			#agents li#n-agents a:active, 				#agents li#n-agents a:visited,
#buyers 	   		li#n-buyers a:link, 			#buyers li#n-buyers a:active, 				#buyers li#n-buyers a:visited,
#sellers 	   		li#n-sellers a:link, 			#sellers li#n-sellers a:active, 				#sellers li#n-sellers a:visited,
#links				li#n-links a:link,				#links li#n-links a:active,						#links li#n-links a:visited,
#community		li#n-community a:link,		#community li#n-community a:active,	#community li#n-community a:visited,
#about				li#n-about	 a:link,			#about	li#n-about a:active,					#about	li#n-about a:visited,
#contact				li#n-contact a:link,			#contact li#n-contact a:active,				#contact li#n-contact a:visited {
	font-weight: bold;
	}
	
#home #content {
	float: left;
	padding: 130px 0 0 43px;
	width: 763px;
	height: 296px;
	}
		
#home #content p {
	margin: 0 0 15px 0; 
	width: 400px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	}
	
.secondary #content p {
	margin: 0 0 15px 0; 
	font-size: 12px;
	line-height: 19px;
	}
	
.secondary #top-content {
	float: left;
	padding: 10px 0 0 43px;
	width: 763px;
	height: 138px;
	border-bottom: 10px solid #cfcece;
	}
	
.secondary #top-content p {
	margin: 0 0 15px 0; 
	width: 400px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	}
	
#top-content img {
	border: 10px solid #e6f0fb;
	}
	
#top-content .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: 0 11px 0 0;
	}
	
.secondary #content {
	float: left;
	width: 763px;
	padding: 10px 0 0 43px;
	}
	
#maincontent {
	float: left;
	width: 500px;
	background: #fff;
	}
	
#sidebar {
	float: right;
	display: block;
	margin: 0 0 0 40px;
	width: 200px;
	background: #fff;
	}
	
.contact-top { 
	float: left;
	margin: 52px 0 0 310px;
	font: italic normal 13px Georgia, Times, serif;
	}
	
.fltrt img { 
	border: 1px solid #333;
	}
	
.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: 0 0 20px 20px;
	}

.fltlt { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
	}


/*
LINKS --------------------- */

a:link {
	color: #0000FF;
	text-decoration: underline;
	}
	
a:active {
	color: #FF0000;
	text-decoration: underline;
	}
	
a:visited {
	color: #800080;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

a img {
	border: none;
	}
	

/*
COMMON --------------------- */

img {
	border: none;                            
	}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
	margin: 0 0 3px 0;
	}
	

/*
H TAGS --------------------- */
	
h1 {
	padding: 0 0 10px 0;
	width: 470px;
	font: bold 24px/28px Georgia, Times, serif;
	color: #fff;
	}
	
.secondary h1 {
	padding: 15px 0 10px 0;
	width: 470px;
	font: bold 21px/28px Georgia, Times, serif;
	color: #fff;
	}

h2 {
	margin: 22px 0 10px 0;
	font: italic normal 24px/28px Georgia, Times, serif;
	color: #000;
	}
	
h3 {
	margin: 20px 0 10px 0;
	font: normal 20px/28px Georgia, Times, serif;
	color: #000;
	}

h4 {
	margin: 25px 0 10px 0;
	font: italic normal 19px/28px Georgia, Times, serif;
	color: #000;
	border-bottom: 1px solid #999;
	}
	
h5 {
	margin: 15px 0 5px 0;
	font: bold 12px/28px verdana, arial, sans-serif;
	color: #000;
	}
	
h6 {
	margin: 15px 0 5px 0;
	font: bold 12px/28px verdana, arial, sans-serif;
	color: #000;
	}
	

/*
LISTS --------------------- */


ul {
	margin: 0 0 10px 20px;
	}
	
/*
TABLES --------------------- */
	
table.buyers {
	margin: 10px 0 0 0;
	}
	
	
table.buyers th {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 10px 5px;
	background-color: #efefef;
	}
	
table.buyers td {
	padding: 10px 0 10px 5px;
	}
	
table.sortable tr.even td {
	background-color: #f8f8f8;
	}
	
table.sortable tr.odd td {
	background-color: #fff;
	}
	
table.sortable tr td.white {
	background-color: #fff;
	}
	

table.contact td {
	padding: 0 30px 0 0;
	}
	
table.logos td {
	padding: 0 30px 30px 0;
	}

		
		
/*
FOOTER --------------------- */
	
	
#footer { 
	clear: both;
	width: 806px;
	margin: 30px auto 0 auto;
	padding: 0;
	font-size: 13px;
	height: 69px;
	background-color: #e8e8e8;
	} 

	
#copyright {
	clear: both;
	margin: 10px 0 10px 0;
	}

#copyright p {
	text-align: center;
	font-size: 10px;
	color: #aaa;
	}	
	
#copyright a {
	color: #aaa;
	}	