/* CSS Document
 * layout.css
 * Layout elements used on site.
 */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 140%;
	width: 780px;
	background-color: #89B152;
	background-image: url(../artwork/back_01.jpg);
	background-repeat: repeat-x;
}

a
{
	text-decoration:none;
	color:#FF6600;
}
a:hover
{
	text-decoration:underline;
	color:#62696C;
}

#position
{
    position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	
}

#banner_main
{
	width: 974px;
	height: 524px;
	background-image: url(../artwork/banner_main.jpg);
	background-repeat: no-repeat;
}

#banner_main_02
{
	width: 974px;
	height: 524px;
	background-image: url(../artwork/banner_main_02.jpg);
	background-repeat: no-repeat;
}

#banner_main_03
{
	width: 974px;
	height: 250px;
	background-image: url(../artwork/banner_main_03.jpg);
	background-repeat: no-repeat;
}


#nav
{
	font-size:12px;
	color: #3D4F59;
	font-weight: bold;
	padding: 84px 0px 0px 437px;
	
}

.nav
{
	display: inline;
	padding: 0px 0px 0px 16px;

}

.nav a
{
	display: inline;
	color: #3D4F59;

}

.nav a:hover
{
	display: inline;
	text-decoration:none;
	color:#FF6600;

}

#content_top
{
	width: 974px;
	height: 20px;
	background-image: url(../artwork/content_top.png);
	background-repeat: no-repeat;
}

#content_bottom
{
	width: 974px;
	height: 20px;
	background-image: url(../artwork/content_bottom.png);
	background-repeat: no-repeat;
}

#content_mid
{
	width: 974px;
	background-image: url(../artwork/content_mid.png);
	background-repeat: repeat-y;
}

#content
{
	width: 780px;
	background-image: url(../artwork/content_back.jpg);
	background-repeat: no-repeat;
}

#img_01
{
	width: 780px;
	height: 150px;
	background-image: url(../artwork/img_01.jpg);
	background-repeat: no-repeat;
}


#column
{
	width: 450px;
	padding: 24px 18px 4px 50px;
	float: left;

}

#column1
{
	width: 175px;
	padding: 24px 18px 4px 18px;
	float: left;

}

#column2
{
	width: 175px;
	padding: 24px 44px 4px 18px;
	float: right;

}

#column4
{
	width: 874px;
	padding: 24px 50px 24px 50px;

}

#column4_physicians
{
	width: 874px;
	padding: 1px 50px 24px 50px;

}

#picture
{
	width: 200px;
	padding: 0px 20px 20px 0px;
	float: left;

}

#bio
{
	width: 750px;
	padding: 0px 0px 0px 0px;
	float: right;

}

.break1
{
	margin: 30px;

}

.break2
{
	margin: 15px;

}


.t_top
{
	height: 10px;
	background-image: url(../artwork/t_top.gif);
	background-repeat: no-repeat;

}

.t_mid
{
	width: 195px;
	background-color: #E89B68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px 0px 10px;

}

.t_bottom
{
	height: 30px;
	background-image: url(../artwork/t_bottom.gif);
	background-repeat: no-repeat;

}

.t_name
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	text-align: right;
	color:#0C395D;

}

#footer
{
	width: 676px;
	color:#3D4F59;
	font-size:11px;
	text-align: left;
	height: 35px;
	float: left;
	padding-top: 15px;
	padding-bottom: 25px;
}

#footer .padding
{
	
	padding-top: 8px;
	padding-left: 20px;
}

#footer a
{
	color: #3D4F59;
	text-decoration: none;
	font-size:11px;
}

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

#affiliation
{

	color:#3D4F59;
	font-size:11px;
	text-align: right;
	height: 35px;
	float: left;
	font-size: 18px;
	padding-top: 15px;
	padding-right: 20px;
}

#affiliation .padding
{
	
	padding-top: 8px;
	padding-left: 20px;
}

.titles
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5B8817;
	font-size: 20px;
	padding: 0;
}

.titles2
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5B8817;
	font-size: 16px;
	padding: 0;
}

#clear
{
	clear: both;
}