/*Harrington Design Company*/

body {
	background-color: #322A65;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
* {
	margin: 0;
	padding: 0;
}
#pagewrapper {
	margin: 0 auto;
	text-align: center;
	width: 770px;
	background-position: top center;
	background-repeat: repeat-y;
	background-image: url(../images/back.gif);
}
#leftbox {
	float: left;
	width: 190px;
	background-color: #5E95C4;
	height: 750px;
}
#mainbox {
	float: left;
	background-image: url(../images/header_back.gif);
	background-repeat: no-repeat;
	width: 400px;
	text-align: left;
}
#mainbox p {
	font-size: 0.85em;
	line-height: 1.5em;
	color: #FFFFFF;
	margin: 10px 30px 10px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainbox ul {
	font-size: 1.0em;
	line-height: 1.5em;
	padding: 20px 30px;
	list-style-type: circle;
	margin: 5px 30px;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana;
	border-bottom: dotted 1px;
	border-bottom-color: #5F95C4;
	border-top-color: #5F95C4;
	border-top: dotted 1px;
	background-color: #373173;
}
#rightnavbox {
	float: left;
	width: 170px;
	text-align: left;
	background-color: #312B65;
}
#rightnavbox ul {
	padding: 20px 10px 200px 10px;
	color: #5F95C4;
	font-weight: bold;
	line-height: 1.7em;
}
#navbar a {
	display: block;
	font-size: 1px;
	color: #5E95C4;
	height: 50px;
}
#footer {
	padding: 10px;
	width: 740px;
}
#footer p {
	line-height: 1.3em;
	color: #999999;
	margin: 10px;
}
/*paragraph*/
p {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #332B66;
	margin: 10px 20px;
}
ol, ul {
	list-style-type: none;
}

/*links*/
a {
	border-bottom: dotted 1px;
	border-bottom-color: #5248AA;
	color: #86B0D2;
	padding-bottom: 1px;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	border-bottom: dotted 1px;
	border-bottom-color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a#tmc {
	background-image: url(../images/nav_trenton.jpg);
	background-position: left top;
	border-bottom-color: #5F95C3;
}
a#tmc:hover {
	background-position: left bottom;
	border-bottom-color: #5F95C3;
}
a#tp {
	background-image: url(../images/nav_trenton_ped.jpg);
	background-position: left top;
	border-bottom-color: #5F95C3;
}
a#tp:hover {
	background-position: left bottom;
	border-bottom-color: #5F95C3;
}
a#bfhc {
	background-image: url(../images/nav_bell_family.jpg);
	background-position: left top;
	border-bottom-color: #5F95C3;
}
a#bfhc:hover {
	background-position: left bottom;
	border-bottom-color: #5F95C3;
}
a#bp {
	background-image: url(../images/nav_bell_pharmacy.jpg);
	background-position: left top;
	border-bottom-color: #5F95C3;
}
a#bp:hover {
	background-position: left bottom;
	border-bottom-color: #5F95C3;
}
a#tph {
	background-image: url(../images/nav_trenton_phar.jpg);
	background-position: left top;
}
a#tph:hover {
	background-position: left bottom;
}
a#tc {
	background-image: url(../images/nav_trenton_chiro.jpg);
	background-position: left top;
}
a#tc:hover {
	background-position: left bottom;
}
a#bhw {
	background-image: url(../images/nav_branford_hw.jpg);
	background-position: top left;
}
a#bhw:hover {
	background-position: left bottom;
}

/*clearfix*/
.clearfix {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

/*headlines*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-family: "Trebuchet MS", Verdana;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #CCCCCC;
	padding: 80px 30px 10px 80px;
	letter-spacing: -0.1em;
	text-align: right;
	border-bottom: dotted 1px;
	border-bottom-color: #5E95C4;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #CCCCCC;
	padding: 25px 20px 5px 30px;
	background-image: url(../images/h2_back.jpg);
	background-repeat: no-repeat;
}

