*
{
	border: 0;
	margin: 0;
	padding: 0;
}
a
{
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #791617;
	text-decoration: underline;
}
.left
{
	float: left;
	margin: 0 10px 0 0;
}
.right
{
	float: right;
	margin: 0 0 0 10px;
}
body
{
	background-color: #C5C5C5;
	font: 0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
#wrap
{
	background-color: #cccccc;
	height: auto;
	margin-left: 150px;
	width: 800px;
}
#header
{
	background-image: url(images/masthead.png);
	background-repeat: no-repeat;
	height: 325px;
	margin: 0 auto;
	position: relative;
	width: 800px;
}
#header h1
{
	font-size: 40px;
	font-weight: normal;
	left: 0px;
	letter-spacing: -1px;
	top: 20px;
}
#header ul
{
	background-color: #BCBEC0;
	height: 180px;
	list-style: none;
	padding-left: 20px;
	position: absolute;
	top: 138px;
	width: 270px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#header ul li
{
	list-style: none;
}
#header ul li a
{
	color: #333333;
	display: list-item;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	width: 150px;
	padding-left: 5px;
}
#header ul li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#header p
{
	bottom: 70px;
	color: #000000;
	position: absolute;
	right: 20px;
}
#mid
{
	height: 320px;
	margin: 0 auto;
	position: relative;
	width: 760px;
}
#mid h1
{
	font-size: 30px;
	font-weight: normal;
	left: 0px;
	letter-spacing: -1px;
	position: absolute;
	top: 20px;
}
#mid ul
{
	list-style: none;
	position: absolute;
	top: 110px;
}
#mid ul li
{
	list-style: none;
}
#mid ul li a
{
	color: #333333;
	display: list-item;
	font-size: 1.1em;
	font-weight: bold;
	height: 5px;
	line-height: 20px;
	list-style-type: none;
	padding: 5px;
	width: 800px;
}
#mid ul li a:hover
{
	text-decoration: none;
}
#mid p
{
	bottom: 70px;
	color: #000000;
	font-size: 2em;
	position: absolute;
	right: 20px;
}
#content
{
	width: 760px;	
}
#content p {
	font-size: 12px;
	margin-left: 100px;
}

#content:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#content h1
{
	font-size: 14px;
	margin-left: 85px;
	padding-top: 30px;
}
#contentlist
{
	width: 760px;
}
#contentlist p {
	font-size: 12px;
	margin-left: 100px;
}

#contentlist:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#contentlist h1
{
	font-size: 14px;
	margin-left: 20px;
	padding-top: 30px;
}
#contentlist li
{
	list-style-image: url(images/bullet.gif);
	font-size: 14px;
	display: list-item;
	margin-left: 80px;
	line-height: 25px;
}
#sidebar
{
	float: left;
	width: 210px;
}
#sidebar h1
{
	color: #444;
	font-size: 165%;
	font-weight: normal;
	line-height: 15px;
	padding: 0 10px;
}
#sidebar p
{
	background: #f1f1f1;
	color: #555;
	display: block;
	font-size: 90%;
	line-height: 20px;
	margin: 10px 0;
	padding: 10px;
}
#sidebar p a.more
{
	display: block;
	text-align: right;
}
#sidebar ul
{
	margin: 10px;
}
#sidebar ul li
{
	list-style: none;
	padding: 5px 2px;
}
#sidebar ul li a
{
	color: #333;
	display: block;
	font-family: Geneva;
	padding: 5px;
	text-decoration: none;
}
#sidebar ul li a:hover
{
	color: #000;
}
#main
{
	float: right;
	font-size: 14px;
	line-height: 20px;
	width: 300px;
}
#main p
{
	color: #555;
	line-height: 20px;
	padding: 10px;
}
#main h1
{
	color: #444;
	font-size: 175%;
	font-weight: normal;
	line-height: 30px;
	padding: 0 10px;
}
#main ul
{
	list-style-type: circle;
	margin-top: 15px;
	padding-left: 20px;
}
#main ul li
{
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}
#mainleft
{
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding-left: 105px;
	width: 325px;
}
#mainleft p
{
	color: #555;
	line-height: 20px;
	padding: 10px;
}
#mainleft h1
{
	color: #444;
	font-size: 165%;
	font-weight: normal;
	line-height: 30px;
	padding: 0 10px;
}
#mainleft ul
{
	list-style-type: circle;
	margin-top: 15px;
}
#mainleft ul li
{
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}
#footer
{
	margin: 10px auto;
	width: 800px;
}
#footer:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#footer p
{
	color: #555;
	font-size: 90%;
	line-height: 20px;
	padding: 10px;
	text-align: center;
}
#bottom
{
	float: left;
	height: 220px;
	margin: 10px auto;
	width: 800px;
}
#bottom:after
{
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#bottom p
{
	color: #555;
	font-size: 90%;
	line-height: 20px;
	padding: 10px;
	text-align: center;
}
.img1
{
	background-image: url(images/fitchburgn.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 170px;
	width: 300px;
}
.img2
{
	background-image: url(images/westclinicn.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 295px;
}
.img3
{
	background-image: url(images/eastclinicn.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 295px;
}
td.img
{
	height: 150px;
	width: 800px;
}
.map1
{
	background-position: center center;
	background-repeat: no-repeat;
	height: 230px;
	width: 300px;
}
.map2
{
	background-position: center center;
	background-repeat: no-repeat;
	width: 295px;
}
.map3
{
	background-position: center center;
	background-repeat: no-repeat;
	width: 295px;
}
td.map
{
	height: 150px;
	width: 800px;
}
#header .img {
	padding-left: 290px;
	padding-top: 138px;
}

