/* CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf0306;
	line-height: 1.6em;
}

#mainContainer {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
}

/* HEADER */

#header {
	width: 940px;
	height: 153px;
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/HEADER_BG.gif) no-repeat top left;
}

#header_logo {
	width: 610px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	float: left;
}

#header_text {
	width: 295px;
	padding: 124px 0px 0px 15px;
	margin: 0px;
	float: left;
}

#header_text p { font-weight: bold;	font-size: 11pt; color: #fff; }
#header_text p a:link { color: #fff; text-decoration: none; }
#header_text p a:visited { color: #fff;; text-decoration: none; }
#header_text p a:hover { color: #cf0306; text-decoration: none; }
#header_text p a:active, #header_text p a:focus { color: #fff;; text-decoration: none; }


/* CONTENT */

#contentContainer {
	position: relative;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#textArea {
	float: left;
	position: relative;
	margin: 0px;
	padding: 15px 30px 0px 25px;
	width: 430px;
}

#calloutArea {
	float: left;
	margin: 0px;
	padding: 15px 0px 0px 10px;
	width: 445px;
}

#table { border: 1px solid #000; width: 350px; background-color: #f4e1e1; margin-bottom: 10px;}
#table2 { border: 1px solid #000; width: 350px; background-color: #f4e1e1; margin-bottom: 10px;}

/* FOOTER */

#footer {
	clear: both;
	width: 915px;
	height: 28px;
	padding: 48px 0px 0px 25px;
	margin: 0px;
	background: url(../images/FOOTER_BG.gif) no-repeat top left;
}
#footer p { color: #fff; font-size: 10px;}
#footer p a:link { color: #fff; text-decoration: none; }
#footer p a:visited { color: #fff; text-decoration: none; }
#footer p a:hover { color: #000; text-decoration: none; }
#footer p a:active, #footer p a:focus { color: #fff; text-decoration: none; }

#footer h5 { display: none; }

/*CONTACT FORM STYLES*/

.form_desc {
	float: left;
	width: 80px;
	line-height: 15px;
	padding-bottom: 6px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.form_field {
	padding-bottom: 6px;
	clear: both;
}
.form_content {
	width: 170px;
	border: 1px solid #999;
}
.form_base {
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom:3px;
	font-family: Verdana, Geneva, sans-serif; font-size: 10px; line-height: 1.2em
}

.form_base input {
	margin-top: 4px;
	padding-top: 0px;
}

