.horbar {
	color: black;
	background-color: #FFFFE4;
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.horbaritem a {
	display: block;
	text-decoration: none;
}
.horbaritem a:link {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}
.horbaritem a:active {
	color: #ff0000;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #EDF2F5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #EDF2F5;
	border: 1px solid #64879d;
}

.item	{
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 1px 2px 1px;    /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

/*----- Tree Menu Section  ---------------------- */
.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a.phplmnormal:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:link	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	text-decoration: none;
}

a.phplm:visited	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #726461;
	text-decoration: none;
}

a.phplm:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:active	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}

a.phplmselected:link	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:visited	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplmselected:active	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}

/*  Client will use these styles */
h1			{color: #166AA6;
			font: normal 1.7em Georgia, "Times New Roman", Times, serif;
			padding-bottom: 0.4em;
			letter-spacing: 0px;
			}

h2			{color: #166AA6;
			font: normal 1.4em Georgia, "Times New Roman", Times, serif;
			padding-top: 0.7em;
			padding-bottom: 0.3em;
			letter-spacing: 0px;
			}
			
h3			{color: #945630;
			font: bold 1.1em/185% Arial, Verdana, Helvetica, sans-serif;
			padding-top: 0.7em;
			}
			
h4			{color: #945630;
			font: normal 1em/185% Arial, Verdana, Helvetica, sans-serif;
			}
			
.more 		{background: url(uploads/images/arrow-red.png) no-repeat;
			background-position : right;
			padding-left: 12px;
			padding-right: 8px;
			}
			
.quote		{color: #FFFFFF;
			font: normal 1.3em Arial, Verdana, Helvetica, sans-serif;
			}
			
.quoteSignature	{
			color: #FFFFFF;
			font: normal 0.8em Arial, Verdana, Helvetica, sans-serif;
			text-align: right;
			}
			
.imgCaption	{padding-top: 4px;
			font: normal 0.8em Arial, Verdana, Helvetica, sans-serif;
			}
									
/* Styles hidden from client */

* 			{margin: 0; 
			padding: 0;
			}

body 		{margin: 0;
			padding: 0;
			background-color: #D1D1D1;
			color: #666666;
			font: normal 0.76em/190% Arial, Verdana, Helvetica, sans-serif;
			}
			
p			{padding-bottom: 1em;
			}			

p.small		{padding-bottom: .8em;
			line-height: 1.4em;
			}
						
a:link, a:visited {
			color: #8A0033;
			font-weight: bold;
			text-decoration: none;
			}

a:hover, a:active {
			color: #8A0033;
			font-weight: bold;
			text-decoration: underline;
			}

img:link, a img {
			border: 0;
			}
			
.lists ul 	{list-style-position: outside;
			padding-left: 20px;
			padding-bottom: 20px;
			}
			
.lists li	{padding: 5px;
			}

#page		{width: 718px;
			margin: 0 auto 30px auto;
			background-color: #FFFFFF; 
			}

#header		{width: 718px; 
			height: 74px;
			border-left: 1px solid #B2B2B2;
			border-right: 1px solid #B2B2B2;
			background: #F7F5EF;
			}		
			
#search		{width: 186px; 
			float: left;
			border: 1px solid #B2B2B2;
			}
			
.search		{color: #945630;
			font: bold 11px/18px Arial, Verdana, Helvetica, sans-serif;
			padding-top: 12px;
			padding-left: 4px;
			}

.searchBox {border: 0px solid #FFFFFF;
			float: left;
			color: #666666;
			font: normal 11px Arial, Verdana, Helvetica, sans-serif;
			width: 158px;
			height: 18px;
			padding-top: 4px;
			padding-left: 4px;
			}
					
.searchGo	{border-left: 0px solid #FFFFFF; 
			float: left;
			}
			
.searchHighlight {
			color: #945630;
			font-weight: bold;
			}

.formHeader	{color: #FFFFFF;
			font: bold 1.3em Arial, Verdana, Helvetica, sans-serif;
			}
						
.form		{border: 1px solid #B2B2B2;
			background: #A1B773;
			color: #FFFFFF;
			font: normal 1em/1.5em Arial, Verdana, Helvetica, sans-serif;
			padding: 20px 10px 20px 10px;
			float: left;
			width: 500px;
			}

.formBox	{border: 1px solid #B2B2B2;
			color: #666666;
			font: normal 11px Arial, Verdana, Helvetica, sans-serif;
			width: 280px;
			height: 18px;
			padding-top: 3px;
			padding-bottom: 1px;
			padding-left: 4px;
			float: left;
			}
			
.formMsg	{border: 1px solid #B2B2B2;
			color: #666666;
			font: normal 11px Arial, Verdana, Helvetica, sans-serif;
			width: 400px;
			float: left;
			padding-left: 4px;
			}
			
.formGo		{border-left: 0px solid #FFFFFF; 
			float: left;
			padding-left: 5px;
			}			
			
.errorMsg	{font-weight: bold;
			padding-bottom: 10px;
			color: #8A0033;
			}
			
.left		{float: left;
			}			

.right		{float: right;
			}	
			
#nav		{width: 717px;
			background: #83A1B1;
			padding-left: 3px;
			line-height: 24px;
			height: 26px;
			border-top: 4px solid #83A1B1;
			}
			
#nav ul		{display: block;
			}
				
#nav ul li	{list-style: none; 
			font: bold 11px Arial, Verdana, Helvetica, sans-serif;
			float: left;
			line-height: 23px;
			height: 26px;
			}

#nav ul li a:link, #nav ul li a:visited {
			padding-left: 14px; 
			padding-right: 14px;
			color: #FFFFFF;
			background: #83A1B1;
			text-decoration: none;
			float: left;
			}

#nav ul li.menuActive, #nav ul li.menuActive a:link, #nav ul li.menuActive a:visited, #nav ul li.menuActive a:hover, #nav ul li.menuActive a:active  {
			color: #945630;
			margin-bottom: -3px;
			background: #FFFFFF;
			}
			
#nav ul li.donate, #nav ul li.donate a:link, #nav ul li.donate a:visited, #nav ul li.donate a:hover, #nav ul li.donate a:active {
			color: #FFFFFF;
			}

#nav ul li a:hover, #nav ul li a:active, #nav ul li.donate a:hover, #nav ul li.donate a:active {
			color: #945630; 
			text-decoration: none;
			}
			
#main		{background: #FFFFFF;
			width: 718px; 
			border-left: 1px solid #B2B2B2;
			border-right: 1px solid #B2B2B2;
			padding-top: 22px;
			clear: both;
			float: left;
			}
			
#subnav		{background: #A2B9C5;
			float: left;
			width: 161px;
			font: normal 1em Arial, Verdana, Helvetica, sans-serif;
			height: 100%;
			}
			
.subnav		{padding-left: 27px;
			padding-top: 9px;
			padding-bottom: 9px;
			}			

.subnavON	{margin-left: 10px;
			padding-left: 17px;
			background: #FFFFFF;
			color: #945630; 
			}
			
.subnavONtab{margin-left: 10px;
			background: #FFFFFF;
			height: 5px;
			}		
						
.subnav	a:link, .subnav a:visited {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: normal;
			}
			
.subnav a:hover, .subnav a:active {
			color: #945630; 
			text-decoration: none;
			font-weight: normal;
			}

#headerImg	{padding-left: 13px;
			padding-bottom: 22px;
			}
			
#contentDefault	{padding-left: 25px;
			padding-bottom: 20px;
			width: 650px;
			}

#contentReg	{padding-left: 25px;
			padding-bottom: 20px;
			width: 450px;
			}

#contentWithNav	{
			padding-left: 17px;
			padding-bottom: 20px;
			width: 509px;
			float: left;
			}
			
.inlineImgLeft {
			clear: both;
			float: left;
			padding-top: 1em;
			padding-right: 15px;
			}
			
.inlineImgRight {
			clear: both;
			float: right;
			padding-top: 1em;
			padding-left: 15px;
			}

#spotlightHome {
			position: absolute;
			width: 100%;
			top: 104px;
			left: 0px;
			}
									
#spotlight {position: absolute;
			width: 100%;
			top: 126px;
			left: 0px;
			}
			
#spotlightCenter {
			width: 720px;
			margin-left: auto;
			margin-right: auto;
			}

#spotlightPosition {
			display: block;
			padding-left: 500px;
			height: 0px;
			}
						
.spotBox	{width: 186px;
			border-left: 0px solid #999999;
			border-right: 0px solid #999999;
			border-bottom: 0px solid #999999;
			margin-bottom: 8px;
			margin-right: 31px;
			}
			
.spotBoxFloat {
			width: 186px;
			margin-left: 17px;
			margin-bottom: 8px;
			float: right;
			}
			
.spotBox a:link, .spotBox a:visited, .spotBoxFloat a:link, .spotBoxFloat a:visited {
			text-decoration: underline;
			font-weight: normal;
			color: #FFFFFF;
			}
			 
.spotBox a:hover, .spotBox a:active, .spotBoxFloat a:hover, .spotBoxFloat a:active {
			text-decoration: none;
			font-weight: normal;
			color: #FFFFFF;
			}
			
.spotBoxGreen {
			background: #A1B773;
			padding-left: 14px;
			padding-right: 14px;
			color: #FFFFFF;
			font: normal 1em/1.3em Arial, Verdana, Helvetica, sans-serif;
			}

.spotBoxWhite {
			background: #FFFFFF;
			padding-left: 14px;
			padding-right: 14px;
			color: #000000;
			font: normal 1em/1.3em Arial, Verdana, Helvetica, sans-serif;
			}

.spotBoxBootcamp {
			background: #acc453;
			padding-left: 14px;
			padding-right: 14px;
			color: #FFFFFF;
			font: normal 1em/1.3em Arial, Verdana, Helvetica, sans-serif;
			}

.spotBoxBrown {
			background: #B7A673;
			text-align: left;
			padding-top: 9px;
			padding-left: 14px;
			padding-right: 14px;
			color: #FFFFFF;
			font: normal 1em/1.3em Arial, Verdana, Helvetica, sans-serif;
			}
			
.spotBoxMauve {
			background: #A8918E;
			text-align: left;
			padding-top: 9px;
			padding-left: 12px;
			padding-right: 12px;
			padding-bottom: 11px;
			color: #FFFFFF;
			font: normal 1em/1.3em Arial, Verdana, Helvetica, sans-serif;
			}
			
.spotBoxOrange {
			background: #C99261;
			text-align: left;
			padding-top: 9px;
			padding-left: 12px;
			padding-right: 12px;
			padding-bottom: 11px;
			color: #FFFFFF;
			font: normal 1em/1.3em Arial, Verdana, Helvetica, sans-serif;
			}

.spotBoxBlue {
			background: #7DADAD;
			text-align: left;
			padding-top: 9px;
			padding-left: 12px;
			padding-right: 12px;
			padding-bottom: 11px;
			color: #FFFFFF;
			font: normal 1em/1.3em Arial, Verdana, Helvetica, sans-serif;
			}
			
.spotBoxSchedule {
			background: #555555;
			text-align: left;
			padding-top: 9px;
			padding-left: 12px;
			padding-right: 12px;
			padding-bottom: 11px;
			color: #FFFFFF;
			font: normal 0.9em/1.3em Arial, Verdana, Helvetica, sans-serif;
			}
			
.spotBoxSchedHdr {
			color: #E7BF70;
			font: bold 1.1em/1.1em Arial, Verdana, Helvetica, sans-serif;
			}
			
.spotMore	{background: url(uploads/images/arrow-white.png) no-repeat;
			background-position : right;
			padding-right: 8px;
			text-align: right;
			}
			
.spotMore a:link, .spotMore a:visited{
			text-decoration: none;
			font-weight: bold;
			color: #FFFFFF;
			}
			 
.spotMore a:hover, .spotMore a:active{
			text-decoration: underline;
			font-weight: bold;
			color: #FFFFFF;
			}

.spotEnroll	{background: #B7A673;
			padding: 12px 12px 4px 14px;
			}
			
.buttonRed	{text-align: center;
			padding-bottom: 10px;
			}
			
.buttonRed a:link, .buttonRed a:visited {
                        color: #ffffff;
			border: 1px solid #FFFFFF;
			background: #8A0033;
			padding: 5px;
			width: 146px;
			display: block;
			text-decoration: none;
			font-weight: bold;
			}
			
.buttonRed a:hover, .buttonRed a:active {
                        color: #ffffff;
			background: #951947;
			text-decoration: none;
			font-weight: bold;
			}
			
#footer 	{clear: both;
			width: 688px; 
			border-left: 1px solid #B2B2B2;
			border-right: 1px solid #B2B2B2;
			border-bottom: 1px solid #B2B2B2;
			background: #FFFFFF;
			text-align: right;
			padding: 15px;
			color: #945630;
			font: normal 83% Arial, Verdana, Helvetica, sans-serif;
			}
			
#footer a:link, #footer a:visited {
			text-decoration: none;
			color: #945630;
			}
			 
#footer a:hover, #footer a:active {
			text-decoration: underline;
			color: #945630;
			}
			
#popup		{width: 100%;
			background: #FFFFFF;
			}

#popupL		{width: 110px;
			float: left;
			padding-top: 18px;
			padding-left: 48px;
			}
						
#popupR		{width: 310px;
			padding-bottom: 20px;
			float: left;
			}
			
.popupHdr	{width: 100%;
			background: #F5F3EB;
			height: 59px;
			}
			
.popupNav	{width: 100%;
			background: #728FA2;
			height: 26px;
			float: left;
			}
			
#contact	{padding-top: 20px;
			padding-left: 25px;
			}
			
.formContact{border: 1px solid #B2B2B2;
			background: #A1B773;
			color: #FFFFFF;
			font: normal 1em/1.5em Arial, Verdana, Helvetica, sans-serif;
			padding: 20px 10px 20px 10px;
			float: left;
			width: 475px;
			}
