﻿/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.85em/1.4 arial,sans-serif;
	background:#f7d687 url(../images/body_bg.gif) repeat-x 0 0;
	color:#000;
}

/* ---- Universal Properties ---- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}

/* ---- links ---- */
a:link {text-decoration:underline}
a:visited {text-decoration:underline}
a:hover {text-decoration:none}
a:active {text-decoration:none}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {font-size:1.6em; font-family:Georgia, "Times New Roman", Times, serif; color:#ff4d4d}
h2 {font-size:1.3em; font-family:Georgia, "Times New Roman", Times, serif; color:#ff4d4d}
h3 {font-size:1.2em}

/* ---- container ---- */

#container {
	margin:0 auto;
	width:770px;
	background:url(../images/container_bg.gif) repeat-y 0 0;
}

/* ---- top ---- */

#top {
	width:770px;
	height:171px;
	overflow:hidden;
	display:block;
}

.topbg1 {background:url(../images/top_bg.jpg) no-repeat 0 0 !important}
.topbg2 {background:url(../images/top_bg.jpg) no-repeat 0 -171px !important}
.topbg3 {background:url(../images/top_bg.jpg) no-repeat 0 -342px !important}

.weblogo {
	position:relative;
	top:40px;
	left:22px;
}

/* ---- sidebar ---- */

#sidebar {
	width:155px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding-left:6px;
	float:left;
}

.getacro {
	text-align:center;
	padding-top:40px;
}

/* ---- navigation ---- */

ul#menu {list-style:none; margin:0; padding:0; background:url(../images/menu_bg.gif) repeat-y 0 0}
ul#menu li {margin:0 0 -1px; padding:0}
	
ul#menu li a {
	padding:6px 0 6px 10px;
	display:block;
	width:145px;
	text-decoration:none;
	border-top:1px solid #00464d;
	border-bottom:1px solid #00464d;
	font-weight:bold;
	color:#FFF;
}

ul#menu li a:hover,
ul#menu li.selected a {color:#FFF; background:#00464d}

/* ---- text-size ---- */
h3#text-size {
	margin:14px 5px 0 3px;
	display:block;
	background:url(../images/text_size_title.gif) no-repeat 0 0;
	width:57px;
	height:19px;
	float:left;
	text-indent:-9999px
}

html>body h3#text-size {margin-left:12px}

ul#text-size-options {
	list-style:none;
	margin:14px 0 0;
	padding:0}
ul#text-size-options li {
	margin:0 4px 0 0;
	padding:0;
	float:left}
ul#text-size-options a {
	display:block;
	width:18px;
	height:17px;
	border:1px solid #00464d;
	background:#FFF url(../images/text_size.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden}

ul#text-size-options a:hover {border-color:#FFF}
li#text-m a:hover {border-color:#461f02}

li#text-m a {background-position:0 -17px}
li#text-l a {background-position:-18px 0}
li#text-xl a {background-position:-36px 0}

.hide {display:none !important}
.show {display:block}

/* ---- content ---- */

#content {
	width:563px;
	min-height:388px;
	height:auto !important;	
	height:388px;
	float:left;
	padding:6px 20px 30px 20px;
}

.contentbg1 {background:url(../images/content_bg_01.jpg) no-repeat 419px 0}
.contentbg2 {background:url(../images/content_bg_02.jpg) no-repeat 419px 0}
.contentbg3 {background:url(../images/content_bg_03.jpg) no-repeat 419px 0}

#content a {color:#006973}

ul.arrow {list-style-image:url(../images/li_bullet.gif)}

.img_right {float:right; padding:4px 10px}

.question {font-style:italic; font-weight:bold; color:#ff4d4d}

.activity_left {
	width:250px;
	text-align:center;
	float:left;
	margin:10px;
	clear:both;
}

.activity_right {
	width:250px;
	text-align:center;
	float:right;
	margin:10px;
}

.activity_center {
	width:250px;
	text-align:center;
	float:left;
	margin:10px;
	clear:both;
	position:relative;
	left:146px;
}

.activity_left p, .activity_right p {margin-top:6px}

/* ---- footer ---- */

#footer {
	width:770px;
	height:57px;
	font-size:.80em;
	font-weight:bold;
	line-height:1.8em;
	padding-top:8px;
	text-align:center;
	clear:both;
	background:#f7d687 url(../images/footer_bg.gif) no-repeat 0 0;
}

#footer a {color:#000}

/* ---- forms ---- */

form {background:#eee; border:1px solid #00464d; padding:10px; width:520px}
fieldset {display:inline; border:none}
fieldset p {margin-left:0; margin-right:0}
fieldset span {color:#F00; font-weight:bold}
fieldset dl {margin:0; padding:0}
fieldset dt {margin:13px 0 1px; font-weight:normal}

label {cursor:pointer}
input, textarea, select {
	width:293px;
	padding:4px;
	border:1px solid #CCC;
	font:1em verdana,sans-serif;
	border-top-color:#a1a592;
	border-left-color:#a1a592;
	background:#FFF;
	color:#333}
textarea {overflow:auto}

input:hover, textarea:hover, select:hover {
	border:1px solid #602C05;
	background:#FFF}
input:focus, textarea:focus, select:focus {
	border:1px solid #303f00;
	background:#FFF;
	color:#000}
input.radio, input.check {
	width:auto;
	margin:0 5px -3px;
	border:none;
	background:none}

input.submit, input.reset {cursor:pointer; margin:2em 0 0; width:130px}
input.submit {margin-right:51px; background:#00464d; color:#FFF}
input.reset {background:#bdc1b0}

input.submit:hover, input.reset:hover, input.submit:focus, input.reset:focus {border:1px solid #007783; background:#00A8B8; color:#FFF}
input.submit:hover, input.reset:hover {border-top-color:#000; border-left-color:#000}
input.submit:focus {background:#007783}
input.reset:hover {background:#E0E2DA; color:#000}
input.reset:focus {background:#E0E2DA; color:#000}

input#city {width:201px}
input#state {width:30px}
input#zip {width:46px}

input.validation-failed, textarea.validation-failed, select.validation-failed {
	border:1px solid #F00;
	color:#F00}
.validation-advice {
	margin:0 0 5px;
	padding:4px;
	font-size:.9em;
	color:#F00;
	width:307px}
html>body .validation-advice {background:transparent}

.message {
	background:#CFC;
	visibility:visible;
	display:none;
}