/* Css Reset
------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 12px;
	background: #220000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
hr {
	border: none;
	border-top: 1px solid #C7C5C0;
	height: 1px;
	margin: 1.5em 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
div.sliceWrap {
}
div.slice {
	width: 870px;
	margin: 0 auto;
	display: block;
}
.clearfix {
	display: block;
}
.clearfix:after, div.slice:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
div#headerWrap {
	background-color: #ffffff;
}
div#pageWrap {
	background-color: #A9A5C6;
}
div#page {
	padding: 10px 15px 20px 15px;
	background: #f2f2f2;
}
div#page .block {
	background: #ffffff;
	margin: 0 0 10px 0;
	padding: 15px;
	display: block;
}
div#page .block:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#page div#hero.block {
	padding: 0;
}
#homePromo.block .promo {
	float: right;
	width: 500px;
}
#homePromo img {
	float: left;
}
div#footerWrap {
	background-color: #262D73; /* same as body */
}
/* Sitewide Typography
------------------------------------------------ */

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
	color: #802d2d;
	font-weight: normal;
	font-family: Georgia, serif;
	margin: 0 0 15px 0;
}
h1.pageTitle {
	padding: 30px 2px;
}
h1.pageTitle .sep, h1.pageTitle a {
	color: #b6b1a7;
	text-decoration: none;
}
h1.pageTitle a:hover, h1.pageTitle a:active {
	color: #e64205;
}
h2 {
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.6em;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #5F5538;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}
h6 {
	text-decoration: underline;
	font-style:italic;
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 12px;
}
p, blockquote, dl, table, pre, address {
	margin-bottom: .85em;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	line-height: 18px;
}
ul, ol {
	line-height:1.5em;
	margin-bottom:1em;
	margin-left:2.5em;
}
#page ul li {
	list-style-type:disc;
}
a, a:visited {
	color: #8B7E5E;
	color: #706543;
	color: #500001;
}
a:hover, a:active {
	text-decoration: none;
}
h2 a, h2 a:visited {
	color: #333;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	text-decoration: underline;
}
a.btn {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 7px;
	background: #B35407;
	float: left;
	font-size: 10px;
	text-decoration: none;
	background: #706543
}
a.btn.btn2 {
	background: #A8A017;
}
h3 a, h3 a:visited {
	text-decoration: none;
}
.quote {
	float: right;
	width: 200px;
	border-left: 2px solid #706543;
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
	font-family: Georgia, serif;
	font-weight: bold;
	margin: 0;
	height: 234px;
}
.quote.quote2 {
	height: 255px;
}
.quote span {
	display: block;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	font-style: italic
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.img1 {
	border: 3px solid #9C978A;
}
.under {
	text-decoration: underline;
}
#page ul.check {
	margin: 0;
}
#page ul.check li {
	background: url(../images/icon_checkMark.gif) 0 3px no-repeat;
	padding-left: 15px;
	list-style: none;
	font-weight: bold;
}
.error, .alert {
	color: red;
}
/* Header
------------------------------------------------ */
div#header {
	position: relative;
	height: 195px;
	padding: 0;
	background: #fff;
	width: 900px;
	z-index: 2;
}
div#logo {
	position: absolute;
	left: 30px;
	top: 10px;
}
#logo a {
	background: url(../images/logo_maroon.png) 0 0 no-repeat;
	width: 120px;
	height: 122px;
	display: block;
}
#logo a span {
	display: none;
}
#header #info {
	float: right;
	margin-right: 15px;
	_margin-right: 7px;
	width: 565px;
	text-align: right;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #500001;/*
	border: none;
	background: #f5f5f4;
	padding-right: 15px;
	margin: 0;
	*/
}
#info h2 {
	color: #500001;
	font-variant: small-caps;
	margin: 7px 0 15px;
	font-size: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
}
#info h2 span {
	font-size: 36px;
}
#info h3 {
	color: #500001;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: .7em;
	font-style: italic;
}
#info h4 {
	color: #500001;
	font-size: 14px;
	font-weight: normal;
}
#info h2 {
	width: 565px;
	height: 29px;
	background: url(../images/school_name_hdr.jpg) top right no-repeat;
	margin: 15px 0;
}
#info h2 span, #info h3 span {
	display: none;
}
#info h3 {
	width: 565px;
	height: 18px;
	background: url(../images/motto_header.gif) top right no-repeat;
}
/* Main Navigation
------------------------------------------------ */

ul#nav {
	position: absolute;
	bottom: 10px;
	left: 15px;
	margin: 0 auto;
	width: 870px;
}
#nav li {
	margin: 0 1px 0 0;
	position: relative;
	border-right: 1px solid #999999;
}
#nav a.topLevel, #nav a.topLevel span {
	top: 0;
	overflow: hidden;
	z-index: 10; /* set z-index */
	cursor: pointer; /* fixes IE6 bug */
}
#nav li, #nav a.topLevel, #nav a.topLevel span {
	display: block;
	height: 36px;
}
#nav li.divider {
	background: #999999;
	width: 1px;
	margin: 0 6px 0 0;
	height: 36px;
}
#nav a.topLevel {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform:uppercase;
	color: #333;
	text-decoration: none;
	padding: 8px 8px 0 8px;
	text-align: center;
	height: 28px;
	font-weight: bold;
	font-family: arial;
	margin-right: 6px;
	display: block;
	position: relative;
	_float: left;
	_margin-right: 3px;
}
#nav a.topLevel:hover, #nav li.sfhover a.topLevel {
	border: none;
	background: #B35407;
	background: #500001;
	color: #ffffff;
}
#nav li ul {
	position: absolute;
	z-index: 9999;
	width: 180px;
	top: 38px;
	left: -9999em;
	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity=95);
	margin: 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #500001;
	border-right: 1px solid #500001;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul li, #nav ul a {
	height: auto;
	width: 149px;
}
#nav ul li {
	padding: 4px 14px;
	line-height: 1.2em;
	font-family: Tahoma;
	font-size: .8em;
	margin: 0;
	border: none;
}
#nav ul a {
	display: block;
	color: #474541;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
}
#nav ul a:link, #nav ul a:visited {
	text-decoration: none;
}
#nav ul a:active, #nav ul a:hover {
	text-decoration: underline;
}
div#auxNav {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 68px;
	width: 450px;
	background: #E7E6EE;
}
#auxNav ul {
	position: absolute;
	margin: 0;
	left: 10px;
	top: 35px;
}
#header li {
	float: left;
	display: inline;
	margin: 0 6px 0 0;
}
#header li.last, #header li.last a.topLevel {
	margin: 0;
	border: none;
}
#auxNav li a {
	font-family: Georgia;
	font-size: .75em;
	border-left: 1px solid #bbbbb9;
	padding: 0 10px;
}
#auxNav li a:link, #auxNav li a:visited {
	color: #888886;
	text-decoration: none;
}
#auxNav li a:hover, #auxNav li a:active {
	text-decoration: underline;
}
#auxNav li a#findStore {
	border: none;
	color: #262420;
	text-decoration: underline;
	padding-left: 0;
}
#auxNav li a#findStore:hover, #auxNav li a#findStore:active {
	text-decoration: none;
}
#auxNav div#searchBox {
	position: absolute;
	top: 34px;
	right: 14px;
	width: 250px;
	height: 27px;
}
#footer {
	padding: 10px 0;
}
#footer, #footer a {
	color: #fff;
}
#footer ul {
	margin-left: 0;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}
#footer li {
	line-height: 20px;
}
#footer #tagline {
	float: right;
	width: 460px;
	font-weight: bold;
	line-height: 24px;
	text-align: right;
	padding-top: 15px;
}
#footer #tagline h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-weight: bold
}
/* Page grid
******************************************************************/
.module {
	background: #fff;
	border: 2px solid #9C978A;
	padding: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
div.twoCol .col1 {
	float: left;
	position: relative;
	width: 200px;
	padding: 0 0 0 0;
}
.twoCol .col1 .module {
	padding-left: 15px;
}
ul.vertNav, .module ul {
	margin-left: 13px;
}
div.twoCol .col2 {
	margin-left: 220px;
}
.rightCol .col1 {
	float: left;
	width: 640px;
}
.rightCol .col2 {
	float: right;
	width: 200px;
	margin: 0
}
.module.inner {
	padding: 10px;
	border: 2px solid #706543;
}
.module.inner {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.module.inner {
	padding: 0 0 10px 0;
	border: none;
}
.module.inner p {
	margin: 0 10px 1em 10px;
}
.module.inner h4 {
	display: block;
	padding: 3px 10px;
	color: #fff;
	background: #706543;
}
.module.inner img.left, .module.inner img.right {
	margin: 0 10px 10px 10px;
	border: 2px solid #9C978A;
}
.module.inner h4 a, .module.inner h4 a:visited {
	color: #fff;
	text-decoration: none;
}
.module.inner h4 a:active, .module.inner h4 a:hover {
	text-decoration: underline;
}
/* Home page
******************************************************************/

/* Hero */
#hero {
	margin: 0 0 15px 0;
	overflow: hidden;
	height: 280px;
}
#hero .image {
	float: left;
	width: 600px;
	position: relative;
}
#hero .callout {
	float: right;
	width: 270px;
	height: 280px;
	background: #706543;
}
#soContent, #soContent h1 {
	color: #fff;
	padding: 10px;
}
#hero #heroNav {
	position: absolute;
	bottom: 14px;
	left: 0px;
	background: #ffffff;
	opacity: 0.70;
	filter: alpha(opacity=70);
	height: 30px;
	width: 125px;
	z-index: 2;
}
.heroImg {
	display: none;
}
.heroImg.current {
	display: block;
}
#hero ul#controls {
	position: absolute;
	left: 30px;
	bottom: 20px;
	z-index: 3;
	list-style: none;
	width: 120px;
	height: 21px;
	margin: 0 10px 0 0;
}
ul#controls li {
	float: left;
	display: inline;
}
ul#controls li a {
	width: 21px;
	height: 19px;
	padding: 1px 0 0 0;
	display: block;
	background: url(../images/sprite_heroCtrl.gif) 0 0 no-repeat;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
ul#controls li.autoPlay {
	width: 28px;
	height: 20px;
	background: url(../images/sprite_heroAutoplay.gif) 0 0 no-repeat;
	cursor: pointer;
}
ul#controls li.autoPlay.play {
	background-position: 0 -20px;
}
ul#controls li a:hover, ul#controls li a:active, ul#controls li a.current {
	background-position: 0 -20px;
}
#nextHero {
	margin: 0 0 0 165px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: none;
}
#nextHero a {
	text-transform: none;
}
#hmPromos {
}
#hmPromos #col1 {
	float: left;
	width: 555px;
}
#hmPromos #col2 {
	float: right;
	width: 270px;
}
#hmPromos #col1 h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
}
.entry {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666666;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.entry h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold
}
.entry h3 a:active, .entry h3 a:hover {
	text-decoration: underline;
}
.entry .thumb, #col2 .callout .thumb, .thumb {
	display: inline-block;
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
}
#spotlight.entry {
	background: #ddd;
	border: 1px solid #333333;
	padding: 10px;
}
#spotlight h3 {
	color: #500001;
	font-size: 20px;
	position: relative;
	width: 100%;
}
#spotlight h3 span {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 12px;
	font-family: arial;
}
#spotlight h3 span a:link {
	text-decoration: underline;
}
#spotlight h3 span a:active, #spotlight h3 span a:hover {
	text-decoration: none;
}
#spotlight h5 {
	margin-bottom: .5em;
}
#spotlight p a { font-weight: bold; }
#spotlight ul {
	margin: 15px 14px 0;
}
#spotlight div.cols {
	clear: both;
	overflow: hidden;	
}
.cols .col1, .cols .col2 {
	float: left;
	padding: 15px 0 0 0;
	width: 47%
}
.cols .col2 {
	float: right;
}
#col2 .callout {
	background: #dddddd;
	padding: 5px 15px;
	display: block;
	margin: 0 0 15px 0;
	overflow: hidden;
	height: 100%;
}
#col2 .callout h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #500001;
}
#col2 #promo.callout {
	background: #f2f2f2;
	padding: 5px;
}
#col2 #promo.callout .thumb {
	float: right;
	margin: 0 0 0 10px;
}
#col2 #promo.callout h3 {
	margin: 30px 0 15px;
	font-size: 22px;
	line-height: 30px;
}
ul.newsletter {
	float: right;
	margin: 0;
	width: 110px;
}

.newsletter h5 {
	margin: 0;
}

.newsletter li {
	margin: 0 0 5px 0;	
}

.thumb.roundtable {
	width: 135px;	
}

#videoDesc {
float:right;
width:300px;
}

/*
Support page/ donation form
************************************************************************/
.phoneField {
	width:40px;
}
label {
	width: 100px;
	display: block;
	margin: 0 10px 5px 0;
}
input#donAmt {
	text-align: right;
}
#errorBox {
	display: none;
	overflow: hidden;
	margin: 0 0 15px;
}
#errorBox label {
	cursor: pointer;
	color: red;
}
