/* Primary Stuff */

body {
	background: url(/images/header.gif) top left repeat-x white;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif, sans;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #33598d;
	text-decoration: none;
}

#page {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 16px;
}

/* Header / Footer */

#footer_right {
  float: right;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#header {
	height: 144px;
}

#footer {
        margin-top: 15px;
	clear: both;
	background: #33598d;
	padding: 4px 16px;
	color: white;
}

#header h2 {
	float: right;
	font-size: 16px;
	line-height: 16px;
	margin-top: 32px;
	color: #2f598b;
	/*font-style: oblique;*/
	text-transform: lowercase;
        border: none;
}

#logo {
  font-size: 12px;
}

#logo a {
  display: block;
	width: 243px;
	height: 56px;
	background: url(/images/logo.gif) top left no-repeat;
}

#logo a span {
	display: none;
}

/* Navigation */

#nav ul {
	list-style: none;
	margin-top: 8px;
}

#nav ul a {
	display: block;
	height: 32px;
	width: 148px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 16px; 
	color: #f0f3f7;
	background: #869ebb url(/images/button.gif) top center repeat-x;
	line-height:  1em;
	margin-right: 15px;
}

#nav ul li.here a {
  background: url(/images/223.png) top center repeat-x;
}

#nav ul li {
  display: inline;
}
#nav ul li.selected a {
  color: white;
  background: #2f598b;
}

#nav ul li.contact a {
	background: #869ebb;/*#8b3030;*/
}

#nav ul a:hover {
	color: white;
	background: #ba3840; /*#587cac;*/
}

#nav ul li a span {
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	display: block;
	color: #dae1e9;
}

#nav ul li.selected a span, #nav ul li a:hover span {
	color: #f0f3f7;
}

#nav ul li.last a {
	margin-right: 0px;
}

.columnright {
	width: 180px;
	float: right;
	padding-bottom: 16px;
}

.columnright ul {
	list-style: none;
}
.columnright ul li {
  margin-bottom: 0px;
}

.columnright ul li a {
  display: block;
  padding: 4px 16px;
  background: #33598d;
  margin-bottom: 1px;
  font-weight: bold;
  color: white;
  line-height: 14px;
}

.columnright ul li li a {
	background: #dee4ec;
	color: #33598d;
	font-weight: normal;
	padding: 2px 16px;
}

.columnright ul li a:hover, .columnright ul li a.selected {
	background: #ba3840;
	color: white;
}

.twocolumn {
	width: 375px;
        margin: 15px 15px 15px 0;
	background: #dee4ec;
	float: left;
}

.twocolumn h3 {
  margin: 0px;
}

.clear {
	clear: both;
}

.twocolumn h3 {
	background: #33598d;
	color: white;
	font-size: 14px;
	padding: 16px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

/* Lists */
ul li {
  margin-bottom: 5px;
}
ul.paragraph li {
  margin-left: 15px;
}

p a:hover {
  text-decoration: underline;
}

/* Headers */
div.description h2 {
  margin-top: 0px;
}
h3 {
  margin-top: 10px;
  font-size: 12px;
}
h2 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 0px solid black;
  border-bottom-width: 2px;
}
h1 {
  font-size: 22px;
}

/* Contact information class */
.contact ul {
  list-style: none;
  margin: 5px 0px 20px 0px;
  padding: 10px 0 0 0px;
}
.contact li {
  font-size: 10pt;
  margin-bottom: 8px;
  border: 1px solid white;
  border-width: 0px 0px 0px 0px;
  padding: 0;
}
.contact li label {
  display: inline;
  font-weight: bold;
  float: left;
  width: 180px;
}
.contact li div {
  display: inline;
  margin-left: 0px;
}
.contact {
  color: black;
}
.contact li a {
  color: #33598D;
}

.contact a:hover {
  text-decoration: underline;
}
.contact h2 {
  margin-top: 20px;
}

#content .contact {
  color: black;
}
#content .contact form {
  width: 382px;
}
#content .contact input.text {
  border: 1px solid black;
  width: 200px;
}
#content .contact li a {
  color: #33598D;
}
#content .contact li.submit {
  height: 22px;
}
#content .contact textarea {
  border: 1px solid black;
  width: 200px;
  height: 80px;
}
input.button {
  cursor: pointer;
  padding: 2px 8px;
  font-size: 12px;
  border: 1px solid black;
}
#content .contact input.button {

  background: #33598D;
  color: white;
  float: right;
  margin-right: 0px;
}
#content .contact input.button:hover {
  background: #44699D;
}

/* Top location bar */
div.top_bar {
  padding: 4px 16px 4px 16px;
  margin: 0px 390px 1px 0px;
  background: #33598D;
  color: #F0F3F7;
  border: 15px solid #7B2B2F;
  border-width: 0px 0px 0px 0px;
  line-height: 14px;
}
div.top_bar h4 {
  display: inline;
}
div.top_bar a {
  font-size: 9pt;
  font-style: italic;
  color: #F0F3F7;
}

div.top_bar a:hover {
  text-decoration: underline;
}

/* Main content */
#content {
  padding: 16px;
  color: black;
  margin: 0px 390px 0px 0px;
  min-height: 350px;
}

/* Paragraph */

p {
  margin-top: 10px;
}

/* Side Contact */

#outer_contact {
  width: 180px;
  margin: 0 15px 0 0;
  float: right;
  height: 350px;
}

.contact_form {
  padding: 16px;
  color: black;
  background: #DEE4EC;
}

div.errors {
  color: red;
}

#outer_contact .top_bar {
  height: 14px;
  margin: 0 0 1px 0;
}

#page .contact_form p {
        margin-top: 0px;
        margin-bottom: 10px;
	color: #black;
	font-style: oblique;
}

.contact_form p, form .contact_form  {
  font-size: 12px;
	line-height: 14px;
}

.contact_form h3 {
	font-size: 14px;
	line-height: 16px;
  margin-bottom: 10px;
}

.contact_form label {
	display: block;
}

form .contact_form  input.text, form .contact_form textarea {
	padding: 2px 2%;
	font-size: 12px;
	height: 14px;
	width: 96%;
	margin-bottom: 6px;
	border: 1px solid #4f181b;
}

form .contact_form input.checkbox {
  width: 20px;
}

form .contact_form textarea {
  height: 80px;
}

form .contact_form  {
	padding-top: 10px;
}

.contact_form .button {
  background: #33598D;
  color: white;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 2px 8px;
  float: right;
}
.contact_form .button:hover {
  background: #44699D;
}

#enter_zip {
  margin-top: 30px;
  text-align: center;
}

#enter_zip div {
  width: 180px;
  margin: 5px auto;
}

#enter_zip input.text {
  height: 28px;
  width: 100px;
  border: 1px solid black;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  font-size: 20px;
}

#enter_zip input.button {
  height: 30px;
  padding: 0px 10px;
  margin: 0;
  font-size: 18px;
  float: right;
}

.button {
	background: #284571;
	color: white;
        padding: 2px 8px;
        font-size: 12px;
}
.button:hover {
  background: #33598d;
}


/* Prompt Box */

input.text {
  border: 1px solid black;
}

div.prompt {
  width: 200px;
  height: 120px;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top: 250px;
  margin-left: -100px;
  background: #DEE4EC;
  border: 10px solid #33598d;
  -moz-box-shadow:3px 3px 10px #19202A;
  -webkit-box-shadow:3px 3px 10px #19202A;
  box-shadow:3px 3px 10px #19202A;
}

div.prompt a.closer {
  float: right;
  height: 15px;
  margin-right: 3px;
}

.iprompt {
  margin: 15px;
}

div.prompt p {
  margin-bottom: 5px;
  padding: 0px;
}

div.prompt input.text {
  width: 168px;
  height: 20px;
  margin: 0 0 5px 0;
  padding: 0px;
}

div.prompt input.button {
  height: 22px;
  float: right;
}


.dustspot {
  color: #23497D;
}
.dustspot span {
  color: #BA3840;
}

#form_extras {
  margin-top: 1px;
  padding: 1px 15px;
  background: #DEE4EC;
}
#form_extras h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
#form_extras li {
  list-style: none;
  font-size: 12px;
}

#contact_form input.button {
  padding: 2px 0px;
  width: 80px;
}
