﻿/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.85em/1.6 Verdana, Arial, Helvetica, sans-serif;
	background:#000 url(../images/body_bg.gif) repeat-x 0 0;
	color:#fff;
}

/* ---- Universal Properties ---- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}

.spacer {margin:0 6px}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1, h2 {
	color:#cf6;
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
	letter-spacing:.03em;
}

h1 {font-size:2.0em; line-height:1.4em}
h2 {font-size:1.6em}
h3 {font-size:1.2em; color:#94bfe1}
h3.subhead {margin-bottom:0; margin-top:24px}

/* ---- container ---- */
#container {
	margin:0 auto;
	width:960px;
}

/* ---- navigation ---- */
#nav {
	width:960px;
	height:24px;
	text-align:right;
	font-weight:bold;
	color:#000;
	font-size:.9em;
	padding-top:12px;
}

#nav .spacer {color:#a7a7a7}
#subnav .spacer {color:#fff}
#nav p {margin-bottom:0}

#subnav {margin:-30px 0 50px 10px}

#content a, #sidebar a {color:#ed1848; text-decoration:underline}
#content a:hover, #sidebar a:hover {text-decoration:none}

#nav a {color:#650000; text-decoration:none}
#subnav a {color:#ed1848; text-decoration:none}
#nav a:hover, #subnav a:hover {text-decoration:underline}
#nav a.selected {color:#a7a7a7}
#subnav a.selected {color:#848484}

#nav a.textsize_medium {color:#a7a7a7}
#nav a.textsize_large {color:#650000}
#nav a.textsize_extralarge {color:#650000}

.email_signup {
	padding:6px 10px;
	margin-left:16px;
	border:1px solid #000;
	background:#650000;
}

.email_signup a {color:#fff !important}

/* ---- flash ---- */
#flash {width:960px; height:148px}

a img {border:0}
.logo_screen {position:relative; left:50px}
.logo_print {display:none}

.header_experience {background:url(../images/header_experience.jpg) no-repeat 440px 77px}
.header_motivation {background:url(../images/header_motivation.jpg) no-repeat 440px 77px}
.header_courage {background:url(../images/header_courage.jpg) no-repeat 440px 77px}
.header_leadership {background:url(../images/header_leadership.jpg) no-repeat 440px 77px}
.header_excellence {background:url(../images/header_excellence.jpg) no-repeat 440px 77px}

/* ---- content ---- */
#content {
	width:441px;
	min-height:320px;
	height:auto !important;
	height:320px;
	margin:40px;
	margin-right:0;
	letter-spacing:.02em;
	display:inline; /* fixes IE6 bug */
	padding-bottom:20px;
	float:left;
}

#content li {margin-bottom:5px}

.plugin_table td {padding:14px 14px; vertical-align:top}
.odd {background-color:#222}
.date {font-style:italic}

/* ---- sidebar ---- */
#sidebar {
	width:429px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:right;
}

.sidebar_item {
	width:429px;
	margin-bottom:20px;
	background:url(../images/sidebaritem_bg.gif) repeat-y 0 0;
}

.sidebar_top {width:429px; height:12px; background:url(../images/sidebaritem_top.gif) no-repeat 0 0}
.sidebar_bottom {width:429px; height:50px; background:url(../images/sidebaritem_bottom.gif) no-repeat 0 0}

.sidebar_content {
	width:310px;
	margin:0 30px;
	min-height:50px;
	height:auto !important;
	height:50px;
	padding:10px 35px 0;
	font-size:.9em;
}

.sidebar_content p {margin-bottom:0; margin-top:16px}
.testimonial {background:url(../images/sidebaritem_quotes.gif) no-repeat 0 6px}
#sidebar .news {background:url(../images/sidebaritem_news.gif) no-repeat 0 6px}
.links {background:url(../images/sidebaritem_links.gif) no-repeat 0 6px}

.sidebar_content ul, .sidebar_content li {margin:0; padding:0}
.sidebar_content li {margin-bottom:10px}
.news li a {color:#fcc167 !important}
.sidebar_pic {margin:50px 10px 10px 19px}

/* ---- footer ---- */
#footer {
	width:960px;
	min-height:40px;
	height:auto !important;
	height:40px;
	clear:both;
	color:#cf6;
	padding-top:16px;
	font-size:.8em;
	line-height:1.8em;
	letter-spacing:.04em;
	font-weight:bold;
	text-align:center;
	background:url(../images/footer_bg.gif) no-repeat 0 0;
}

#footer a {color:#cf6; text-decoration:none}
#footer a:hover {text-decoration:underline}

/* ---- forms ---- */
fieldset {border:0; margin:0; padding:10px; width:90%}
legend {
	margin:0;
	padding:0;
	color:#440000;
	font:bold 1.2em/1.5em verdana,sans-serif
}

html>body legend {margin:0}

fieldset span {color:#FF0000; 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-bottom:1px solid #666;
	border-right: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:#650000;
	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:#f43434;
	color:#fff;
}

input.reset:hover {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input.submit:focus {
	border:1px solid #000;
	background:#650000;
	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 #f00;
	color:#f00;
}

.validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#f00;
	color:#FFF;
	width:352px;
}

.message {visibility:visible; display:none}