@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;
	}

#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;
	background: url(images/tab.gif) no-repeat left top;
	width: 350px;
	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: 3px 15px 0;
	text-decoration: none;
	color: #fff;
	text-shadow: #186e18 0 1px 0;
	}	

ul#nav li a:hover {
	background: #32a432;
	}
	
ul#nav li a.on,
ul#nav li a.on:hover {
	background: #5ebe5e;
	}

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-seminars a { background-image: url(images/b-seminars.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-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;
	}
	
#content img.img-right {
	float: right;
	margin: 0 0 10px 10px;
	}
	
/* footer */

#footer {
	clear: both;
	border-top: 1px dotted #bdb9b4;
	padding: 10px 0 0;
	}

#footer p {
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	color: #666;
	}

/* 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: 230px;
	text-indent: -9999em;
	float: right;
	margin: 0;
	padding: 0;
	}
	
.whatis-menu li { 
  font: bold 14px "Trebuchet MS",Verdana,sans-serif;
  text-shadow:0 1px 0 #186E18;
  margin: 0; 
  padding: 0; }
  
.whatis-menu a { 
  color: #fff;  
  display: block; 
  height: 19px;
  text-decoration: none;
  padding: 5px 15px 0;}

.whatis-menu .whatis-submenu-item a { 
	background-color: #31A431; 
	font-size: .85em; 
	text-indent: 10px; }

	.whatis-menu .whatis-submenu-item a:hover { background-color: #4ECF4D; }
