body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #656565;
	background: url(../images/bg_body.jpg) no-repeat top center #ffffff;
}

#container {
	position: relative;
	width: 828px;
	padding: 0px 10px 40px 10px;
	margin: 0px auto;
	background-color: #fff;
}

#footer {
	width: 828px;
	color: #7c7c7c;
	text-align: center;
}

#header {
	position: relative;
	width: 828px;
	height: 52px;
	padding-top: 22px;
	margin-bottom: 14px;
}

#left {
	float: left;
	width: 258px;
	margin-right: 5px;
	padding-bottom: 30px;
}

#masthead {
	clear: both;
	width: 828px;
	height: 200px;
	margin-bottom: 5px;
}
#masthead.home {
	height: 394px;
}

#right {
	float: left;
	position: relative;
	width: 531px;
	padding: 17px 17px 30px 17px;
	background: url(../images/bg_right.gif) repeat-x top left #fff;
}

#search {
	background: url(../images/bg_search.jpg) repeat-x top center #fff;
	display: block;
	padding: 15px 17px 0px 17px;
	margin: 15px 0px 15px -17px;
	width: 531px;
}

#searchResults {
	display: block;
	padding: 0px;
	margin: 6px 0px 15px -17px;
	width: 567px;
}

#sizeControls {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
}

#toplinks {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
	text-transform: uppercase;
}

#topnav {
	clear: both;
	width: 828px;
	margin-bottom: 7px;
}

/*TEXT STYLES*/
em {
	font-style: italic;
}

h1 {
	font-size: 28px;
	margin-bottom: 23px;
	color: #e8a54d;
}

h2 {
	font-size: 15px;
	margin-bottom: 6px;
	color: #656565;
	font-weight: bold;
}
h2.provider {
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin-bottom: 15px;
	margin-left: -17px;
	padding: 9px 17px 10px 17px;
	width: 531px;
	color: #656565;
	font-weight: bold;
	height: 16px;
	background: url(../images/bg_h1_providers.gif) top left repeat-x #fff;
}

p {
	margin-bottom: 18px;
}
p.noBspace {
	margin-bottom: 0px;
}

strong {
	font-weight: bold;
}

.bigTitle {
	font-weight: bold;
	font-size: 13px;
}

#searchResults p {
	margin-left: 17px;
}

.orange {
	color: #e8a54d;
}

/*LINK STYLES*/

#footer a, #footer a:visited, #footer a:active {
	color: #ecae4c;
	text-decoration: none;
}
#footer a:hover {
	color: #01b5f0;
}

#right a, #right a:visited, #right a:active {
	color: #ecae4c;
	text-decoration: none;
}
#right a:hover {
	color: #01b5f0;
	text-decoration: underline;
}

#sizeControls a {
	text-decoration: none;
}

#toplinks a, #toplinks a:visited, #toplinks a:active {
	color: #e8a54d;
	text-decoration: none;
}
#toplinks a:hover {
	color: #01b5f0;
}

/*NAV STYLES*/

#nav {
	height: 44px;
	width: 828px;
	overflow: hidden;
	background: url(../images/bg_nav.gif) no-repeat 0px 0px #fff;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul li a {
	background-color: #01b5f0;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	padding: 10px;
	display: block;
	width: 192px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #0097c8;
}
#nav li ul li a:hover {
	background-color: #fff;
	color: #ecae4c;
	border-bottom: 1px solid #fff;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

li#nav_about {
	height: 44px;
	width: 97px;
}
li#nav_services {
	height: 44px;
	width: 93px;
}
li#nav_providers {
	height: 44px;
	width: 127px;
}
li#nav_information {
	height: 44px;
	width: 165px;
}
li#nav_resources {
	height: 44px;
	width: 155px;
}
li#nav_careers {
	height: 44px;
	width: 88px;
}
li#nav_contact {
	height: 44px;
	width: 103px;
}

/*FORM STYLES*/
#search label, #adminlogin label {
	display: block;
	margin-bottom: 3px;
}

#search input, #search select, #adminlogin input {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 4px;
}

/*MISC STYLES*/

.clear {
	clear: both;
	height: 0px;
}

.green {
	color: green;
}

.red {
	color: red;
}

/*expandable content starts closed*/
.content {
	display: none;
}

.expandable {
	position: relative;
}

img.hr {
	display: block;
	margin: 12px 0px 22px -17px;
	padding: 0px 17px 0px 17px;
	width: 531px;
	height: 1px;
	background-color: #ebebeb;
}

img {
	border: 0;
}

img.leftimg {
	display: block;
	margin-bottom: 18px;
}

img.provider {
	float: right;
	margin-left: 12px;
	margin-bottom: 20px;
}

img.quote {
	margin-right: 5px;
}

.float {
	float: left;
}

#left a.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	/*height: 14px;*/
	padding: 19px 17px;
	background-color: #009ed1;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: block;
	width: 224px;
	font-weight: bold;
	background-image: url(../images/bg_arrow_blue.gif);
	background-position: 230px 15px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#left a.subnav:hover, #left a.current {
	background-color: #e8a54d;
	background-image: url(../images/bg_arrow_orange.gif);
	background-position: 233px 15px;
}

#right ul, #right li {
	list-style: disc outside none;
}
#right ul {
	margin-left: 34px;
	padding: 10px 0px 16px 0px;
}

/*ROLLOVERS*/
a.rollover:hover img, a.rollover:active img, a.rollover:visited:hover img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

a.rollover:visited img, a.rollover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*SPRITES*/
a.jobOpenings {
	display: block;
	height: 36px;
	width: 269px;
	overflow: hidden;
	background: url(../images/sprite_jobopenings.gif) no-repeat 0px 0px #ffffff;
}
a.jobOpenings:hover {
	background-position: -269px 0px;
}

a.map {
	display: block;
	height: 34px;
	width: 88px;
	overflow: hidden;
	background: url(../images/sprite_map.gif) no-repeat 0px 0px #ffffff;
}
a.map:hover {
	background-position: -88px 0px;
}

a.website {
	display: block;
	height: 34px;
	width: 104px;
	overflow: hidden;
	background: url(../images/sprite_website.gif) no-repeat 0px 0px #ffffff;
}
a.website:hover {
	background-position: -104px 0px;
}

a.credCvt {
	display: block;
	height: 36px;
	width: 316px;
	overflow: hidden;
	background: url(../images/sprite_credentials_cvt.gif) no-repeat 0px 0px #ffffff;
}
a.credCvt:hover {
	background-position: -316px 0px;
}

a.credNeuro {
	display: block;
	height: 36px;
	width: 325px;
	overflow: hidden;
	background: url(../images/sprite_credentials_neuro.gif) no-repeat 0px 0px #ffffff;
}
a.credNeuro:hover {
	background-position: -325px 0px;
}

a.grantForm {
	display: block;
	height: 36px;
	width: 191px;
	overflow: hidden;
	background: url(../images/sprite_grantform.gif) no-repeat 0px 0px #ffffff;
}
a.grantForm:hover {
	background-position: -191px 0px;
}

a.credPediatric {
	display: block;
	height: 36px;
	width: 346px;
	overflow: hidden;
	background: url(../images/sprite_credentials_pediatric.gif) no-repeat 0px 0px #ffffff;
}
a.credPediatric:hover {
	background-position: -346px 0px;
}

a.credTransplant {
	display: block;
	height: 36px;
	width: 375px;
	overflow: hidden;
	background: url(../images/sprite_credentials_transplant.gif) no-repeat 0px 0px #ffffff;
}
a.credTransplant:hover {
	background-position: -375px 0px;
}

a.oba {
	display: block;
	height: 32px;
	width: 185px;
	overflow: hidden;
	background: url(../images/sprite_oba_topnav.gif) no-repeat 0px 0px #ffffff;
}
a.oba:hover {
	background-position: 0px -32px;
}

a.obaFaq {
	display: block;
	height: 32px;
	width: 175px;
	overflow: hidden;
	background: url(../images/sprite_oba_topnav.gif) no-repeat -185px 0px #ffffff;
}
a.obaFaq:hover {
	background-position: -185px -32px;
}

a.rights {
	display: block;
	height: 32px;
	width: 187px;
	overflow: hidden;
	background: url(../images/sprite_oba_topnav.gif) no-repeat -360px 0px #ffffff;
}
a.rights:hover {
	background-position: -360px -32px;
}

a.opInstructions {
	display: block;
	height: 36px;
	width: 259px;
	overflow: hidden;
	background: url(../images/sprite_op_instructions.gif) no-repeat 0px 0px #ffffff;
}
a.opInstructions:hover {
	background-position: -259px 0px;
}

a.trainingPdf {
	display: block;
	height: 36px;
	width: 383px;
	overflow: hidden;
	background: url(../images/sprite_trainingpdf.gif) no-repeat 0px 0px #ffffff;
}
a.trainingPdf:hover {
	background-position: -383px 0px;
}

/* ADMIN STYLES */

#lead_add label, #lead_edit label, #lead_delete label, 
#press_add label, #press_edit label, #press_delete label,
#jobs_add label, #jobs_edit label, #jobs_delete label, .label, 
#refer label {
	display: block;
	margin-bottom:4px;
	font-size: 12px;
	font-weight: bold;
}
#lead_add input, #lead_add textarea, #lead_add select, #lead_edit input, #lead_edit textarea, #lead_edit select, #lead_delete select,
#press_add input, #press_add textarea, #press_add select, #press_edit input, #press_edit textarea, #press_edit select, #press_delete select,
#jobs_add input, #jobs_add textarea, #jobs_add select, #jobs_edit input, #jobs_edit textarea, #jobs_edit select, #jobs_delete select,
#refer input, #refer textarea {
	display: block;
	width: 250px;
	padding: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}
#lead_add .submit, #lead_edit .submit, #lead_delete .submit,
#press_add .submit, #press_edit .submit, #press_delete .submit,
#jobs_add .submit, #jobs_edit .submit, #jobs_delete .submit,
#refer .submit {
	width: auto;
	padding: 4px 12px;
}

#tinymce a, #tinymce a:visited, #tinymce a:active {
	color: #ecae4c;
	text-decoration: underline;
}

/*
orange - e8a54d
light orange - ecae4c
gray text - 656565
baby blue - 01b5f0
*/
	
/**/
/**/