/* elemental styles */
body {
  margin: 0;
  padding: 0;
  
  background-color: black;
  color: white;
  
  font-family: 'trebuchet ms', helvetica, sans-serif;
  font-weight: normal;
  
  font-size: 100%;
  line-height: 118%;
}

div, form, h1, h2, h3, h4, h5, p, blockquote, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

p, dl, .like_p {
  padding: 0 20px 1.2em 20px;
}

h1, h2, h3, h4, h5 {
  padding: 0.7em 20px 0.1em 20px;
}

h2 {
  color: #5a3d1c;
  font-size: 1.2em;
}
#page_home h2 {
  color: black;
}

h3 {
  font-size: 1.0em;
}

h4 {
  font-size: 0.9em;
}

p, li, th, td, pre {
  font-size: 0.8em;
  padding: 0 20px 0.8em 20px;
}

li p, th p {
  font-size: 1em;
}

blockquote {
  margin: 20px;
  padding: 10px 10px 0 10px;
  font-size: 1.4em;
  line-height: 1.0em;
  background-image: url(/images/foot-bevel.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #666e43;
  color: white;
}

ol, ul {
  margin-left: 16px;
  padding: 0.5em 20px 0.5em 20px;
}

li {
  margin: 0;
  padding: 0 0 0.5em 0;
}

img {
  border: none;
}

strong {
  font-weight: bold;
  font-style: normal;
}

em {
  font-weight: bold;
  color: #5a3d1c;
  font-style: normal;
}

label {
  font-weight: bold;
  color: #333;
  font-style: normal;
  font-size: 0.8em;
}

input.required {
  background-color: #ffc299;
}

address {
  font-size: 0.8em;
  padding: 10px; margin: 0 20px 1.2em 20px;
  background-color: #ccc;
  font-weight: bold;
  font-style: normal;
}

cite {
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
}

table {
  width: 92%;
  padding: 0;
  margin: 0 20px 1.2em 20px;
  background-color: transparent;
  border-collapse: collapse;
}

/* fix table cell image alignment in Strict Mode */
td img { 
  display: block; 
  margin: 0; 
  padding: 0; 
}

th {
  font-weight: bold;
  font-style: normal;
  text-align: left;
  vertical-align: bottom;
  padding: 2px 8px 2px 8px;
}

td {
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 2px 8px 2px 8px;
  border: none;
  border-top: 1px solid #ccc;
}

table.three_column td {
  width: 130px;
}

th.numeric {
  text-align: right;
}
td.numeric {
  text-align: right;
  font-family: monospace;
}

th.wide, td.wide {
}

.special td {
  background-color: #fc9;
}

.alt td {
  background-color: #fec;
}

dl {
  padding-bottom: 0.7em;
}

dt {
  font-size: 0.9em;
  font-weight: bold;
  color: #5a3d1c;
}

dd {
  font-size: 0.8em;
  padding-bottom: 0.5em;
  padding-left: 24px;
}

dd p {
}

dd.price {
  font-weight: bold;
  font-size: small;
  text-align: right;
  margin-bottom: 0;
}

.specifier {
  font-size: x-small;
  font-weight: normal;
}

dd dt {
  color: black;
  font-size: x-small;
}

dl dl {
  padding: 0 !important;
  margin: 0 !important;
}

dl li {
  margin-left: 15px;
  padding-bottom: 0;
  list-style: circle;
}



pre {
  font-family: 'bitstream vera sans mono', 'andale mono', 'Terminal', monospace;
  padding: 0.6em 20px 0.6em 20px;
  margin: -0.6em 0 0.6em 0;
  overflow: auto;
  background: black;
  color: white;
}

code {
  font-family: 'bitstream vera sans mono', 'andale mono', monospace;
  color: #666e43;
}

pre code {
  color: #c0cc8d;
}



/* class behaviors */

/* the inner SPAN of image-replaced elements get this class */
.inviz {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.access_prompt {
  position: absolute;
  left: -1000em;
  width: 20em;
}

/* to force parent containment of floated children, a last-sibling BR gets this class */
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* used to float content */
.content_left {
  float: left;
  padding: 0 5px 5px 0;
}
.content_right {
  float: right;
  padding: 0 0 5px 5px;
}

.details, .detail {
  font-size: 0.7em;
}

.details dt {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.details dd {
  font-size: 1em;
  padding-bottom: 0.5em;
  padding-left: 20px;
}

.legalese {
  color: #ffc299;
  font-size: 0.7em;
  padding-top: 50px;
}

.meta {
  font-weight: bold;
  color: #999;
  font-style: normal;
  font-size: 0.8em;
}

.take_notice {
  border: 1px solid white;
  background-color: #5a3d1c;
  color: white;
}

.take_notice h2,
.take_notice h3,
.take_notice h4 {
  color: #ffc025;
}

.take_notice :link,
.take_notice :visited {
  color: #aab8e7;
}

.fat_text {
  font-size: 1.0em;
  font-weight: bold;
  color: #f60;
  font-style: normal;
}

.feature {
  border: 3px solid #999;
}

.framed_image {
  border: 8px solid #555;
}

.photo {
  border: solid 1px #666;
  margin: 0 0 5px 14px;
}

.photo_content_left {
  float: left;
  margin: 0 14px 5px 0;
  border: 8px solid #555;
}

.photo_content_right {
  float: right;
  margin: 0 0 5px 14px;
  border: 8px solid #555;
}

.image_stream {
  padding: 0 0 0 20px;
}

.image_stream a {
  display: block;
  float: left;
  height: 80px; width: 80px;
  margin: 0 10px 10px 0;
}

a.linked_image {
  display: block;
  /* set height and width per image */
}

.image_stream :link,
.image_stream :visited,
.linked_image:link,
.linked_image:visited {
  border: 8px solid #555;
}

.image_stream :link:hover,
.image_stream :visited:hover,
.linked_image:link:hover,
.linked_image:visited:hover {
  border: 8px solid #0cf;
}

.column1of1, .column1of2, .column2of2, .column1of3, .column2of3, .column3of3 {
  margin-bottom: 14px;
}

.column1of1 {
  width: 99%;
}

.column1of2, .column2of2 {
  width: 49%;
  float: left;
}

.column1of3, .column2of3, .column3of3 {
  width: 33%;
  float: left;
}

.double_column1of3, .double_column2of3 {
  width: 66%;
  float: left;
}

.column1of2, .column1of3, .column2of3, .double_column1of3 {
}

.undecorated {
  border: none;
}

.tight {
  padding-top: 0.1em;
}

.scroller_block {
  height: 300px;
  overflow: auto;
}

.side_stacker_block {
  float: left;
  width: 300px;
}



/* general link styles */
:link:focus, 
:visited:focus { 
  font-weight: bold; 
}
:link { 
  color: #001f63;
  font-weight: bold; 
  text-decoration: underline;
}
:visited { 
  color: #001f63;
  font-weight: bold; 
  text-decoration: none; 
}
:link:hover, 
:visited:hover { 
  color: #ffc025;
  background-color: black;
  text-decoration: none; 
}
:link:active, 
:visited:active { 
  text-decoration: none; 
}

.light_hover:link:hover, 
.light_hover:visited:hover { 
  background-color: #ccc;
  color: #000;
  text-decoration: none; 
}




/* block layout */

#site_identity {
  display: block;
  position: absolute;
  height: 40px; width: 340px;
  top: 0; left: 144px;
  z-index: 50;
  margin: 0; padding: 0;
  background-image: url(images/identity_sprites.jpg);
  background-position: -4px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  overflow: hidden;
}
#site_identity a {
  display: block;
  height: 40px; width: 344px;
}
#site_identity a:hover {
  background-image: url(images/identity_sprites.jpg);
  background-position: -4px -40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#logo {
  position: absolute;
  top: 0; left: 29px;
  height: 115px; width: 115px;
  z-index: 40;
  background-image: url(images/logo_recess_top_left.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  overflow: hidden;
}

#breadcrumbs {
  position: absolute;
  top: 37px; left: 150px;
  color: #957350;
}

#breadcrumbs strong {
  color: #5a3d1c;
}

#navi {
  width: 160px;
  display: block;
  position: absolute;
  top: 0; right: 0;
}

#wrapper {
  position: relative;
  background-color: #5a3d1d;
  color: white;
  background-image: url(images/brown_gradient_vert_strip.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

#content {
}

#content_body {
  margin: 0 160px 0 100px;
  background-color: #f2f0ee;
  color: black;
  border-right: 1px solid white;
  
  background-image: url(images/brown_recess_left_horiz_strip.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  background-attachment: scroll;
}
#page_home #content_body {
  margin-right: 0;
  width: 400px;
}

#content_support {
  width: 100%; /* WinIE percentage-width child float fix */
  background-image: url(images/brown_recess_top_vert_strip.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

#content_space {
  padding: 52px 0 15px 29px;
}
#page_home #content_space {
  padding: 38px 0 0 29px;
}

#content_butt {
  position: relative;
  padding: 8px 0 200px 0;
  background-image: url(images/blue_gradient_vert_strip.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: black;
  color: white;
  height: 1%;
}
html>body #content_butt {
  height: auto;
}

#content_butt :link {
  color: #f90;
  color: #004d60;
}

#content_butt :visited {
  color: #f90;
  color: #002630;
}

#content_butt :link:hover,
#content_butt :visited:hover {
  color: black;
}

#sidebar {
  width: 160px;
  position: absolute;
  top: 0px; right: 0px;
  background-color: transparent;
  color: white;
}
#page_home #sidebar {
  width: auto;
  position: absolute;
  top: 0px; left: 501px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #page_home #sidebar  {
 width: 100%;
}

#main_navi p {
  padding: 0.2em 5px 0.2em 10px;
}

#main_navi dl {
  padding: 105px 0 0 0;
  background-image: url(images/castle_in_the_sky_left.gif);
  background-position: -1px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#page_home #main_navi dl {
  padding: 185px 0 0 0;
  background-image: url(images/home_page_banner.jpg);
  background-position: -1px 0px;
}

#main_navi dt {
  border-bottom: 1px solid white;
  margin: 0;
}
#page_home #main_navi dt {
  width: 275px;
  border-right: 1px solid white;
}

#main_navi dt a {
  display: block;
  padding: 0.3em 5px 0.3em 10px;
  
  background-image: url(images/tan_riser_top_vert_strip.gif);
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #e4bf9c;
  
  text-decoration: none;
}

#main_navi dt :link:hover,
#main_navi dt :visited:hover {
  background-image: none;
  background-color: black;
  color: #ffc025;
}


#change_lang {
  margin-top: 10px;
  margin-bottom: 20px;
}

.intro {
  font-size: 0.9em;
  font-weight: bold;
  color: #5a3d1c;
  padding-right: 40px;
}

#page_home #content_body li {
  font-size: 0.9em;
}

#tagline {
  padding: 10px 0 15px 150px;
  font-size: 0.9em;
  font-weight: bold;
}

.bright {
  margin-right: 15px;
  margin-bottom: 15px;
  border-top: 8px solid #ffc025;
  background-color: white;
}

.box_feature_1 {
  width: 48%;
  margin-left: 1%;
  margin-bottom: 10px;
  float: right;
}

.minimum_spacer {
  padding-bottom: 10em !important;
}

#directory {
  height: 500px;
  overflow: auto;
}

#map {
  margin: 0 20px 0 20px;
  border: 1px solid white;
}

#legend {
  font-size: 0.9em;
  margin: 0 20px 1.2em 20px;
  border: 1px solid white;
  background: white;
}

.espanol {
  color: #ffc025;
  background-color: black;
}

.simple_feature {
  border: 1px solid white;
}

.feature_fixed_left_floater {
  display: inline; /* WinIE double-margin fix */
  float: left;
  margin: 0 5px 0 11px;
  width: 277px; height: 176px;
  
  background-image: url(images/feature_fixed_block.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}

.feature_fixed_left_floater img {
  margin-left: 31px;
  margin-top: 15px;
  border: 1px solid white;
}