@charset "UTF-8";
/* CSS Document */



/* MASTER SITE STYLES */


* {
	margin: 0px;
	padding: 0px;
	border:none;
}

h1 {margin-bottom:.5em;}

h2, h3, h4, h5, h6, p, li {margin-bottom:1em;}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #DEAD29;
}

h1 {
	font-size: 21px;
	line-height: 1.2em;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
ul {margin-left:20px;}


body.home #wrapper {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
}
body.admin #wrapper {
	background-image: url(../images/bg_admin.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	background-color: #000000;
	background-image: url(../images/bg_inside.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
}
body {
	background-color: #1C0001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCCCC;
}

.header_logo {
	position: absolute;
	left: 50px;
	top: 30px;
}
a:link, a:visited {
	color: #DEAD29;
	text-decoration: none;
}
a:hover {text-decoration:underline;}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}



/* MAIN PAGE AREAS */

#header {
	height: 94px;
	position: relative;
}
#page {
	width: 850px;
	margin-left: 50px;
}
#banner {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#contentL {
	float: left;
	width: 480px;
}
#content {
	padding: 30px;
}
#contentR {
	float: right;
	width: 250px;
}




/* NAVIGATION */

#navigation {
	height: 37px;
	margin-bottom: 5px;
}
#navigation ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-right: 37px;
	padding-left: 37px;
}
#navigation a:hover {
	text-decoration: underline;
}





/* MISC ELEMENTS */
.accent {color:#DEAD20;}
.horizontal_rule {
	background-color: #999;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	font-size: 0px;
}
.tight {
	margin-bottom:0px;
}





/* FOOTER WRAPPER */

#footer_wrapper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #400004;
}
#footer {
	font-size: 10px;
	margin-left: 50px;
	width: 820px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 75px;
	padding-left: 15px;
	color: #CCCCCC;
	line-height: 1.3em;
}
#footerL {
	float: left;
	width: 125px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footerM {
	float: left;
	width: 320px;
}
#footerR {
	float: right;
	width: 350px;
	text-align: right;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
}
#footer a {
	color: #CCCCCC;
}
#footer ul a {
	display: block;
	float: left;
	padding-right: 13px;
	color: #CCCCCC;
}
table.form td {
	padding: 9px;
}




/* FORMS */

input.field {
	border: 1px solid #000;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	width:180px;
}
textarea.comments {
	border: 1px solid #000;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 110px;
	font-size: 12px;
}
fieldset {
	margin-bottom: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/* GALLERY */

.thumbnail_strip ul {
	list-style-type: none;
	margin-left: 0px;
}
.thumbnail_strip li {
	display: inline;
}
.thumbnail_strip a {
	display: block;
	float: left;
	height: 88px;
	width: 130px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 10px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.thumbnail_strip {
}
h4 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 0px;
}
.student-photo {
	border: 5px solid #FFF;
}
.disclaimer {
	font-size: 10px;
	line-height: 11px;
}
#normal h1 {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-bottom: 15px;
}
