/*
CSS RESET
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}


/* GLOBAL */

html {
	background-color:#f5f8f5;
}

body {
	color: #737B81;
	font: normal small helvetica, arial, sans-serif;
	line-height: 1.9em;
	min-width:900px;
	background:#fff;
}
	div#body-wrapper {
		min-width:800px;
	}

a {
	color: #758cb0;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #7f91a3;
}
h1, h2, h3, h4, h5, h6, blockquote {
	font-family:georgia, "Times New Roman", serif;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size: 1.3em;
}

h3 {
	margin: 1em 0 0.25em 0;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family:verdana, arial, sans-serif;
}

b, strong {
	font-weight:bold;
}

i, em {
	font-style:italic;
}

#content p {
	margin-bottom:10px;
}

blockquote {
	padding-left:40px;
	margin:20px;
	background: url('images/quotes.png') no-repeat;
	font-style: italic;
	line-height: 1.5em;
	
}

/* TOP MENU */

#menu {
	width: 100%;
	min-width:900px;
	height: 40px;
	background: url('images/bg-menu-item.png') repeat-x;
	border-bottom:2px #5f7a90 solid;
}

#menu ul {
	margin: 0 auto;
	width:450px;
}

#menu li {
	float: left;
	display: block;
	text-align:center;
	width: 149px;
	height: 40px;
	border-left:1px #626f97 solid;
}
	#menu li:last-child {
		border-right:1px #626f97 solid;
		width:148px;
	}
	#menu li:hover, #menu li.active {
		border-bottom:2px #5f7a70 solid;
		border-left:1px #828fb7 solid;
	}
		#menu li:hover a, #menu li.active a {
			height:18px;
			padding-top:8px;
			color:#fff;
			text-decoration:none;
		}


#menu a {
	font: normal 1.4em georgia, "Times New Roman", times, serif;
	color: #e0e8e0;
	display: block;
	width: 149px;
	height: 16px;
	padding-top:10px;
	letter-spacing: -0.1em;
}

/* HEADER */

#header-panel {
	height:250px;
	background:url('images/header-panel.png') repeat-x;
	padding-top:10px;
}


#header {
	width: 756px;
	height:214px;
	background:url('images/h1-back.jpg') no-repeat;
	margin: 0 auto;
}

#header h1 {
	font-size:36px;
	color:#d9dbd9;
	opacity:0.75;
	padding-left:30px;
	padding-top:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:-2px;
}
	#header h1 a {
		color:#d9dbd9;
	}
		#header h1 a:hover {
			text-decoration:none;
		}

#header h2{
	background:none;
	float: right;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	color: #fff;
	margin-top:110px;
	margin-right:20px;
	opacity:0.65;

}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 200px;
	margin-left:50px;
	border-right:1px #ccc solid;
}

	#sidebar h2 {
		padding-left:12px;
	}

#sidebar ul {
}

#sidebar li ul {
	padding: 0 20px 20px 20px;
}

#sidebar li li {
	border-bottom:1px #cacaca solid;
	padding-top:3px;
}

/* CONTENT */

#content {
	margin: 0 auto;
	width: 890px;
}

.content-block {
}

.content-body {
	padding: 15px 20px 0 20px;
}

#content-wrapper {
	float: right;
	width: 610px;
	padding-left:15px;
}

	#content-wrapper h1 {
		padding:10px 0;
		padding-bottom:15px;
		margin-bottom:5px;
		border-bottom:1px #ccc solid;
	}
	#content-wrapper h2 {
		padding:0;
		border-bottom:0;
	}
	
	#content-wrapper ul {
		margin-left:15px;
		list-style:disc;
	}
		#content-wrapper li {
			margin:5px;
		}
div.entry {
	margin-bottom:30px;
}


/* FOOTER */

#footer {
	height:60px;
	background:url('images/footer-back.png') repeat-x;
}

#footer a {
	color: #888;
	font-weight: bold;
}

#footer p {
	width: 810px;
	font-family: georgia, times, serif;
	font-size:10px;
	color: #666;
	text-align:center;
	margin:0 auto;
}

/* CONTACT FORM */
div.MsgSent {
	
}

/* breadcrumb */
div#breadcrumb {
	padding: 0 5px;
	border:1px #ddd solid;
	background:#eee;
	float:right;
	font-size:11px;
	height:22px;
}

/* staff member thumbnail */
div.staff_picture {
	float:left;
	margin-right:13px;
}

div.staff_picture img {
	border:1px #ccc solid;
	background:#eee;
	padding:5px;
}

div.staff_thumbnail {
	float:left;
	width:100px;
	height:126px;
	padding:5px;
	border:1px #ccc solid;
	background:#eee;
}

div.staff_summary {
	margin-left: 125px;
}

div.staff_body {
	margin-top:10px;
	margin-left:10px;
	min-height: 131px;
}

/* nospam (e-mail address obfuscation) */
span.nospam b, span.nospam i {
	display:none;
	font-size:0pt;
	position:absolute;
	left:-10000;
	top:-10000;
}

/* b.a.b.y accordion */
dl#accordion dt {
	margin:0;
	background:#ececec;
	padding: 2px 4px;
	border:1px #dedede solid;
	cursor:pointer;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family:verdana, arial, sans-serif;
	margin-bottom:5px;
}
div.reveal-content {
	padding: 4px 8px;
	padding-top: 3px;
}

/* contact page */
div#contact-left {
	float:left;
	width:50%;
}
div#contact-left, div#contact-right {
}
span#contact-line {
	border-bottom:1px #ccc solid;
	height:3px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	display:block;
	margin-top:0;
	margin-bottom:10px;
}

/* bio page video embeds */
div#bio-vid {
	float:right;
	margin: 4px 0px 4px 10px;
}

/* patient stories video embeds */
div.patient_video {
	float:right;
	margin:10px 0;
	margin-left:10px;
	padding:3px;
	border:#ccc;
	background:#eee;
}
