body {
	background: #E7E7E7;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	/*color: #B60400;*/
	color: #286ea0;
}

a:hover {
	color: #B60400;
}

a img {
	border: 0;
}

h3 {
	font-size: 1.5em;
	color: #B40000;
	margin: 0 auto 5px 0px;
	padding: 2px 0px 0px 0px;
}

h2 {
	font-size: 1.2em;
	color: #B40000;
	margin: 0 auto 5px 0px;
	padding: 2px 0px 0px 0px;
}

h1 {
	font-size: 0.9em;
	color: #B40000;
	margin: 0 auto 5px 0px;
	padding: 2px 0px 0px 0px;
}


.blue {
	color: #286ea0;
}

.red {
	color: #B40000;
}

.mint {
	color: #DFFFDF;
}

.border_bottom {
	border-bottom: 1px dotted #DDD;
}

#container {
	width: 790px;
	margin: 5px auto;
	background: #e7e7e7 url(images/mid-bg.png) top center repeat-y;
}

#header {
	/*margin: 0px -10px auto;*/
	background: #e7e7e7 url(images/header.jpg) top center no-repeat;
	height: 225px;
}

.top_menu {
	vertical-align: text-bottom;
	position: relative;
	left: 15px;
	top:175px
}

.img_doctor {
	float: left;
	padding-right: 5px;
	padding-top: 3px;
}

.img_float_left {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding: 2px 15px;
}

.img_float_right {
	float: right;
	padding-right: 8px;
	padding-left: 5px;
	/*padding: 10px 10px;*/
}

.img_container {
	height: 125px;
	width: 135px;
	float: left;
}

.img_container img {
	vertical-align: middle;
}

#center_column{
	width: auto;
	margin-left: 175px;
	padding-right: 15px;
	padding-left: 10px;
	z-index:10;
}

#sm_center_column{
	width: auto;
	margin-left: 175px;
	z-index:10;
}

#left_column{
	margin-left: 15px;
	float: left;
	width: 155px;
}

#right_column {
	margin-right: 30px;
	float: right;
	width: 100px;
}

#teaser_container {
	/*padding-top: 5px;*/
	padding-bottom: 5px;
	background: #EAEFF4;
}

#teaser {
	height: 126px;
	padding: 5px 0px 0px 5px;
}

#teaser img {
	float: left;
	padding: 3px 10px 3px 0;
}

#teaser a {
	text-decoration: underline;
}

#doctor {
	width: 585px;
	height: 225px;
}

#doctor_txt {
	margin-left: 155px;
	margin-top: -5px;
}

#locations {
	width: 580px;
	height: 156px;
}

#locations_extended {
	width: 580px;
	height: 230px;
}

#locations_extended p {
	margin-right: 185px;
}

.frontpage {
	height: 195px;
	padding-right: 10px;
	border-bottom: 1px solid #DDD;
}

.inside {
	padding-left: 10px;
}

.news {
	float: left;
	width: 565px;
	margin: 0 auto;
	padding: 5px 13px 0px 10px;
	border-left: 1px solid #DDD;
    color: #5D5D5D;
	line-height: 1.5em;
    background-image: url('images/nurse.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.news p {
	margin: 0px;
	width: 280px;
    font-size: 90%;
}

.news a  {
	display: block;
	text-decoration: none;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

.news_line {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

.news_small {
	float: right;
	/*width: 90px;
	margin: 0 5px 10px 0;*/
	border-left: 1px solid #DDD;
	color: #5D5D5D;
	line-height: 1.5em;
}

.news_small p {
	margin: 0px;
	padding-left: 5px;
	font-size: 90%;
}

.news_small a {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	background: #666699;
	font-size: 1.2em;
	list-style: none;
	float : left;
	width: 140px;
	z-index: 30;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 140px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	font-size: .8em;
	width: auto;
	left: -999em;
	background: black;
	margin-left : 157px;
	margin-top : -26px; /* minus the height of the "buttons" + 2 */
	z-index: 60;
}

#nav li ul a { /* second-level lists */
	height: 20px;
	width: auto;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 140px;
	height: 30px;
	/*w\idth : 10em;*/
	display : block;
	color: #B40000;
	background: white;
	font-weight : bold;
	text-decoration : none;
	border : 1px solid #CCCCCC;
	padding : 0 0.5em;
}

#nav li a:hover {
	color : white;
	background-color : #286ea0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	background-color : #286ea0;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#footer {
	clear: both;
	color: #808080;
	background: #e7e7e7;
	font-size: 0.8em;
	text-align: center;
	padding: 0 5px 0 5px;
}

#footer a {
	text-decoration: underline;
	color: #3A6794;
}

#footer a:hover {
	color: #000;
}

#bottom {
	background: #e7e7e7 url(images/bot-bg.png) top center no-repeat;
	clear: both;
}
