﻿/* Print Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:11pt/1.4 Arial, Helvetica, sans-serif;
	background:#FFF;
	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:15pt; font-family:Georgia, "Times New Roman", Times, serif; color:#ff4d4d}
h2 {font-size:12pt; font-family:Georgia, "Times New Roman", Times, serif; color:#ff4d4d}
h3 {font-size:11pt}

/* ---- container ---- */

#container {
	margin:0;
	width:6.25in;
	background:none;
}

/* ---- top ---- */

#top {
	width:6.25in;
	height:150px;
	background:none;
}

.weblogo {
	position:absolute;
	top:0;
	left:2.5in;
}

/* ---- sidebar ---- */

#sidebar {display:none}

/* ---- content ---- */

#content {
	width:6.25in;
	height:auto;
	float:none;
	padding:6px 20px 30px 20px;
	background:none;
}

#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}

/* ---- footer ---- */

#footer {
	width:6.25in;
	height:auto;
	font-size:7pt;
	font-weight:bold;
	line-height:1.8em;
	padding-top:8px;
	text-align:center;
	clear:none;
	background:none;
}

#footer a {color:#000}

/* ---- forms ---- */

form {background:#eee; border:1px solid #00464d}
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;
	background:#ECF1DC;
	font-size:.9em;
	color:#F00;
	width:307px}
html>body .validation-advice {background:transparent}*/