﻿*
{
padding: 0;
margin: 0;
font-family: Georgia, Arial, Helvetica,sans-serif;
}

body
{
	text-align: center;
	
}

#container
{
	text-align:left;
	margin: 0 auto;
	width: 810px;
	background:white;
}

#header1 
{
	width: 800px;
	<!-- border: black 1px solid;-->
	padding: 2px;
	padding: 5px 2px 2px 2px;

	
}

#header2
{
	width: 800px;
	background-color:black;	
	text-align: center;
	padding-top: -5px;
	padding-bottom: 5px;
	font-weight:900;
	margin-bottom: 20px;
	border-bottom: black 2px solid;
	font: 1.3em Georgia;
	color:black;
}

#footer
{
	
	width:800px;
	text-align:center;
}

#headerimgcontainer
{
	width:160px;
	border: black 1px solid;
	padding:2px;
	float:left;
	
}

#headerbannercontainer
{
	width:626px;
	border: black 1px solid;
	padding:2px;
	float:right;
}
	

.telephone
{
	color:black;
	font-weight:bolder;
}

.photocredit
{
	font: .4em Geogia;
}

.imageright
{
	float:right;
	margin:2px;
}

#header2 p
{
	text-align:center;
	font-weight:bold;
}

#container p
{
	text-align:left;
}

#nav ul
{
	list-style:none;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}

#nav a
{
	color:navy;
	text-decoration: none;
}

#nav li a:hover
{
	border-bottom:solid 3px gray;
}

.linkslist ul
{
	color:maroon;
	text-decoration:none;
	list-style-type:none;
}

.linkslist a
{
	color:navy;
	text-decoration:none;
	padding-left:12px;

}

.linkslist li
{
	color:green;
	color:maroon;

	padding-left:12px;
	list-style-type:none;

}
#content ul
{
	list-style:disc;
	color:navy;
	text-align:left; 
	padding-left: 20px;
	font: 0.9em Georgia;

	
}


h1 
{
	font: 1.3em Georgia;
	padding-left: 10px;
	font-weight: bold;
}

h2 
{
	font: 1.2em Georgia;
	padding-left: 10px;
	font-weight: bold;
}

h3 
{
	font: 1.1em Georgia;
	padding-left: 10px;
	font-weight: bold;
}

p 
{
	font: 1em Georgia;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: 500;
	color:gray;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;
	
}

#nav
{
	float: left;
	width: 170px;
	display: inline;
	margin-left: 0px;
	margin-top:5px;
	padding-top: 10px;
	
}

#navimgbox
{
	border:1px solid blue;
	width:168px;
	padding-top:2px;
	
}

.navimgbox
{
	width:170px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.contentimagebox
{
	width:150px;
	float:right;
	font: .8em Georgia;
	text-align:center;
	
}

.contentimagebox p
{
	font:.8em Georgia;
	text-align:center;
	color:black;
	float:none;

}

.imgboxouter
{
	width:150px;
	float:right;
}

.imgboxinner
{
	float:none;
	text-align:left;
	font: .8em Georgia;
	width:150px;
}

#content 
{
	float: right;
	width:600px;
	margin-left:-170px;
	margin-top: 5px;
	padding-top: 10px;
}

.contentimagecenter
{
	text-align:center;
}

.linedivision
{
	border-bottom:medium blue solid;
	padding-top:10px;
	padding-bottom:5px;
}

.datatable
{
	border:2px solid #993300;
	border-collapse:collapse;
}
.datatable td 
{
	border:1px solid #993300;
	font:.8em Georgia;
	text-align:center;
	padding:1px
}

.datatable th
{
	border:1px solid #993300;
	font:.8em Georgia;
	text-align:center;
	font-weight:bold;
	padding:1px
}

.datatable caption
{
	font:1.1em Georgia;
	text-align:center;
	font-weight:bold;
	margin-bottom:6px

}

hr
{
	border:none;
	color:#CC3300;
	height:2px;
	
	margin-top:6px;
	margin-bottom:6px;
}

.nav_specials
{
	color:maroon;
	border-bottom: solid 3px maroon;
	border-top: solid 3px maroon;
	text-align:center;
}