* { margin: 0; padding: 0;}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background: url(../images/skyRepeater2.gif) repeat-x fixed top left;
	position: relative;
	}
	
/*links*/
a {
	color: #590202;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.bodyLink {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	}
	
	
address {
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 75%;
	color: #a8a8a8;
	font-style: normal;
	}
address a {
	color: #a8a8a8;
	}
address a:hover {
	color: #590202;
	}
#container {
	width: 900px;
	margin: 16px auto 0;
	min-height:100%;
	position:relative;
	padding-top: 10px;
	background: #fff;
	}
#header {
	position: relative;
	float: left;
	width: 890px;
	height: 235px;
	margin: 0 auto;
	background: #ffffff url(../images/logo23.gif) no-repeat 0px 5px;
	}
#main {
	width: 890px;
	margin: 0 auto;
	padding-bottom: 210px;  /* Height of the footer */
	font-size: 88%;
	}
#mainContent {
	margin: 0 167px;
	}
#main {
	display: block;
	clear: both;
	margin-top: 30px;
	}
#main p {
	margin: 0.875em 0;
	line-height: 1.6em;
	}
#footer {
	position:fixed;
	bottom: 0;
	z-index: 106;
	width: inherit;
	height: 200px;   /* Height of the footer */
	background: url(../images/horseOverlay3.gif) no-repeat bottom center;
	}
#footer p {
	position: absolute;
	bottom: 0;
	font-size: 62%;
	color: #fff;
	}
#footer p.left { left: 10px; }
#footer p.right { right: 10px; }
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #590202;
	}
#contact {
	position:fixed;
	bottom: 0;
	width: 100%;
	height: 200px; 
	background: url(../images/grassRepeater2.gif) repeat-x fixed bottom left;
	}
#logo {
	float: left;
	margin: 20px 0px 5px 217px;
	text-align: left;
	text-indent: -9999px;
	width: 591px;
	height: 116px;
	background: url(../images/logoText23.gif) no-repeat bottom center;
	}
#navContainer {
	clear: both;
	display: table !important;
	margin: 0px 0px 0px 200px;
	}
ul#primaryNav {
	display: table-row !important;
	/*float: left;*/
	clear: both;
	}
#primaryNav li.indigo, #primaryNav li.yellow, #primaryNav li.green, #primaryNav li.violet, #primaryNav li.red, #primaryNav li.orange, #primaryNav li.brown {
	display: table-cell !important;
	display: inline;
	list-style: none;
	border-right: 5px solid #fff;
	width: 85px !important;
	/*max-width: 85px !important;*/
	height: 30px !important;
	font-size: 88%;
	}
#primaryNav li a {
	display: table-cell;
	width: inherit;
	height: inherit;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	}
#primaryNav li a:hover {
	text-decoration: none;
	}
/*#primaryNav a {
	display: table-cell !important;
	padding: 0;
	margin: 0;
	/*line-height: 1.35em;
	width: 85px !important;
	max-width: 85px !important;
	color: #fff;
	text-decoration: none;
	overflow: none !important;
	}*/
/*#primaryNav a span {
	display: table-cell !important;
	float: left;
	padding: 0;
	margin: 0;
	width: 85px !important;
	max-width: 85px !important;
	overflow: none !important;
	}*/
ul#secNav {
	display: block;
	clear: both;
	margin: 10px 0px 0px 200px;
	font-size: 82%;
	}
#secNav li {
	display: table-cell;
	/*float: left;*/
	/*display: inline;*/
	list-style: none;
	margin: 1em 0em 1em;
	width: 125px;
	}
#secNav a {
	display: block;
	padding-left: 5px;
	margin-right: 10px;
	text-decoration: none;
	color: #a8a8a8;
	border-left: 2px solid #a8a8a8;
	}
#secNav a:hover {
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px;
	border-bottom-style: solid;
	}
/*#secNav li:hover  {
	padding-bottom: 3px;
	border-bottom: 1px;
	border-bottom-style: solid;
	}*/
#secNav #eal:hover { border-color: #071383; }
#secNav #eap:hover { border-color: #ffb60d; }
#secNav #corp:hover { border-color: #007725; }
#secNav #youth:hover { border-color: #57348d; }
#secNav #op4h:hover { border-color: #930300; }


.indigo { background: #071383; }
.yellow { background: #ffb60d; }
.green { background: #007725; }
.violet { background: #57348d; }
.red { background: #930300; }
.orange { background: #ff9900; }
.brown { background: #442b07; }

img.left {
	float: left;
	margin: 6px 1em 6px -40px;
	}
img.right {
	float: right;
	margin: 6px -40px 6px 1em;
	}
	
dfn {
	font-style: normal;
	border-bottom: 4px double #096B44;
	}

h1 { clear: both; }
.center { text-align: center; }
h5 {
	clear: both;
	font-size: 100%;
	font-weight: bold;
	color: #071383;
	}

blockquote {
	clear: both;
	margin: 0 40px;
	padding: 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	}
span.author { float: right; text-align: right; margin-bottom: 1em; color: #072293; }
.longQuote {
	font-size: 90%;
	}

#main ol, #main ul {
	margin: 0.875em 43px;
	}
#main li {
	margin: 0.5em 0;
	line-height: 1.6em;
	}
ul.noBull li {
	list-style: none;
	}
.cntr {
	text-align: center;
	}

ul#triCircles {
	float: left;
	display: inline;
	height: 205px;
	margin: 0;
	padding: 0 5px;
	}
ul#triCircles li {
	float: left;
	display: block;
	list-style: none;
	width: 175px;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	}
ul#triCircles li a {
	color: #fff;
	}
ul#triCircles li a:hover {
	text-decoration: none;
	}
ul#triCircles ul {
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 0.25em;
	}
ul#triCircles li ul li {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 80%;
	}
ul#triCircles li.violet ul {
	background: #C0BCD2;
	}
ul#triCircles li.violet ul li a {
	color: #433479;
	}
ul#triCircles li.indigo ul {
	background: #ACB0C2;
	}
ul#triCircles li.indigo ul li a {
	color: #071347;
	}
ul#triCircles li.yellow ul {
	background: #F9DEB4;
	}
ul#triCircles li.yellow ul li a {
	color: #000;
	}

ul#octLinks {
	display: inline;
	height: 205px;
	margin: 0;
	padding: 0 5px;
	}
ul#octLinks li {
	display: table;
	/*position: relative;*/
	float: left;
	display: block;
	list-style: none;
	width: 130px;
	height: 130px;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	}
ul#octLinks li a {
	display: table-cell;
	vertical-align: middle;
	/*position: absolute;
	top: 50%;*/
	height: 130px;
	color: #fff;
	}
ul#octLinks li a span {
	/*position: relative;
	top: -50%;*/
	}

ul#septLinks {
	display: inline;
	height: 205px;
	margin: 0;
	padding: 0 5px;
	}
ul#septLinks li {
	display: table;
	/*position: relative;*/
	float: left;
	display: block;
	list-style: none;
	width: 130px;
	height: 130px;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	}
ul#septLinks li a {
	display: table-cell;
	vertical-align: middle;
	/*position: absolute;
	top: 50%;*/
	height: 130px;
	color: #fff;
	}
ul#septLinks li a span {
	/*position: relative;
	top: -50%;*/
	}


h2 {
	margin-bottom: 0.5em;
	}
.eal blockquote, .eal h1, .eal h2, .eal h3 {
	color: #072293;
	}

.eat h1 {
	color: #EC9D1C;
	}
.corp h1 {
	color: #096B44;
	}
.youth h1 {
	color: #433479;
	}
.op4h h1 {
	color: #590202;
	}
	
#spring {
	margin: 0 auto 2em;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #072293;
	}
#spring ul {
	width: 7.5em;
	margin: 0 auto;
	}
#spring li {
	text-align: left;
	}
#spring ul#imgR {
	margin-right: 300px;
	}

.workshops span {
	font-size: 120%;
	font-weight: bold;
	}

ol li a {
	font-weight: bold;
	}
	
ol#faqs {
	margin: 0;
	padding: 0;
	}
	
.bio {
	min-height: 299px;
	font-size: 125%;
	}
.bio span {
	font-size: 115%;
	font-weight: bold;
	color: #071383;
	}
.bio a img { border: none; }
.bio a { text-decoration: none; color: #000; }
.bio a:hover span { text-decoration: underline; } 

.bookLink {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	padding: 0px 4px 0px 0px;
	width: 318px;
	text-align: center;
	border: 3px solid #57348d;
	}
.bookLink p {
	margin: auto;
	min-height: 118px;
	text-align: left;
	}
.bookLink a img, .bookLink a {
	border: none;
	color: #000;
	}

strong {
	color: #071383;
	}
.noBlue {
	color: #000;
	}
	
#corpList a {
	font-weight: bold;
	font-size: 135%;
	}

.picQuote {
	width: 110%;
	float: left;
	}
.picQuote blockquote {
	display: inline;
	clear: none;
	margin: 0;
	padding: 0;
	width: 50%;
	}