﻿/* GENERAL */
html{overflow: auto; overflow: -moz-scrollbars-vertical;}
body{margin: 0; padding: 0; border: 0;}
body{font-family: Century Gothic, Arial, Sans-Serif; font-size: 12px; background-color: #FFF;}

/* MAIN BACKGROUND */
#parchment{width: 980px; height: 712px; background: url(../images/parchment.png) no-repeat; margin: 50px auto;}

/* HEADER */
#logo{float: left; padding-right: 20px;background: url(../images/logos/logo.gif) no-repeat; width: 238px; height: 133px; display: block;}
#globalNav{padding-top: 40px;}
#globalNav ul{padding: 0 0 0 0}
#globalNav ul li{display: inline; list-style-type: none; padding-top: 5px; padding-bottom: 10px; padding-left: 30px; padding-right: 30px; background: url(../images/logos/small_v.gif) no-repeat;}
#globalNav ul li a:link, a:visited{color: #03BD26; font-weight: bold; margin: 0px; text-decoration: none;}
#globalNav ul li a:hover, a:active{text-decoration: underline; font-weight: bold;}

/* MAIN CONTENT */
#mainContent{width: 900px; padding: 40px 40px;}



/* eds stuff */

a1:link     {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC33; font-weight: bold; cursor: hand;}  
a1:visited  {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC33; font-weight: bold; cursor: hand;}  
a1:active   {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC33; font-weight: bold; text-decoration: underline; cursor: hand;}
a1:hover    {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC33; font-weight: bold; text-decoration: underline; cursor: hand;}  

.yellowHeader     {font-family: Genev a, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC33; font-weight: bold; }
.greenHeader      {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #009900; font-weight: bold; }
.blackHeader      {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }
.redHeader        {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000; font-weight: bold; }
.regularMenuText  {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.regularUnderline {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; text-decoration: underline;}

#content{
    display: block;
    position: static;
    margin-top: -568px;
    margin-left: 45px;
    margin-right: 45px;
    /*background-color: Blue;*/
}



#content p{
    margin: 10px;
}

#leftCol
{
    display: block;
    position: static;
    float: left;
    width: 480px;
    margin-left: 10px;
}

#rightCol{
    display: block;
    position: static;
    margin-left: 490px;
    height: 500px;
    padding-left: 10px;
}

.hours{list-style-type: none; text-align: center;}

.clearfix:after{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
} 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */ 

.imgBorder{
    border: 3px double #000;
    margin-left: 10px;
}

.goldStar{
    float: right;
    margin-top: -190px;
    z-index: -100;
}

.box{
    font-family: Century Gothic, Arial, Sans-Serif;
    font-size: 12px;
    background-color: #FFF;
    border-color: #FF3100;
    border-width: 1px;
    border-style: solid;
}

.button{
    font-family: Century Gothic, Arial, Sans-Serif;
    font-size: 12px;
    background-color: #c7c7c7;
    border-color: #FF3100;
    color: fff;
    border-width: 1px;
    border-style: solid;
}
