/*-----generic------*/
/* menu defined in menu.css */
/* home page defined in home.css */

html, body {
	background: #00817B;
	color:#344041;
	font: 11px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align:center;
}
/*-----logo------*/
.logo {
	background: #00817B;
	margin-left: auto;
	margin-right: auto;
	height:72px;
	width:770px;
	text-align:left;
}
/*-----page styles ------*/
.page {
	background-color:#FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
.content {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:770px;
}
.content .text {
	margin: 14px 10px 0 0;
	width:612px;
	float:left;
}
.content .subNav {
	width:148px;
	float:right;
}
.content .subNav .pageTitle {
	float:right;
	position:absolute;
	margin-top: -54px;
	margin-left: 20px;
	text-align:right;
	z-index:10px;
}
.content .subNav .links {
	background-color:#FFFFFF;
	margin-top: 94px;
	margin-left: 20px;
	position:absolute;
	width:128px;
}
.contentImage {
	float:left;
	clear:left;
	margin: 10px 10px 10px 0px;
	height: 143px;
	width:206px;
}
.break {
	clear:both;
}
hr {
	clear:both;
	height:1px;
	color:#FFFFFF;
}
/*-----text------*/
h1 {
	font-size: 120%;
	margin: 0px 0px 2px 0px;
	font-weight:bold;
}
h2 {
	font-size: 110%;
	margin: 0px 0px 2px 0px;
	color: #008193;
	font-weight: normal;
}
h3 {
	display:none;
}
h4 {
	font-size: 80%;
	color: #999999;
	margin: 0px;
	font-weight:normal;
}
em {
	color: #1E1D1B;
	font-style:normal;
}
p {
	margin: 4px 0px 10px 0px;
}
/*-----links------*/
a { color:#EB1C12; text-decoration:none }
a:link { color:#EB1C12; text-decoration:none }
a:visited { color:#EB1C12; text-decoration:none }
a:hover { color:#EB1C12; text-decoration:underline }

/*-----footer pages------*/

.footer, 
.footer ul {
	clear:both;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	list-style:none; 
	padding:1px 0;
	text-align:center;
}
.footer li {
	border-right: 1px solid #47ABAD; 
	display:inline;
	padding: 0px 5px 0px 5px;
}

.footer a:link, 
.footer a:visited {
	color:#47ABAD;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover, 
.footer a:active {
	color:#47ABAD;
	font-weight:normal;
}
/*************** Staff and Office page styles **************/
.profile {
	padding: 0px 0px 10px 0px;
}
.profile .staffPhoto {
	width:90px; 
	float:left;
}
.profile .staffPhoto img {
	width:135px; 
	height:172px;
}
.profile .staffDescription {
	width:565px;
	float: right;
	margin-left: 15px;
}
.profile ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

/*************** Office hours styles **************/
.tabbed {
	clear: both;
	padding-top: 4px;
	}
.tabbed .label {
	float: left;
	width: 140px;
	padding-top: 2px;
	color:#333333;
	}
.tabbed .information {
	float: right;
	width: 450px;
	b//order:1px solid black;
	text-align: left;
	}
