/* @override http://resslermateer.com/creation/css/master.css */

@charset "UTF-8";
/* CSS Document */
a{
	color: #ac171c;
	text-decoration: none;
	font-size: 14px;
}
a:hover{
	text-decoration: underline;
}
body{
	margin: 0;
	padding: 0;
	background: url(../img/body-repeat.jpg) repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#container{
	padding: 0;
	margin: 0 auto;
	width: 822px;
	background: url(../img/background-repeat-y.jpg) repeat-y center;
}
#container2{
	width: 822px;
	margin: 0 auto;	
}
#containerfooter{
	width: 822px;
	height: 66px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 60px;
	background: url(../img/backgroundfooter.gif) no-repeat;
}
#header{
	background-image: url(../img/header.jpg);
	width: 822px;
	height: 106px;
	margin-top: 20px;
}
#logo{
	display: none;
}
#contact{
	display: none;
}
#top{
	width: 822px;
	background: url(../img/topbg.jpg) repeat-y;
	height: 157px;
	overflow: hidden;
}
#navigation{
	background: #a2a5aa;
	width: 165px;
	float: left;
	margin-left: 3px;
	_margin-left: 2px;
	height: 154px;
}
#headerright{
	width: 651px;
	float: left;
	height: 157px;
	margin-left: 3px;
	_float: right;
	_position:relative;
	_top:-155px;
	_left:0px;
	overflow: hidden;
}
#banner{
	background-image: url(../img/banner.jpg);
	width: 644px;
	height: 46px;
	margin: 0 0 0 4px;
}
#buttons{
	position: relative;
	top: -10px;
	left: -10px;
	width: 651px;
	_float:right;
}
.clear{
	clear: both;
}
#main{
	background: url(../img/mainbg.jpg) repeat-y;
	padding: 0 0 40px 0;
	float: left;
	width: 822px;
}
#maintop{
	background-image: url(../img/maintop.jpg);
	height: 30px;
}
#pagetitle{
	border-bottom: 1px solid #284378;
}
#pagetitle h1{
	color: #ac171c;
	font: 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
span.red{
	color: #ac171c;
	font: 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
span.blue{
	color: #284378;
	font: bold 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
span.blue2{
	color: #284378;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#maincontent{
	width: 708px;
	margin: 0 auto;
}
#left{
	margin: 10px 0 0 0;
}
#content{
	width: 100%;
}
#content p{
	color: #284378;
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 5px 0 10px 0;
}
#content h2{
	color: #284378;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#right{
	margin: 10px 0 0 0;
	width: 450px;
	float: right;
}
form{
	width: 98%;
	text-align: center;
}
#contactform{
	padding: 10px;
}
#footer{
	float: left;
	width: 822px;
	clear: both;
	}
#footer p{
	color: #506480;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding: 2px 0 0 0;
}