@charset "utf-8";
/* Main Structure */
html, body {
	width: 100%;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
p {
}
a {
}
h1 {
	text-align: center;
}
h2 {
}
h3 {
}
h4 {
	margin: 0px;
	padding: 2px 0px 7px 0px;
}
.clear {
	clear: both;
}
.textfield {
	color: #FFF;
	background-image: url(../images/structure/shadow.png);
}
.invis {
	display: none;
}
.floatl {
	float: left;
}
.boxfull {
	width: 100%;
	clear: both;
}
.boxhalf {
	width: 50%;
	float: left;
}
.formfield {
	color: #FFF;
	background-color: #003;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
}
.submit {
	color: #FFF;
	background-color: #003;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
}

/* Instructors */
.instructorbubble {
	float: left;
	padding: 5px;
	margin: 5px;
	border: 2px solid #999;
	color: #FFF;
	background-color: #666;
	height: 220px;
	width: 180px;
	text-align: center;
}
.instructorimage {
	padding: 0px 5px 3px 0px;
}

/* Navigation */
#navigationholder {
	text-align: center;
	height: 40px;
	width: 100%;
	clear: both;
	background-color: #003;
	color: #FFF;
	position: fixed;
	z-index: 5;
}
#navigation {
	font-weight: bold;
	margin: 0px auto 0px auto;
	text-align: center;
	clear: both;
	height: 40px;
	width: 900px;
	position: relative;
}
#navcenter {
	padding: 0px;
	margin: 0px;
	height: 100%;
	float: right;
	list-style-type: none;
	position: relative;
	right: 50%;
}
#navcenter li {
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #d6a40f;
	border-left: 1px solid #d6a40f;
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
	float: left;
	left: 50%;
}
#navcenter li a {
	text-decoration: none;
	font-size: 16px;
	padding: 10px 7px 10px 7px;
	display: block;
	margin: 0px;
	height: 20px;
	color: #FFF;
}
#navcenter li a:hover {
	text-decoration: underline;
	background-color: #09F;
}
#navcenter li ul {
	position: absolute;
	right: auto;
	background-color: #481e04;
	width: 100%;
	top: 25px;
	display: none;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	box-shadow: -3px 3px 5px #000000;
	z-index: 4;
}
#navcenter li:hover ul {
	display: block;
}
#navcenter li ul li {
	margin: 0px;
	padding: 0px;
	clear: left;
	width: 100%;
	left: auto;
	border: none;
}
#navcenter li ul li a {
	font-size: 14px;
	padding: 4px 7px 2px 7px;
	display: block;
}
#navcenter li ul li a:hover {
	text-decoration: underline;
}
.navshadow {
	box-shadow: -3px 3px 5px #000000;
}

/* Title */
#titleholder {
	text-align: left;
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	clear: both;
	z-index: 5;
}
#title {
	width: 900px;
	height: 200px;
	margin: 0px auto;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/structure/shadow.png);
	background-repeat: repeat;
	position: relative;
	color: #FFF;
}
#title a:link {
	color: #FFF;
	text-decoration: none;
}
#title a:visited {
	color: #FFF;
	text-decoration: none;
}
#title a:hover {
	color: #FFF;
	text-decoration: underline;
}
#title a:active {
	color: #FFF;
	text-decoration: underline;
}
#titlelogo {
	width: 180px;
	float: left;
	padding: 15px 0px 10px 15px;
}
#titleheader {
	width: 705px;
	float: left;
	font-size: 36px;
	padding: 30px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
}
#titlepagename {
	width: 705px;
	margin: 15px 0px 0px 0px;
	float: left;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#titlepersonal {
	float: right;
	right: 0px;
	bottom: 0px;
	position: absolute;
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	text-align: right;
}

/* Page */
#pagecontainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 60px 0px;
}
#content {
	background-image: url(../images/structure/lightshadow.png);
	background-repeat: repeat;
	float: left;
	width: 880px;
	/* width: 680px; */
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
#content a:link {
	color: #000;
	text-decoration: none;
}
#content a:visited {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}
#content a:active {
	color: #000;
	text-decoration: underline;
}

/* Footer */
#footercontainer {
	text-align: center;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	position: fixed;
	bottom: 0px;
	color: #FFF;
	background-color: #000;
}
#footer {
	width: 900px;
	margin: 0px auto;
	height: 60px;
	font-size: 8px;
	font-weight: bold;
}