/****************/
/***** BASE *****/
/****************/
td, body, input, textarea, option, select { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

body { 
	padding: 0; 
	margin: 20px; 
	text-align: center;
	background-color: #FFFFFF; 
	background-image: url(images/background.gif);
	}

p, blockquote, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
a:link, a:visited { 
	color: #34523A;
	font-size: 12px; 
	}

a:hover {
	font-size: 12px;
	color: #BA8400 !important;
	}

.leftTitle { 
	color: #34523A;	
	font-size: 16px;
	font-weight: bold;	
	padding: 0 0 0 20px; 
	margin: 0 340px 0 0;
	font-variant: small-caps;
	border-right: 1px solid #BA8400;
	font-family: Futura, Arial, Helvetica, sans-serif;
	}

.rightTitle { 
	width: 310px;
	float: right;
	color: #34523A;	
	font-size: 16px;
	text-align: left;
	font-weight: bold;	
	margin: 0 10px 0 20px;
	font-variant: small-caps;
	font-family: Futura, Arial, Helvetica, sans-serif;
	}

h2, thead td {
	font-size: 14px;
	font-weight: bold;
	}

h3 {
	font-size: 13px;
	font-weight: bold;
	}

h4 {
	color: #7D3D00;
	font-size: 12px;
	font-weight: bold;
	}

hr {
	height: 2px;
	float: left;
	width: 150px;
	display: block;
	color: #000000;
	background-color: #000000;
	}

.super {
	clear: left;
	font-size: 8px;
	vertical-align: super;
	}

/****************/
/***** MENU *****/
/****************/
#menuBar {
	height: 30px;
	color: #FFFFFF;
	position: relative;
	text-align: center;	
	background-color: #000000;position: relative;
	}
	
.menuBar, .menuBar ul {
	padding: 0;
	margin: 0 auto;
	white-space: nowrap;
	list-style-type: none;
	}

.menuBar li {
	float: left;
	width: 14.2%;
	position: relative;
	}
	
.menuBar li:hover li a {border: 0;}

.menuBar li ul {
	display: none;
	background-color: #FFFFFF;
	border-left: 1px solid #BA8400 !important;
	border-right: 1px solid #BA8400 !important;
	border-bottom: 1px solid #BA8400 !important;
	}

.menuBar li li {
	float: left;
	width: 225px;
	position: relative;
	background-color: #FFFFFF;
	}
	
.menuBar a, .menuBar a:visited {
	height: 30px;
	display: block;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	background-color: #000000;
	}

.menuBar li li a:link, .menuBar li li a:visited {
	display: block;
	color: #34523A;
	padding: 0 10px;
	text-align: left;
	text-decoration: none;
	background-color:#FFFFFF;
	}
	
.menuBar li:hover a {
	color: #BA8400;
	border-left: 1px solid #BA8400;
	border-right: 1px solid #BA8400;
	}

.menuBar li.first:hover a {
	color: #BA8400;
	border-left: none;
	border-right: 1px solid #BA8400;
	}
	
.menuBar li.last:hover a {
	color: #BA8400;
	border-right: none;
	border-left: 1px solid #BA8400;
	}
	
.menuBar li li:hover a {color: #BA8400;}

.menuBar li:hover ul {
	left: 0;
	top: 30px;
	display: block;
	position: absolute;
	}

/*******************/
/***** CONTENT *****/
/*******************/
#container {
	min-width: 950px;
	text-align: left;
	border: 2px solid #BA8400;
	background-color: #FFFFFF;
	}

#banner {
	height: 170px;
	overflow: hidden;
	}

#leftColumn {
	min-height: 620px;
	margin-right: 340px;
	padding: 10px 20px 0 20px;
	border-right: 1px solid #BA8400;
	}

#contactLeftColumn {
	overflow: hidden;
	padding: 10px 20px 0 20px;
	border-right: 1px solid #BA8400;
	}

#rightColumn {
	width: 300px;
	float: right;
	padding: 10px 20px 0 20px;
	}
	
#copyright {
	clear: both;
	margin: 0 340px 0 20px;
	padding: 0 10px 10px 0;
	border-right: 1px solid #BA8400;
	}

#titleBar {
	height: 19px;
	padding-top: 10px;
	border-bottom: 1px solid #BA8400;
	}
	
#container2Flash {
	margin-top: 20px;
	text-align: center;
	}

.image {text-align: center;}
	
.news dt {
	font-weight: bold;
	padding: 10px 0 0 15px;
	}

.news dd {margin-left: 30px;}

/******************/
/***** FOOTER *****/
/******************/
#footer {
	min-width: 950px;
	margin: 5px 0 0 0;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #BA8400;
	}

#footerContainer {
	padding: 10px 20px 0 20px;
	}
	
#footer ul {
	margin: 0;
	font-size: 10px;
	padding: 0 0 10px 0;
	list-style-position: inside;
	}

.footerLeft {
	width: 32%;
	float: left;	
	font-size: 10px;
	text-align: left;
	padding: 5px 10px 5px 0;
	}
	
.footerMiddle {
	width: 32%;
	float: left;
	font-size: 10px;
	text-align: left;
	padding: 5px 10px 0 10px;
	border-left: 1px solid #BA8400;
	border-right: 1px solid #BA8400;
	}
	
.footerRight {
	float: left;
	font-size: 10px;
	text-align: left;
	padding: 5px 0 5px 10px;
	}

.footerBottom {
	clear: both;
	padding-top:10px;
	text-align: center;
	}

/************************/
/***** STYLIZATIONS *****/
/************************/
.italicDisc ul, .italicDisc li {
	list-style: disc;	
	font-style: italic;
	}

.right {float: right;}

.links {
	margin: 0;
	display: inline;
	padding: 0 10px;
	list-style-type: none;
	}

.sports li {padding-bottom: 1em;}

#professionals, #news, #receivership, #healthLine {
	margin: 0;
	padding: 0;
	}

#healthLine {margin-top: 20px;}

#professionals li {
	list-style: none;
	line-height: 2em;
	}

#news li {
	line-height: 3em;
	list-style: none;
	}

.news h3 {margin-top: 2.5em;}

.news h2 + h3 {margin-top: 0;}

#receivership li, #healthLine {
	line-height: 2em;
	list-style: none;
	}

.address {
	padding: 10px 0;
	text-align: center;
	}

.printer {
	top: 0px;
	right: 0px;
	float: right;
	padding-right: 10px;
	}
	
.icon {
	border: 0;
	margin-top: -3px;
	}
	
/*************************************/
/***** Fix for annoying FF issue *****/
/*************************************/
a {outline: none;}

/**********************/
/***** Bio Styles *****/
/**********************/
.photo {}
	
h1.bio {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 16px;
	font-weight: bold;
	}
	
h2.bio {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	}
	
h3.bio {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	}

dl.contactInfo {
	margin: 0;
	padding: 0;
	width: 175px;
	display: block;
	position: relative;
	}

dl.contactInfo dt {	
	clear: left;
	float: left;
	width: 60px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	font-style: italic;
	position: relative;
	}

dl.contactInfo dd {
	margin: 0;
	float: left;
	color: #000000;
	font-size: 14px;
	line-height: 1.2em;
	position: relative;
	}

dl.resume, dd.exdent {
	margin: 0;
	padding: 0;
	}
	
dl.resume dt {	
	margin-top: 20px;
	font-weight: bold;
	}
	
dl.padded dd, dd.padded {margin-bottom: 1em;}

dl.padded dd.notpadded {margin-bottom: 0;}

p.bio {
	clear: left;
	padding-top: 10px;
	}
	
/******************/
/***** TABLES *****/
/******************/
table.contact {margin: 20px auto 0 auto;}

table.contact thead {
	color: #ffffff;
	background-color: #000000;
	}

table.contact td {
	height: 2em;
	padding: 0 5px;
	text-align: center;
	white-space: nowrap;
	}

table.contact td:first-child {text-align: left;}

table.contact tbody tr:hover {background-color: #CCCCCC}

/****************************/
/***** Health Line Form *****/
/****************************/
#emailForm {
	height: 310px;
	padding: 20px;
	text-align: left;
	border: 2px solid #BA8400;
	background-color: #FFFFFF;
	}

#emailForm dl {
	margin: 0;
	text-align: left;
	line-height: 3em;
	}

#emailForm dt {
	clear: both;
	float: left;
	width: 80px;
	font-weight: bold;
	}
	
#emailForm dt.special {
	clear: none;
	width: auto;
	padding-left: 22px;
	}

#emailForm dt.last {width: 100%;}

#emailForm dd {
	margin: 0;
	float: left;
	padding-left: 5px;
	}

#ieOLD #emailForm dt, #ieOLD #emailForm dd {height: 3em;}

#ieOLD #emailForm dd {padding-top: 5px;}

#emailForm span {color: #ff0000;}

ul#healthLine ul {list-style-type: disc;}
