/*map 500 x 300*/

#map_holder { width:500px; height:300px; padding:15px; background:url(/media/images/map_back.jpg); }

html,body { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
  padding: 0;
  background:url(/media/images/toploop.jpg) repeat-x top;
  height: 100%;
}

img {
  border: none;
}

a:link, a:visited,  a:hover {
  text-decoration: underline;
  color: #330000;
  background-color: inherit;
}

a:active {
  text-decoration: underline;
}

strong { 
  color: #993300;
  background-color: inherit;
}

h1 { 
  font-weight: bold;
  color: #590807;
  background-color: inherit;
  font-size: 2em;
  margin: 0;
  padding-bottom: 0.2em;
}

h2 { 
  color: #CC3300;
  background-color: inherit;
  font-weight: normal;
  font-size: 1.35em;
  padding: 0px;
}
 
h3 { 
  font-weight: normal;
  font-size: 1.15em;
  margin: 0;
  padding-bottom: 0.2em;
}

.status_na {
  color: #666666;
  background-color: inherit;
}

table.flatpage_table {
  width: 820px;
  height: 607px;
  border: 0;
  background:url("/media/images/flatpage.jpg");
  background-repeat: no-repeat;
  }

#topnav {
  float: left;
  color: #FFF;
  background-color: inherit;
  text-decoration: none;
}

#topnav li { 
  display: inline;
  list-style: none;
  padding-right: 6px;
}

#topnav a { 
  color: #FFF;
  background-color: inherit;
  text-decoration: none;
  padding: 3px;
}

#topnav a:hover { 
  color: #CCFF00;
  background-color: inherit;
  text-decoration: none;
  padding: 3px;
}

#holder { 
  margin: 0 auto;
  text-align: center;
  width: 960px;
}
          
#button_contact {
  background:url(/media/images/contact.jpg);
  background-repeat: no-repeat;
  float:right;
  padding-right:25px;
  width:92px;
  height: 136px;
}

#email {
  padding-top: 30px;
  padding-right: 45px;
  text-align: right;
}

#menu { 
  width: 945px;
  padding-top: 90px;
  padding-left: 35px;
  text-align: left;
}

* html #menu { 
  width: 960px;
  padding-top: 100px;
  padding-left: 30px;
  text-align: left;
}   

#header {
  width: 960px;
  height: 189px;
  background: url(/media/images/header_x.jpg);
  background-repeat: no-repeat; 
}

#content { 
  width: 960px;
  background: url(/media/images/loop_mid_x.jpg);
}         

#right_side {
  float: left;
  padding-left: 40px;
  width: 875px;
  text-align: left;
  margin-left: 0;
}

.clear { 
  clear: both;
  margin: 0;
  padding:0;
}

#footer { 
  padding-top: 25px;
  padding-bottom: 1em;
  background: url(/media/images/footer3.jpg);
  background-repeat: no-repeat;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #fff;
  background-color: inherit;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
  color: #fff;
  background-color: inherit;
  text-decoration: underline;
}

/*/`/`/`/`/`/`/` pretty tables /`/`/`/`*/
table.main_table_style {
  border-collapse: collapse;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

table.main_table_style caption {
  font-size: 150%;
  font-weight: bold;
  margin: 5px;
}

table.main_table_style td {
  border: 1px solid #264b05;
  padding: 4px;
}

table.main_table_style th {
  border: 1px solid #264c01;
  text-align: center;
  background: #b0cb96;
  color: #264c01;
  font-size: 100% !important;
  font-weight: bold;
}

table.main_table_style tr {
  background-color: #FCFDFE;
  color: inherit;
}

table.main_table_style tr.odd {
  background-color: #ebf8ed;
  color: inherit;
}

table.main_table_style a:link {
  background-color: inherit;
  color: #264b05;
  text-decoration: none;
}

table.main_table_style a:visited {
  color: #264b05;
  background-color: inherit;
  text-decoration: none;
}

table.main_table_style a:hover {
  color: #264b05;
  background-color: inherit;
  text-decoration: underline !important;
}

/*/`/`/`/`/`/`/` pretty list tables /`/`/`/`*/
table.list_table_style {
  border-collapse: collapse;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

table.list_table_style caption {
  font-size: 150%;
  font-weight: bold;
  margin: 5px;
}

table.list_table_style td {
  border: 1px solid #264b05;
  padding: 6px;
}

table.list_table_style th {
  border: 1px solid #264c01;
  text-align: center;
  background: #b0cb96;
  color: #264c01;
  font-size: 100% !important;
  font-weight: bold;
}

table.list_table_style tr {
  background-color: #FCFDFE;
  color: inherit;
}

table.list_table_style tr.odd {
  background-color: #ebf8ed;
  color: inherit;
}

table.list_table_style a:link {
  background-color: inherit;
  color: #264b05;
  text-decoration: none;
}

table.list_table_style a:visited {
  color: #264b05;
  background-color: inherit;
  text-decoration: none;
}

table.list_table_style a:hover {
  color: #264b05;
  background-color: inherit;
  text-decoration: underline !important;
}



/*/`/`/`/`/`/`/` details page /`/`/`/`*/
#detail_list { 
  list-style: none;
  display: inline;
  margin-top: 12px;
}

/*/`/`/`/`/`/`/` logical naming here... /`/`/`/`*/
.cow_x125 {
  padding: 20px 20px 20px 18px ;
  background-image: url(/media/images/125_x150.gif);
  background-repeat: no-repeat;
  margin-left: 8px;
}

/*/`/`/`/`/`/`/` tooltip test... /`/`/`/`*/
.tooltip {
  cursor: help;
}

#tooltipbox {
  position: absolute;
  display:block;
  height: 100px;
  z-index: 100;
}

#tooltipbox-pointer {
  position: absolute;
  top: -4px;
  left: 0;
  height: 4px;
  width: 18px;
  background: url(/media/images/tip.gif) no-repeat;
}

#tooltipbox-content {
  padding: 8px;
  font-size: 9px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: white;
  background-color: #330000;
}


#homepage_text { 
  width: 450px;
  height: 250px;
  float: left;
  margin-left: 40px;
  margin-top: 25px;
  text-align: left;
}

#homepage_rightlist {
  float:right;
  text-align: center;
  width: 245px;
  margin-right: 30px;
  margin-top: 60px;
  clear: none;
}

#homepage_rightlist img {
  border: #264c01 thick solid;
}

#homepage_leftlist {
  padding-top: 375px;
}

#homepage_leftlist img {
  border: #330000 thick solid;
}

.featured_dam {
  margin-top: 35px;
}

table.welcome {
  width: 820px;
  background: url(/media/images/bgimage.jpg) no-repeat;
  padding: 0;
  margin: 0;
}