﻿body 
{
	font-size: 12px;
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/body.gif);
	margin: auto;
	text-align: center;
}

a
{
	color: #FFFFFF;	
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

p
{
	margin-bottom: 10px;
}

#main
{
	margin:auto;
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;	
	border: solid 2px #999999;
}

#banner-top
{
	height: 30px;
	background-color: #01543A;
}

#header
{
	height: 105px;
	padding: 10px;
}

#header .logo
{
	float: left;          	
}

#header .contact-info
{
	float: right;	
	text-align: right;   	
}

#header .contact-info h1
{
	font-size: 18px;
	font-weight: bold;  	
}

#header .contact-info a
{ 	
	color: #000000;
}

#main-menu
{
	height: 30px;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../Images/main-menu.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#main-menu .menu-item-seperator
{
	width: 2px;
	height: 30px;
	background-image: url(../Images/main-menu-seperator.gif);
	background-repeat: no-repeat;
	margin-right: -5px;
}

#main-menu .menu-item
{
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:5px;
	padding-bottom:7px;
	display: inline;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#banner-bottom
{
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#banner-bottom h1
{
	font-size: 32px;
	float: right; 
	margin-right: 40px;
}

#banner-bottom h2
{
	font-size: 20px; 
	margin-left: 40px;
}

#banner-bottom span
{
	color: #C28831; 
}

#content
{
	width: 740px;
	height: 1437px;
	padding: 0 10px 10px 10px;	
}

#content .green-title
{
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #01543A;
	color: #01543A;
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 5px;
}

#content .green-title a
{
	color: #01543A;
	font-size: 10px;
	margin-left: 10px;
}

#content .rates
{
	width: 260px;
	height: 283px;
	float: right;
	text-align: right;
	margin-top: 30px;
}

#content .rates .title
{
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #C28831;
	color: #C28831;
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
}

#content .rates .title a
{
	font-size: 10px;
	margin-right: 10px;
	color: #C28831;
	text-decoration: none;
}

#content .rates .title a:hover
{
	text-decoration: underline;
}

#content .rates .rate
{
	font-size: 18px;
	color: #999999;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#features
{
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#features h2
{
	font-size: 28px; 
	margin-left: 60px;
	color: #C28831;
}

#features ul
{
	font-size: 16px;
	float: right; 
	margin-right: 60px;
	text-align: right;
}

#features li
{
	margin-top: 5px;
}

#features a
{
	color: #C28831;
	font-weight: bold;
}


#footer
{
	width: 760px;
	height: 70px;
	background-color: #01543A;
	font-size: 10px;
}

#footer .copyright
{
	float: left;
	color: #FFFFFF;
	margin: 10px;	
}

#footer .equal-housing
{
	height: 50px;
	width: 53px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url(../Images/equal-housing.gif);
	background-repeat: no-repeat;
}

