﻿body
{
    font-size: 12px;
    font-family: Verdana, Arial, 'Times New Roman' , 'Courier New' , Sans-Serif;
    margin: 0px;
    background-color: #ffffff;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 { font-weight:bold; font-size:12px; }

h1 { font-size:16px; }

h2 { font-size:14px; }

.small { font-size:10px; }

a:link { text-decoration: none; color: #0069D2; }
a:visited { text-decoration: none; color: #0069D2; }
a:hover { text-decoration: underline; color: #1A8CFF; }

.wrap { margin: 10px; clear: both; }

/* Main DIVs */
div#body
{
    overflow:hidden; position:relative; margin:0 auto; width:800px; text-align:left;
}

div#logoHeader {
    background-image: url(images/mh_bg.jpg);
    background-repeat: repeat-x;
}

/* Headers */
div#header{ overflow:hidden; position:relative; margin: 0 auto; width: 800px; height: 100px; background: #018699 url(/images/logo-header.jpg) no-repeat left bottom; }
div#header-wdms{ overflow:hidden; position:relative; margin: 0 auto; width: 800px; height: 100px; background: #018699 url(/images/logo-header-wdms.jpg) no-repeat left bottom; }

div#header h1 a, div#header-wdms h1 a { display: block; width: 450px; height: 100px; float: left; text-indent: -9999px; }

div#nav
{
    background-color: #018699;
    background-image: url(/images/navbg.gif);
    overflow:hidden; margin: 0 auto; position: relative; clear: both; text-align: center;
}

div#nav ul { float: left; list-style-type: none; margin-left: 0px; padding: 0px; width: 800px; background: url(/images/navbg.gif) #018699 repeat-x; }

div#nav ul li
{ 
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px #015f99 solid;
}

div#nav ul li a
{
    font-weight: bold;
    display: block;
    text-decoration: none;
    line-height: 30px;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    background: url(/images/navbg.gif) #018699 repeat-x;
}

div#nav ul li a:hover, div#nav ul li a.current { color: #fff; background: url(/images/navbgr.gif) #018699 repeat-x; }

/* Content */
div#content_wrapper { overflow:hidden; padding: 10px; clear: both; background-color: #eeeef1; }

div#content { margin: 0 0 10px 0; position: relative; width: 780px; float: left; }

div#content_main { margin: 0 10px 10px 0; position: relative; width: 470px; float: left; }

div#sidebar { width: 300px; position: relative; float: right; }

div.tablet { margin: 0 0 10px 0; position: relative; }

div#fpLayout
{
    width:100%;
    float:left;
    margin-bottom: 10px;
    background-color: #eeeef1;
}
/* Main DIVs */

/* FrontPage DIVs*/
div#description
{
    float: left;
    margin: 10px;
}

div.feature
{
    float: left;
    color: #ffffff;
    background-color: #018699;
    margin: 10px;
}

div.feature a:link, visited {
	text-decoration: none;
	color: #ffffff;
}
div.feature a:hover {
	text-decoration: underline;
	color: #ffffff;
}

div.featureHeader
{
    width: 300px; height: 30px;
    text-align:center;
    background: #eeeef1 url(images/featured.gif);
}

div.displayImage
{
    text-align: center;
    margin: 10px;
}

div.featureDescription
{
    position:relative;
    width: 250px;
    clear: both;
    margin: 10px;
}

div#copyright
{
    clear: both; margin-bottom: 5px;
}

image#featureImage
{
    width: auto;
    border-right: #007300 10px solid;
    border-top: #007300 10px solid;
    border-left: #007300 10px solid;
    border-bottom: #007300 10px solid;
}
/* FrontPage DIVs*/

/* Property DIVs*/
div.propertyList
{
    clear:both;
    margin:10px;
    padding:10px;
    border-top:solid 2px #808080;
    border-bottom:solid 2px #808080;
}

div.propertyList ul li { border-bottom:solid 1px #808080; padding-bottom:5px; }
/* Property DIVs*/