body
{
	background: #eee;
	color: #333;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;	
	line-height: 1.5;
}

img
{
	border: 0 none;
}

a
{
	text-decoration: none;
	color: #004990;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {font-size: 260%; color: #999;}
h2 {font-size: 180%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 115%;}
h6 {font-size: 110%;}


#wrapper
{
	width: 940px;
	margin: 0 auto;
	background: #fff;
	padding: 0 0 15px 0;
}

#top
{
	padding: 10px 15px;
	font-size: 85%;
	text-align: right;
}

#top p
{
	margin: 0;
}

#top p.date
{
	float: left;
}

#header
{
	background: url(/media/images/header.jpg);
	height: 412px;
	position: relative;
	margin-bottom: 15px;
}

#menu
{
	background: url(/media/images/menu.png);
	width: 910px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 150%;
	padding: 15px;
}

#menu ul
{
	height: 52px;
	list-style: none;
	padding: 4px 0 0 0;
	margin: 0;
	border: 1px solid #3a4c61;
	border-left: 0 none;
	border-right: 0 none;
	line-height: 1.25;
}

#menu ul li
{
	float: left;
	background: #2f4156;
	margin-right: 2px;
}

#menu a
{
	color: #fff;
	display: block;
	padding: 6px 10px;
	width: 100px;
	text-decoration: none;
}

#menu a:hover
{
	background: #1c2634;
}

#menu ul li a span
{
	font-size: 60%;
	color: #7b859f;
	display: block;
}

#quickenquiry
{
	position: absolute;
	right: 0;
	bottom: 15px;
}

#left
{
	float: left;
	width: 219px;
	margin-right: 36px;
	padding-left: 15px;
	margin-bottom: 25px;
}

#right
{
	float: left;
	width: 655px;
	margin-top: -10px;
	margin-bottom: 25px;
}

#left .box
{
	background: url(/media/images/box-bg.gif) no-repeat;
	height: 65px;
	font-size: 90%;
	padding: 5px 10px;
	color: #6e6d77;
	margin-bottom: 5px;
	line-height: 1.3;
}

#left .box p
{
	margin: 0;
}

#left .box .title
{
	text-transform: uppercase;
	font-size: 110%;
	color: #333;
}

#left .box .title a
{
	color: #333;
}

#footer
{
	clear: both;
	margin: 0 15px;
	padding: 8px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 85%;
	color: #a2a5b6;
}

#footer a
{
	color: #9497a5;
}

#footer #designby
{
	float: right;
	text-decoration: none;
}

#footer a#designby:hover
{
	color: #333;
}

#form
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -120px;
	background: #fff;
	color: #000;
	width: 200px;
	padding: 10px 20px 20px 20px;
}

#form .close
{
	float: right;
	margin-right: -10px;
	display: inline;
}

.error b
{
	display: block;
	color: #b50000;
}

#form .text
{
	width: 190px;
}

