html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #555555;
	background: #ffffff url(/images/bg-sub.gif) 0px 115px repeat-x;
	font-size: .875em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
body.home {
  background-image: url(/images/bg-home.gif);
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
a {
  color: #eb810b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page {
  width: 867px;
  margin-left: 121px;
  padding-top: 60px;
}
#logo {
  display: block;
  height: 27px;
  padding-bottom: 28px;
}
#splash {
  background: url(/images/headers/home.jpg) 0px 0px no-repeat;
  height: 485px;
}
#content {
  width: 100%;
  padding-top: 45px;
  overflow: hidden;
  margin-bottom: 65px;
}
#main {
  width: 624px;
  padding-right: 40px;
  float: left;
  border-right: 1px solid #d6d6d6;
  overflow: hidden;
  clear: both;
  display: inline;
  min-height: 385px;
}
#sidebar {
  float: left;
  padding-left: 20px;
  width: 181px;
  padding-bottom: 2em;
  display: inline;
}
#footer {
  padding-top: 15px;
  font-size: .714em;
  line-height: .714em;
  padding-left: 3px;
  border-top: 1px solid #d6d6d6;
  padding-bottom: 20px;
}

body.home #footer {
  border-top: none;
}
/*main text*/
h1 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: .75em;
  text-transform: uppercase;
  color: #420b00;
}
h2 {
  font-size: 1.25em;
  color: #420b00;
  margin-bottom: .5em;
}
p, ul {
  line-height: 1.5em;
  margin-bottom: 1em;
}
ul {
  list-style-type: disc;
  margin-left: 15px;
  padding-left: 10px;
}
body.home #nav {
  padding-top: 248px;
  padding-left: 27px;
}
small {
  font-size: .857em;
}
#nav {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .857em;
  margin-bottom: 0px;
  list-style-type: none;
  margin-left: 0px;
}
#nav li {
  line-height: 1.5em;
  padding-bottom: 5px;
}
#nav ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
#nav li ul {
  margin-left: 10px;
  list-style-type: none;
    padding-left: 0px;
}
#nav li ul {
  font-size: .917em;
  text-transform: none;
}
#nav li ul li {
  line-height: 1em;
}
#nav a {
  color: #555555;
}
#nav a:hover {
  text-decoration: none;
  color: #eb810b;
}
body.home #nav a {
  color: #420b00;
}
body.home #nav a:hover {
  text-decoration: underline;
}
#nav li.active a {
  color: #eb810b;
}
#nav li.active ul li a {
  color: #555555;
}
ul.menu {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
ul.menu li {
  color: #444444;
  line-height: 1.25em;
  padding-bottom: .5em
}
/*forms*/
fieldset {
  border: 1px dotted #420b00;
  padding: 10px;
  margin-bottom: 1em;
  padding-top: 0px;
}
span.req {
  color: #420b00;
}
div.formRow {
  padding-bottom: 7px;
  width: 100%;
  overflow: hidden;
}
div.formRow label {
  width:85px;
  float: left;
}
div.formRow input.text {
  float: left;
  width: 150px;
  margin-right: 10px;
  border: 1px solid #999999;
}
div.error, input.error {
  border: 1px solid red;
  background-color: #ebdac8;
}
div.formRow label.error {
  width: 250px;
  color: #420b00;
}
div.formRow input.zip {
  width: 12ex;
}
div.formRowRadio {
  width: 460px;
  float: left;
}
div.formRowRadio label, div.formRowRadio label.error {
  display: inline;
  float: none;
}
div.formRowRadio label.error {
  display: block;
  padding-top: 5px;
}

div.formRow textarea {
  height: 7em;
  width: 350px;
  border: 1px solid #999999;
}
div.success {
  border: 1px solid #333333;
  padding: 10px;
  background: #dcdcdc;
  margin-bottom: 10px;
}
div.fail {
  border: 1px solid red;
  background-color: #ebdac8;
  padding: 10px;
  margin-bottom: 10px;
}
form {
  line-height: 1em;
}
legend {
  background: #ffffff;
}
