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

/****** BODY STYLES ******/
body {
	margin: 0px;
	margin-top: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #74ABB0;
	z-index: 0;
}
body.pop {
	margin: 0px;
	margin-top: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #324359;
	z-index: 0;
}

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

/****** LINK STYLES ******/
a { 
  background-color: transparent;
	text-decoration: underline;
	color: #0000EE;
	z-index: 0;
}
a:visited {
  background-color: transparent;
	text-decoration: underline;
	color: #0000EE;
	z-index: 0;
}	
a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #0000EE;
	z-index: 0;
}
a.footer { 
	text-decoration: none;
	color: #364958;
}
a.footer:visited {
	text-decoration: none;
	color: #364958;
}	
a.footer:hover {
	text-decoration: underline;
	color: #364958;
}



/****** TABLE STYLES ******/
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  z-index: 0;
}
table.main_frame {
  width: 950px;
  height: 100%;
}
table.wide_frame {
  width: 100%;
}
table.tall_frame {
  height: 100%;
}
table.full_frame {
  width: 100%;
  height: 100%;
}


/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}
span.link_edit {
  text-decoration: underline;
	color: #0000EE;
}
span.footer_left {
  font-weight: bold;
}
span.white {
  color: #FFFFFF;
}
span.red {
  color: #99253B;
}
span.green {
  color: #4A862C;
}
span.black {
  color: #000000;
}
span.bold {
  font-weight: bold;
}



/****** FORM ELEMENT STYLES ******/
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
select.gallery_drop {
  margin: 0px;
  border: 1px solid #958E88;
  color: #FFFFFF;
  font-weight: normal;
  background-color: #756C67;
  z-index: 0;
}
textarea.textbox {
  margin: 0px;
  padding: 2px;
  border: 1px solid #000000;
  width: 100%;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text {
  border: 1px solid #99253B;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 180px;
}
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;
}




/****** 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: #666666;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}

/****** TABLE CELL STYLES ******/
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  color: #000000;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
td div {
  display: block;
}
td img {
  display: block;
}
td.left_content {
  width: 280px;
  background-image: url(images/back.left_content.gif);
  background-position: top left;
  background-repeat: repeat-y;
  vertical-align: top;
}
td.center_content {
  with: 491px;
  background-image: url(images/back.content_center.gif);
  background-position: top right;
  background-repeat: repeat-y;
  vertical-align: top;
}
td.right_content {
  width: 182px;
  vertical-align: top;
}
td.header_links {
  vertical-align: top;
  text-align: right;
  padding-top: 17px;
  padding-right: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
}
td.header_links a { 
	text-decoration: none;
	color: #FFFFFF;
}
td.header_links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}	
td.header_links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
td.listing_left {
  padding-right: 15px;
  vertical-align: top;
}
td.listing_right {
  width: 100%;
  vertical-align: top;
  text-align: right;
}

/****** 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.wrapper {
  width: 953px;
}
div.pop_wrapper {
  width: 414px;
}
div.content_frame {
  
}
div.menu_frame {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
  width: 100%;
}
div.footer_frame {
  padding-top: 13px;
  padding-left: 17px;
}
div.header {
  background-image: url(images/header.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 317px;
}
div.left_text {
  padding-right: 20px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 16px;
  color: #364958;
  font-family: Arial;
  font-size: 9pt;
}
div.listing {
  background-image: url(images/back.listing.gif);
  background-position: top left;
  background-repeat: repeat-y;
  padding: 23px;
}
div.listing_photo {
  background-image: url(images/back.listingphoto.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 7px;
}
div.listing_header {
  color: #E6ECED;
  font-weight: bold;
  font-size: 14pt;
  font-family: Arial;
  text-align: right;
}
div.listing_subheader {
  color: #E6ECED;
  font-size: 12pt;
  font-family: Arial;
  text-align: right;
}
div.listing_text {
  padding-top: 13px;
  color: #E6ECED;
  font-size: 9pt;
  font-family: Arial;
  text-align: right;
  line-height: 15px;
}
div.center_text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #E6ECED;
  font-weight: normal;
  font-size: 9pt;
}
div.listing_link {
  text-align: right;
  padding-top: 10px;
}
div.listing_link a { 
	text-decoration: underline;
	color: #EEF2F3;
}
div.listing_link a:visited {
	text-decoration: underline;
	color: #EEF2F3;
}	
div.listing_link a:hover {
	text-decoration: none;
	color: #EEF2F3;
}
div.skyscraper_ad {
  padding-left: 10px;
  padding-right: 10px;
}
div.footer_header {
  color: #364958;
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
}
div.footer_text {
  color: #364958;
  font-size: 9pt;
  font-family: Arial;
}
div.pop_header {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
}
div.pop_photo {
  background-image: url(images/back.popphoto.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 9px;
}
div.pop_caption {
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}
div.pop_links {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #E7EDEE;
}
div.pop_links a { 
	text-decoration: underline;
	color: #FFFFFF;
}
div.pop_links a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}	
div.pop_links a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
div.pop_close {
  background-image: url(images/back.popclose.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 146px;
  height: 30px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  padding-top: 8px;
}
div.pop_close a { 
	text-decoration: none;
	color: #364958;
}
div.pop_close a:visited {
	text-decoration: none;
	color: #364958;
}	
div.pop_close a:hover {
	text-decoration: underline;
	color: #364958;
}
