html, body {
	margin: 10px 0;
}

body {
	background: url("../images/bg.gif") repeat left top;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	color: #333;
}

#main_wrapper {
	width: 986px;
	margin: 0 auto;
}

#nav_wrapper {
	position: relative;
	z-index: 101;
	background: url("../images/bg_nav.png") no-repeat left center;
	width: 986px;
	height: 32px;
}

#header {
	position: relative;
	z-index: 100;
	background: url("../images/header.png") no-repeat;
	width: 986px;
	height: 137px;
	margin: 0 auto;
}

#header .photo {
	position: absolute;
	top: 5px;
	left: 9px;
}

#header ul.doctors {
	position: absolute;
	top: 30px;
	left: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px;
/* 	border: 1px solid purple; */
}

#header ul.doctors li {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	font-style: italic;
	color: #669999;
	text-align: center;
	line-height: 28px;
	border-bottom: 1px solid #cde2e4;
}

#header ul.doctors li.last {
	border-bottom: none;
}

#header .logo {
	position: absolute;
	top: 24px;
	left: 538px;
}

#header .contact {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 11px;
	font-weight: bold;
}

#header .contact a:link,
#header .contact a:visited {
	background: url("../images/arrow_right.png") no-repeat right center;
	padding: 2px 18px 2px 10px;
	color: #a1a1a1;
	text-decoration: none;
}

#header .contact a:hover {
	color: #251100;
	text-decoration: none;
}

#header .address {
	padding: 5px;
	border-left: 3px solid #9cc5ca;
	color: #669999;
}

#wave_bg_home {
	position: relative;
/* 	z-index: 50; */
	background: url("../images/tile_page.png") repeat-y center top;
	width: 986px;
	height: 420px;
}

#wave_bg {
	position: relative;
/* 	z-index: 50; */
	background: url("../images/tile_page.png") repeat-y center top;
	width: 986px;
	height: 207px;
}

#wave_top {
	position: absolute;
	z-index: 50;
	background: url("../images/wave_top.png") no-repeat;
	width: 986px;
	height: 38px;
}

#wave_btm {
	position: absolute;
	bottom: 0px;
	z-index: 51;
	background: url("../images/wave_btm.png") no-repeat;
	width: 986px;
	height: 31px;
}

#intro {
	position: absolute;
	left: 5px;
	z-index: 45;
	background: #342313;
	width: 310px; /* 370 actual */
	height: 360px; /* 420 actual */
	overflow: hidden;
	padding: 30px;
	font-size: 11px;
	color: #fff;
/* 	line-height: 16px; */
}

#intro h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9cc6ca;
}

#slideshow {
	position: absolute;
	top: 9px;
	left: 376px;
	z-index: 46;
	width: 605px;
	height: 406px;	
}

#banner {
	position: absolute;
	top: 6px;
	left: 5px;
	z-index: 45;
	width: 976px;
	height: 196px;
}

#content {
	float: left;
	background: url("../images/tile_page.png") repeat-y center top;
	width: 950px; /* 986 actual */
	padding: 0 18px 20px;
	margin: 0 auto;
}

#copy {
	float: right;
	width: 620px;
	padding: 10px 0 0 0;
/* 	background: orange; */
}

#footer {
	float: left;
	width: 986px;
	height: 40px;
	margin: 0 auto;
/* 	padding-top: 10px; */
	background: url("../images/bg_footer.png") no-repeat center top;
	text-align: center;
	line-height: 34px;
}

.legal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #446666;
	text-align: center;
}

.clear {
	clear: both;
}


/* !TAG MODS */

p {
	margin: 12px 0;
}

h1 {
	font-size: 16px;
	color: #000;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 12px;
	color: #669999;
	text-transform: uppercase;
	letter-spacing: .1em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #669999;
}

img {
	border: none;
}

form {
	margin: 0;
}

input.text {
	padding: 3px;
	border: 1px solid #a0a0a0;
	color: #999;
}

hr {
	clear: both;
	padding: 10px 0;
	border: none;
}

iframe {
	border: 1px solid #9cc5ca;
}


/* !LINK MANAGEMENT */

a:link {
	color: #334d4d;
	text-decoration: underline;
/* 	border-bottom: 1px dotted #334d4d; */
}

a:visited {
	color: #334d4d;
/* 	text-decoration: underline; */
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}



/* !TABLES */



/* !IMAGES */

.border {
	padding: 1px;
	border: 2px solid #252525;	
}

.pic_right {
	float: right;
	margin: 0 0 6px 12px;
}

.pic_left {
	float: left;
	margin: 0 12px 6px 0;
}

/* !MISCELLANEOUS */

.right {
	float: right;
}

.left {
	float: left;
}

.cursor {
	cursor: pointer;
}

/* !HOME PAGE BOXES */

.box {
	float: left;
	width: 310px;
}

.box_top {
	float: left;
	width: 310px;
	height: 28px;
}

.one {
	float: left;
	background: url("../images/box_top_left.gif") no-repeat center top;
}

.two {
	float: left;
	background: url("../images/box_top_ctr.gif") no-repeat center top;
}

.three {
	float: left;
	background: url("../images/box_top_right.gif") no-repeat center top;
}

.box_mid {
	float: left;
	width: 278px; /* 310 actual */
	padding: 10px 15px 0;
	background: #d4e8ea;
	border-right: 1px solid	#bbd8db;
	border-left: 1px solid	#bbd8db;
	color: #558080;
	font-size: 11px;
}

.box_mid h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #251100;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.box_btm {
	float: left;
	width: 310px;
	height: 12px;
	background: url("../images/box_btm.gif") no-repeat center top;
}

.box_mid ul {
	margin: 12px 0 0 20px;
	padding-left: 0;
}

/* !jQuery SCROLLABLE */
/* http://flowplayer.org/tools/scrollable.html */

/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position: relative; 
    overflow: hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    width: 605px; 
    height: 406px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position: absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

.prev {
	position: absolute;
	top: 190px;
	right: 5px;
/* 	bottom: 46px; */
	z-index: 300;
	display: block;
	background: url("../images/btn_previous.png") no-repeat center top;
	width: 34px;
	height: 34px;
/*
	opacity: 0.75;
	filter: alpha(opacity=75);
*/
}

.prev:hover {
	background-position: 0 -34px;
	cursor: pointer;
/*
	opacity: 0.5;
	filter: alpha(opacity=50);
*/
}

.next {
	position: absolute;
	top: 224px;
	right: 5px;
/* 	bottom: 20px; */
	z-index: 301;
	display: block;
	background: url("../images/btn_next.png") no-repeat center top;
	width: 34px;
	height: 40px;
/*
	opacity: 0.75;
	filter: alpha(opacity=75);
*/
}

.next:hover {
	background-position: 0 -40px;
	cursor: pointer;
/*
	opacity: 0.5;
	filter: alpha(opacity=50);
*/
}
