/* PAGE SETUP */
body {
	text-align:center;
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	background-color: #FFFFFF;
	border: medium solid #FF9900;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width: 800px;
	height: 191px;
	background-color: #FFFFFF;
	border: none;
}

#sidenav {
	float: left;
	width: 178px;
	margin: 0;
	background-color: #FFFFFF;
}

#content {
	padding-left: 10px;
	border-left: medium solid #FF9900;
	overflow: hidden;
	text-align: left;
	width: 609px;
	padding-bottom: 30px;
	margin: 0;
 }
 
 *html #content {
 	margin-top:-5px;
	margin-right:-2px;
	}
		
#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	text-align: center;
}
	

/* PAGE ELEMENTS */
.quote {
	text-align: left;
	padding: 20px;
	width: 200px;
	float: right;
	line-height: 1em;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FF9933;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.photo {
	float: left;
	position: relative;
	margin-left: 0px;
	padding-right: 20px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FF9933;
	padding-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.photoRight {
	float: right;
	padding: 0px;
	width: 305px;
	margin-right: 0px;
	}

	*html .photoRight {
		margin-top: -5px;
		margin-right: -11px;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #339933;
	margin-top: 0px;
	padding-top: 0px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin-bottom: 3px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	margin-bottom: 0em;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/titlebkg.jpg);
	background-repeat: repeat-y;
	height: 30px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 20px;
}
*html h6 {
	height: 100%;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	text-decoration: none;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	list-style-position: outside;
}
li {
	margin-bottom: 10px;
}

.photoleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.leaders {
	border: thin solid #339933;
	padding: 15px;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
.subhead {
	font-size: 90%;
	margin-top: 0px;
	padding-top: 0px;
}
.titleBkg {
	background-image: url(../images/titlebkg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 5px;
	height: 29px;
	padding-top: 5px;
	margin-top: 20px;
}
.ourTeam {
	padding: 15px;
	width: 90%;
	border: thin solid #999999;
	margin-top: 0px;
	overflow: hidden;
	margin-bottom: 10px;
}
.faq {
	margin-right: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
.miniPhotos {
	float: right;
	padding: 0px;
	margin: 0px;
	position: relative;
	margin-top: -30px;
	margin-bottom: 0px;
}

/* PROGRAM TABLE */

#STable {
	padding: 0px;
	width: 550px;
	text-align: center;
	border: 1px solid #003366;
	margin: 0px;
}
#STable caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	color: #003366;
	text-align: left;
}
#STable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	background-color: #9AAED4;
	background-image: url(../images/s_tablehead.jpg);
	background-repeat: repeat-x;
	text-transform: none;
	width: 110px;
	border: 1px solid #003366;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
#STable td {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	width: 20%;
	padding: 6px;
	background-color: #FFFFFF;
}
#STable .alt {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	width: 20%;
	background-color: #FFF9F0;
	padding: 6px;
}
#STable .col {
	color: #000066;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FFCC66;
}


#STable tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

/* LIGHTBOX STYLES */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:450px;
	height:400px;
	margin:-220px 0 0 -250px;
	padding: 20px;
	border:medium solid #FF9900;
	background-image:url(../images/s_tablehead.jpg);
	text-align:left;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#003300;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF9900;
	text-align: left;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FF9900;
	text-align: right;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text {
	margin: 0px;
	padding: 0px;
	width: 350px;
	float: left;
}
#content2 {
	padding-left: 30px;
	border-left: medium solid #FF9900;
	overflow: hidden;
	text-align: left;
	padding-bottom: 30px;
	margin: 0;
	width: 766px;
}
