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

body {
	background-color: #5A3D1B;
	width: 754px;
	margin: 0 auto;
	color: #000;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	width: 752px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	position: relative;
	background-color: #fff;
}

#header {
	background-color: #fff;
}	

#header .logo {
	float: left;
	width: 184px;
}

#header .mission, #header .adminheader {
	float: left;
	width: 458px;
	text-align: right;
	margin-left: 100px;
}

.mission p, .adminheader p {
	margin-top: 15px;
	margin-bottom: 0px;
	color: #970F00;
	font-size: 80%;
}

.adminheader p {
	font-size: 130%;
	font-weight: bold;
}

/*NAVIGATION*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	behavior:url("_htc/csshover.htc"); /* to fix IE's :hover bug */
	position: relative;
	float: none;
	clear: both;
	width: 752px;
	background-color: #970f00;
	border-bottom: 1px solid #fff;
	height: 18px;
}

#nav li {
	float: left;
	width: 125px;
	text-align: center;
}

#nav li ul {
	position: absolute;
	top: 18px;
	width: 125px;
	left: -999em;
	border-top: 1px solid #fff;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul li a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	width: 125px;
	padding: 4px 0px 2px 0px;
	text-decoration: none;
	position: relative;
}

#nav ul li a:hover {
	background-color: #DFD2A9;
	color: #000;
	font-weight: bold;
	font-size: 80%;
}

#nav ul li ul li a {
	background-color: #5A3D1B;
	width: 117px;
	display: block;
	text-transform:capitalize;
	color: #fff;
	text-decoration: none;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	padding: 4px 3px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#nav ul li ul li a:hover {
	background-color: #DFD2A9;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* NAV THIRD TIER */
#nav li ul ul {
	margin: -22px 0 0 124px;
	top: auto;
	border-top: 1px solid #fff;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#phototop {
	width: 752px;
	border-bottom: 1px solid #fff;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#content, #content_nosidebar { 
	display: block;
	width: 752px;
	border-bottom: 1px solid #fff;
	background-image:url(../_images/back.gif);
	background-repeat:repeat-y;
	background-position:top center;
	margin: 0px;
	padding: 0px;
}

#content_nosidebar {
	background-image:url(../_images/back_nosidebar.gif);
}

#fullcontent {
	display: block;
	width: 752px;
	margin: 0px;
	padding: 0px;
}

.sidebar {
	width: 196px;
	background-color: #DFD2A9;
	float: left;
}

.sidebar h1 {
	background-color: #970f00;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 90%;
	display: block;
	width: 176px;
	margin: 0px;
}

.sidebar p {
	color: #000;
	font-size: 75%;
	line-height: 1.3;
	margin: 10px 10px 10px 10px;
}

.sidebar a, #main a {
	color: #970f00;
	text-decoration: none;
}

.sidebar a:hover, #main a:hover {
	text-decoration: underline;
}

.sidebarimg {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#quoteblock {
	height: 200px;
	display: block;
	overflow: hidden;
	text-align: center;
}

.testimonial {
	font-size: 115%;
	font-weight: bold;
}

.attrib {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}

#main {
	width: 360px;
	float: left;
	text-align: left;
}

#content_nosidebar #main {
	width: 556px;
}

#fullcontent #main {
	width: 750px;
}

#main h1 {
	color: #970f00;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 10px;
	font-size: 100%;
	font-weight: bold;
	padding: 0px
}

#main h2 {
	color: #970f00;
	margin: 5px 5px 5px 10px;
	font-size: 90%;
}

#main p {
	margin: 10px;
	font-size: 85%;
	line-height: 1.3;
}

#main ul {
	margin: 10px 10px 10px 35px;
	padding: 0px;
	font-size: 85%;
	line-height: 1.3;
}

#main ul ul {
	font-size: 100%;
}

#main ol {
	font-size: 85%;
	margin: 10px 10px 10px 35px;
	padding: 0px;
	line-height: 1.3;
}

#main table {
	margin: 10px;
}

#main th {
	background-color: #5A3D1B;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 10px;
	font-size: 90%;
}

#main td { 
	font-size: 85%;
	color: #000;
	padding: 3px;
}

#main td p {
	font-size: 100%;
	margin: 0px;
}	

#bodyform {
	width: 730px;
	margin-left: 10px;
	border: 1px solid #000;
	background-color: #DFD2A9;
	margin-bottom: 10px;
}

form {
	border: none;
	width: 730px;
}

/* GENERIC CLASSES */
.clear, .spacer {
	clear: both;
	float: none;
	height: 0px;
	line-height: 0px;
}

.spacer {
	height: 10px;
}

.redheader {
	background-color: #970f00;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 90%;
	display: block;
}

.error {
	background-color: #970f00;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 100%;
	display: block;
	width: 100%
}

.outline {
	border: 1px solid #000;
}

#main .button, #main .smallbutton {
	background-color: #970f00;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	font-size: 85%;
	font-weight: bold;
	border: 1px solid #fff;
}

#main .smallbutton {
	padding: 3px 7px;
	font-weight: normal;
}

#main .button:hover, #main .smallbutton:hover {
	background-color: #DFD2A9;
	color: #000;
	text-decoration: none;
}

.rowodd {
	background-color: #DFD2A9;
}

.roweven {
	background-color: #F0E6C7;
}

.small {
	font-size: 75%;
}

.caption {
	font-size: 90%;
	color: #970f00;
	margin-top: 0px;
}

.imgfloat {
	float: right;
	border: 1px solid #000;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* FOOTER */
#footer {
	clear: both;
	width: 770px;
	margin-top: 0px;
	padding: 5px 0px;
	color: #DFD2A9;
	font-size: 75%;
	height: 30px;
	text-align: left;
}

#footcol1, #footcol2, #footcol3 {
	width: 283px;
	float: left;
	margin-left: 10px;
}

#footcol2 {
	width: 313px;
}

#footcol3 {
	width: 115px;
}