﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 0px auto 0px auto;
        background-image:	        url("Graphics/bg.jpg");
	    background-repeat:	        repeat-x;
	    background-color:#28558C; 
}
a:link /* Standrd Links */
{ 
     font-family: Verdana, Arial;
     color: #0000FF; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited  /* Standrd Visited Links */
{ 
     font-family: Verdana, Arial;
     color: #0000FF; 
     font-weight: normal; 
     text-decoration: none;
}
a:active  /* Standrd Active Links */   
{ 
     font-family: Verdana, Arial;
     color: #009FEC; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover /* Standrd Hover Links */
{    
     font-family: Verdana, Arial;
     color: #009FEC; 
     font-weight: normal; 
     text-decoration: none;
}
#banner /* Banner Content */
{
	width: 900px;
	height:130px;
	margin:0px auto 0px auto;
	background-color: transparent;
}
.nav /* Top Navigation */
{
	width: 900px;
	margin: 0px auto 0px auto;
	height:25px;
	background-color: #E0C260;
	border-bottom: 1px #B1D7F5 solid;
}
#contentWrapper /* Site Content Holder */
{
	width: 900px;
	background-color: #fff;
	margin: 0px auto 0px auto;
}
.fullContent /* Site Content */
{
	width: 900px;
	background-color: transparent;
	margin-top:10px;
	margin-bottom:10px;
}
.siteContent /* Site Content */
{
	width: 880px;
	background-color: transparent;
	margin: 10px auto 5px auto;
}
.hmTBL /* Common Tbl */
{
	width: 900px;
	background-color: transparent;
	margin-top:15px;
	border-collapse:collapse;
}
.hmTD
{
	background-color: #F0E696;
	text-align:center;
	vertical-align:top;
	border-collapse:collapse;
}
#searchTBL
{
	width: 880px;
	background-color: transparent;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}
.tdLeft /* Left Cell Content */
{
	background-color: transparent;
	text-align:left;
	vertical-align:top;
	border-collapse:collapse;
}
.tdCen /* Center Cell Content */
{
	background-color: transparent;
	text-align:center;
}
.tdSearch /* Search Cell Content */
{
	background-color: transparent;
	text-align:left;
	vertical-align:top;
}
.tdText /* Text Cell Content */
{
	background-color: transparent;
	text-align:left;
	vertical-align:top;
	padding:5px;
	font-family: Verdana, Arial;  
    color: #000; 
    font-size: 0.8em; 
    font-weight: normal; 
    text-decoration: none;
    border-bottom:1px #28558C solid;
    border-right:1px #28558C solid;
}
.tdTextRT /* Text Cell Content */
{
	background-color: transparent;
	text-align:left;
	vertical-align:top;
	padding:5px;
	font-family: Verdana, Arial;  
    color: #000; 
    font-size: 0.8em; 
    font-weight: normal; 
    text-decoration: none;
    border-bottom:1px #28558C solid;
}
.featureTBL /* Featured Properties Tbl */
{
	width: 900px;
	background-color: transparent;
}
.featureTD /* Featured Gallery Iimages */
{
	background-color: transparent;
	padding-top:5px;;
	text-align: center;
	vertical-align:top;
}
.siteText /* Site Text */
{    
     font-family: Verdana, Arial;  
     color: #000; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
.linkText /* Site Text */
{    
     font-family: Verdana, Arial;  
     color: #000; 
     font-size: 0.9em; 
     font-weight: bold; 
     text-decoration: none;
}
h1 /* Heading Text */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     margin: 5px 0px 5px 15px;
     color: #28558C; 
     font-size: 1.2em; 
     font-weight: normal; 
     text-decoration: none;
}
.headText /* Featured Heading Text */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #28558C; 
     font-size: 1.2em; 
     font-weight: normal; 
     text-decoration: none;
}
li
{
	text-align:left;
    font-family: Verdana, Arial;  
    color: #000; 
    font-size: 0.8em; 
    margin-top:2px;
    text-align:left;
}
.imgRT /* Right Aligned Images */
{    
     float: right;
     border:0px;
     padding:10px; 
}
.imgLT /* Left Aligned Images */
{    
     float: left;
     border:0px;
     padding:10px; 
}

.imgLink /* Image Border */
{    
     border:0px;
}
.imgBorder /* Image Border */
{    
     border:1px #CDC87D solid;
}
#Footer
{
	width: 100%;
	background-color: transparent;
	text-align:center;
	margin-top:10px;
	padding: 10px 0 0px 0;
	clear:both;
}
.footerText /* Heading Text */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #000; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
}


