body {
  text-align: center;
  margin: 10px auto 0px auto;
  background: #bdbd9c url('images/bodybg.jpg') repeat-x fixed;
}

#container {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#header {
  width: 720px;
  border-left: 20px solid #585747;
  margin-bottom: 10px;
  text-align: left;
}

#main_nav {
  background-color: #929073;
  width: 720px;
  border-top: 5px solid #585747;
  border-right: 2px solid #585747;
  border-left: 2px solid #585747;
}

.logo { margin-left: 9px; margin-top: 6px; display: inline; }

/* TEST NAV */


#navcontainer { margin: 0px; padding: 0px 0px 0px 30px; margin-left: auto; margin-right: auto;}

#navcontainer ul { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; padding: 0px; }

#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("images/nav_cell_bg.jpg") repeat-x 20px;
font: 14px/28px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainer a
{
color: #bdbd9c;
text-decoration: none;
  font-family: arial;
  font-size: 90%;
  font-weight: bold;
display: block;
width: 129px;
border-left: 2px solid #585747;
}

#topactive a {
  color: #fff;
}


#navcontainer a:hover {
  color: #fff;
}

/* END TEST NAV */


#redstripe {
  width: 724px;
  height: 15px;
  background-color: #883c3c;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#mainbody {
  width: 688px;
  background: #929073 url('images/text_bg.jpg') repeat-y;
  border-right: 2px solid #585747;
  border-left: 2px solid #585747;
  border-bottom: 6px solid #585747;
  text-align: left;
  padding-left: 32px;
}

/* START SIDE NAVIGATION */

#secnavcontainer {
  float: left;
  width: 120px;
  background: #bdbd9c;
  height: 100%;
}

#secnavcontainer img {
  float: left;
}

#secnavlist
{
text-align: center;
float: left;
padding: 0px;
margin: 0px;
border-bottom: 1px solid #585747;
width: 120px;
}

#secnavlist li
{
background: #3c5088 url('images/buttonbg.jpg')  /*bdbd9c*/;
list-style: none;
margin: 0px auto 4px auto;
padding: 0.25em 0em 0.25em 0em;
border-top: 1px solid #585747;
}

#secnavlist li a:link, #secnavlist li a:visited, #secnavlist li a:active {
  text-decoration: none;
  font-family: arial;
  font-size: 80%;
  color: #ccc  /*5b5b5b*/;
  font-weight: bold;
}

#secnavlist #active a {
  color: #fff;
}

#secnavlist #active ul li a:link, #secnavlist #active ul li a:visited {
  color: #ccc;
}

#secnavlist #active ul li a:active {
  color: #fff;
}

#secnavlist #active ul li a:hover {
  color: #fff;
}

#secnavlist #active ul li.subactive a:link,#secnavlist #active ul li.subactive a:visited,#secnavlist #active ul li.subactive a:active,#secnavlist #active ul li.subactive a:hover {
  color: #fff;
}


#secnavlist li a:hover {
  color: #fff;
}

/* END SIDE NAVIGATION  */
  

#bodyheader {
  width: 565px;
  height: 120px;
  float: left;
  background: #929073 url('images/content_head.jpg') repeat-y;
  border-left: 3px solid #585747;
  text-align: left;
}

#textmain {
  float: left;
  width: 530px;
  border-left: 3px solid #585747;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  font-family: arial,verdana,sans-serif;
  font-size: .9em;
  font-weight: normal;
  line-height: 1.55em;
  text-align: left;
}

#textmain a {
  font-size: .9em%;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  color: #3c5088;
}

#textmain a:link {}

#textmain a:visited { color: #666; }

#textmain a:hover { color: #fff; }

#textmain a:active { color: #fff; }

#textmain h2 {
  font-family: 'times new roman';
  font-size: 1.6em;
  background-color: #bdbd9c;
  margin: 0 0 5px 0;
  padding-left: 4px;
}

#textmain h2.area {
  margin: 20px 0 0 10px;
}
#textmain h1,#textmain h3,#textmain h4,#textmain h5
{ color:#036; }

#textmain ul.arealinks {
  list-style: none inside url('images/listarrow.gif');
  padding: 0;
  margin: 0 0 20px 0;
}

#textmain ul.arealinks li {
  margin: 0 0 0 20px;
}

#textmain img.topbrand {
  float: left;
  margin: 10px 12px 10px 10px;
  border: 4px solid #000;
}

#textmain p { margin: 0 0 20px 20px; }

#textmain p.quote {
  font-family: 'times new roman',serif;
  font-style: italic;
  font-size: 1.2em;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.contactdiv {
  width: 530px;
  margin-top: 20px;
}

img.contact {
  margin: 0 12px 12px 0;
  border: 1px solid #585747;
  float: left;
}

#footer {
  padding-top: 6px;
  padding-bottom: 14px;
  font-family: arial,verdana,sans-serif;
  font-size: .6em;
  color: #585747;
}

#footer ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  padding: 0 6px 0 6px;
}

#footer a:link { color: #3c5088 }

#footer a:visited { color: #666; }

#footer a:hover { color: #fff; }

#footer a:active { color: #fff; }

/*------------------ GALLERY STUFF -----------------------*/

  #gal img {
    border: 1px solid #666;
    margin: 0 auto 0 auto;
    text-align: center;
  }


  #gallery img {
    border: 1px solid #666;
  }
  #subnav {
    margin: 0;
    padding: 0;
  }

  #subnav li {
    text-align: left;
    margin: 0 0 0 0px;
    padding: 0 0 0 15px;
    font-family: arial;
    background: transparent;
    list-style: none;
    border-top: 1px solid #585747;
  }

  #subnav li a:link, #subnav li a:visited, #subnav li a:active {
  text-decoration: none;
  font-family: arial;
  font-size: 80%;
  color: #ccc;  /*5b5b5b*/
  font-weight: normal;
  }

  #subnav #active a {
  color: #fff;
  }


  #subnav li a:hover {
  color: #fff;
  }

  #subnav li.subactive {
    color: #fff;
    font-weight: bold;
  }
/*--------------------- END GALLERY STUFF ----------------*/