/* GENERAL STYLES */
body {
	margin: 0;
	padding: 0;
	background-color: #efeff7;
	text-align: center;
	font: 75% verdana, "trebuchet MS", helvetica, sans-serif;
	line-height: 120%;
}

#container {
	padding: 8px;
	margin-top: 12px;
	/* ie6 width */
	width: 770px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* override ie6 width with correct width */
html>body #container {
	width: 754px;
}

#header {
	background-color: #040137;
	/*height: 133px;*/
	height:93px;
}

#header img {
	position: relative;
	top: 25px;
	left: 25px;
}

#header #banner {
	width: 468px;
	height: 60px;
	position: relative;
	top: -25px;
	left: 270px;
}

#header #banner img {
	position: absolute;
	top: 0;
	left: 0;
}

#header #tabs {
	height: 27px;
	position: absolute;
	top: 127px
}

#header #tabs ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style: none;
	height: 26px;
}

#header #tabs li {
	float: left;
	height: 26px;
	margin-right: 3px;
}

#header #tabs a {
	display: block;
	background: #f7f7ff url(../images/tab-left-plus-dot.gif) no-repeat 0 0;
	padding-left: 30px;
	color: #040137;
	text-decoration: none;
	font-weight: normal;
	height: 26px;
	float: left;
}

#header #tabs a span {
	display: block;
	background: url(../images/tab-right.gif) no-repeat 100% 0;
	padding-right: 15px;	
	padding-top: 5px;
}

#breadcrumb {
	margin: 2px 0;
	padding: 0;
}

#breadcrumb p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #7d7c84;
}

#breadcrumb p a {
	color: #7d7c84;
	text-decoration: none;
}

#breadcrumb p a:hover {
	color: #7d7c84;
	text-decoration: underline;
}

#brands {
	border: 1px solid #cccccf;
	margin-bottom: 8px;
	text-align: center;
	padding: 3px 0;
}

#nav {
	float: left;
	/* ie6 width */
	width: 180px;
	border: 1px solid #cccccf;
	padding: 8px 8px 1px;
	background-color: #f7f7ff;
}

/* override ie6 width with correct width */
html>body #nav {
	width: 162px;
}

#nav p {
	color: #7d7c84;
	margin: 0;
	padding: 0 0 .2em 0;
	font-size: 0.8em;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	display: block;
	border-top: none;
	/* ie6 height */
	min-height: 2em;
	padding: 0.3em 0 0.2em 0;
	font-size: 0.9em;
}

#nav li+li {
	border-top: 1px dotted #7b799a;
}

#nav li a {
	color: #000000;
	text-decoration: none;
}

#nav li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* override ie6 height with correct height */
html>body #nav li {
	min-height: 1.6em;
}

#sidetext {
	float: left;
	/* ie6 width */
	width: 300px;
	padding-right: 16px;
}

/* override ie6 width with correct width */
html>body #sidetext {
	width: 284px;
}

#contentcontainer {
	float: right;
	width: 100%;
	padding: 0;
	margin: 0 0 0 -188px;
}
	
#content {
	padding: 0;
	margin: 0 0 0 188px;
}

#formcontentcontainer {
	float: right;
	width: 100%;
	padding: 0;
	margin: 0 0 0 -300px;
}

#formcontent {
	padding: 0;
	margin: 0 0 0 300px;
}

#content img.mortgagebutton {
	float: right;
	padding: 0;
	margin: 0;
	border: none;
	/* fix position in ie6 */
	position: relative;
	left: 3px;
}

/* override with proper layout */
html>body #content img.mortgagebutton {
	position: relative;
	left: 0px;
}

#content #hero {
	margin: 0;
	padding: 0;
	background: url(../images/Hero.gif) no-repeat top left;
	/* ie 6 width & height */
	width: 376px;
	height: 211px;
	float: left;
	border: 1px solid #48560b;
}

/* override ie6 width & height with correct width & height */
html>body #content #hero {
	width: 374px;
	height: 209px;
}

#formheading h1 {
	margin: 0 0 1em 0;
	padding: 10px 0 10px 20px;
	font-size: 1.55em;
	font-weight: bold;
	color: #040137;
	background: url(../images/h1-bg-wide.gif) no-repeat;
	line-height: 1.3em;
	border: 1px solid #48560b;
}

#content h1 {
	margin: 0 0 1em 0;
	padding: 10px 0 10px 20px;
	font-size: 1.55em;
	font-weight: bold;
	color: #040137;
	background: #ABCE49 url(../images/h1-bg.gif) no-repeat;
	/* ie 6 width */
	width: 376px;
	line-height: 1.3em;
	border: 1px solid #48560b;
}

#content #hero h1 {
	background-color: transparent;
}

/* override ie6 width & height with correct width & height */
html>body #content h1 {
	width: 354px;
}

/* ie6 */
#content h1.wide {
	width: 566px;
	background: url(../images/h1-bg-wide.gif) no-repeat;
}

/* override ie6 */
html>body #content h1.wide {
	width: 544px;
	background: url(../images/h1-bg-wide.gif) no-repeat;
}

#content h2 {
	margin: 0 0 0.75em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #040137;
	clear: both;
}

#content p, #sidetext p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.7em;
}

#content #hero h1 {
	margin: 0;

	padding: 0;
	font-size: 1.55em;
	font-weight: bold;
	position: relative;
	top: 25px;
	left: 20px;
	color: #040137;
	line-height: 1.3em;
	border: none;
	background-image: none;
	width: auto;
}

#content #hero #box {
	padding: 3px 3px 3px 5px;
	/* ie6 width */
	width: 177px;
	background: #ffffff url(../images/Home-Arrow.gif) no-repeat 160px 6px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	position: relative;
	top: 95px;
	left: 20px;
}

html>body #content #hero #box {
	/* override ie6 width with proper width */
	width: 170px;
	top: 120px;
	position: relative;
	top: 95px;
	left: 20px;
}

#content #hero #box p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #222905;
}

#content #hero #box p a {
	color: #222905;
	text-decoration: none;
}

#content #hero #box p a:hover {
	color: #222905;
	text-decoration: underline;
}

#content #textarea {
	margin: 0;
	padding: 0;
	width: 374px;
}

#content #textarea p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.7em;
}

#content ul, #sidetext ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.9em;
	list-style: none;
}

#content li, #sidetext li {
	background: url(../images/Bullet-Arrow.gif) no-repeat 0 6px;
	padding-left: 15px;
	line-height: 1.7em;
}

#content a {
	color: #0000ee;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #0000ee;
	text-decoration: underline;
}

#content #tablearea {
	width: 565px;
	margin: 0;
	padding: 0;
}

#content #tablearea form {
	width: 565px;
	margin: 0;
	padding: 0;
}

#content #tablearea table {
	margin: 0;
	padding: 0;
	border-top: 6px solid #d9ec7d;
	border-bottom: 1px solid #d9ec7d;
	font-size: 0.75em;
}

#content #tablearea table tr {
	margin: 0;
	padding: 0;
}

#content #tablearea table tr td {
	background-color: #f7f7ff;
	padding: 2px 3px 2px 3px;
	text-align: center;
	vertical-align: middle;
}

#content #tablearea table tr.TH td {
	margin: 0;
	padding: 3px;
	/* ie6 height */
	height: 45px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: top;
	text-align: center;
	background: #040137 url(../images/table-th-bg.gif) repeat-x;
}

/* ie7 height */
*+html #content #tablearea table tr.TH td {
	height: 42px;
}

/* override ie6 & ie7 height */
html>/**/body #content #tablearea table tr.TH td {
	height: 48px;
}

#content #tablearea table tr.TH td a {
	color: #ffffff;
	text-decoration: none;
}

#formcontent #quotearea {
	width: 453px;
	margin: 0;
	padding: 0;
}

#formcontent #quotearea table#quoteform {
	margin: 0;
	padding: 0;
	border-top: 6px solid #d9ec7d;
	border-bottom: 1px solid #d9ec7d;
	font-size: 0.9em;
}

#formcontent #quotearea table#quoteform tr {
	margin: 0;
	padding: 0;
}

#formcontent #quotearea table#quoteform tr td {
	background-color: #f7f7ff;
	padding: 1px 5px 1px 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #cccccf;
}

#formcontent #quotearea table#quoteform tr.last td {
	background-color: #f7f7ff;
	padding: 3px 5px 3px 5px;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
}

#loading {
	position: absolute;
	z-index: 100;
}

#loading img {
	margin-top: 67px;
	position: relative;
	left: 400px;
}

#formcontent #quotearea table#quoteform tr td input {
	font-size: 1.1em;
}

#formcontent #quotearea table#quoteform tr.last td input {
	font-size: 1.3em;
}

#formcontent #quotearea table#quoteform tr td table tr td {
	font-size: 0.7em;
	padding: 0;
	border: none;
}

/* override ie6 fontsize */
html>body #formcontent #quotearea table#quoteform tr td table tr td {
	font-size: 1em;
}

#formcontent #quotearea table#quoteform tr th {
	margin: 0;
	padding: 3px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	background: #040137 url(../images/table-th-bg.gif) repeat-x;
	height: 38px;
	font-size: 1.3em;
}

/* ie7 height */
*+html #formcontent #quotearea table#quoteform tr th {
	height: 35px;
}

/* override ie6 & ie7 height */
html>/**/body #formcontent #quotearea table#quoteform tr th {
	height: 41px;
}

#formcontent #quotearea table#quoteform select#lstProperties {
	font-size: 0.8em;
}

.inred {
	color: red;
}

#content h2 {
	margin-top: 1em;
}

#content #tablearea p {
	font-size: 0.8em;
	font-weight: bold;
	color: #7d7c84;
	text-align: right;
	margin: 0.8em 0 0.8em 0;
	padding: 0;
}

#content .brandarea {
	border: 1px solid #cccccf;
	padding: 8px 8px 1px;
	margin: 0 0 8px 0;
	background-color: #f7f7ff;
}

#content .brandarea h3 {
	margin: 0 0 0.75em 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #040137;
}

#content .brandarea ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

#content .brandarea ul li {
	float: left;
	width: 177px;
	padding: 0;
	margin-right: 3px;
	background-image: none;
	/*height: 1.5em;*/
	font-size: 0.9em;
}

#content .brandarea ul li a {
	font-weight: normal;
}

.clear {
	clear: both;
}

#panels {
	margin: 8px 0;
}

#panels .box1 {
	width: 180px;
	float: left;
	margin-right: 8px;
	border: 1px solid #cccccf;
	background: #d9d9e8 url(../images/Home-Arrow2.gif) no-repeat 8px 38px;
}

/* override ie6 width */
html>body #panels .box1 {
	width: 178px;
}

.boxtop {
	background: #a7a7c7 url(../images/Home-Dot.gif) no-repeat 160px 7px;
	padding: 7px 3px 7px 5px;
}

.boxtop h2 {
	margin: 0;
	padding: 0;
	color: #040137;
	font-size: 0.8em;
	font-weight: bold;
}

#panels .box2 {
	/* ie6 width */
	width: 184px;
	float: left;
	margin-right: 8px;
	border: 1px solid #cccccf;
	background: #d9d9e8 url(../images/Home-Arrow2.gif) no-repeat 8px 38px;
}

/* override ie6 width */
html>body #panels .box2 {
	width: 182px;
}

#panels .box3 {
	/* ie6 width */
	width: 182px;
	float: left;
	border: 1px solid #cccccf;
	background: #d9d9e8 url(../images/Home-Arrow2.gif) no-repeat 8px 38px;
}

/* override ie6 width */
html>body #panels .box3 {
	width: 180px;
}

#panels p {
	margin: 5px 0;
	padding: 0 3px 0 25px;
	font-size: 0.9em;
}

#panels p a {
	color: #000000;
	text-decoration: none;
}

#panels p a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer {
	clear: both;
}

#footer p {
	font-size: 0.8em;
	color: #7d7c84;
	text-align: right;
	margin: 0 0 0.8em 0;
	padding: 0;
}

#footer p.disclaimer {
	font-size: 0.75em;
	margin: 0;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #cccccf;
}

#footer a {
	color: #7d7c84;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	font-size: 0.75em;
	margin: 0;
	list-style: none;
	float: right;
}

#footer li {
	float: right;
	margin-left: 20px;
}

#footer li a {
	font-weight: normal;
}

/* EDITOR PROPERTIES */
