@charset "UTF-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2C2C2C;
	background-color: #2C2C2C;
	text-align: center;
}

h2, p {
margin-left:35px;
}
a:link, a:visited {
	color: #435A9B;
	text-decoration: underline;
}
a:hover, active, a:focus {
	color: #9D0B20;
}
#wrapper {
	text-align: left;
	width: 560px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
margin-top:10px;
	background-image: url(../images/layout/contactform_topbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
#header h1 {
	padding-left: 0px;
}
#header span {
	position: absolute;
	left: -3000px;
}
#innerwrapper {
	float: left;
	width: 560px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: center top;
}

#content {
	background-image: url(../images/layout/form_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 560px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}
#content_top {
	background-image: url(../images/layout/form_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 5px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#content_bottom {
	background-image: url(../images/layout/form_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 5px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #2C2C2C;
	background-image: url(../images/layout/contactform_bottombanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 560px;
	margin-top:10px;
}
#footer p {
	text-align: center;
	font-size: 110%;
	font-style: italic;
	color: #CCCCCC;
	padding-top: 190px;
}
#footer span {
	font-weight: bold;
	color: #FFFFFF;
}

.submit {
	cursor:pointer;
	overflow:visible; /* ie6/7 width fix */
	width:auto; /* ie6/7 width fix */
	padding:5px 7px;
	background-color:#6C78B7;
	border:0px solid #6C78B7;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
 }
 
.submit:hover {
 text-decoration:none;
 background-color:#9D0B20;
 
 }
