/* 
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

body {
	font-family: Arial, Verdana, sans-serif;
	color:#1B1B1B;
	background:#fff url(../images/bg.gif) repeat-x top left;
}

body#home {
	background:#fff url(../images/bg_home.gif) repeat-x top left;
}

#wrap {
	position:relative;
	padding-top:33px;
	margin:0 auto;
	width:752px;
	color:#1B1B1B;
}

img.center {
	position:absolute;
	top:8px;
	left:344px;
}

p.physLogin {
	position:absolute;
	top:6px;
	right:0;
	width:94px;
	height:20px;
	text-indent:-9000px;
}

p.physLogin a {
	position:relative;
	float:left;
	width:94px;
	height:20px;
	background:url(../images/physician_login.gif) no-repeat top left;
}

#header {
	width:752px;
	height:110px;
	background:url(../images/header_bg.jpg) no-repeat top left;
}

#header h1 {
	width:270px;
	height:95px;
	text-indent:-9000px;
}

#header h1 a {
	position:relative;
	float:left;
	width:270px;
	height:95px;
}

/* main navgation */
#mainNav {
	width:100%;
	background:#D7D7D7 url(../images/nav_bg.gif) repeat-x bottom left;
}

.ie6 #mainNav {
	position:relative;
	bottom:3px;
}

#mainNav li {
	padding-right:2px;
	background:url(../images/nav_link_bg.gif) no-repeat top right;
}

#mainNav a {
	font-family:"Trebuchet MS", Helvetica, Arial;
	line-height:28px;
	padding:3px 17px 0 15px;
	color:#9A1119;
	letter-spacing:.5px;
	text-transform:uppercase;
}

#mainNav a:hover {
	background:url(../images/nav_hover.gif) repeat-x top left;
}

body#home #mainNav li#navHome a, body#home #mainNav li#navHome a:hover, body#about #mainNav li#navAbout a, body#about #mainNav li#navAbout a:hover, body#physicians #mainNav li#navPhysicians a, body#physicians #mainNav li#navPhysicians a:hover, body#hospitals #mainNav li#navHospitals a, body#hospitals #mainNav li#navHospitals a:hover, body#services #mainNav li#navServices a, body#services #mainNav li#navServices a:hover, body#contact #mainNav li#navContact a {
	color:#fff;
	background:#680B18;
	border-left-color:#680B18;
}

/* sub-navigation */
#subNav li {
	padding-right:2em;
}

#subNav li a {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	padding-top:10px;
	line-height:20px;
	color:#0F0F0F;
}

.ie6 #subNav li a {
	padding-top:7px;
}

#subNav li a:hover {
	color:#810E1D;
}

#subNav li.active a {
	color:#810E1D;
	border-bottom:2px solid;
}

/* content area */
#contentArea {
	padding:6.5em 0 2em 0;
}

body#home #contentArea {
	padding:5.5em 0 2em 0;
}

body#about #contentArea {
	padding-top:1.4em;
}

#content {
	float:left;
	width:523px;
}

h1.title {
	font-size:1.8em;
	padding:.3em 0 0 .4em;
	margin:0;
	background:url(../images/title_top.gif) no-repeat top left;
}

h1.title span {
	color:#8C0F22;
}

div.titleBtm {
	width:490px;
	height:8px;
	margin-bottom:1.5em;
	background:url(../images/title_btm.gif) no-repeat bottom left;
}

h2 span {
	color:#8C0F22;
}

h3.specialty {
	font-weight:normal;
	text-transform:uppercase;
	font-size:1.5em;
}

ul.red {
	list-style:none;
	margin-left:0;
}

ul.red li {
	text-transform:uppercase;
	padding-left:30px;
	color:#8C0F22;
	font-size:1.3em;
	background:url(../images/eagle.gif) no-repeat 0 .4em;
}

ul.nocaps li {
	text-transform:none;
}

#content .separator {
	height:1px;
	background:#929292;
	margin:2em 0;
}

.staffSep {
	height:3px;
	width:331px;
	margin:2em 0;
	background:url(../images/staff_sep.gif) no-repeat top left;
}

h3.eagle {
	margin-bottom:1.5em;
	padding-left:26px;
	background:url(../images/eagle.gif) no-repeat 0 .3em;
}

h3.eagle span {
	font-weight:normal;
	color:#6A0B18;
}

/* about section */
p.staff {
	padding-right:10px;
	margin-left:120px;
}

/* services */
p.quote {
	text-align:right;
	font-weight:bold;
	font-style:italic;
	position:relative;
	bottom:1em;
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
}

/* contact page */	
#contactForm ul {
	list-style:none;
	margin:0;
	padding:0;
	}	
	
#contactForm label {
	float:left;
	clear:right;
	width:100px;
	text-align:right;
	margin:0;
	padding-top:4px;
	}

#contactForm input, textarea {
	width:250px;
	margin:2px 0 8px 15px;
	padding:4px;
	color:#35371F;
	font-size:1em;
	border:1px solid #2A3F57;
	}

#contactForm textarea {
	width:320px;
}

#contactForm #error {
	color:#FF0000;
	margin-bottom:10px;
	}
	
#contactForm #submit {
	width:auto;
	background:#680B18;
	color:#fff;
	margin:0 0 15px 385px;
	}

/* physician area */
form#LoginForm fieldset {
	padding:0 1.4em;
	margin-bottom:1em;
}

form#LoginForm ul {
	margin:0;
}

form#LoginForm label {
	width:150px;
	text-align:left;
}

form#LoginForm input {
	width:250px;
	margin:0;
}

form#LoginForm input#submitBtn {
	width:auto;
	margin-left:340px;
}

p.forgotPwd {
	padding-left:1.4em;
}

#errorContainer ul, ul.profile {
	list-style:none;
	margin:0 0 1.5em 0;
}

h3.yourProfile a {
	font-size:.7em;
	padding:0 .6em;
}

ul.profile p {
	display:inline;
}

ul.profile p.label {
	padding-right:1em;
	font-weight:bold;
}

#LoginForm p.buttons {
	text-align:center;
}

#LoginForm p.buttons input {
	width:auto;
}

#LoginForm p.buttons input#submitBtn {
	margin-left:0;
}

#LoginForm label em {
	color:#8C0F22;
}

/* downloads section */
div.note {
	padding:1em;
	background:#fff;
	border:4px solid #999;
	margin-bottom:1.5em;
}

div.note p {
	font-size:1.2em;
	margin-bottom:0;
	color:#8C0F22;
}

/* sidebar */
#sidebar {
	float:right;
	width:205px;
	font-size:.95em;
}

#sidebar .box {
	width:184px;
	padding:10px;
	background:url(../images/sb_box_top.gif) no-repeat top left;
}

#sidebar .btm {
	height:8px;
	background:url(../images/sb_box_btm.gif) no-repeat top left;
}

#sidebar .box h3 {
	font-size:1.1em;
	letter-spacing:.1em;
	margin-top:.3em;
	text-transform:uppercase;
	color:#8A0F21;
}

#sidebar .box dl {
	margin:0;
}

#sidebar .box dt {
	float:left;
	clear:right;
	width:45px;
	text-align:right;
	font-weight:normal;
}

#sidebar .box dd {
	margin-left:65px;
}

ul.doc {
	margin:0;
	list-style:none;
}

ul.doc li {
	margin:.8em 0;
	padding-left:20px;
	background:url(../images/doc.gif) no-repeat 0 .3em;
}

#sidebar .separator {
	width:100%;
	height:10px;
	margin:2em 0;
	background:url(../images/swoosh.gif) no-repeat top center;
}

/* home content */
#homeBanner {
	text-indent:-9000px;
	width:523px;
	height:254px;
	background:url(../images/home_banner.jpg) no-repeat top left;
}

/* footer */
#footer {
	text-align:left;
	width:100%;
	padding:1.5em 0 2.5em 0;
	background:#4A4A4A;
}

#footer .text {
	width:752px;
	margin:0 auto;
	color:#B3B2B2;
	font-size:.9em;
}

#footer ul {
	float:none;
}

#footer li a {
	line-height:1em;
	color:#B3B2B2;
	text-transform:uppercase;
	padding:0 .8em;
	border-right:1px solid;
}

#footer li a.noBdr {
	border:0;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	padding:.5em 0 0 .8em;
}

#footer p a {
	color:#B3B2B2;
	text-decoration:none;
}