/* MAIN TYPOGRAPHY */

strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* FORMS */

fieldset { border: 1px solid #695F4C; }
legend { background: #504634; color: #FFF;}
textarea, input[type='text'], select { border: 1px solid #695F4C; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #504634; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #504634; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }


/*=STRUCTURE
=== === === === === === === === === === */

body {
	background-color: #666;
	background-image: url(images/topdown.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
 	font-size: 13px;
	color: #000000;
}

#wrapper { 
 margin: 0 auto;
 width: 850px;
}

#faux {
 padding:0;
 margin:0;
 border-top:20px solid #FFF;
 background: url(img/2-col-bg.gif);
 overflow: auto;
 width: 850px;
}
#header {
 background: #FFF url(images/header0.jpg) no-repeat;
 color: #333;
 height: 147px;
 margin: 0px;
 padding: 0px;
 border-bottom:10px solid #000;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 170px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #000;
 margin: 0px;
 padding: 0px 20px 10px 20px;
 width: 640px;
 display: inline;
 position: relative;
 min-height:350px;
}

#footer {
 clear: both;
 color: #FFF;
 background: #333333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }


/* ceo headers */
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h1, h2, h4, h6 { font-weight: bold; }
h5, h6 { margin-top: 1em; }

hr { border:1px solid #695F4C; }

.copyright {
text-align: center;
font-size: 9px;
padding: 3px;
color: #cccccc;
}

/*=COMMON
=== === === === === === === === === === */
img.float-right {
  padding: 5px;
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  padding: 5px;
  margin: 5px 15px 5px 0px;
}

a img {  
  border: 0px; 
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}


a {
color: #B60400;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #B60400;
}



#logo {
position: absolute;
margin:  0px 0 0 0px; 
padding: 10px 0 0 20px; 
color: #FFFFFF;
}
#logo h1 {
font: bold 24px "arial narrow", arial, sans-serif;
margin: 0;
padding: 0;
}
#logo p {
margin: 0;
padding: 0;
font-weight: bold;
}

#nav-top{ /*  */
float: right;
background: #FFF;
margin:  0px;
padding: 0px;
}

#nav ul{
position: absolute;
margin: 10px 10px 0 0;
padding: 0px 10px 0 0px;
text-align: left;
}

#nav li {
list-style: none;
display: inline;
color: #fff;
text-align: left;
margin:  10px 5px 10px 5px;
padding: 10px 5px 10px 5px;
}

#nav a {
text-decoration: none;
color: #fff;
}

#nav a:hover {
text-decoration: underline;
color: #D4CAB6;
}


/*=NAVIGATION
=== === === === === === === === === === */
.categories h2{
  padding: 4px 0 5px 35px;
font-size: 16px;
color: #fff;
margin:0;
}

#dhtmlgoodies_menu{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#B60400;
font-weight: bold;
width:170px;
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#B60400;	/* Black text color */

	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:0px;	/* Black border */
	background-color:#FFF;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:1px 1px 1px 10px;	/* Air between border and text inside */
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#B60400;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #666;
	background-color:#B60400;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#FFF;	/* Black text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:2px 1px 2px 7px;	/* Air between border and text inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#B60400;	/* Blue background */
	text-decoration:underline;	/* No underline */
}


.featurebox {
color:#504634;
border-top:1px solid #d7d7d7;
background:#D4CAB6;
margin:0 0 1.5em;
padding:15px 20px 20px;
}

.featurebox p,.featurebox h1,.featurebox h2,.featurebox h3,.featurebox h4,.featurebox h5,.featurebox h6 {
border-bottom:1px solid #504634;
color:#504634;
margin:0 0 .3em;
}

.featurebox p {
border:none;
color:#444;
margin:0 0 1em;
}

.featurebox a {
font-weight:700;
font-size:90%;
}

hr {
background:#CCC;
height:1px;
color:#CCC;
border:none;
margin:1em 0;
}

hr.sb  {
background:#CCC;
height:1px;
color:#CCC;
border:none;
margin:1em 0;
}



/*=CONTENT
=== === === === === === === === === === */

.content h1, h2, h3, h4, h5, h6 {
color: #333333;
font-weight: bold;
}

/*=FOOTER
=== === === === === === === === === === */
#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
color: #fff;
}

/*=PRINTER
=== === === === === === === === === === */

@media print{
/*hide the left column when printing*/
#leftcolumn{display:none;}
#rightcolumn{border-left:0;}
}

/*=OTHER
=== === === === === === === === === === */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



/* THIS IS SECTION IS FOR OPEN REALTY */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 13px;
	color: #000000;
}


input, select, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 13px;
	color: #000000;
}

.search_results {
width:100%;
}

.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }

.view_users { width:100%; }
/* Blog */
.blog_article_title {
	line-height: 1.1em;
}
.blog_article_title a, .blog_article_title a:visited {
	text-decoration: none;
}

a.blog_article_comment_link, a.blog_article_comment_link:visited {
	color: #06AFBE; 
	padding: 2px; 
	font-size: 1em;
	text-decoration: none; 
}

.blog_article_comment_link > img{
	text-decoration: none; 
	padding-right: 4px; 
	vertical-align: text-top;
}

