/* CSS Document */
@import url(normalize.css);

html { 
	text-align: center;
}
body {
	position: relative;
	width: 575px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position: top center;
}
#wrapper {
	padding: 20px 30px 20px 30px; 
	height: 410px;
	width: 480px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px 0 4px 0;
	line-height: 16px;
}

h1 {
	position: absolute;
	top: 120px;
	left: 30px;
	text-indent: -9999px;
	width: 121px;
	height: 249px;
	background-image: url(../images/logo_big.gif);
}

h2 {
	text-indent: -9999px;
	width: 345px;
	height: 38px;
	background-image: url(../images/header_contact.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 8px;
}
ol {
	position: relative;
	top: 15px;
	left: 150px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: right;
	width: 320px;
	padding-bottom: 4px;
}
input, textarea {
	margin: 2px;
	width: 230px;
}
a, em { color: #B73245;}
a:hover { text-decoration: underline;}

.short_form input {
	width: 85px;
}
.comments {
	padding-top: 10px;
}
.comments textarea{
	float: right;
}
.footnote {
	clear: both;
	text-align: left;
	margin-left: 86px;
}
ol li {
	clear: both;
}
ul li {
	width: 150px;
	position: relative;
	clear: none;
}
.col_left {
	margin-left: 25px;
}
.col_right {
	float: right;
	margin-top: -21px;
}
.btn_submit input {
	position: relative;
	top: 10px;
	left: 200px;
	width: 120px;
	height: 30px;
	padding-bottom: 8px;
	background: url(../images/btn_submit.gif) no-repeat top left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	border: none;
	cursor: pointer;
	color: white;
}
.bt_submit input:hover {
	background-image: url(../images/btn_submit_over.gif) no-repeat top left;
}
#response {
	position: absolute;
	top: 100px;
	left:180px;
	width: 400px;
	height: 400px;
	background-color: white;
	background-image: url(../images/thankyou.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#response h3 { margin-left: -9999px; }
#response p {
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 250px;
}

legend {
	padding-top: 10px;
}

.radios {
	padding: 2px 0 10px 0;
	text-align: right;
}

.radios li{
	float: right;
	clear: both;
	width: auto;
}
.radios input {
	width: 10px;
	height: 10px;
}
