/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
b,u,i,center,
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-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
a:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

body {
  background: #ede7d5 url('/images/tile.png') 0 0 repeat;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

#header_wrapper {
  position: relative;
  background-color: #ede7d5;
  width: 100%;
  height: 145px;
}

#main, #header, #contact_border {
  position: relative;
  margin: 0 auto;
  width: 900px;
  text-align: left;
}

#logo {
  display: block;
  position: absolute;
  top: 7px;
  width: 384px;
  height: 132px;
}

#navigation {
  position: absolute;
  top: 27px;
  right: 50px;
  height: 93px;
  width: 389px;
}

#navigation li {
  float: left;
  margin-right: 2px;
  height: 93px;
  width: 76px;
  background: gray;
}
#navigation li#link_to_who { margin-right: 3px; }
#navigation li#link_to_cost { margin-right: 0; }

#navigation li a {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  height: 93px;
  width: 76px;
  background: transparent url('/images/navigation.png') 0 0 no-repeat;
}

#navigation li#link_to_what a {
  background-color: #2f6586;
  background-position: 0 0;
}
#navigation li#link_to_what a:hover { background-position: 0 -93px; }
#navigation li#link_to_why a {
  background-color: #008d95;
  background-position: -78px 0;
}
#navigation li#link_to_why a:hover { background-position: -78px -93px; }
#navigation li#link_to_who a {
  background-color: #829f3e;
  background-position: -156px 0;
}
#navigation li#link_to_who a:hover { background-position: -156px -93px; }
#navigation li#link_to_how a {
  background-color: #b29f00;
  background-position: -235px 0;
}
#navigation li#link_to_how a:hover { background-position: -235px -93px; }
#navigation li#link_to_cost a {
  background-color: #b46700;
  background-position: -313px 0;
}
#navigation li#link_to_cost a:hover { background-position: -313px -93px; }

#main {
  width: 900px;
  margin: 15px auto;
  color: #fff;
}

#contact_border {
  border-width: 2px;
  border-style: solid;
  border-color: #a6a193;
  padding: 10px;
  width: 876px;
}

#contact {
  background: #ede7d5 url('/images/contact_us.png') 0 0 no-repeat;
  padding: 20px 20px 20px 140px;
  width: 716px;
  overflow: auto;
  color: #3a3a3c;
}

#contact form {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 310px;
}

fieldset {
  padding-top: 20px;
}

legend,
#contact_details h3 {
  font-size: 18px;
  color: #88020f;
  font-weight: bold;
}

#footer,
label,
dt {
  display: block;
  color: #766f5a;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

#footer {
  color: #766f5a;
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

#footer a {
  color: #766f5a;
}

#footer a:hover {
  text-decoration: none;
}

#footer a:focus {
  background: #766f5a;
  color: #fff;
  text-decoration: none;
}

.dataset-short,
.dataset {
  padding-bottom: 5px;
}

.error label {
  color: #f33;
}

.error input,
.error textarea {
  background: #FFB0B6;
}

.dataset {
  clear: left;
}

.dataset-short {
  float: left;
  width: 150px;
  margin-right: 5px;
}

.dataset-short input.text {
  width: 145px;
}

input.text {
  font-size: 14px;
  width: 300px;
}

textarea {
  font-size: 14px;
  width: 303px;
  height: 100px;
}

#contact_details {
  float: left;
  width: 300px;
  margin-left: 60px;
}

#contact_details h3 {
  margin-bottom: 20px;
}

#contact_details dd {
  margin-bottom: 15px;
  font-size: 18px;
  padding-left: 20px;
}

.content_border {
  border-width: 2px;
  border-style: solid;
  border-color: #a6a193;
  padding: 10px;
  width: 876px;
  height: 376px;
}

.content_wrapper {
  position: relative;
  padding: 0 20px 39px 20px;
  width: 836px;
  height: 336px;
}

h1 {
 font-size: 28px;
 line-height: 28px;
 height: 28px;
 padding: 10px 0;
}

.content {
  position: relative;
  padding: 15px 20px 5px 20px;
  width: 796px;
  height: 269px;
  overflow: auto;
}

.content_box {
  margin-bottom: 15px;
}

#what .content_border { border-color: #9da9a5; }
#what .content_wrapper { background-color: #497fa0; }
#what .content { background-color: #2f6586; }
#why .content_border { border-color: #88aea3; }
#why .content_wrapper { background-color: #0fa1a9; }
#why .content { background-color: #008d95; }
#who .content_border { border-color: #b5b98e; }
#who .content_wrapper { background-color: #93ae55; }
#who .content { background-color: #829f3e; }
#how .content_border { border-color: #c7bd8f; }
#how .content_wrapper { background-color: #c1b233; }
#how .content { background-color: #b29f00; }
#cost .content_border { border-color: #c5a97c; }
#cost .content_wrapper { background-color: #bb7921; }
#cost .content { background-color: #b46700; }

.previous_button,
.next_button {
  position: absolute;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  width: 29px;
  height: 29px;
  background: transparent url('/images/page_arrows.png') 0 0 no-repeat;
}

.previous_button:hover,
.next_button:hover,
.previous_button:focus,
.next_button:focus {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.previous_button {
  left: 20px;
  bottom: 5px;
}

.next_button {
  right: 20px;
  bottom: 5px;
}

p,
.content ul,
.content ol {
  margin-bottom: 18px;
}

.bottom {
  margin-bottom: 0;
}

.content ul,
.content ol {
  margin-left: 20px;
}

p.fancy {
  font-size: 24px;
  line-height: 30px;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

abbr {
  border-bottom: 1px dotted white;
}

fieldset .note {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #766f5a;
}

.disclaimer {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

#now-offering
{
	height: 38px;
	margin-bottom: 15px;
}

#now-offering-link
{
	background: #C3472D;
	border: 2px solid #980A01;
	color: white;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 5px;
	text-align: center;
}

#now-offering-link:hover
{
	background: #B03E27;
}

.content a {
  color: #FFF;
}

.content a:hover,
#contact_border a:hover,
.content a:focus,
#contact_border a:focus {
  text-decoration: none;
  background: #3a3a3c;
  color: #fff;
}

#what .content
{
	font-size: 14px;
	line-height: 18px;
}

#what p {
  width: 425px;
}

#what h3 {
 position: absolute;
 text-align: right;
 width: 320px;
 right: 40px;
 top: 60px;
 font-size: 32px;
 line-height: 36px;
}

#what h3 span {
  padding-left: 25px;
  background: transparent url('/images/quote_what_start.png') 0 0 no-repeat;
}

#what h3 span span {
  padding-left: none;
  padding-right: 45px;
  background: transparent url('/images/quote_what_end.png') right bottom no-repeat;
}

#what .previous_button { background-position: 0 0; }
#what .next_button { background-position: -29px 0; }

#why .content
{
	font-size: 14px;
	line-height: 17px;
}

#why li {
  list-style-image: url('/images/li_why.png');
}

#why .previous_button { background-position: 0 -29px; }
#why .next_button { background-position: -29px -29px; }

#who .content
{
	font-size: 14px;
	line-height: 18px;
}

#who .fancy {
  font-size: 24px;
  line-height: 26px;
}

#who .previous_button { background-position: 0 -58px; }
#who .next_button { background-position: -29px -58px; }

#how .content
{
	font-size: 14px;
	line-height: 18px;
}

#how .disclaimer
{
	font-size: 12px;
	line-height: 14px;
}

#how li {
  list-style-image: url('/images/li_how.png');
}

#how li h4 {
  display: inline;
}

#how .previous_button { background-position: 0 -87px; }
#how .next_button { background-position: -29px -87px; }

#cost .content
{
	font-size: 13px;
	line-height: 15px;
}

#cost h3 {
  text-align: center;
  font-size: 36px;
  padding: 18px 0 24px 0;
  font-weight: normal;
}

#cost h3 span {
  padding-left: 30px;
  background: transparent url('/images/quote_cost_start.png') 0 0 no-repeat;
}

#cost h3 span span {
  padding-left: none;
  padding-right: 60px;
  background: transparent url('/images/quote_cost_end.png') right bottom no-repeat;
}

#cost li {
  list-style-image: url('/images/li_cost.png');
}

#cost .cost {
  font-weight: bold;
}

#cost .disclaimer {
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
}



#cost .previous_button { background-position: 0 -116px; }
#cost .next_button { background-position: -29px -116px; }

