﻿/* CSS Print Document */

#nav, #flash {display:none}
.logo_screen {display:none}
.logo_print {display:block; margin-bottom:50px}


/* ---- 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}

/* ---- 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}
.news {background:url(../images/sidebaritem_news.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}
