@charset "UTF-8";
/* CSS Document */

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% "Helvetica", sans-serif;
	background: url(images/body-bg.jpg) top left repeat;
}

ul { list-style: none inside; }
	ul#sidebar-text {
		color:#FFFFFF;
		font-size: 1.3em;
		text-align: center;
	}
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; font-family: Helvetica, sans-serif; }	
a { outline: none;
	color:#000000;
	font-size: 1.2em;
	 }
	
a img { border: none; }

.footer {
font-family: Helvetica, sans-serif;
	 text-decoration: none;
	 	color:#FFFFFF;
		font-size: 11px;
	 }
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #a30427;
	}
	h1#logo {
		width: 778;
		height: 92px;
		background: url(images/header.jpg) no-repeat center center;
		text-indent: -9999px;
	}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 1.4em;
	color: #a30427;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
}

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 778px;
	margin: 0 auto;
	background: url(images/content-bg.png) repeat-y;
	}
	#sidebar {
	float: right;
	padding-right: 40px;
	text-align: center;
	top: 382px;
	}
	#main-content {
		padding: 30px 40px 30px 40px;
	}
	#center-column {
		width: 430px;
		float: left;
	}
	
	
#center-banner {
	width: 780px;
	height: 254px;
	background: url(images/center-banner.jpg) no-repeat;
}
ul#nav {
	padding-bottom:46px;
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 46px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 156px;
			background: url(images/nav-home.jpg) bottom center no-repeat;
		}
		ul#nav li.yourfirstvisit a {
		
			width: 155px;
			background: url(images/nav-yourfirstvisit.jpg) bottom center no-repeat;
		}
		ul#nav li.makeanappointment a {
			width: 155px;
			background: url(images/nav-makeanappointment.jpg) bottom center no-repeat;
		}
		ul#nav li.patientforms a {
			width: 155px;
			background: url(images/nav-patientforms.jpg) bottom center no-repeat;
		}
		ul#nav li.location a {
			width: 157px;
			background: url(images/nav-location.jpg) bottom center no-repeat;
		}
		ul#nav li a:hover {
			background-position: center center;
		}
		ul#nav li a:focus {
			background-position: top center;
		}
		

		
#footer {
	font-size: .95em;
	height: 225px;
	background: url(images/footer-bg.png) no-repeat;

	text-align: center;
	color:#FFFFFF;
	font-family: Helvetica, Sans-serif;
}
