﻿/* default stylesheet template */
html, body { width: 100%;height: 100%; margin: 0; padding: 0; }
a, b, div, h1, h2, h3, h4, h5, h6, img, p, span, strong, table, td, tr {margin: 0;padding: 0;border: none; }
body { font-family: Arial, Verdana, Tahoma, Sans-Serif; font-size: 12px; color: #000000; background-color: #ffffff; }
a, a:visited { color: #0000ff; text-decoration: underline; }
a:hover { text-decoration: none; }
table, tr, td { vertical-align: top; font-size: 12px; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
/* custom styles below this line */


#frame {
	width: 791px;
	margin: 2px auto 0 auto;
	background-color: #ffffff;
}

#masthead {
	height: 148px;
}

#subbar {
	height: 10px;
	background-color: #d7e4ed;
}

#bluemid {
	height: 466px;
	background-image: url(../images/house.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#insidemid {
	background-image: url(../images/clouds.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.leftbox {
	width: 195px;
	height: 292px;
	background-position: top left;
	background-image: url(../images/leftboxes.jpg);
	background-repeat: no-repeat;
}

.rightbox {
	background-image: url(../images/rightboxtile.gif);
	background-position: top left;
	background-repeat: repeat-y;
	height: 292px;
}

.greenbox {
	background-image: url(../images/greenbox.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 442px;
	height: 190px;
	position: absolute;
	z-index: 10;
	top: -114px;
	_top: -112px;
	right: 0;
	_right: -1px;
	color: #ffffff;
}

.form td {
	font-size: 10px;
	padding: 1px;
	_padding: 0;
}

.form td input, .form td select {
	font-size: 10px;
}

.form .formleft {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 20px;
	font-size: 11px;
	vertical-align: middle;
}