/* Style Sheet */

/* colors  
-  blue #555D77;
*/


 html, body{
   margin:0;
   padding:0;
   border:0;
    font-family: "Verdana",;
   font-size: 12px;
   line-height: 120%;
   color:#999;
   background-color:#efefef;
 }


#wrapper{
  width:800px;
  margin: 10px auto;
  padding:0;
  border:0;
   background-color: #FFF;}

p{
margin:0;
padding:0 5px 10px 5px;}

.clear{
  clear:both;
  margin: 0;}
.right{
  float:right;}
.left{
  float: left;}
.bluetext{
  color:#555d77;}
.bluetextright{
  font-size: 11px;
  text-align:right;
  padding-right: 10px;
  color:#555d77;}
.largetext{
  font-size: 14px;
  font-weight: bold;}


h1{
        font-family: "Minion", "Georgia", "Times New Roman";
        color:#fff;
        margin: 0;
        padding: 0 20px 0 0;
        font-size: 36px;
        line-height: 140%;
        text-indent:5px;}

h2{ 
        font-family: "Minion", "Georgia", "Times New Roman" ;
        color:#555D77;
        margin: 10px 0 10px 0;
        padding: 0;
        font-size: 24px;
        }
h3{ 
    font-family: "Tahoma", verdana, helvetica, sans-serif;
        color:#000;
        margin: 0;
        padding: 10px 0 20px 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 120%;}    
h4{
    font-family: "Tahoma", verdana, helvetica, sans-serif;
        color:#000;
        margin: 0 0 10px 0;
        width: 100%;
        border-bottom: 3px solid #000;
        padding: 10px 0 5px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 120%;}

hr{
    clear:both;
    width:100%;
    height:1px;
    color:#999;
    line-height: 0.2em;}

a:link,
a:visited{
     text-decoration:none;
     color:#555d77;
     line-height: 110%;}
a:hover{
     color:#ddd;}

img{
   margin:0;
   padding:0;
   border:0;}


#header {
    margin-bottom: 10px;
    background: url(images/header_bg.gif) no-repeat;
    height: 100px;
    width: 100%;}
#content{
   width: 100%;}

.leftNav{
  font-family: "Georgia", "Times New Roman";
  width:150px;
  float:left;}

.leftNav ul{
   margin: 0;
   padding: 0;
   width: 150px;}


.leftNav li{
   display: block;
   width: 150px;
   height: 25px;}

.leftNav li a:link,
.leftNav li a:visited{
  width: 150px;
  font-size:18px;
  padding:0 5px;
  line-height: 25px;
  font-weight: bold;
  color: #555d77;}

.leftNav li:hover,     
.leftNav li a:hover{
  background: url(images/menu_bg_hover.gif) no-repeat;
  color: #fff;}

.storehours{
margin: 0 5px;
color: #555d77;

}

.homeCenter{
 width: 450px;
 float:left;
 margin-right:5px;}

.homeright{
 width: 180px;
 float:left;}

.imageUp{
 position: relative;
 top: -35px;} 
 
.homebottom{
 width: 800px;
 margin: 0;}

.pagesCenter{
  float: left;
  width: 425px;}
.pagesRight{
  float: left;
  width: 225px;}  
dt{
  color:#555d77;
  font-weight: bold;
  margin: 0 0 10px 0;}
dd{
  margin: 0 0 10px 0;}
  
#footer{
 clear:both;
 width: 100%;
 height: 30px;
 background-color: #555D77;
 color: #fff;
 font-size: 10px;
 font-weight: bold;
 line-height: 20px;
 font-family: "Georgia";}

#footer ul{
  margin: 0 10px 0 0;
  padding: 0;}

#footer li{
    display: inline;
    padding: 0 10px;
    list-style-type: circle;}

#footer a{
    color: #ddd;}

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