@charset "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	color: #666;
}
.offscreen {
	margin-left: -10000px;
}
.fixFrame {
	clear: both;
}

a {
	color: #706a09;
	text-decoration: underline;
}
a:hover {
	color: #706a09;
	text-decoration: none;
}

p {
	margin-bottom: 14px;
}

ul, ol {
	padding-left: 15px;
}

ul li, ol li {
	list-style: outside disc;
	line-height: 14px;
	margin-bottom: 6px;
}
ol li {
	list-style: outside decimal;
}

.form_item {
	float: left;
	width: 400px;
	margin-right: 8px;
	margin-bottom: 12px;
}
.form_item .field_label {
	font-size: 11px;
	line-height: 13px;
}
.form_item .textfield {
	width: 400px;
	border: 1px solid #999;
	padding: 2px;
	margin: 0px;
}
.form_item.half_size {
	width: 195px;
}
.form_item.half_size .textfield {
	width: 195px;
}
.form_item input[type="textarea"] {
	height: 200px;
}
.form_item input[type="submit"] {
	color: #ffd38c;
	background-color: #b1790b;
	border: 1px solid #000;
	font-weight: bold;
	padding: 4px 12px;
	float: right;
	position: relative;
}


#main_content_container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background: url(../images/top_bg.gif) no-repeat top left transparent;
}
#header {
	padding-top: 203px;
	background: #ff0000;
	background: url(../images/top_bg.gif) no-repeat top left transparent;
}
#logo {
	background: url(../images/logo_bg.png) no-repeat top left;
	width: 349px;
	height: 372px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #706a09;
	z-index: 101;
	font-size: 14px;
	line-height: 18px;
}
#logo img {
	margin-top: 60px; margin-bottom: 6px;
}
#main_nav {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 450px;
	z-index: 99;
	margin-top: -1px;
}
#main_nav a, .fixLink {
	color: #ffd38c;
	text-decoration: none;
	text-align: right;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 14px;
}
#main_nav a {
	margin-top: -1px;
	display: block;
	padding: 6px 0px;
	border-top: 1px solid #706a09;
	border-bottom: 1px solid #706a09;
	margin-top: -1px;
}
.fixLink {
	margin-top: 1px;
	text-decoration: none;
	display: block; position: absolute;
}
#main_nav a:hover, #main_nav a.on, #main_nav a.always_on {
	color: #706a09;
	background-color: #eee;
}
#main_nav a.always_on {
	background-color: #fff;
}
#main_nav a.off, a.fixLink.on, a.fixLink.always_on {
	color: #706a09;
}
#main_nav a.off:hover #main_nav a.off strong:hover {
	color: #fff;
	background-color: #fff;
}
.line_two {
	display: block;
}

#main_nav #who, #linker_who {
	padding-right: 60px;
}
#main_nav #who .line_two, #linker_who .line_two {
	padding-right: 20px;
}
#main_nav #what, #linker_what {
	padding-right: 110px;
}
#main_nav #advantages, #linker_advantages {
	padding-right: 140px;
}
#main_nav #advantages .line_two, #linker_advantages .line_two {
	padding-right: 15px;
}
#main_nav #find, #linker_find {
	padding-right: 178px;
}
#main_nav #resources, #linker_resources  {
	padding-right: 200px;
}
#main_nav #faqs, #linker_faqs {
	padding-right: 230px;
}
#main_nav #resources .line_two, #linker_resources .line_two {
	padding-right: 10px;
}

#main_image {
	position: absolute; top: 0px; left: 433px; z-index: 100;
}
#content {
	margin-left: 450px;
	width: 480px;
	line-height: 18px;
}

#content h2 {
	font-size: 24px;
	line-height: 30px;
	color: #706a09;
	font-weight: normal;
	padding-top: 23px;
}
#content h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
#content h4, #content h5 {
	font-size: 12px;
	line-height: 14px;
	color: #999;
	font-weight: normal;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 15px;
}
#content h5 {
	color: #666;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 6px;
}

.item {
	margin-bottom: 12px;
}

#content h5.question, .answer_close {
	color: #706a09;
	cursor: pointer;
	text-decoration: underline;	
}
.answer {
	margin-bottom: 25px;
	margin-left: 25px;
}

.member {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #999;
}
.member .photo {
	display: block;
	float: left;
	margin-right: 12px;
}
#member_list h3 {
	border-bottom: 1px dashed #999;
	line-height: 18px;
	padding-bottom: 6px;
	margin-top: 25px;
	margin-bottom: 12px;
}
.member .name {
	font-weight: bold;
	font-size: 14px;
}
.member .corp {
	font-style: italic;
}
.member .address, .member .phone, .member .email, .member .url {
	font-size: 11px;
	line-height: 13px;
}
.member a.email, .member a.url {
	display: block;
}

.bio_link {
	font-size: 11px;
	font-weight: normal;
}
#modal_outer {
	position: absolute;
	top:0px;
	left: 0px;
	height: 1000px;
	width: 900px;
	height: 100%;
	height: 1000px;
	width: 100%;
	padding-top: 10px;
	z-index: 1999;
}
#modal_outer #modal_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6000px;
	width: 100%;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 2000;
}
#modal_outer #modal_inner {
	position: fixed;
	width: 600px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2002;
	background-color: white;
	padding: 25px;
}

