/****** HTML STYLES ******/
html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
	height: 100%;
	z-index: 0;
}

/****** BODY STYLES ******/
body {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 0;
}
body.pop {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: middle;
	z-index: 0;
	background-color: #FFFFFF;
}

/****** CENTER STYLES ******/
center.main {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: 0px;
  z-index: 0;
  
}

/****** LINK STYLES ******/
a { 
  background-color: transparent;
	text-decoration: none;
	color: #3366CC;
	z-index: 0;
}
a:visited {
  background-color: transparent;
	text-decoration: none;
	color: #3366CC;
	z-index: 0;
}	
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #3366CC;
	z-index: 0;
}

a.green { 
	color: #317F4F;
}
a.green:visited {
	color: #317F4F;
}	
a.green:hover {
	color: #317F4F;
}

/****** TABLE STYLES ******/
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  z-index: 0;
}
table.mainframe {
  border: 0px solid #000000;
  width: 800px;
  height: 656px;
  background-color: #FFFFFF;
}
table.full_frame {
  width: 100%;
}
table.really_full_frame {
  width: 100%;
  height: 100%;
}
table.pop_frame {
  width: 100%;
  height: 100%;
}
table.form {
  width: 400px;
}

/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}
span.highlight {
  color: #000000;
  font-weight: bold;
}
span.blue {
  color: #3398CC;
}
span.red {
  color: #FF0000;
}
span.green {
  color: #669966;
}
span.orange {
  color: #FF9966;
}
span.yellow {
  color: #FEFF99;
}
span.white {
  color: #FFFFFF;
}
span.note {
  font-size: 8pt;
}

/****** FORM ELEMENT STYLES ******/
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
select.custom {
  margin: 0px;
  border: 1px solid #666666;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  background-color: #FFFFFF;
  z-index: 0;
}
textarea.textbox {
  margin: 0px;
  padding: 2px;
  border: 1px solid #666666;
  width: 100%;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text {
  margin: 0px;
  border: 1px solid #666666;
  padding: 2px;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  vertical-align: top;
  text-align: left;
  background-color: #FFFFFF;
  z-index: 0;
  width: 100%;
}
input.radio {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input.submit_button {
  margin: 0px;
  padding: 0px;
}
input.radio {
  margin-top: 2px;
}

/****** IMAGE STYLES ******/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  z-index: 0;
}
img.right {
  border-bottom: 2px solid #FFFFFF;
}
img.grey_border {
  border: 1px solid #DADADA;
}

/****** PARAGRAPH STYLES ******/
p {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
p.footer_nav {
  margin-bottom: 10px;
  font-size: 8pt;
  color: #FFFFFF;
}
p.footer_allcaps {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 8pt;
  color: #FFFFFF;
}
p.footer_credits {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 7pt;
  color: #FFFFFF;
}
p.left_text_header {
  margin-bottom: 15px;
  font-size: 11pt;
  text-align: left;
  color: #837263;
  line-height: 15px;
  font-weight: bold;
}
p.testimonial_name {
  margin-top: 10px;
  font-weight: bold;
  text-align: right;
  color: #924E4E;
  font-size: 9pt;
  line-height: 15px;
}
p.form_results {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
  background-color: #317F4F;
  font-size: 9pt;
}

/****** TABLE CELL STYLES ******/
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
td div {
  display: block;
}
td img {
  display: block;
}
td.wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  height: 100%;
}
td.right_content {
  background-image: url(images/back.rightline.jpg);
  background-repeat: repeat-y;
  background-position: right;
}
td.top_line {
  padding-bottom: 18px;
}
td.menu_item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 50px;
  vertical-align: middle;
  text-align: right;
}
td.menu_item img {
  float: right;
}
td.address_info {
  height: 110px;
  vertical-align: middle;
  text-align: right;
  color: #999999;
  padding-right: 50px;
}
td.page_header {
  padding-left: 45px;
}
td.main_photo {
  padding-top: 26px;
  padding-bottom: 7px;
}
td.main_photo_caption {
  width: 100%;
  color: #666666;
  padding-bottom: 25px;
}
td.thumb_photo1 {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 25px;
}
td.thumb_photo2 {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
}
td.thumb_photo3 {
  padding-left: 7px;
  padding-right: 0px;
  padding-bottom: 25px;
}
td.main_text {
  padding-left: 45px;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 15px;
  color: #666666;
  font-size: 9pt;
}
td.bottom_line {
  background-image: url(images/back.bottomline.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
td.bottom_line img {
  float: right;
}
td.footer_nav {
  padding-top: 10px;
  padding-bottom: 2px;
  color: #317F4F;
  font-weight: bold;
}
td.footer_address {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #666666;
  font-weight: bold;
}
td.footer_credits {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #999999;
}
table.icons {
  width: 100%;
  padding-bottom: 8px;
}
td.icon_text {
  width: 100%;
  text-align: right;
  vertical-align: middle;
  color: #317F4F;
  font-weight: bold;
  padding-right: 5px;
}
td.icon {
  padding-left: 5px;
}
td.rates_header {
  padding-right: 5px;
  padding-bottom: 3px;
  vertical-align: middle;
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}
td.rates {
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  vertical-align: middle;
  color: #666666;
}
td.pop_top {
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 25px;
}
td.pop_title {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
td.pop_text {
  padding-left: 40px;
  padding-right: 40px;
  color: #666666;
  height: 100%;
}
td.pop_close {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
td.form_prompt {
  padding-bottom: 15px;
  padding-right: 10px;
  color: #666666;
  width: 50%;
}
td.form_field {
  padding-bottom: 15px;
  padding-right: 10px;
  width: 50%;
}
/****** DIV CELL STYLES ******/
div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
div {
  display: block;
}
div img {
  display: block;
}
div.formspacer {
  padding-left: 40px;
}

/****** SPECIFIC ID STYLES ******/


