﻿body
{
	margin: 0;
	padding: 0;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}

#siteContainer
{
	width: 990px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}

#siteHeader
{
	width: 990px;
	margin: 0;
}

#homeText
{
	margin-top: 5px;
	text-align: center;
	color: #003366;
	font-size: medium;
	font-weight: bold;
}

#mainContainer
{
	clear: both;
	width: 990px;
	margin-top: 5px;
}

#leftNav
{
	margin: 0;
	width: 175px;
	height: 500px;
	float: left;
	background-image: url('../images/leftCurve.gif');
	background-repeat: no-repeat;
}

#leftNavMenu
{
	margin-top: 10px;
	padding: 0px;
}

#leftNavMenu ul
{
	list-style-type: none;
	margin-left: 15px;
	padding: 0;
}

#leftNavMenu ul li
{
	text-indent: 15px;
	height: 25px;
	text-align: left;
	padding-bottom: 10px;
	width: 155px;;
}

#leftNavMenu ul li a
{
	text-decoration: none;
	display: block;
	height: 25px;
	color: #000;
	background-color: #66ccff;
}

#leftNavMenu ul li a:hover
{
	background-color: navy;
	text-decoration: none;
	color: #fff;
	height: 25px;
	font-weight: bold;
}

#leftNavMenu ul li a.selected
{
	background-color: navy;
	text-decoration: none;
	color: #fff;
	height: 25px;
	font-weight: bold;
}

#pageContent
{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 15px;
	width: 460px;
	float: left;
}

#subPageContent
{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 15px;
	width: 760px;
	float: left;
}


.hours
{
	background-image:url('../images/hoursbg.jpg');
	background-repeat: no-repeat;
	height: 160px;
	color: #fff;
	list-style: none;
}

.hours li
{
	margin-top: 10px;
	margin-left: 15px;
}

.firstVisit
{
	list-style: none;
}

#rightContainer
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 300px;
}

#rightContainer p
{
	margin-left: 15px;
}

#rightContainer a,
#rightContainer a:visited
{
	text-decoration: none;
	color: #003366;
	font-weight: normal;
}

#rightContainer a:hover
{
	font-weight: bold;
	text-decoration: none;
}

#siteFooter
{
	clear: both;
	width: 990px;
	background-color: #003366;
}

#siteFooter p
{
	text-align: center;
	color: #fff;
	font-size: x-small;
}

#siteFooter p a,
#siteFooter p a:visited
{
	text-decoration: none;
	color: #fff;
}

#siteFooter p a:hover
{
	text-decoration: none;
	color: #ccc;
}

img
{
	border: 0;
}

.faqText
{
	font-size: 12px;
}

h2
{
	color: #003366;
}

h3
{
	color: #003366;
}

h5
{
	color: #003366;
}

.bold
{
	font-weight: bold;
}

.align-right 
{
	float:right; 
	margin: 0 0 55px 55px;
}

.align-left
{
	float: left;
	margin: 0 55px 55px 10px;
}

.imgCenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.dirLink
{
	text-align: center;
	display: block;
	text-decoration: none;
	color: #003366;
}

.testamonial
{
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.testamonialName
{
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

.questionLink
{
	color: #003366;
	font-size: 12px;
	width: 175px;
	text-align: center;
	text-decoration: none;
}

.imgWrap
{
	float: left;
	padding: 0px 20px 0px 0px;
}
