/* 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: #676767;
}

#mainContainer {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/MAINNAV_BG_REPEAT.gif) repeat-y top left;
}

#mainContainerSub {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/MAIN_SUB_BG.gif) repeat-y top left;
}

/* HEADER */

#header {
	width: 681px;
	height: 240px;
	margin: 0px;
	padding: 0px 0px 0px 259px;
	background: url(../images/HEADER_BG.gif) no-repeat top left;
}

#displayOptions {
	margin: 0px 0px -26px 0px;
	padding: 0px;
}
html>body #displayOptions {
	margin: 0px 0px -26px 0px;
	padding: 0px;
}

#displayOptions h3 {
	text-indent: -9999px;
	margin-bottom: -21px;
}
html>body #displayOptions h3 {
	text-indent: -9999px;
	margin-bottom: -22px;
}

#header p {
	margin: 0px;
	padding: 0px 23px 7px 0px;
	float: right;
}

#header p { color: #fff; font-size: 12px;}
#header p a:link { color: #fff; text-decoration: none; }
#header p a:visited { color: #fff; text-decoration: none; }
#header p a:hover { color: #fff; text-decoration: underline; }
#header p a:active, #header p a:focus { color: #fff; text-decoration: none; }

#header img#photo {
	clear: both;
	margin: -3px 0px 0px 0px;
	padding: 0px;
	height: 211px;
	width: 681px;
	overflow: hidden;
}

/* CONTENT */

#contentContainer {
	position: relative;
	width: 940px;
	margin: -3px 0px 0px 0px;
	padding: 0px;
}
html>body #contentContainer {
	position: relative;
	width: 940px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
}

#mainnav_repeat_bg {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/MAINNAV_BG_REPEAT.gif) repeat-y top left;
}

#textArea {
	float: left;
	position: relative;
	margin: 0px 0px 15px -20px;
	padding: 15px 10px 10px 0px;
	width: 480px;
	min-height: 370px;
	height:auto !important;
  	height: 370px;
}
html>body #textArea {
	float: left;
	position: relative;
	margin: 0px 0px 15px 10px;
	padding: 15px 10px 10px 0px;
	width: 480px;
	min-height: 370px;
	height:auto !important;
  	height: 370px;
}

#textAreaHome {
	float: left;
	position: relative;
	margin: 0px 10px 15px 0px;
	padding: 15px 10px 10px 5px;
	width: 370px;
	min-height: 370px;
	height:auto !important;
  	height: 370px;
}

#callouts {
	float: left;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	width: 265px;
}

#subnav {
	color: #722d2d;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	width: 140px;
	margin: 0px 15px 10px 0px;
	float: left;
}

#subnav li {
	list-style-type: none;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#subnav li { color: #8672aa; line-height: 1.6em; font-size: 13px;}
#subnav li a:link { color: #8672aa; font-weight: bold; text-decoration: none; }
#subnav li a:visited { color: #8672aa; font-weight: bold; text-decoration: none; }
#subnav li a:hover { color: #000; font-weight: bold; text-decoration: none; }
#subnav li a:active, #subnav li p a:focus { color: #8672aa; font-weight: bold; text-decoration: none; }

/* FOOTER */

#footer {
	clear: both;
	width: 928px;
	height: 25px;
	padding: 8px 0px 0px 12px;
	margin: 0px;
	background: url(../images/FOOTER_BG.gif) repeat-x top left;
}

#footer p { color: #fff; font-size: 11px;}
#footer p a:link { color: #fff; text-decoration: underline; }
#footer p a:visited { color: #fff; text-decoration: underline; }
#footer p a:hover { color: #000; text-decoration: underline; }
#footer p a:active, #footer p a:focus { color: #fff; text-decoration: underline; }

/*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: 12px;}
.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;
}
