@charset "utf-8";
/* CSS Document */


#banner {
		background-image: url(h1n1banner.jpg);
		background-repeat: no-repeat;
		width: 740px;
		height: 199px;
}



.leftColumn {
	width: 175px;
	float: left;
	padding: 3px;
	text-align: center;
}

#main {
	width: 389px;
	float: left;
	padding: 5px
}

.sectionHeading {
	color: #CC3333;
	font-size: 1.2em;
	font-weight: bold;
	
}

.sectionHeadingLocations {
	color: #CC3333;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	
}

.locationTable {
	
	background-color: #000000;
	bottom-border: 1px;
	bottom-border-width: thin;
	bottom-border-color: #FFFFFF;
	bottom-border-style: solid;
	border-collapse: collapse;
	width: 389px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	
}

.locationAddress {
	text-align: center;
}
				  

.clinicHeading {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


#wrapper {
	width: 150px;
	float: right;
	background: #d7e2ae;
	background-repeat: repeat right top;
}

#nav a:hover {
	color: #ef6125;
	
	text-decoration: underline;
}
	
ul#nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dashed #999;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

ul#nav a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border: 1px dashed #999;
	border-bottom: none;
	display: block;
	padding: 7px 5px 7px 5px;
	background-color: #d7e2ae;
}



ul.nav li { 
}

* html ul.nav a { height: 1px; }

#footer {
	text-align: center;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	background-color: #a53234;
}



