@charset "utf-8";
/* CSS Document */

body {
	font-family: Candara, Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-color: #006;
}

#super_container {
	width: 800px;
	background-color: #006;
	border-left: 3px solid #C90;
	border-right: 3px solid #C90;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#upper_container {
	height: 210px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#upper_outer {
	height: 210px;
	width: 100%;
	position: relative;
}

#upper_inner {
	height: 150px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFF;
	border-bottom: 40px solid #006;
}

#upper_inner h1 {
	background-image: url(assets/header_a.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	height: 150px;
	width: 635px;
	position: absolute;
	top: 0px;
	left: 10px;
	border-right: 155px solid #006;
}

#upper_inner .disappearing {
	display: none;
}

#middle_outer {
	width: 100%;
	position: relative;
}

#middle_inner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main {
	float: left;
	padding-top: 200px;
	padding-bottom: 40px;
	width: 585px;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
}

#main p {
	padding-top: 10px;
}

#image {
	height: 200px;
	width: 144px;
	float: left;
	position: relative;
}

img {
	border: 4px groove #006;
	margin: 25px 20px 10px 0px;
	float: left;
}

#image img {
	border: 4px groove #006;
	margin: 25px 0px 0px 20px;
	float: left;
}

#bio {
	margin: 35px 10px 0px 40px;
	float: left;
	width: 300px;
}

#main h2 {
	font-size: 180%;
	font-weight: bold;
	font-style: italic;
	color: #006;
	font-variant: small-caps;
	padding-top: 20px;
}

#main h3 {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}

#main h3.title {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	padding-top: 30px;
	padding-bottom: 5px;
	text-align: center;
}

#main em {
	font-style: italic;
}

tr em {
	font-style: italic;
	font-weight: bold;
	font-size: 105%;
}

.header {
	font-weight: strong;
	background-color: #006;
	color: #FFF;
	font-size: 105%;
}

.header td {
	text-align: center;
	padding: 5px 0px 0px 0px;
}

td {
	border: 1px solid #006;
	padding: 5px 2px 5px 5px;
	line-height: 120%;
}

td.ctr {
	text-align: center;
}

td.rt {
	text-align: right;
	padding-right: 10px;
}

ul#regs {
	padding-top: 20px;
	list-style-type: circle;
	list-style-position: inside;
	line-height: 115%;
}

ul#regs li {
	padding-left: 20px;
}

ul#cancellation {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 115%;
}

ul#cancellation li {
	padding-left: 20px;
	font-weight: bold;
}

#side_nav {
	background-color: #006;
	width: 155px;
	margin-top: 215px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#side_nav li {
	background-image: url(assets/nav_text.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 30px;
	width: 155px;
}

#side_nav li.on {
	background-color: #C90;
}

#clear {
	clear: both;
}

#footer_outer {
	width: 100%;
	position: relative;
}

#footer_inner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #006;
	color: #FFF;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

#footer_inner h5 {
	font-variant: small-caps;
}

#footer_inner h6 {
	font-style: italic;
	font-size: 95%;
	padding-top: 5px;
}

.title_2 {
	padding: 10px 30px 0 30px;
	line-height: 125%;
	text-align: center;
	margin-top: 10px;
}

#logo {
	height: 173px;
	width: 199px;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 150;
	background-image: url(assets/logo.png);
	background-repeat: no-repeat;
}
