@charset "utf-8";
/* CSS Document */

body {
	background-color:#696969;	
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	top:0px;
	display:block;
}

#redstrip {
width: 100%;
background-position: center;
background-image: url(../images/red.jpg);
height: 289px;
}
#redstripsub {
width: 100%;
background-position: center bottom;
background-image: url(../images/red.jpg);
height: 139px;
}


img, div {
	behavior: url(/iepngfix.htc);
}

.clear {
	clear: both;
	padding:0px;
	margin:0px;
}

.mainContainer {
	width:1000px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

.interiorContent{
	margin:auto;
	width:576px;
	background:url(../images/contact-bg.png) no-repeat;
	padding-top:8px;
}

.imgFader {
	position:relative;
}


#header {
width: 100%;
height: 109px;
margin-left: auto;
margin-right: auto;
background-image: url(../images/headerbg.jpg);
background-repeat: repeat-x;
}

#header-interior {
width: 1000px;
height: 109px;
margin-left: auto;
margin-right: auto;
background-image: url(../images/headerinteriorbg.jpg);
background-position: center top;
background-repeat: no-repeat;
}

#logo {
width: 269px;
height: 92px;
float: left;
display: inline;
}

#form1 .textField{
	border:1px solid #b7b7b7;
	background:#525252;
	color:#FFFFFF;
}

.sendPF{
	min-height: 370px;
	padding-top: 50px;
}
















