﻿body 
{
    margin: 0px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    
    background: #003366; 
    width: 1300px;
}
h1 { 

	color: #333; 
	font-size: 2em; 
	font-family: inherit; 
	font-weight: bold; 
	margin: 0.67em 0; 

}
.h1 
{
	color: #333; 
	font-size: 2em; 
	font-family: inherit; 
	font-weight: bold; 
	margin: 0.67em 0; 
}

h2 { 
	color: #930; 
	font-size: 1.6em; 
	font-family: inherit;  
	font-weight: bold; 
}
.h2 
{
	color: #930; 
	font-size: 1.6em; 
	font-family: inherit;  
	font-weight: bold; 
}

h3 
{
	font-size: 1.6em;
	color: #999;
}
.h3
{	
	font-size: 1.6em;
	color: #999;
}

h4
{
    font-size: 1.6em;
    color: #999;
    text-decoration: underline;
}

h5 
{
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #c8d8e7;
}

p { 

	color: #333; 
	
	font-family: inherit;  

}


.NewListingPage > h1 
{ 

	color: #333; 
	font-size: 2em; 
	font-family: inherit; 
	font-weight: bold; 
}

.NewListingPage > h2
{ 

	color: #333; 
	font-size: 1.6em; 
	font-weight: bold; 
}

.NewListingPage > p 
{ 
	font-style: normal; 
	width: 600px;
	text-align: justify;
}

.NewListingPage > ul > li
{
	display: block;
	padding-bottom: 10px;
}
.NewListingPage > div > ul > li
{
	display: block;
	padding-bottom: 10px;
}

.NewListingPage > ol > li
{
	display: block;
	padding-bottom: 10px;
}
.NewListingPage > div > ol > li
{
	display: block;
	padding-bottom: 10px;
}


.clear 
{
    clear:both;
}


.Header { 

	background-image: url(Images/img_header_body_5.jpg); 
	background-repeat: no-repeat; 
	height: 190px; 
	width: 960px; 
	float: left;
}

.Menu
{
	float:left;
	padding-bottom: 3px;
	width: 960px;
	background-color: #2362a1;
}

.Content 
{
	float: left;
	/* total width should be 960px */
	width: 945px;
	background-color: White;
	padding-left: 15px;
}

.Footer
{
	float: left;
	width: 960px;
	background-color: White;
    padding-top: 50px; 
    text-align: center;
    font-size: .8em;
    padding-bottom: 10px;
    background-image: url('images/icon_mcp_corporate.gif');
    background-repeat: no-repeat;
    background-position: center top;
}

.MenuButton
{
	display:block;
	font-size:17px;
	float: left; 
    width: 130px; 
    height: 35px; 
    padding: 10px 0px 0px 50px; 
    margin: 2px 0px 5px 10px; 
    font-weight: bold;
    color: white; 
    text-decoration: none; 
    border-right: 1px solid #6ba4dd; 
    background-color: #2362a1; 
    background-repeat: no-repeat; 
    background-position: left;
}

.MenuButton:hover
{
	display:block;
	font-size:17px;
	float: left; 
    width: 130px; 
    height: 35px; 
    padding: 10px 0px 0px 50px; 
    margin: 2px 0px 5px 10px; 
    font-weight: bold; 
    color: white; 
    text-decoration: none; 
    border-right: 1px solid #6ba4dd; 
    background-color: #89C8F3; 
    background-repeat: no-repeat; 
    background-position: left;
}

.GalleryCategoryRoll
{
	display:block;
	border:1px solid black; 
	width:300px; 
	height:150px; 
	padding:10px 10px 10px 10px; 
	float:left;
	text-decoration:none;
}

.GalleryCategoryRoll:hover
{
	display:block;
	border:1px solid black; 
	background-color:#A4CCE8; 
	width:300px; 
	height:150px; 
	padding:10px 10px 10px 10px; 
	float:left;
	text-decoration:none;
}

table.NoBorder
{
	border:none;
}

table.NoBorder  td
{
	border:none;
}

table.NoBorder th
{
	background-color:#45A0E6;
	color:white;
	font-size:1.2em;
}

table.Border
{
	border:1px solid gray;
}



table.Border  td
{
	border:1px solid gray;
}

table.Border th
{
	background-color:#45A0E6;
	border:1px solid gray;
	color:white;
	font-size:1.2em;
}

.PlanBox 
{
    display:block;
    float:left; 
    width:208px; 
    height:208px; 
    background-image:url('Images/PlanBox.gif'); 
    background-repeat:no-repeat; 
    background-position:left;  
    margin-right:10px; 
    text-align:center;
    text-decoration:none;
}

.PlanBox:hover
{
    display:block;
    float:left; 
    width:208px; 
    height:208px; 
    background-image:url('Images/PlanBox_b.gif'); 
    background-repeat:no-repeat; 
    background-position:left;  
    margin-right:10px; 
    text-align:center;
    text-decoration:none;
}

.NavSiteHome
{
    float: left; 
    width: 235px; 
    height: 31px; 
    padding: 15px 0px 0px 50px; 
    margin: 10px 0px 5px 15px; 
    font-weight: bold; 
    color: #ffffff; 
    text-decoration: none; 
    border-right: 1px solid #6ba4dd; 
    background-color: #2362a1; 
    background-image: url('images/icon_home.gif'); 
    background-repeat: no-repeat; 
    background-position: left;
}

.NavSiteHome:hover
{
    float: left; 
    width: 235px; 
    height: 31px; 
    padding: 15px 0px 0px 50px; 
    margin: 10px 0px 2px 15px; 
    font-weight: bold; 
    color: #b9d5f0; 
    text-decoration: none; 
    border-right: 1px solid #6ba4dd; 
    background-color: #276fb7; 
    background-image: url('images/icon_home_b.gif'); 
    background-repeat: no-repeat; 
    background-position: left;
}