/* CSS Document */

#main {
	width: 975px; position:relative; margin: 0 auto; text-align: left; z-index: 1;
}

#header {
	width: 975px; height: 152px; left: 0px; top: 0px; position:absolute; z-index: 2;
}

#nav {
	width: 130px; height: 233px; left: 0px; top: 152px; position:absolute; z-index: 3;
}

#contactUsHdr {
	width: 521px; height: 35px; left: 143px; top: 152px; position:absolute; z-index: 4;
}

#contactUsMain {
	width: 491px; height: 184px; left: 143px; top: 187px; position:absolute; overflow:hidden; z-index: 5;
	background-image: url(../images/bg_521.gif); background-repeat: repeat-y; padding: 0px 15px; text-align:left;
}

#contactUsFtr {
	width: 521px; height: 14px; left: 143px; top: 371px; position:absolute; z-index: 6;
}

#mailingListHdr {
	width: 302px; height: 35px; left: 674px; top: 152px; position:absolute; z-index: 7;
}

#mailingListMain {
	width: 276px; height: 184px; left: 674px; top: 187px; position:absolute; overflow:hidden; z-index: 8;
	background-image: url(../images/bg_302.gif); background-repeat: repeat-y; padding: 0px 15px; text-align:left;
}

#mailingListFtr {
	width: 302px; height: 14px; left: 674px; top: 371px; position:absolute; z-index: 9;
}

#footer {
	width: 975px; height: 70px; left: 0px; top: 395px; position:absolute; text-align: center; z-index: 10;
}

/* This is the CSS for the mailing list form */

.formBox {
	background-color:#FAFAFA;
	border: 1px solid #a9adb0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 3px 0px 10px 0px;
}

.formButton {
	background-color:#FAFAFA;
	border: 1px solid #a9adb0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: right;
}
