@charset "UTF-8";
/* CSS Document */

#navigation {
	background: #1d2a35 url(../images/navStripInterior.jpg) 100% 0 no-repeat;
	}
	
body {
	background: #1e2b3a url(../images/backgroundRep2.jpg) 50% 233px repeat-y;
}
	
#container {
	background: url(../images/backgroundGrad.jpg) 50% 233px no-repeat;
}

#interiorCopy {
	width: 420px;
	margin-left: 50px;
	line-height: 22px;
	text-align: justify;
	}
	
#interiorAddress {
	width: 220px;
	margin-right: 50px !important;
	margin-right: 25px;
	}

.footerText {
	margin-right: 50px;
	}
	
h1 {
	margin-left: 50px;
	width: 420px;
	text-align: center;
	}
h2, h3, h4 {
	width: 420px;
	text-align: center;
	}
	
.headerRep {
	height:25px;
	margin-bottom: 0;
	}
.headerRep span {
	display: none;
	}	
	
.req {
	color: #cccc66;
	font-weight: bold;
	}
	
.fieldBox {
	background: #E0E5E9;
	width: 200px;
	border: 0;
	}
	
label {
	display: block;
	float: left;
	width: 100px;
	}