/* CSS for SBHS */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
  font: 62.5% Arial, Helvetica, sans-serif; /* 62.5% resets 1em to the equivalent of 10px */
	background: url('/images/bg-body.gif') top repeat-x #7c4139;
}


/* Global Styles */

a, a:link { color:#7C4139; text-decoration: underline;}
a:hover { text-decoration: none;}
a.broken, a.highlight { color: #FFFFFF; background: #B60016; } /* Use this class on links that are broken during site development */
a[href$=".pdf"] {
background:transparent url(/images/icon_pdf.gif) no-repeat scroll right center;
padding:5px 20px 5px 0;
}


h1 {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	color: #76322d;
	text-transform: uppercase;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
h2 {
	color: #76322d; 
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}
h3 {
	color: #7e8c79; 
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

table { border-collapse: collapse; } /* Removes all padding and spacing from table cells */
input, select, option, textarea { padding: 2px; }
object, embed { border: 0; outline: 0; }
fieldset { border: 1px solid #666666; padding: 10px; }
legend { color: #666666; font-weight: bold; }
ul, ol { margin: 10px 0 15px 35px; }
li { margin: 0; padding: 0 0 5px 0; }
p { margin: 0; padding: 0 0 10px 0; }
hr { margin: 10px 0 20px 0; padding: 0; border: 0; height: 1px; background-color: #94a190; }

.l, .left { float: left; }
.r, .right { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b, .bold { font-weight: bold; }
.u, .underline { text-decoration: underline; }
.i, .italic { font-style: italic; }
.small { font-size: .79em; } /* IE has trouble recognizing intervals of .1 so we use .11 to make it happy */
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x-x-large { font-size: 1.6em; }
.t-c, .text-center { text-align: center; }
.t-r, .text-right { text-align: right; }
.t-l, .text-left { text-align: left; }

img { border: 0; }
img.l, img.left { margin: 0 10px 10px 0; }
img.r, img.right { margin: 0 0 10px 10px; }

.email_confirm, .hide, .hideme { display: none; }
#form_error { font-weight: bold; color: #ed1c24; }


/* Site Colors */

.black { color: #000000; }
.gray { color: #686158; }
.light-gray { color: #94a190; }
.white { color: #FFFFFF; }
.green { color: #008302; }
.light-red { color: #7c4139; }
.red { color: #76322d; }
.dark-red { color: #2d1716; }
.tan { color: #d9d1a6; }
.light-tan { color: #e6e1c5; }


/* Navigation */
/* Based on Son of Suckerfish: http://www.htmldog.com/articles/suckerfish/dropdowns */

#nav {
	float: left;
	font-size: 1.7em;
	font-weight: bold;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	background: url('/images/bg-nav.gif') left repeat-y #e4debf;
}

#nav ul { /* Begin First Level Lists */
	margin: 0;
	padding: 0;
  line-height: 1;
	list-style: none;
}
#nav ul li { /* All List Items */
	float: left;
	margin: 0;
	padding: 0;
	width: auto; /* width needed or else Opera goes nuts */
}
#nav li.separator { 
	width: 233px;
	height: 2px;
	background: url('/images/nav-separator.gif') top left no-repeat; 
}
#nav li.last-separator { 
	width: 233px;
	height: 2px;
	background: url('/images/nav-separator-last.gif') top left no-repeat; 
}
#nav li.separator span,
#nav li.last-separator span { display: none; }
#nav li:hover {background-position: 0 0;} /* Fixes IE sticky dropdowns somehow */

#nav ul li a {
	display: block;
	width: 233px;
	margin: 0;
	padding: 0;
	color: #2d1716;
	text-shadow: 1px 1px #E6E1C5;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
#nav ul li a span { display: block; padding: 13px 13px 13px 44px; }
#nav ul li a:hover { background: #ccc085; }

#nav ul li ul { /* Begin Second Level Lists */
	margin: 0;
	padding: 0;
	font-size: .89em;
}
#nav ul li ul li {	margin: 0;
	padding: 0;
}
#nav ul li ul li a {
	margin: 0;
	padding: 0;
	text-shadow: none;
	background: url('/images/bg-sub-nav.gif') right repeat-y #e6e1c5;
}
#nav ul li ul li a span { padding: 7px 7px 7px 44px; }
#nav ul li ul li a:hover { background: url('/images/bg-sub-nav-hover.gif') right repeat-y #CFC8A8; }
#nav ul li ul li.first a { background: url('/images/bg-sub-nav-first.gif') top repeat-x #e6e1c5; }
#nav ul li ul li.first a:hover { background: url('/images/bg-sub-nav-first-hover.gif') top repeat-x #CFC8A8; }


/* Top Nav */

#top-nav {
	text-align: left;
	font-size: 1.2em;
	color: #6a2e29;
	font-weight: bold;
}
#top-nav ul { 
	float: right;
	margin: 0;
	padding: 15px 25px 10px 0;
	line-height: 1; /* Makes borders happy */
	list-style: none;
}
#top-nav ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
}
#top-nav ul li a {
	color: #6a2e29;
	text-decoration: none; 
}
#top-nav ul li a:hover { text-decoration: underline; }
#top-nav ul ul { display: none; }
#top-nav ul li.phone { font-size: 1.4em; }


/* Footer Nav */

#footer {
	color: #FFFFFF;
	padding: 10px 25px;
	line-height: 1;
}
#footer a { color: #FFFFFF; }
#footer ul { 
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1em; /* Makes borders happy */
	list-style: none;
}
#footer ul li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0 3px 0 0;
}
#footer ul li a { text-decoration: none; }
#footer ul li a:hover { text-decoration: underline; }
#footer ul ul { display: none; }


/* Layout */

#wrap {
	width: 923px;
	margin: 0 auto;
	text-align: center;
}

#main-top {
	clear: both;
	width: 923px;
	height: 13px;
	background: url('/images/bg-main-top.png') bottom left no-repeat;
}

#main {
	height: 1%;
	text-align: left;
	background: url('/images/bg-main.png') left repeat-y;
}
#main-padding { padding: 0 0 0 14px; }

#flash { border-bottom: 1px solid #93A08F; }

#left {
	float: left;
	width: 233px;
	color: #FFFFFF;
	position: relative; /* IE6 Fix. */
}
#left .padding {
	clear: both;
	float: left; /* IE6 Fix. */
	width: 173px; /* IE6 Fix. */
	padding: 30px 30px 20px 30px;
	font-size: 1.4em;
	line-height: 1.5em;
	background: url('/images/bg-left-gradient.gif') top left repeat-x; 
}
#left h2 {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

#left .appointment {
	clear: both;
	margin: 0 10px;
	padding: 20px 0;
	font-size: 1.2em;
	border-top:1px solid #FFFFFF;
}
#left h3 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 1.4em;
}

#right {
	float: left;
	position: relative; /* IE6 Fix. */
	width: 662px;
	font-size: 1.2em;
	color: #686158;
}
#right .padding { padding: 20px ; }

#home-left {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 25px 0 0;
	line-height: 2em;
}

#home-left h1,
#home-right h2 {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	color: #76322d;
	text-transform: uppercase;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
#home-right h2 { margin-left: 5px; }

#home-right {
	float: right;
	width: 210px;
	line-height: 1.8em;
	padding: 0 0 15px 25px;
}
#home-right h3 { color: #7e8c79; font-size: 1.3em; margin: 0 0 10px 0; }
#home-right img.l {margin:-4px 10px 0 0; }
#home-right ul {
	margin: 0 0 10px 5px;
	padding: 0;
	
	list-style: none;
}
#home-right ul li {
	margin: 0;
	padding: 0 0 10px 15px;
	line-height: 15px;
	background: url('/images/gray-arrow-right.gif') 0px 4px no-repeat;
}

#interior-content {
	line-height: 1.8em;
}

#interior-content h1 {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	color: #76322d;
	text-transform: uppercase;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

#main-bottom {
	clear: both;
	width: 923px;
	height: 15px;
	background: url('/images/bg-main-bottom.png') bottom left no-repeat #7C4139;
}

#footer a.bwm { text-decoration: none; }
#footer a.bwm:hover { text-decoration: underline; color: #3f8aca; } /* Blue Water blue for hover */

#comments {
width: 400px;
height: 150px;
}


.bio {
border: 1px solid #c5c5c5;
margin: 0 0 15px 15px;
}
.bio img {
padding: 3px;
background: #e2e2e2;
}