/*ocg.css*/

html, body{
   width: 100%; height: 100%;
   margin: 0; padding: 0;
   font-family: Verdana, Arial, Helvetica;
   font-size: 90%;
   background-color: black;
   color: white;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td, fieldset
{
    margin: 0;
    padding: 0;
}

a img { border: none; }
table {  width: 100%; border-collapse: collapse; }
br.clear { clear: both; }

a {
  color: white;
  font-weight: bold;
  text-decoration: none;

}
a:hover {
   text-decoration: underline;
   color: #C29C2C;

}

.hstretch {  width: 100%; }
.lalign { text-align: left; }
.calign { text-align: center; }
.ralign { text-align: right; }
.col { float: left; }
.colR { float: right; }

.floatwrapper:after
{
    /* Firefox */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .floatwrapper
{
    height: 1%; /* IE6 fix */
}

*:first-child+html .floatwrapper
{
    min-height: 1px; /* IE7 fix */
}

.hidden {
   display: none
}

.copy {
   margin-top: 10px;
   font-size: 125%;
}

form {
/*   padding: 0 !important; margin: 0 !important;*/
}

ul li {
   list-style-type: none;
}

ul.nav li {
   list-style-type: none;
   display: inline;
}

div#page {
   margin: 25px auto 0 auto;
   width: 736px;
}

div#header {
   width: 736px;
   height: 129px;
   background-image: url(/wp-content/themes/ocg/img/background-top.jpg);
}

div#body {
   width: 736px;

   background-repeat: repeat-y;
   background-image: url(/wp-content/themes/ocg/img/background.jpg);
   padding-top: 15px;
   padding-bottom: 25px;
}

div#footer {
   width: 736px;
   height: 268px;
   background-image: url(/wp-content/themes/ocg/img/background-bottom.jpg);
   text-align: center;
   color: white;
   position: relative;
}

div#middle {
   width: 625px;
   margin: 0 auto 0 auto;
}

#footer-nav {
    padding-top: 25px;
}

#footer-cta {
   padding-top: 25px;
}

#footer-cta img:hover {
   border-top: 1px solid white;
   border-bottom: 1px solid white;
}

div#hours {
   position: absolute;
   left: 0px;
   bottom: 25px;
   text-align:center;
   width: 100%;
}

div#headerimg {
   float: left;
   margin: 10px 0 0 25px;
   width: 235px;
   height: 125px;
}

div#headerimg a {
   display: block;
   width: 235px;
   height: 125px;
}

div#top-nav {
   float: left;
   text-align: center;
   padding: 60px 0 5px 15px;
}

#top-nav ul.nav li {
   margin: 0 0px 0 0px;
}

#bio-wayne {
   background-image: url(/wp-content/themes/ocg/img/bio_wayne.jpg);
   width: 574px;
   height: 335px;
}

.bio {
   font-size: 125%;
   color: black;
   margin: 15px 25px 0 0;
   width: 300px;
   height: 300px;
   overflow: auto;
}

#menus ul {
  padding: 15px;
}

#menus ul li {
   margin: 15px 0 15px 0;
   color: #C29C2C;
}

p.linklove {
   display: none;
}

#cformsform {
   margin-top: 0px;
}

ol.cf-ol {
   border: none !important;
}

div#usermessagea {
   background-color: #701301 !important;
}

div#interactive-map {
   width: 400px;
   margin: 0 auto 0 auto;
}