/*
RESET ---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

/*
<style type="text/css">
	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
/*
STRUCTURE ---------------------------------------------*/

body {
	font-family: Arial, sans-serif;
	background: #e7d6c5 url(../images/body_bg.jpg) top center repeat-y;
	font-size: 20px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 100%;
	}

#wrap {
	width: 100%;
	min-height: 100%;
	height: auto !important;  /*For Safari*/
	height: 100%;
	background-color: transparent;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#content {
	width: 82%;
	height: 100%;
	min-height: 100%;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float:left;
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.push { /* Empty space beneath content to stop text overlap*/
	height: 200px;
	}

#header {
	background: transparent url(../images/header_bg.jpg) top left repeat-x;
	height: 91px;
	margin: 0;
	min-width: 820px;
	}

/*
HEADERS ---------------------------------------------*/

h1 {
	background: transparent url(../images/logo.gif) top left no-repeat;
	width: 172px;
	height: 82px;
	margin: 0 0 0 26px;
	text-indent: -9000px;
	overflow: hidden;
	/*position: absolute;*/
	/*left: 28px;*/
	float: left;
	}


h2 {
	color: #7c98bb;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
	}


/*
NAVIGATION ---------------------------------------------*/

#nav {
	padding: 72px 0 0 0;
	margin: 0 80px 0 0px;
	min-width: 515px;
	list-style: none;
	float: right;	
	}

#nav ul {
	padding: 5px 0 0 0;/*pushes text down but not bg*/
	list-style: none;
	}

#nav li {
	float: left;
	position: relative;
	}

.level_1.active, .level_1 a {
	color: #7c98bb;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 14px;
	text-decoration: none;
	}

.level_1 a:hover {
	color: #ff9900;	
	}

.level_2 {
	display: none;
	width: 12em;
	position: absolute;
	top: 1.2em;
	left: 0;
	background: transparent url(../images/menu_bg.gif) top left no-repeat;
	}

.level_2 li {
	width: 100%;
	}

.level_2 li.active, .level_2 li a {
	padding: 4px 8px 4px 3px;
	color: #fff;
	display: block;
	font-weight: normal;
	text-decoration: none;
	}

.level_2 li a:hover {
	color: #fff;
	background-color: #abbfd3;
	text-decoration: none;
	}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	}


/*
CONTENT STYLES ---------------------------------------------*/

p {
	color: #666666;
	font-size: 13px;
	padding-bottom: 1em;
	}

.float_left {
	float: left;
	padding: 0 14px 14px 0;
	}

.float_right {
	float: right;
	padding: 0 0 14px 14px;
	}

a, a:visited {
	color: #7c98bb;
	}
	
a:hover {
	color: #ff9900;	
	}

/*
FOOTER ELEMENTS --------------------------------------*/

#bio {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	height: 220px;
}
#cal {
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.bioHeader {
	font-weight: bold;
	color: #990000;
}
.subhead {
	font-weight: bold;
}
#flashcontent {
	height: 100%;
	padding: 0px;
	}
#logo {
	padding: 10px;
}
#right {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 120px;
	padding-left: 20px;
}
#left {
	width: 400px;
	float: left;
	font-size: 20px;
	padding-right: 20px;
}
