/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color:#636;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#real_estate{
	background-color: #FFF;
	margin: 0 10% 10% 10%;
}

#masthead{
	margin: 0;
	background-image:url(../images/header.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding: 3% 0% 0% 1%;
	width: 100%;
}

#navBar{
	padding: 3% 0% 0% 1%;
	background-color: #FFF;
	width: 23%;
	margin: 0% 0% 5% 0%;
}

#content{
	padding: 3% 0% 0% 0%;
	width: 70%;
	overflow: auto;
	float: right;
	margin: 0% 0% 5% 0%;
	background-color: #fff;
}

/************* #globalNav styles **************/

#globalNav{
	color: #ccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	text-align: center;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
#globalNav a{
	color: #ccc;
}

/************* link styles **************/

a{
	color: #636;
	text-decoration: none;
}

a:visited{
	color: #636;
	text-decoration: none;
}

#navBar a{
	color: #636;
	text-decoration: none;
	display: block;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right:  1px solid #fff;
	padding: 0 0 0 5px;
}

#navBar a:hover{
	color: #ccc;
	background-color: #636;
	display: block;
	text-decoration: none;
	padding: 0 0 0 5px;
	border-left: 1px solid #636;
	border-top: 1px solid #636;
	border-bottom: 1px solid #ccc;
	border-right:  1px solid #ccc;
}

#navbar ul{
 list-style-type: none;
} 
#siteInfo a:hover{
	color: #ccc;
	background-color: #636;
	text-decoration: none;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #ccc;
	font-size: 75%;
	text-align: center;
	color: #636;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* text styles ***************/

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 1% 0% 0% 2%;
	padding: 0;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #636;
}

h2{
 font-size: 114%;
 color: #636;
}

h3{
 font-size: 100%;
 color: #636;
}

ul{
 list-style-type: none;
} 

ul ul{
	list-style-type: disc;
	margin:0; 
	<!--font-size:1.2em; 
	padding:0 10px 5px 10px; 
	border-bottom:1px solid #444;-->
}

ul ul ul{
	list-style-type: none;
	margin:0; 
	font-size:1.2em; 
	padding:0 10px 5px 10px; 
}

label{
 font: bold 100% Arial,sans-serif;
 color: #636;
}

/***** Krazy Borders *****/
.xsnazzy h1, .zsnazzy h1 {
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.xsnazzy p, .xsnazzy ul, .xsnazzy ul ul{
margin:0; 
padding:5px 10px; 
}
.xsnazzy {
background: transparent; 
width:100%; 
float:left; 
margin:0 3px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
background-color: #fff;
}



* html .xboxcontent {
height:1px;
}

.color_a {
background:#fff;
color:#636;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}

/***** Form Stuff *****/
p.label_field_pair {
clear: both;
float: none;
color: #000;
font-size: small;
}

p.label_field_pair label {
clear: left;
display: block;
float: left;
text-align: right;
color: #000;
font-size: small;
width: 200px;
}

p.label_field_pair input, p.label_field_pair textarea {
clear: right;
float: left;
margin-left: 10px;
width: 200px;
}

p.label_checkbox_pair {
clear: both;
float: none;
position: relative;
}
p.label_checkbox_pair input {
left: 30px;
position: absolute;
}
p.label_checkbox_pair img {
left: 33px;
position: absolute;
}
p.label_checkbox_pair label, p.label_submit label{
display: block;
margin-left: 45px;
width: 500px;
font-size: small;
margin: -20px 0 0 45px;
}
