/* GENERAL STRUCTURE & STYLES */
body {
	background-color:	#377BA2;
	background-image:	url(../images/contact-us/page-bg.gif);
	background-repeat:	repeat-y;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}
a {
	color:				#FFFFFF;
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}

#header {
	background-color:	#8A589C;
	width:				867px;
	height:				95px;
}

#imagestrip {
	width:				867px;
	height:				158px;
}



/* CONTENT */
#contentArea {
	position:			absolute;
	top:				150px;
	left:				320px;
	width:				547px;
	height:				400px;
	padding:			10px 0 0 0;
	float:				left;
}

#textBox {
	width:				405px;
	background-color:	#ffffff;
	border:				1px solid #ddd88d;
	padding:			8px;
	color:				#9062A0;
}

#footer {
	line-height:		18px;
	color:				#FFFFFF;
	text-decoration:	none;
	float:				left;
	clear:				both;
	width:				547px;
}

.textField {
	border: 1px solid #9062A0;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9062A0;
}

.submitBtn {
	border: 1px solid #DDD88D;
	width: 100px;
	color: #ffffff;
	background:#8A589C;
}



/* MENU */
#menu {
	position:			absolute;
	left:				0;
	top:				335px;
	width:				320px;
	z-index:			50;
}