@charset "UTF-8";
/* CSS Document */
html, body {margin:0;
		    padding:0;
			font-family: Georgia, "Times New Roman", Times, serif;
			background-color: #002a4d; /*#fcfcfc*/}
#wrapper{width: 960px;
		 height: 680px;
		 margin: 0 auto;
		 padding:0;
		 background-color: #fff;}

#top, #bottom {width: 960px;}
#top {height: 156px;
	  background-image: url(../images/header.png);
	  background-repeat:no-repeat;
	  margin: 0;
	  border-bottom: 5px solid #002a4d;
	   }
.hidetext {text-indent: -9999px;margin: 0;}
.hidetext h1, .hidetext h2{margin: 0; padding:0;}

#nav {margin:76px 0 0 288px;
	  padding: 0;
	  font-size: 12px;
	 }

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;}

#nav li
{float: left;
position: relative;
width: 10em;
border: 1px solid #eee;
background-color: #ccc;
margin-right: 80%;
padding-right: 20px;
color:#083462;
}

#nav a:link, #nav a:visited {
display: block;
text-decoration: none;
padding-left: 1em;
}

* html #nav a{
width: 100%;}

#nav ul {
display: none;
position: absolute;
padding: 0;}

#nav ul li {
margin-bottom: -1px;
margin-top: 1px;
padding: 0;
}

#nav li:hover ul {
display: block;}


#nav li a {color:#083462;
		   font-weight: normal;
		   text-decoration: none;}
		   
#nav li a:hover, #nav li .current {color: #84a146;}


#bottom {height: 524px; 
		background-image:url(../images/content-bg.gif);
	   background-position:top left;
	   background-repeat: no-repeat;
	   margin: 0;
	   padding: 0;}
#left {margin: 0;
	   width: 280px; 
	   float: left;
	   height: 524px;
	   color: #083462;
	   font-family: Georgia, "Times New Roman", Times, serif;
	   font-size: 12px;
	   position: relative;}
#left p {margin-top: 28px;
		 margin-left: 20px;
		 text-align: center;
		 line-height: 17px;}
.hours {width: 141px;}
#right, #content-box, #content-contact {width: 680px;}
#right {float: right; margin: 0; padding: 0; height: 524px;}

#content-box {height: 492px;}
#info{position: relative;
	   width: 660px;
	   top: 90px;
	   left: 10px;
	   margin: 0;
	   height: 400px;
	   overflow: auto;
	   }
#info h1, #info h2 {font-weight: normal; color: #083462;}
#info a:link, #info a:visited {text-decoration: none;
			  border-bottom: 1px dotted #84a146; color:#84a146;}
#info p.homepage {width: 620px; 
		margin: 0;
	   text-align: center; 
	   font-size: 13px;
	   line-height: 24px;
	   color:#083462;
	   top: 0;
	   }
#info p.first_p {
	   text-align: left; 
	   font-size: 13px;
	   line-height: 24px;
	   color:#083462;
	   margin: 0 0 10px 0;
	   padding: 0;
		
		
		
	   }

#info p.interior {width: 620px; 
	   text-align: left; 
	   font-size: 13px;
	   line-height: 24px;
	   color:#083462;
	   top: 0;
	   margin-top: 0px;
	   overflow: auto;
	   }
#info p.interior-no_width { 
	   text-align: left; 
	   font-size: 13px;
	   line-height: 24px;
	   color:#083462;
	   top: 0;
	   float: right;
	   margin-top: 0px;
	   overflow: auto;


}
.img-left {float:left; margin: 5px 10px 5px 0px;}
#info ul
{
list-style-type: none;
padding: 0;

margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
color:#083462;
font-size: 13px;
}

#info li
{
background-image: url(../images/favicon.png);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.8em;
line-height: 29px;
}

#info strong {color: #84a146;
			  font-size: 14px;
			  font-weight: normal;}
.right {
	    border: 1px solid #ccc;
		background-color: #fff;
		padding: 2px;
		margin: 5px;
		float: left;
		}




#content-contact {height: 32px;
				  background-image:url(../images/contact-info.gif);
				  background-position: top center;
				  background-repeat:no-repeat;} 