body {
	background: #fff;
	color: #333;
	font-size: 67.5%;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#header {
	width:780px;
	height:78px;
	background-image:url(../images/homepage/header.png);
	background-repeat: no-repeat;
	background-position:top left;
}

#midsection {
	width:100%;
	height:364px;
	text-align:left;
	margin:0;
	padding:0;
	background-image:url(../images/homepage/midsection_bg.png);
	background-repeat:repeat-x;
}

#midsection #left_repeat {
	width:50%;
	height:364px;
	background-image:url(../images/homepage/left_bg.png);
	background-repeat:repeat-x;
}

#footer {
	position: relative;
	left: 1px;
	width:780px;
	height:40px;
	background-image:url(../images/homepage/footer.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align: left;
}

#footer a.carecredit {
	position: absolute;
	top: 1px;
	left: 30px;
}

#content {
	margin: -404px 0 0 0;
	width:780px;
	height:364px;
	background-image:url(../images/homepage/content.png);
	background-repeat:no-repeat;
	background-position:top right;
}

#content #left_buffer {
	float:left;
	width:30px;
	height:364px;
}

#content #left_column {
	float:left;
	width:171px;
	height:364px;
	margin:0;
	padding:0;
	background-image:url(../images/homepage/nav_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}


/***************************************/
/***************************************/
/* NAVIGATION */
#nav_wrapper {
	width:161px;
	height:288px;
	margin:0;
	padding:0px 5px;
	background-image:url(../images/homepage/nav_bg.png);
	background-repeat:repeat;
}

.nav {
	width:161px;
	margin:0;
	padding:0;
}

/**************************************/

.nav a#home, .nav a:visited#home {
	background: url(../images/homepage/home.png) no-repeat;
	display: block;
	width: 161px;
	height: 33px;
	color: #63aeb0;
}

.nav a:hover#home, .nav a:visited:hover#home {
	background: url(../images/homepage/home_hover.png) no-repeat;
	width: 161px;
	height: 33px;	
}

/**************************************/

.nav a#emergency_services, .nav a:visited#emergency_services {
	display: block;
	background: url(../images/homepage/emergency_services.png) no-repeat;
	width: 161px;
	height: 33px;
	color: #63aeb0;
}

.nav a:hover#emergency_services, .nav a:visited:hover#emergency_services {
	background: url(../images/homepage/emergency_services_hover.png) no-repeat;
	width: 161px;
	height: 33px;	
}

/**************************************/

.nav a#specialty_services, .nav a:visited#specialty_services {
	display: block;
	background: url(../images/homepage/specialty_services.png) no-repeat;
	width: 161px;
	height: 33px;
	color: #63aeb0;
}

.nav a:hover#specialty_services, .nav a:visited:hover#specialty_services {
	background: url(../images/homepage/specialty_services_hover.png) no-repeat;
	width: 161px;
	height: 33px;	
}

/**************************************/

.nav a#our_team, .nav a:visited#our_team {
	display: block;
	background: url(../images/homepage/our_team.png) no-repeat;
	width: 161px;
	height: 33px;
	color: #63aeb0;
}

.nav a:hover#our_team, .nav a:visited:hover#our_team {
	background: url(../images/homepage/our_team_hover.png) no-repeat;
	width: 161px;
	height: 33px;	
}

/**************************************/

.nav a#location, .nav a:visited#location {
	display: block;
	background: url(../images/homepage/location.png) no-repeat;
	width: 161px;
	height: 33px;
	color: #63aeb0;
}

.nav a:hover#location, .nav a:visited:hover#location {
	background: url(../images/homepage/location_hover.png) no-repeat;
	width: 161px;
	height: 33px;	
}

/**************************************/

.nav a#contact, .nav a:visited#contact {
	display: block;
	background: url(../images/homepage/contact.png) no-repeat;
	width: 161px;
	height: 33px;
	color: #63aeb0;
}

.nav a:hover#contact, .nav a:visited:hover#contact {
	background: url(../images/homepage/contact_hover.png) no-repeat;
	width: 161px;
	height: 33px;	
}
/**************************************/

.nav a#recent_articles, .nav a:visited#recent_articles {
	display: block;
	background: url(../images/homepage/recent_articles.png) no-repeat;
	width: 161px;
	height: 33px;
	color: #63aeb0;
}

.nav a:hover#recent_articles, .nav a:visited:hover#recent_articles {
	background: url(../images/homepage/recent_articles_hover.png) no-repeat;
	width: 161px;
	height: 33px;	
}

/**************************************/

.nav a#hyperbaric, .nav a:visited#hyperbaric {
	display: block;
	background: url(../images/homepage/hyperbaric.png) no-repeat;
	width: 161px;
	height: 47px;
	color: #63aeb0;
}

.nav a:hover#hyperbaric, .nav a:visited:hover#hyperbaric {
	background: url(../images/homepage/hyperbaric_hover.png) no-repeat;
	width: 161px;
	height: 47px;	
}

/**************************************/

#preload {
	position: absolute;
	width: 200px;
	height: 200px;
	left: -999em;
}


