@charset "utf-8";
/* CSS Document */
body{
background-color:#8a5718;
font-family:"Times New Roman", Times, serif;
}
/* wrapper to align center of page */
#wrapper {
/*we need to tell the browser the size of the warpper div*/
width:800px;
/*aligns the page to the center horizontal (x)*/
margin-left:auto;
margin-right:auto;
/*aligns the age to the center vertical (y)*/
position: absolute;
top: 50%;
left: 50%;
/*resets the offset (should be half the width and height*/
margin-top:-300px;
margin-left:-400px;
}
.MainMenu_RootMenuItem, .MainMenu_RootMenuItemSelected, .MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemHover
{
padding-right:10px;
padding-left:10px;
cursor: hand;
background:none;
color:#FFFFFF;
text-decoration:none;
font-size:16px;
text-align:center;
text-transform:uppercase;
font-family:"Times New Roman", Times, serif;
}
a.Footer:link, a.Footer:visited, .copyrighttext
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
.addressmls, .pricebold, .bedbold,.bathbold, .subdivisionbold, .statusbold, .sqftbold
{
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}
.price, .bed, .bath, .subdivision, .status, .sqft{
font-family:"Times New Roman", Times, serif;
}
.residential{
color:#000000;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}
a.addressmls:link, a.addressmls:visited
{
color:#000000;
font-family:"Times New Roman", Times, serif;
}