/*	Style Sheet: *remax.css*
	Author: *Kyle Hart, Art Director, Pixsym.com*
	Date: *25-Feb-2009*

=== === === === === === === === === === */

/* 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%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
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 #252545; }
legend { background: #252545; color: #FFF; padding:3px;}
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 {
 line-height:1.5em;
 background-color: #252545;
 background-image: url('images/bg_banner.jpg');
 background-repeat: no-repeat;
 background-position: 50% 0%;
}

#wrapper {
 width: 988px;
 margin: 0 auto;
}

#mborder {
 width:984px;
 background: #FFF;
 margin-top: 150px;
 padding: 2px;
}

.faux {
 background: #BEC8DA;
 margin-bottom: 0px;
 width: 100%
}
#header {
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#leftcolumn { 
 float:left;
 display: inline;
 background-color: #AAB6CD;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 214px;
}
#rightcolumn { 
 float:right;
 background: #FFF;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px 20px 20px 20px;
 width: 700px;
 display: inline;
 position: relative;
}
#footer {
 clear: both;
 color: #FFF;
 border-top:2px solid white;
 background: #252545;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }


/*=TYPOGRAPHY
=== === === === === === === === === === */
h1 {

}
h2 {

}
h3,
h4 {

}
p {

}

/* ceo headers */

hr { border:1px solid #695F4C; }
.dashed { border:1px dashed #FFF; !important}

.copyright {
text-align: center;
font-size: 9px;
padding: 3px;
color: #cccccc;
}

input , textarea {
border:1px solid #695F4C;
}

.iconr { margin:0px 10px 0px 4px; background-color: transparent; padding:0px; border:0px; !important}
.iconl { margin:0px 4px 0px 10px; background-color: transparent; padding:0px; border:0px; !important}
.iconclr { margin:0px 4px 0px 4px; background-color: transparent; padding:0px; border:0px; !important}
.contenttitle { margin: 10px 0 10px; font-size: x-large; !important}

/*=COMMON
=== === === === === === === === === === */
img {
  border: 1px solid #BEC8DA; 
  padding: 5px;
  background-color: #E7EBF3;
  margin: 0px 10px 10px 0px;
}
img.float-right {
  padding: 5px;
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  padding: 5px;
  margin: 5px 15px 5px 0px;
}

a img {  
  border: 1px solid #BEC8DA; 
  padding: 5px;
  margin: 5px 15px 5px 0px;
  background-color: #E7EBF3;
}

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;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 5px;  	
  	background: #FAFAFA; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #252545;	
}

a {
color: #444546;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #252545;
}


/*=MASTHEAD
=== === === === === === === === === === */
#masthead-m {

}

#logo {
position: absolute;
margin:  0px 0 0 0px; 
padding: 5px 0; 
color: #FFFFFF;
top:0px;
}
#logo h1 {
font: bold 24px "arial narrow", arial, sans-serif;
margin: 0;
padding: 0;
display:none;
}
#logo p {
margin: 0;
padding: 0;
font-weight: bold;
display:none;
}
#contactinfo {
position:absolute;
vertical-align: middle;
height: 50px;
width: 460px;
margin:  5px 0 0 450px; 
padding: 0px; 
color: #111111;
top:0px;
}
#nav-top{ /*  */
background-color: #990000;
border-left:2px solid white;
border-top:2px solid white;
border-right:2px solid white;
text-align: right;
margin:  0px;
padding: 0 0 10px 0;
}

#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
=== === === === === === === === === === */
#navigation-m {

}
.categories h2{
  padding: 8px 0 8px 35px;
font-size: 16px;
color: #fff;
margin:0;
}

.featurebox {
color:#504634;
border-top:1px solid #FFF;
border-right:1px solid #D4CAB6;
border-bottom:1px solid #D4CAB6;
background:#F4EFDF;
margin:0;
padding:12px 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:100%;
}

hr {
background:#BEC8DA;
height:2px;
color:#BEC8DA;
border:none;
margin:0 0 1.1em;
}

hr.sb  {
background:#BEC8DA;
height:5px;
color:#BEC8DA;
border:none;
margin:0;
}



/*=CONTENT
=== === === === === === === === === === */

.content h1, h2, h3, h4, h5, h6 {
color: #695F4C;
}

.content{ 
width: 675px;
}


/*=FOOTER
=== === === === === === === === === === */
#footer-m {

}

#footer a {
color: #fff;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
color: #BEC8DA;
}

/*=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 FOR THE VERTICAL MENU */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#menu {
width:210px;
font-size:0.95em;
border-left:2px solid white;
}
#ddblueblockmenu{
border: 0px solid black;
border-bottom-width: 0;
width: 180px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#ddblueblockmenu li a{
display: block;
padding: 5px 0;
padding-left: 10px;
width: 180px; /*222px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 10px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 180px; /*IE 5*/
w\idth: 180px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: black;
border-left: 10px solid white;
padding: 7px 0;
padding-left: 10px;
background-color: #BEC8DA;
background:;
}

/* THIS IS SECTION IS FOR OPEN REALTY */

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

td a, a:hover{
text-decoration: none;

}

input, select, form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.search_results {
width:100%;
}

.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }

.view_users { width:100%; }





