/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.75em/1.8 verdana,arial,sans-serif;
	background:#fff url("../images/body_bg.gif") repeat-x 0 0;
	color:#101010;
}

/* ---- Universal Properties ---- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}

hr {
	margin-top:30px;
	margin-bottom:30px;
	height:1px;
	border:none 0;
	background:#d1cdb2;
	color:#d1cdb2;
}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {
	font-size:2.5em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#741414;
	margin-bottom:37px;
	text-transform:uppercase;
}

h2 {
	font-size:1.2em;
	color:#1f386f;
	margin-bottom:0;
	margin-top:20px;
	text-transform:uppercase;
}

h3 {font-size:1.2em}

/* ---- container ---- */
#container {
	margin:0 auto;
	margin-top:7px;
	width:998px;
	padding-bottom:24px;
	background:#fff url(../images/container_bg.gif) no-repeat bottom;
}

/* ---- header ---- */
#header {
	width:998px;
	height:224px;
	background:url(../images/header_bg.gif) repeat-x 0 0;
}

#logo {
	width:444px;
	height:215px;
	float:left;
	display:inline; /* fixes IE6 bug */
	background:url(../images/logo_bg.gif) no-repeat 59px 66px;
}

#logo a {
	display:block;
	width:344px;
	height:94px;
	position:relative;
	left:49px;
	top:56px;
}

#logo img {display:none} /* print icon */

#mainpic {
	width:554px;
	height:215px;
	float:right;
	background:url(../images/mainpic.jpg) no-repeat 0 0;
}

/* ---- navigation ---- */
#nav {
	width:998px;
	height:29px;
	margin-bottom:50px;
	text-transform:uppercase;
}

#nav ul{padding:6px 0 7px 0; margin:0}
#nav ul li {display:inline; margin:0}

#nav ul li a {
	color:#494949;
	padding:6px 0px 2px;
	margin-left:46px;
	margin-right:20px;
	text-decoration:none;
}

#nav ul li a:hover, #nav ul li.selected a {border-bottom:1px solid #741414; color:#741414}

/* ---- content ---- */
#content, #content_narrow {
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
	padding-right:80px;
	display:inline; /* fixed IE6 bug */
	margin-left:60px;
}

#content {width:550px}
#content_narrow {width:453px}

.main_icons {margin:0 0 20px 10px}
iframe {padding:4px; border:2px solid #d1cdb2}

.headshot {
	padding:4px;
	border:2px solid #d1cdb2;
	float:left;
	margin:4px 16px 4px 0;
}

#content a {text-decoration:underline}
#content a:hover {text-decoration:none}

/* ---- sidebar ---- */
#sidebar, #sidebar_wide {
	min-height:400px;
	height:auto !important;
	height:400px;
	float:right;
}

#sidebar {width:308px}
#sidebar_wide {width:405px}

.sidepic {
	padding:4px;
	border:2px solid #d1cdb2;
	margin-bottom:10px;
}

#sidebar p {margin-right:54px}

/* ---- footer ---- */
#footer {
	margin:0 auto;
	width:998px;
	min-height:50px;
	height:auto !important;
	height:50px;
	padding-top:14px;
	color:#717174;
	font-size:.9em;
	text-align:center;
	background:#fff url(../images/footer_bg.gif) no-repeat 0 0;
}

#footer a {color:#717174; text-decoration:underline}
#footer a:hover {text-decoration:none}
.footer_pad {padding:0 4px}

/* ---- forms ---- */
fieldset {border:2px solid #d1cdb2; margin:0; padding:10px; width:90%}
legend {
	margin:0;
	padding:0;
	color:#400;
	font:bold 1.2em/1.5em verdana,sans-serif
}

html>body legend {margin:0}

fieldset span {color:#f00; font-weight:bold}
fieldsetdl {margin:0; padding:0}
fieldset dt {margin:17px 0 2px; padding:0}
fieldset dd {margin:0; padding:0}

label {font-weight:bold; cursor:pointer}
label.unbold {font:normal .95em verdana,sans-serif; color:#000}
input, textarea {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

textarea {
	overflow:auto;
	margin:0 0 -2px;
}

input:hover, textarea:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

input:focus, textarea:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input.radio, input.check {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.submit {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#fff;
	font-weight:bold;
	background:#26334c;
	display:inline;
}

input.reset {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#000;
	font-weight:bold;
	background:#ddd;
	display:inline;
}

input.submit:hover {
	border:1px solid #000;
	background:#4666ad;
	color:#fff;
}

input.reset:hover {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input.submit:focus {
	border:1px solid #000;
	background:#26334c;
	color:#FFF;
}

input.reset:focus {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input#city {width:230px}
input#state {width:30px}
input#zip {width:46px}

input.validation-failed, textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

.validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#FF0000;
	color:#FFF;
	width:352px;
}

.message {visibility:visible; display:none}