<style type="text/css">
.DoNotUse {}


body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	word-wrap: break-word;
	margin-top: 0px;
	/* background-image: url('images/bluehills.jpg'); */
	background-repeat: repeat-x;
	background-size: 100%;
	background-attachment: fixed;
}

table {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.MainBody {
	width: 95%;
	margin-top: 30px;
	text-align: left;

}



h1, h2, h3, h4, h5 {
font-size:14px;
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#OuterWrapper {
/*width: 760px;*/
width: 1000px;
height: 100%;
background-color:white;
margin: 0px;
padding: 0px;
text-align:left; 
border:thin solid black; 
background-color:blue;
}

#MLSOuterWrapper {
width: 1000px;
height: 100%;
background-color:white;
margin: 0px;
padding: 0px;
text-align:left; 
border:thin solid black; 
background-color:blue;
}

#MLSheader {

/* The header can be set to either a fixed width or a liquid width.  I prefer to make the header a liquid width for aesthetic purposes, but changing it to a fixed width will not affect the layout.  This is an optional property. */
	width:  100%;
/* replace this value with the height of your header. */
	height:  110px;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  #000000 url('images/webbanner10.jpg') top left;
	background-repeat: no-repeat;
	color:  #000000;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
	background-color:blue; 
}

#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top: 0px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	/*width:  760px;*/
	width:  1000px;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
	background:  #ffffff url('../LayoutImages/body_bg.gif') repeat-y top left;
	color:  #000000;
	text-align: left;
	
}

#contentarea {
 /* replace this value with the width of your left column */
	margin:  0;
	padding:  10px;
	float:  left;
	background-color:white;
	height:  1%;  /* IE hack due to a bug handling float:  right. */
}
#contentarea[id] {
/* Put in place for Firefox, and any browser that will render this section correctly.  IE has a bug involving float:  none. */
	float:  none;
	margin-left:  150px;
}

#leftcolumn {
	float:  left;
	width:  150px;
}

#leftcolumncontent {
	position:  absolute;
/* replace top value with the height of your header. */
	top:  110px;
	left:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
/* 	background:   #00000 url('../LayoutImages/body_bg.gif') repeat-y top left; */
	color:  #FFFFFF;
	margin:  0;
	padding:  0;
/* Replace width with the width of your left column. */
	width:  150px
}

#header {

/* The header can be set to either a fixed width or a liquid width.  I prefer to make the header a liquid width for aesthetic purposes, but changing it to a fixed width will not affect the layout.  This is an optional property. */
	/*width:  760px;*/
	width:  1000px;
/* replace this value with the height of your header. */
	height:  110px;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  #000000 url('images/webbanner10.jpg') top left;
	background-repeat: no-repeat;
	color:  #000000;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
	background-color:blue;
	
}

#footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin:  0;
	padding:  0;
/* The footer can be set to either a fixed width or a liquid width.  This is an optional property. */
	/*width:  760px;*/
	width:  1000px;
/* Replace with the height of your footer.  Optional.  */
	height:  20px;
/* Replace with the background image and colour of your footer.  */
	background-color:cyan;
	color:  #FFFFFF
}

.bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top: 0px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	/*width:  760px;*/
	width:  1000px;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
	background:  #ffffff url('../LayoutImages/body_bg.gif') repeat-y top left;
	color:  #000000;
	text-align: left;
	
}

.SideNavBody{
	background-color:cyan;
	width: 150px;
	background-image: url('images/fade2.jpg');
	background-repeat: no-repeat;
}

.contentarea {
 /* replace this value with the width of your left column */
	margin:  0;
		float:  left;
	background-color:white;
	border:none;
	vertical-align: top;
	text-align: center;
	/*width: 610px;*/
	width: 850px;
	height:  1%;  /* IE hack due to a bug handling float:  right. */
}
.contentarea[id] {
/* Put in place for Firefox, and any browser that will render this section correctly.  IE has a bug involving float:  none. */
	float:  none;
	margin-left:  150px;
}

.leftcolumn {
	float: left;
	width:145px;
	background-color:cyan;
	
}

.leftcolumncontent {
	position:  absolute;
/* replace top value with the height of your header. */
	top:  110px;
	left:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
/* 	background:   #00000 url('../LayoutImages/body_bg.gif') repeat-y top left; */
	color:  #FFFFFF;
	margin:  0;
	padding:  0;
/* Replace width with the width of your left column. */
	width:  140px
}

.header {

/* The header can be set to either a fixed width or a liquid width.  I prefer to make the header a liquid width for aesthetic purposes, but changing it to a fixed width will not affect the layout.  This is an optional property. */
	width:  1000px;
/* replace this value with the height of your header. */
	height:  110px;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  #000000 url('images/webbanner10.jpg') top left;
	background-repeat: no-repeat;
	color:  #000000;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
/*	border-bottom:thin solid black; */
	background-color:blue;
	margin: 0px;
	width: 1000px;
	
}

.MasterTableLayout {
 /*width: 760px;*/
 width: 1000px;
	
}

.footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin:  0;
	padding:  0;
/* The footer can be set to either a fixed width or a liquid width.  This is an optional property. */
	/*width:  760px;*/
	width:  1000px;
/* Replace with the height of your footer.  Optional.  */
	height:  20px;
/* Replace with the background image and colour of your footer.  */
/*	background:  #3F9BCF url('../LayoutImages/body_bg.gif'); */
	background-color: cyan;
	color:  #FFFFFF;
}


/* Start DIV nested in #header and used in top.asp page */
div#TopBottomNavGif{
padding: 0px;
margin: 0px;
margin-bottom:  0px;
background-color:white;
Height: 25px;
width: 20px;
float:right;
}
div#TopBottomNav{
padding: 0px;
margin: 0px;
margin-bottom:  0px;
background-color:white;
Height: 25px;
width: 850px;
float:right;
text-align: left;
padding-right: 0px;
padding-top: 0px;
}

div#TopMain{
padding: 0px;
margin: 0px;
Height: 85px;
width: 100%;
}

/* Stop DIV nested in #header and used in top.asp page */

/* Start DIV nested in #Nav and used in SideNav.asp page */

div#SideNavListTitle{
padding-left: 2px;
margin-left: 2px;
background-color:blue;
width: 145px;
border:thin solid blue;
Color:white;
font-weight: bold;
}

div#SideNavListBox{
padding-left: 2px;
padding-top: 4px;
margin-left: 2px;
background-color:white;
width: 145px;
border:thin solid blue;
font-weight: bold;
}

div#SideNavList{
padding-left: 2px;
margin-top: 3px;
margin-left: 0px;
background-color:white;
width: 145px;
font-weight: normal;

}

div#SideNavGodar{
padding: 0px;
padding-left: 4px;
margin: 0px;
max-width:150;
height: 100px;
Color: White;
background-image: url('images/fade2.jpg');
}

/* Stop DIV nested in #Nav and used in SideNav.asp page */


/* Start DIV main display box */

div#MainDisplayWrapper{
padding: 0px;
margin: 0px;
margin-left:5px;
width: 100%;
border:thin solid white;
text-align:center;
}

div#MainDisplayTitle{
padding: 3px;
margin: 0px;
/* background-color:lightcyan; */
background-color:white;
border-bottom:thin solid white;
width: 325px;
Color:darkblue;
font-weight: bold;
text-align:center;
}

div#MainDisplayBox{
padding: 3px;
margin: 0px;
background-color:white;
width: 325px;
text-align:center;
}

/* Stop DIV main display box */


/* Start custom class items */


A:link
{
    COLOR: blue;
    TEXT-DECORATION: none;
}
A:visited
{
    COLOR: darkgreen;
    TEXT-DECORATION: none;
}
A:active
{
    COLOR: #336699;
    TEXT-DECORATION: none;
    
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline;
    background-color: none;
}

A:link.SideNavTitle
{
    COLOR: black;
    TEXT-DECORATION: none;
    font-weight:Bold;
}
A:visited.SideNavTitle
{
    COLOR: Black;
    TEXT-DECORATION: none;
    font-weight:Bold;
}
A:active.SideNavTitle
{
    COLOR: #336699;
    TEXT-DECORATION: none;
    font-weight:Bold;
    
}
A:hover.SideNavTitle
{
    COLOR: red;
    TEXT-DECORATION: underline;
    background-color: none;
    font-weight:Bold;
}



/* Stop custom class items */

.blockcenter {
text-align:center;
}

.SideNavList
{
padding-left: 2px;
margin-top: 0px;
margin-left: 0px;
background-color:white;
font-weight: normal;
}


.MainDisplayTitle{
padding: 0px;
margin: 0px;
background-color:lightcyan;
width: 100%;
font-weight: bold;
text-align:center;
}

.MainDisplayBox{
padding: 3px;
margin: 0px;
background-color:white;
width: auto;
text-align:center;
}


.HighLightBackground {
background-color:lightcyan;
}

.NoLightBackground {
background-color:none;
}

.SearchMLS
{
/* width: 100%; */
padding: 0px;
margin: 0px;
/* margin-left: -30px; */
/* padding-left: 0px; */
background-color:white;
border:none; 
}


.ErrorMessage{
text-align:center;
color:red;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

li
{
list-style-position: outside;
padding: 0px;
margin: 0px;
text-align:left;
list-style-type: disc;
}

ul
{
list-style-position: outside;
padding: 0px
text-align:left;
}

</style>