// for google maps
v\:* {
  behavior:url(#default#VML);
}

html {
  margin: 0;
  padding: 0;
} 

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #d0d0d0;
  background-image: url(/images/body_bg.gif);
  line-height: 1.3em;
}

h1 {
  color: #9D0708;
  text-decoration: none;
  font-size: 19px;} 

h2 {
  color: #9D0708;
  text-decoration: none;
  font-size: 17px;} 

h3 {
  color: #9D0708;
  text-decoration: none;
  font-size: 12px;} 


a {
  color: #9D0708;
  text-decoration: none;
} 

a:hover {
  color: #9D0708;
  text-decoration: underline;
}
  
a:active {
  color: #9D0708;
  text-decoration: none;
}

.red {
  color: #9D0708;
}

div#wrapper {
  width: 760px;
  margin-left:auto; 
  margin-right:auto;  
  text-align:left;  
  background-color: #ffffff;
  border: 1px solid #BFBFBF;
}

div#container {
  margin: 8px 8px 8px 8px;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
 
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  

/****  header_image  ****/
div#header_image {
  margin:0 auto;
  height:129px;
  background-image: url(/images/header.jpg);
}

div#header_image a
{
  display: block;
  float: left;
}

div#header_image a span
{
  display: none;
}

div#header_image a#home
{
  height: 129px;
  width: 744px;
}

/****  header_nav  ****/
div#header_nav {
  margin:0 0 8px 0;
  padding: 0;
  height: 22px;
  background-image: url(/images/nav_bg.jpg);
  text-align: center;
  vertical-align: middle;
}

div#header_nav a {
  text-decoration: none;  
  color: #6E6B6B;
  font-weight: bold; 
}

div#header_nav a:hover {
  color: #9D0708;
  text-decoration: underline;
}
  
div#header_nav a:active {
  color: #9D0708;
  text-decoration: none;
}
  
div#header_nav img {
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}

div.content {
  margin: 0 10px 0 10px;
}

/****  home_box  ****/
table.home_box {
  margin: 8px 0 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: top;
}

/**** ie 5.5 loses font size for some reason ****/
table.home_box td {
  font-size: 11px;
}

div.side_box_float {
  float: right;
  position:relative; 
  width: 190px;
}

table.side_box {
  margin: 0 0 0 10px ;
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: top;
  letter-spacing: 1px;
}

/**** ie 5.5 loses font size for some reason ****/
table.side_box td {
  font-size: 11px;
}


table.side_box td.side_box {
  height:492px;
  padding: 8px 0 0 6px;
}

table.box_items {
  margin: 0;
  padding: 0;
/*  border: 1px solid #BFBFBF;  */
  width: 246px;
}

table.box_items td {
  height: 80px;
}

table.box_items img {
  margin: 0 10px 0 0;
}


/****  side_box  ****/
div#side_box_content ul { 
  list-style-image:url('/images/red_arrow.gif');
  margin-left: 1.5em;
  padding-left: 5px;
  margin-top:0px;
  margin-bottom:0px;
}

div#side_box_content hr {
    height: 1px;
    width:35%;
    background: #CCCCCC;
    margin: 2px 0px 6px 0px;  
}

/****  map  ****/
div#map {
  font-size: 13px;
}


/****  footer  ****/
div#footer {
  margin-top: 20px;
  text-align: center;
}

