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

* {
	margin: 0;
	padding: 0;
	border: none;
	}
	
body {
	background: #fff url(images/background.gif) repeat-x center bottom fixed;
	text-align: center;
	}
	
#wrapper {
	text-align: left;
	width: 890px;
	padding: 0;
	margin: 0 auto;
	}	
	
#header {
	height: 120px;
	background: url(images/header.gif) no-repeat left top;
	}

#header h1 {
	float: left;
	width: 310px;
	}

#header h1 a {
	display: block;
	width: 310px;
	height: 110px;
	background: url(images/logo.gif) no-repeat left top;
	text-indent: -9999em;
	}
	
#header h2 {
	float: right;
	width: 259px;
	height: 40px;
	}
	
#header h2 a {
	display: block;
	background: url(images/tab.gif) no-repeat left top;
	width: 259px;
	height: 40px;
	text-indent: -9999em;
	}
	
/* navigation */
	
#sidebar {
	float: left;
	background: #e5e1cb url(images/left.gif) no-repeat left bottom;
	width: 260px;
	padding: 0 0 10px;
	border-bottom: 10px solid #fff;
	}
	
ul#nav {
	background: url(images/nav.gif) no-repeat left top;
	height: 225px;
	padding: 10px 0 0;
	font: bold 14px/14px "Trebuchet MS", Verdana, sans-serif;
	}

ul#nav li,
ul#buttons li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#nav li a {
	display: block;
	height: 19px;
	padding: 5px 15px 0;
	text-decoration: none;
	color: #fff;
	text-shadow: #00335b 0 1px 0;
	}	

ul#nav li a:hover {
	background: #1c6097;
	}
	
ul#nav li a.on,
ul#nav li a.on:hover {
	background: #3077b0;
	}

ul#buttons li a {
	display: block;
	height: 65px;
	border-bottom: 1px dotted #b0aa9a;
	text-indent: -9999em;
	background-position: left top;
	background-repeat: no-repeat;
	}

ul#buttons li.b-screenings a { background-image: url(images/b-screenings.gif); }
ul#buttons li.b-opinion a { background-image: url(images/b-secondopinion.gif); }
ul#buttons li.b-physicians a { background-image: url(images/b-physicians.gif); }	
ul#buttons li.b-story a { background-image: url(images/b-story.gif); }		
ul#buttons li.b-contact a { background-image: url(images/b-contact.gif); }	

#for-phys {
	padding: 15px 15px 5px;
	}

#for-phys h3 {
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	color: #7c7369;
	margin: 0 0 5px;
	}

#for-phys h3 a {
	color: #7c7369;
	text-decoration: none;
	}

#for-phys h3 a:hover {
	color: #333;
	border-bottom: 1px dotted #b0aa9a;
	}

#for-phys p {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	}

/* content */

#content {
	float: right;
	width: 620px;
	}
	
#content h3 {
	font: bold 18px/18px "Trebuchet MS", Verdana, sans-serif;
	color: #1c6097;
	border-bottom: 1px dotted #bdb9b4;
	padding: 10px 15px;
	margin: 0 0 15px;
	}
	
#content h4 {
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	margin: 0 15px 15px;
	color: #439639;
	}
	
#content p,
#content ol,
#content ul {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 15px 15px;
	color: #333;
	}

#content li {
	margin: 0 25px;
	}

#content a {
	color: #1c6097;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	}
	
#content #left {
	float: left;
	width: 350px;
	}

#content #right {
	float: right;
	width: 260px;
	}

#right img {
	display: block;
	margin: 0 0 10px;
	}
	
/* footer */

#footer {
	clear: both;
	border-top: 1px dotted #bdb9b4;
	padding: 10px 0 0;
	height: 50px;
	}

#footer p.left {
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	color: #666;
	float: left;
	}

#footer p.right {
	font: bold 11px/14px Helvetica, Arial, sans-serif;
	color: #666;
	float: right;
	}
	
#footer p.right a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #ccc;
	}
	
	

/* home page */
	
img#masthead {
	display: block;
	margin: 0 0 15px;
	}
	
#intro {
	float: left;
	width: 425px;
	padding: 8px 0 0 15px;
	}

#intro p {
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 15px;
	color: #333;
	}
	
#feature {
	background: url(images/feature.gif) no-repeat left top;
	width: 170px;
	height: 212px;
	text-indent: -9999em;
	float: right;
	margin: 0;
	padding: 0;
	}
