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

body { background: #A9BCDB;  font-family: Arial, Helvetica, sans-serif; color:#003366;} /* Sets window background colour and main font style */

#Container { /* main site Container */
	width: 970px;
	margin: 0 auto;
	margin-top: 6px;
}

#subCont{ /* Sets central page container background colour, width, decoration */
	width: 970px; background: #FFF; border: 2px solid #000; border-bottom:none; padding-top: 4px;
}

#siteHead { /* sets header dimensions and location */
	width: 960px;
	margin: 0 auto;
	height: 130px;
	}

#siteHead p { margin: 0; }

#siteHead img { vertical-align: top; }

#progBar { /* sets program bar location, dimensions, and background */
	width: 960px; height: 60px;
	margin: 4px auto 0 auto;
	background: #FFF url(../images/progbar/PB_BG.png) repeat-x;
}

#progBar p {
	margin: 23px 0 0 6px; color: #FFFFFF; font-weight: bold; font-size: 1em;
}

#PBleft {
	float: left; background: url(../images/progbar/PBleft.png) no-repeat; height: 60px; width: auto;
}

#PBright {
	float: right; background: url(../images/progbar/PBright.png) right no-repeat; height: 60px; width: auto; text-align: right; padding-right: 3px;
}

#mainBody { /* sets main content size and decoration */
	width: 960px;
	margin: 0 auto;
	background: url(../images/main/contentBG.png) repeat-y;
}

#mainMenu {
	float: left;
	width: 130px;
}

#mainMenu ul {
	list-style:none;
	margin: 0;
	font-size: .8em;
}

#mainMenu ul li a {
	background: url(../images/main/mButton.png) 0 0 no-repeat;
	width: 118px; height: 30px;
	margin: 4px 0 0 0;
	padding-left: 10px;
	display: block;
}

#mainMenu ul li a:hover { background-position: -150px 0; }

#copyContainer {
	float: left;
	width: 600px;
	margin: 10px 10px 0 10px;
}

#copyContainer p {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1.1em;
	}

#regContainer {
	float: left;
	width: 825px;
	background-color:#FFF;
	margin: 0px 0px 0 5px;
}

#regContainer p {
	margin: 10px 0;
	font-size: .9em;
	line-height: 1.2em;
	}

#programTitle {
	float: left;
	width: 360px;
	height: 70px;
	margin: 0;
}

#programPricing {
	float: left;
	margin: 5px 0 0 65px;
	width: 300px;

}
#programPricing p {
	margin: 4px 0;
	font-weight: bold;
	font-size: 0.8em;
	margin: 5px 0;
}

#programDates {
	float: right;
	width: 225px;
	margin-top: 10px;
}

#programDates p {
	margin: 2px 0;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 0.9em
}

#programDesc {
	clear: both;
	padding-top:10px; 
}

#violRight {
	float: right;
	width: 125px; height: 125px;
}

#floatVid {
	float: right;
	width: 250px; height: 250px;
}

#newsBar {
	float: right;
	width: 202px;
}

#newsBar ul {
	list-style:none;
	margin: 0;
}

#blogBox {
	background: url(../images/main/blogBG.png) repeat-y;
	margin-top: 5px; margin-bottom: 10px;
}

#blogBox p {
	color: #592B1E;
	font-size: 0.8em;
	line-height: 1em;
	margin: 2px 8px 2px 8px;
}

#blogBox a {
	color: #592B1E;
	text-decoration: none;
	font-weight: bold;
	}

#blogBox a:hover {
	color: #2E2E3B;
}

#blogTOP {
	height: 40px;
	background: url(../images/main/blogT.png) no-repeat;
}

#blogTOP p {
	color: #592B1E;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	margin: 4px 0 0 10px;
}

#blogBOT {
	background: url(../images/main/blogB.png) no-repeat;
	height: 10px;
	clear: both;
}

#campVidBox {
	width: 202px;
	height: 154px;
	margin-top: 5px;
	padding-top: 5px;
	background: url(../images/main/4x3ssBG.png) no-repeat;
}

#campVideo {
	width: 188px;
	height: 140px;
	margin: 1px 0 0 6px;
	background-color: #CCC;
	height: 80px; 
}

#vidButton { margin-top: -4px;}

#vidButton ul li { margin-top: 4px; font-size: 0.8em; }

#vidButton ul li a {
	background: url(../images/main/vidButton.png) 0 0 no-repeat;
	width: 192px; height: 30px;
	margin: 0 0 0 0;
	padding-left: 10px;
	display: block;
}

#vidButton ul li a:hover { background-position: -225px 0; }

#picButton { }

#picButton ul li { margin-top: 4px; font-size: 0.8em; }

#picButton ul li a {
	background: url(../images/main/picButton.png) 0 0 no-repeat;
	width: 192px; height: 30px;
	margin: 0 0 0 0;
	padding-left: 10px;
	display: block;
}

#picButton ul li a:hover { background-position: -225px 0; }

#rsButtons { }

#rsButtons ul li { margin-top: 4px; font-size: 0.8em; }

#rsButtons ul li a {
	background: url(../images/main/rsButton.png) 0 0 no-repeat;
	width: 192px; height: 30px;
	margin: 0 0 0 0;
	padding-left: 10px;
	display: block;
}

#rsButtons ul li a:hover { background-position: -225px 0; }

#testimonial {
	background: url(../images/main/testimonBG.png) repeat-y;
	margin-top: 5px; margin-bottom: 10px;
}

#testimonial p {
	color: #D9D0C7;
	font-size: 0.8em;
	line-height: 1em;
	margin: 2px 8px 2px 8px;
}

#testTOP {
	height: 40px;
	background: url(../images/main/testimonT.png) no-repeat;
}

#testTOP p {
	color: #D9D0C7;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	margin: 4px 0 0 10px;
}

#testBOT {
	background: url(../images/main/testimonB.png) no-repeat;
	height: 10px;
	clear: both;
}

#accredBanner {
	width: 1000px;
	height: 74px;
	background: #FFF;
	margin: 0 auto;
	border-top: 2px solid #000; border-bottom: 2px solid #000;
	padding-top: 4px;
	text-align:center;
}


#siteFoot {
	width: 970px;
	height: 40px;
	margin: 0 auto;
	background: #FFF;
	border: 2px solid #000; border-top: 0px solid #000;
	font-size: 0.6em;
	text-align:center;
}

#siteFoot p {
	padding-top: 5px;
}

#directorsButton a {
	background: url(../images/main/dirWelcomeB.png) 0 0 no-repeat;
	width: 220px; height: 60px;
	margin: 50px auto;
	display: block;
}

#directorsButton a:hover {
	background-position: -250px 0;
}

#registerButton a {
	background: url(../images/main/RegMarkD.png) 0 0 no-repeat;
	width: 125px; height: 125px;
	margin: 0;
	display: block;
}

#registerButton a:hover {
	background-position: -150px 0;
}

.clearFix {	clear: both; }

.testName { float: right; font-weight: bold; font-style: italic; line-height: 1.2em;}

.smallText {
	line-height: 1em;
	font-size: 0.7em;
	vertical-align: baseline;
}
