@charset "ISO-8859-1";
/* CSS Document */

/* ------------- "generic" styles */
*{
	padding:0;
	margin:0;
}
body {
	margin:					0px;
	padding:				0px;
	background-color: 		#B32014;
	font:Arial, Helvetica, sans-serif;
	}
#container {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	position: relative;
	background-color: #ffffff;
	height: 100%;
	overflow:hidden;
}


#header {
	height: 170px;
	width: 958px;
	position: relative;
	background: url(images/header.jpg) no-repeat;

}
#form {
	background: url(images/form_bkgd.gif) no-repeat;
	height: 100px;
	width: 280px;
	left: 500px;
	position: absolute;
	top: 46px;
	visibility: visible;
	text-align: center;
	vertical-align: middle;
	float:right;
}
/* ------------- "navigation" styles */
#navigation {
	height: 27px;
	width: 908px;
	position: relative;
	top: -15px;
	margin-left:30px;
	margin-right:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b32014;
	display: inline-block;
}
#navigation li{
	display: inline;
	list-style-type: none;
	position: relative;
	}


#center_content {
	width: 878px;
	background-image: url(images/center.jpg);
	height: 920px;
	top: 154px;
	float: left;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
#left {
	width: 440px;
	position: relative;
	float: left;
}
#footer {
	height: 42px;
	width: 958px;
	position: absolute;
	background-image: url(images/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	top: 1134px;
	padding-top: 17px;
}
#footer a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #B32014;
	text-decoration: none;
}
#form_container {
	height: 72px;
	width: 232px;
	left: 710px;
	position: absolute;
	top: 40px;
	visibility: visible;
}
#form {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 10px;
	top: 35px;
}

.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B32014;
}
#center_content p {
	padding-top: 10px;
}
