/* General */
body {
	background-color: #FFFFFF;
	background-image: url(/layout/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 {
	padding: 0px;
	font-weight: normal;
	font-size: 125%;
	color: #DC0004;
}
h2 {
	padding: 0px;
	font-weight: normal;
	font-size: 110%;
	color: #DC0004;
}
h3 {
	margin: 0px;
	background-image: url(/layout/h3-bg.gif);
	background-position: top right;
	color: #FFF;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 110%;
}
.clear {
clear: both;
}
.twit h3 {
background-image: url(/layout/space.gif);
}
.twit {
margin-top: 10px;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #DC0004;
}
a:hover {
	color: #0000CC;
}
.red {
	color: #DC0004;
	text-align: left;
}
.timetable {
	font-size: 90%;
}
.timetable th {
	background-color: #333;
	color: #FFF;
	text-align: center;
	padding: 3px;
	border: 1px solid #FFF;
	border-width: 0px 1px 1px 0px;
}
.timetable td {
	background-color: #484848;
	color: #FFF;
	text-align: center;
	padding: 3px;
	border: 1px solid #FFF;
	border-width: 0px 1px 1px 0px;
}
#burst {
	background-image: url(/layout/burst.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 125px;
	min-width: 946px;
}
#backer {
	background-image: url(/layout/page.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 946px;
}
#wrap {
	width: 860px;
	margin: 0 auto;
	padding: 0px 20px 10px 20px;
	background-color: #FFF;
	min-height: 420px;
}
.lineage {
	line-height: 1.7em;
	text-align: justify;
}
.imageright {
	padding: 1px;
	border: 1px solid #CCC;
	margin: 3px 0px 0px 20px;
}
.imagecenter {
	padding: 1px;
	border: 1px solid #CCC;
}
.imageleft {
	padding: 1px;
	border: 1px solid #CCC;
	margin: 3px 20px 0px 0px;
}
.rten {
	margin-right: 10px;
}
.bten {
	margin-bottom: 10px;
}
.ltwenty {
	margin-left: 20px;
}
.formfont {
	font-family: Arial, Helvetica, sans-serif;
}
.form-margin {
	margin: 0px;
}
.normal {
	font-weight: normal;
}
.formback {
	background-color: #D9D9D9;
	padding: 20px;
}

/* Instructors */
.instructors {
	background-image: url(/layout/inst-bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.bio {
	width: 670px;
	float: right;
	padding: 0px 10px;
}	
.pic {
	width: 160px;
	padding: 5px;
	float: left;
	text-align: center;
}

/* Main Navigation */
#nav {
	background-image: url(/layout/top-bar.jpg);
	width: 900px;
	margin: 0 auto;
	background-position: top center;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 92%;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #FFF;
	border-right: 1px solid #000;
	padding: 5px 7px;
	display: inline-table;
}
#nav li a:hover {
	background-image: url(/layout/hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav li.first a {
	border-left: 1px solid #000;
}

/* Second Navigation */
#subnav {
	background-image: url(/layout/second-nav.jpg);
	background-position: bottom center;
	text-align: center;
	font-size: 92%;
	border-top: 1px solid #FFF;
}
#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li {
	display: inline;
}
#subnav li a {
	color: #000;
	padding: 5px 7px;
	display: inline-block;
	border-right: 1px solid #FFF;
}
#subnav li a:hover {
	background-image: url(/layout/hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
}
#subnav li.first a {
	border-left: 1px solid #FFF;
}

/* Cols */
.quarter {
	width: 240px;
	float: right;
}
.quarter ul {
	margin: 0;
	list-style: none;
	text-align: left;
	padding: 0;
}
.half {
	width: 408px;
	float: left;
}
.threequarter {
	width: 618px;
	float: left;
}
.padright {
	padding-right: 20px;
	border-right: 1px solid #CCC;
}
.padleft {
	padding-left: 20px;
}
.classlead {
	padding: 5px 5px 0px 5px;
	background-color: #D9D9D9;
	font-size: 90%;
	line-height: 1.4em;
}

/* Footer */
#foot {
	width: 900px;
	margin: 0 auto;
	background-image: url(/layout/footbar.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 40px 0px;
	font-size: 75%;
	color: #4A4A4A;
}
#foot a {
	color: #4A4A4A;
}
#foot a:hover {
	color: #DC0004;
}
#footleft {
	width: 440px;
	float: left;
	text-align: left;
	padding-left: 10px;
}
#footright {
	width: 440px;
	float: right;
	text-align: right;
	padding-right: 10px;
}

.belt {
	border: 1px solid #000;
	padding: 1px;
}

/* Quick Form */
.quickform {
	background-color: #000;
	color: #CCC;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px;
	font-size: 10pt;
}
.quickform li {
	display: table-row;
	margin-bottom: 1px;
}
.quickform ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.quickform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	overflow: hidden;
	width: 50px;
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
.quickform input, textarea, select {
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-family: Arial, Helvetica, sans-serif;
}
.quickform img {
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-family: Arial, Helvetica, sans-serif;
}
.claim {
background-image: url(/layout/red-bar.jpg);
color: #FFF;
background-position: bottom; 
border-top: 1px solid #FFF;
padding: 3px 5px;
text-align: center;
}
