p { 
}

h1 {
	margin: 0;
	padding: 12px;
	font-size: 2em;
	color: #004684;
	line-height: 1.3;
	font-weight: 900;
}

h2 {
	margin: 0;
	padding: 12px;
	font-size: 1.6em;
	color: #009B68;
	line-height: 1.3;
}

h3 {
	margin: 0;
	padding: 12px;
	font-size: 1.5em;
	color: #009B68;
	line-height: 1.3;
}

h4 {
	margin: 0;
	padding: 12px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.3;
}

h5 {
	margin: 0;
	padding: 12px;
	font-size: 1.1em;
	color: #333;
	line-height: 1.3;
}

h6 {
	margin: 0;
	padding: 12px;
	font-size: 1em;
	color: #333;
	line-height: 1.3;
}

p {
	margin: 0;
	
	padding: 12px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.3;
}

ul li {
	font-size: 1.2em;
	color: #333;
	line-height: 1.3;
}

ol li {
	font-size: 1.2em;
	color: #333;
	line-height: 1.3;
}


a {
	color: #00f;
	text-decoration: none;
}


a:hover, a:visited:hover {
	color: #007;
	text-decoration: underline;
}



a img {
	border: none;
}



body {
	background: #9FD1A2 url(../img/layout/body.gif) 0 0 repeat-x;
	font-family: "Helvetica Neue", Arial, "Bitstream Vera Sans", sans-serif;
	
	/*
	NEVER, EVER, EVER CHANGE THIS VALUE FROM 62.5% !!!
	If you are having trouble getting the right font size,
	try adjusting the html elements in the primary.css file!
	*/ font-size: 62.5%;

	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	position: relative;
	background: url(../img/layout/wrapper.gif) 0 0 repeat-y;

	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	width: 898px;
	text-align: left;
}

#header {
	position: relative;
	background: url(../img/layout/header.gif) 0 0 no-repeat;
	margin: 0 auto;
	width: 898px;
	height: 132px;
}

#middle {
	position: relative;
	background: url(../img/index/middle.jpg) 0 0 no-repeat;
	margin: 0 auto;
	width: 898px;
	height: 294px;
}

#bottom {
	position: relative;
	background: url(../img/index/bottom.jpg) 0 0 no-repeat;
	margin: 0 auto;
	width: 898px;
	height: 171px;
	overflow:hidden;
}

#content {
	position: absolute;
	margin: 28px 510px;
	width: 340px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	text-align: left;
	font-size: .9em;
}

#content p {
	margin-top:-15px;
	line-height: 1.3;
}


#footer {
	position: relative;
	background: url(../img/index/footer.gif) 0 0 no-repeat;
	margin: 0 auto;
	width: 898px;
	height: 19px;
	text-align: center;
}


#footer p {
	padding: 3px 0px;
	font-size: 1.2em;
	color: #3C6851;
	font-weight: 600;
}

#footer p#ftaddress {
	padding-top: 20px;
	color: #3C6851;
	font-size: 1.2em;
	font-weight:600;
}


#footer p a {
	color: #3C6851;
}



.fr { float: right; margin: 12px 12px 6px 12px; }
.fl { float: left; margin: 0 12px 6px 12px; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.center {text-align:center;}
.error { color: red; }

.hr {
	border-bottom: 1px solid #004684;
	clear: both;
	margin: 5px 0 10px 35px;
	width: 550px;
}


ul#nav, ul#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav {
	position: absolute;
	width: 115px;
	top: 140px;
	left: 23px;
	padding: 0;
	margin: 0;
	z-index: 999;
}

ul#nav li {	
	width: 144px;
	float: left;
	list-style: none;
	margin: 0;
	padding-bottom: 4px;
}

ul#nav li a {
	display: block;
}

ul#nav li a em {
	position: absolute;
	left: -999em;
}

ul#nav li ul {
	position: absolute;
	width: 14em;
	display: block;
	margin: -24px 0 0 21px;
	padding: 0;
	left: -999em;
}

ul#nav li ul li {
	width: 14em;
	line-height: 1.3;
	margin: -1px 0 0 0;
	padding: 0;
	font-size: 12px;
	height: auto;
}

ul#nav li ul li a {
	display: block;
	background: #88acd2;
	color: #000;
	padding: 4px;
	height: 100%;
	margin: 0;
	border: 1px solid #7391b1;
}

ul#nav li ul li a:hover,
ul#nav li ul li a:visited:hover {
	text-decoration: none;
	background: #7391b1;
	color: #fff;
}

ul#nav li:hover ul,
ul#nav li.sfhover ul {
	left: 144px;
}

ul#nav li:hover, ul#navli.hover {
	position: static;
}

ul#nav li a#contact { background: url(../img/nav/contact.gif) 0 0 no-repeat; width: 165px; height: 26px; }
ul#nav li a#contact:hover,ul#nav li a#contact:visited:hover { background-position: -165px 0; }
ul#nav li a#pharmacy { background: url(../img/nav/pharmacy.gif) 0 0 no-repeat; width: 165px; height: 25px; }
ul#nav li a#pharmacy:hover,ul#nav li a#pharmacy:visited:hover { background-position: -165px 0; }
ul#nav li a#resources { background: url(../img/nav/resources.gif) 0 0 no-repeat; width: 165px; height: 26px; }
ul#nav li a#resources:hover,ul#nav li a#resources:visited:hover { background-position: -165px 0; }
ul#nav li a#emergency_care { background: url(../img/nav/emergency_care.gif) 0 0 no-repeat; width: 165px; height: 27px; }
ul#nav li a#emergency_care:hover,ul#nav li a#emergency_care:visited:hover { background-position: -165px 0; }
ul#nav li a#housecalls { background: url(../img/nav/housecalls.gif) 0 0 no-repeat; width: 165px; height: 27px; }
ul#nav li a#housecalls:hover,ul#nav li a#housecalls:visited:hover { background-position: -165px 0; }
ul#nav li a#services { background: url(../img/nav/services.gif) 0 0 no-repeat; width: 165px; height: 25px; }
ul#nav li a#services:hover,ul#nav li a#services:visited:hover { background-position: -165px 0; }
ul#nav li a#about { background: url(../img/nav/about.gif) 0 0 no-repeat; width: 165px; height: 26px; }
ul#nav li a#about:hover,ul#nav li a#about:visited:hover { background-position: -165px 0; }
ul#nav li a#gallery { background: url(../img/nav/gallery.gif) 0 0 no-repeat; width: 165px; height: 25px; }
ul#nav li a#gallery:hover,ul#nav li a#gallery:visited:hover { background-position: -165px 0; }
ul#nav li a#index { background: url(../img/nav/index.gif) 0 0 no-repeat; width: 165px; height: 26px; }
ul#nav li a#index:hover,ul#nav li a#index:visited:hover { background-position: -165px 0; }
