html,body
{
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

html
{
}

body
{
	background: gray;
}

p
{
	font-size: 12px;
	color: dark-gray;
}
em
{
	font-weight: bold;
}
ul
{
	font-size: 12px;
	color: dark-gray;
}
h1
{
	font-size: 18px;
	color: rgb(0,128,131);
	border-style: none none solid none;
	border-color: black;
}

#maincontent
{
	position: relative; 
	left: 0; 
	top: 0; 
	width: 825px; 
	background-color: white; 
	border-color: black; 
	border-style: none solid solid none;
}

#topheader
{
	background-color: white; 
	position: relative; 
	width: 825px;
	height:137px;
}

#middleheader
{
	position: relative; 
	width: 825px; 
	height: 27px; 
	background-color: rgb(0,128,131);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

#bottomheader
{
	position: relative; 
	width: 825px; 
	height: 33px;
}

#bodycontent
{
	background: white;
	position: relative; 
	width: 650px; 
	padding: 10px;
}


div.content
{
	padding: 10px;
}
.navitems
{
	color: white;
	font-size: 15px;
}
.navitem
{
	float:left;
	padding-left: 5px;
}
.navspacer
{
	float:left;
	padding-left: 5px;
}
.navitemlink
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.navitemlink:hover
{
	/* color: rgb(60,60,255); */
	text-decoration: underline;
}
.navitemlink:visited
{
}

.breadcrumbs
{
	color: gray;
	font-size: 13px;
	padding: 10px;
	float: left;
}
.breadcrumblink
{
	color: gray;
}
.breadcrumblink:visited
{
	color: gray;
}

#servicesnav
{
	position: absolute;
	top: 114px;
	left: 65px;
	visibility: hidden;
}
.subnav
{
	position: relative;
	border-color: rgb(0,128,131);
	border-style: solid solid none solid;
	background-color: white;
	font-size: 12px;
	padding: 2px;
}
.subnavitem
{
	display: inline;
	border-style: none none none none;
	color: inherit;
	text-decoration: none;
}
.subnavitem:hover
{
	text-decoration: none;
	background-color: rgb(255,182,17);
	color: white;
}

.hours
{
	position: relative; 
	float: right; 
	margin: 5px 15px 15px 15px; 
	padding: 0px; 
	border-color: black;
	border-style: solid;
	border-width: 2px;
	background-color: rgb(0,128,131);
	font-family: Arial;
}

.formtable
{
	border-color: black;
	font-family: Arial;
	font-size:12px;
}

.formtablelabel
{
	text-align:right;
	width: 200px;
}

.formtablevalue
{
}

.formtablesectionheader
{
	text-align:left;
	background-color: rgb(179,217,218);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: black;
}

.hoursheading
{
	color: white;
	font-size:13px;
}
.hoursodd
{
	font-size:11px;
	background-color: #F0F0F0;
}
.hourseven
{
	font-size:11px;
	background-color: #E0E0E0;
}

