@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	width: 1360px;
}

h1 {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%
	
}

h2 {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
	line-height: 75%;
}

h3 {
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	text-decoration: underline;
	text-align: center;
}


h2.address {
	font-size: 20px;
	color: #265c4e;
	margin-top: 30px;
}

p.address {
	font-size: 20px;
	color: #265c4e;
	margin: 25px;
	line-height: 130%;

}

p.menu {
	font-size:14px;
}

p.mainbody {
	font-size: 20px;
	line-height: 150%;
	text-indent: 60px;
}

ul.mainbody {
	font-size: 20px;
	padding-top: 30px;
	padding-left: 60px;
	line-height: 150%;
}

a.mainbody {
	color: #265c4e;
	text-decoration: none;
}

a.mainbody:hover {
	font-style: italic;
	font-weight: bold;
	
}

.textcenter {
	text-align: center;
}


#header-banner {	
	width:800px;
	float: left;	
}

#header-address {
	width: 400px;
	height: 242px;
	float: left;
	background:#d2e0d7;
	text-align: center;
	vertical-align:central;
	
}


#main-body {
	background:#FFFFFF;
	color:#265c4e;
	width: 680px;
	min-height: 543px;
	float:left;
	padding-top: 45px;
	padding-left: 60px;
	padding-right: 60px; 
}


#headshot {
	background: #FFFFFF;
	width: 350px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;


}

#awards {
	width: 300px;
	padding-top: 60px;
	margin: 0 auto;
}

/*Horizontal DropDown Menu */

.drop_menu {
	clear: both;
	width: 1200px;
	height:40px;
	background:#265c4e;
	padding:0;
	margin:0;
	list-style-type:none;
	border-top-width: 4px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #000000;
	border-bottom-style: solid;	
}

.drop_menu li { 
	float:left;
	width:150px;
}

.drop_menu li a {
	padding:9px 10px;
	width:130px;
	display:block;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
	text-align: center;
}

.drop_menu li:hover { 
	position:relative; 
	background:#d2e0d7;
	color:#265c4e;
	width:150px;
}

.drop_menu li:hover ul {
	left:0px;
	top:30px;
	background:#d2e0d7;
	padding:0px;
	width:140px;
}

.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	width:140px;
	text-indent:10px;
	background:#d2e0d7;
	color:#265c4e;
}

.drop_menu li:hover ul li a:hover {
	background:#265c4e;
	color:#ffffff;
}
