/*** Content ***/

body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 13px;
	background-color: #EFF6D7;
}

h1 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;	
}
h2 {
	color: #7AA354;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

h3 {
	color:#333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.surgeon-photo {
	background-color: #EFF6D7;
	width: 205px;
	height: auto;
	border: solid medium #7aa454;
	float: right;
	margin: 5px, 5px, 10px, 10px;
	margin-left: 10px;
}

.pa-photo {
	background-color: #EFF6D7;
	width: 205px;
	height: auto;
	border: solid medium #7aa454;
	float: left;
	margin: 5px, 5px, 10px, 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.photos {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}
	
/*** Links ***/

a:link,
a:visited,
a:active {
	color: #7AA354;
	text-decoration: none;
}

a:hover {
	color: #53703A;
	text-decoration: underline;
}

/*** Layout ***/

#site_wrapper {
	border: 1px solid #333;
}

#nav {
	background-image: url(../images/layoutsplices/nav_bkgrnd.gif);
	background-position: top right;
	background-repeat: repeat-y;
}	

#nav ul {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin-left: 7px;
	padding-left: 15px;
}

#nav ul.subnav {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
}

#nav li {
	margin-bottom: 10px;
	margin-top: 10px;
}
	
#nav .subnav li {
	margin-bottom: 5px;
	margin-top: 5px;
}	

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #E2E574;
	text-decoration: NONE;
}

#nav .current_link a:link,
#nav .current_link a:visited,
#nav .current_link a:active {
	color: #FFF;
}

#nav li .subnav a:link,
#nav li .subnav a:visited,
#nav li .subnav a:active {
	color:#FFF;
	text-decoration: none;
}

#nav li .subnav li.current_link a:link,
#nav li .subnav li.current_link a:visited,
#nav li .subnav li.current_link a:active,
#nav li .subnav a:hover {
	color: #E2E574;
	text-decoration: underline;
}

#title {
	display: none; 
}

#topbar {
	background-image: url(../images/layoutsplices/topbar.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 800px;
}

#search_area {
	padding: 110px 0 0 15px;
}

#search {
	padding-left: 3px;
}

#search_area form {
	margin: 0;
}

#content_area td {
	padding: 0 15px 15px 15px;
}

#content_area #print td {
	padding: 8px 15px 0 15px;
}

address {
	font-style: normal;
}

.copyright {
	clear: both;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}


.whatsnew {
	width: 200px;
	height: auto;
	background-color:#eff6d7;
	border: solid medium #7aa454;
	float:left;
	padding: 5px 10px 10px 10px;
	margin: 0 10px 5px 0; 
}

.surgeon {
	padding-bottom: 0px;
	border-bottom: 1px solid #333;
	margin: 4px 0px;
}

h2.surgeon {
	border: none;
}

.clear {
clear: both;
}

