/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 165px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

/* CONTENT */

#footer {
	clear: both;
	height: 31px;
	margin: 0;
	overflow: hidden;
}

.hidden  {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 

#footer-text {
	margin: 0;
	padding-top: 6px;
	line-height: 20px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link  {color: #999999; font-size: 11px;}
a.footer-link:hover {text-decoration: underline; color: #999999;}

.footer-left {float: left;}
.footer-right {float: right;}

.form_desc {
	float: left;
	width: 90px;
}
.form_field {
	padding-bottom: 5px;
}

#quote-top {
	background: url(/images/quote-top.gif) top left no-repeat;
	width: 710px;
	height: 14px;
	overflow: hidden;
}
#quote {
	background: url(/images/quote-bg.gif) top left repeat-y;
	padding: 0 30px;
	width: 650px;
	overflow: hidden;
}
#quote-bottom {
	background: url(/images/quote-bottom.gif) top left no-repeat;
	width: 710px;
	padding: 17px 0 0 65px;
	overflow: hidden;
	margin-bottom: 14px;
}