
/* Layout Stylesheet */ 

body {
 margin:0px;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 background:#FFFFFF;
 color:#BA1F55;
 }

#outer{
 border:0px solid #000000;
 width:950px;
 margin:auto;
 }

#page{
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
 width:950px;
 margin:auto; 
 }

#hdr{
 background:url('images/h-back.gif') repeat-x;
 }

.nav{
 position:relative;
 top:0px;
 }

h1, h2{
 font-family: Tahoma;
 font-size:13px;
 font-weight:bold;
 color:#000000;
 margin:0px;
 }


/* *************  Left Column ************** */
#left-col{
 width:185px;
 padding:5px;
 text-align:left;
 }
#left-col a:link, #left-col a:visited{
 text-decoration:none;
 color:#2E3A6E;
 font-size:12px;
 }
#left-col a:hover{
 text-decoration:underline;
 }
/* *****************************************  */


#right-col{
 width:765px;
 padding:10px 5px 5px 5px;
 text-align:left;
 }


/* ************ Main Category ************** */
#main-cat{
 border:0px solid #8FB3FD;
 margin-top:10px;
 margin-bottom:-5px;
 font-weight:bold;
 }
#main-cat a:link, #main-cat a:visited{
 color:#000000;
 }
/* *****************************************  */


/* ************** Sub Category ************* */
#sub-cat{
 margin-left:5px;
 margin-top:5px;
 border:0px solid;
 }
#sub-cat a:link, #sub-cat a:visited{
 text-decoration:none;
 color:#2E3A6E;
 }
#sub-cat a:hover{
 text-decoration:underline;
 }
/* *****************************************  */


/* ******* Sub Category on Sub Pages ******* */
#subcat{
 margin-top:10px;
 border-bottom:0px solid #3366A1;
 }

#subcat a:link, #subcat a:visited{
 text-decoration:none;
 color:#2E3A6E;
 }
/* *****************************************  */


/* ************** Links Header ************* */
.hlink{
 background:#2E3A6E;
 color:#ffffff;
 padding:5px;
 font-weight:bold;
 margin-top:10px;
 }

.hlink a:link, .hlink a:visited{
 color:#C1D4FB;
 text-decoration:none;
 }
/* *****************************************  */

#footer{
 text-align:center;
 background:#FFFFFF;
 height:40px;
 padding-top:20px; 
 border:0px solid;
 }

#footer a:link, #footer a:visited{
 font-family:Tahoma;
 font-weight:bold;
 text-decoration:none;
 }

#footer a:hover{
 text-decotation:underline;
 }
 
 /* ExactSeek Featured Listings begin */
/* Scott Stanger <sstanger@highcorral.com> */
.ES-FL-Border {
     border: 1px solid #C0C0C0;
     cursor:hand
}
 
.ES-FL-Title {
     color: #000000;
     font: 10px Verdana, Arial, Helvetica, sans-serif;
     background-color: #8B8B8B; 
     font-weight: bold;
     text-decoration: none;
     padding: 1px;
}
.ES-FL-Title a { color: #FFFFFF;  }
.ES-FL-Title a:hover { color: #FFFFFF;  }
 
.ES-FL-Body {
     background-color: #FFFFFF;
     font: 10px Verdana, Arial, Helvetica, sans-serif;
     color: #212121;
     padding-left: 3px;
}
/* ExactSeek Featured Listings end */

