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

ltgry #acb2ae
mdgry #495257
dkgry #231f20
blue #00a7e1
red #a21418

*/

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
	background-color: #FFFFFF;
	text-align: center;

}

a:link {
		color: #a21418;
		text-decoration: none;
	}
	 a:visited {
		text-decoration: none;
		color: #a21418;
	}
	 a:hover {
		text-decoration: none;
		color: #000;
	}
	 a:active {
		text-decoration: none;
		color: #000;
	}

/*p {
	padding: 0 0 0 0;
}

ul, li {
	padding: 0 0 0 5px;
}
*/
#wrapper {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	height: auto; /*overflow:auto;*/
}

/* global header */
#header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/logo2.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-color:#fff;
	height:203px;
	width: 800px;
	
}

#headerTop{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 3px 0px 0 15px;
	font-weight: bold;
	color: #fff;

}
#headerSubNav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	float: right;
	margin: 55px 15px 0 0;
	font-weight: bold;
	color: #4e4e4e;
}

	#headerSubNav a:link {
		color: #4e4e4e;
		text-decoration: none;
	}
	#headerSubNav a:visited {
		text-decoration: none;
		color: #4e4e4e;
	}
	#headerSubNav a:hover {
		text-decoration: none;
		color: #00a7e1;
	}
	#headerSubNav a:active {
		text-decoration: none;
		color: #00a7e1;
	}
	
	
#headerLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 148px 0 0 20px;
	color: #FFFFFF;
	font-weight:bold;
}

	#headerLinks a:link {
		color: #fff;

		text-decoration: none;
	}
	#headerLinks a:visited {
		text-decoration: none;
		color: #fff;
	}
	#headerLinks a:hover, #headerLinks a:active {
		text-decoration: none;
		color: #00a7e1;
	}
	
	.headerLinkselected {
		color: #00a7e1;
	}
	
	.headerPipe {
	color: #008096;
	padding:0px 5px 0px 5px;
}

#contentContainer {
	width: 780px;
	background-color:#fff;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
}

#homepageContentContainer {
	width: 800px;
	background-color:#fff;
	background-image:url(../images/home_bkgd_hiphop.jpg);
	background-repeat: no-repeat;
	height: 483px;
	margin: 10px 0 10px 0;
	text-align: left;
}
#homepageflashContainer{
	width: 350px;
	height: 260px;
	float:right;
	margin-top: 12px;
	margin-right: 24px;
}

#subpagetitleContainer{
	width: 800px;
	height: 65px;
	background-color:#00a7e1;
	text-align: left; padding: 35px 0 0 40px;
	background-image:url(../images/about-pagetitle.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:24px;
	background-position: right;
}

#aboutpagetitleContainer{
	width: 810px;
	height: 65px;
	background-color:#00a7e1;
	text-align: left; padding: 35px 0 0 40px;
	background-image:url(../images/about-pagetitle.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:24px;
	background-position: right;
}

#testimonialspagetitleContainer{
	width: 810px;
	height: 65px;
	background-color:#00a7e1;
	text-align: left; padding: 35px 0 0 40px;
	background-image:url(../images/testimonials-pagetitle.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:24px;
	background-position: right;
}

#contactpagetitleContainer{
	width: 810px;
	height: 65px;
	background-color:#00a7e1;
	text-align: left; padding: 35px 0 0 40px;
	background-image:url(../images/contact-pagetitle.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:24px;
	background-position: right;
}

#careerspagetitleContainer{
	width: 810px;
	height: 65px;
	background-color:#00a7e1;
	text-align: left; padding: 35px 0 0 40px;
	background-image:url(../images/careers-pagetitle.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:24px;
	background-position: right;
}


#servicespagetitleContainer{
	width: 810px;
	height: 65px;
	background-color:#00a7e1;
	text-align: left; padding: 35px 0 0 40px;
	background-image:url(../images/services-pagetitle.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:24px;
	background-position: right;
}

#homepageLcolumn{
	width: 218px;
	float:left;
	height: auto;
}
#homepageMcolumn{width: 218px; float:left;height: auto;}
#homepageRcolumn{width: 414px; float: right;height: auto;}


#subpageLcolumn{
	width: 500px;
	float:left;
	height: auto;
	padding-left: 25px;
	padding-top: 25px;
	
}
#subpageRcolumn{width: 250px; float: right;height: auto;}

.contentWrapper {
	padding:15px;
}
.readmore {
	font-weight: bold;
	color: #a21418;
	font-size:18px;
}

.newsHeader {
	font-size:14px; font-weight: bold;
	color: #231f20;
}

.newsArticle{}
.pagetitle{
	height:32px;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	color: #ff9f24;
	font-size:24px;

	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;

}

.sectiontitle{
	height:32px;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	color: #007f97;
	font-size:16px;

	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;

}

.staffname{
	font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	color: #007f97;
	font-size:18px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;

}

#servicepkgbkgdTL{
	height:265px;
	width: 250px;
	background-image:url(../images/service-pkgbkgd.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	padding: 15px 0 0 0px;
	float:left;
}

#servicepkgbkgdTR{
	height:275px;
	width: 250px;
	background-image:url(../images/service-pkgbkgd.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	padding: 15px 0 0 0px;
	float: right;
}

#servicepkgbkgdBL{
	height:265px;
	width: 250px;
	background-image:url(../images/service-pkgbkgd.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	padding: 15px 0 0 0px;
	float:left;
}

#servicepkgbkgdBR{
	height:265px;
	width: 250px;
	background-image:url(../images/service-pkgbkgd.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	padding: 15px 0 0 0px;
	float: right;
}
.servicepkgheader {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:14px;
	text-align:center;
	font-weight: bold;
	}
	
.servicepkginfo{padding: 25px 10px 0 15px;}
.servicepkgreadmore{padding: 30px 0 0 5px;}

/* gloabal footer */

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/temp-footer.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-color:#FF9F24;
	height:46px;
	width: 800px;
	
}
#footerspacer{
	width: 800px;
	background-color:#495257;
	height: 28px;

}

	#copyrights{
	float:left;
	padding-left:20px; padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	color: #3b3a3a;
	font-size:10px;
}
	#copyrights a:link {
		color: #3b3a3a; font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	#copyrights a:visited {
		text-decoration: none;
		color: #3b3a3a;
	}
	#copyrights a:hover {
		text-decoration: none;
		color: #000;
	}
	#copyrights a:active {
		text-decoration: none;
		color: #000;
	}
	
	#credits{
	float:right;
	padding-right:20px; padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	color: #3b3a3a;
	font-size:10px;
}
	
	#credits a:link {
		color: #3b3a3a; font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	#credits a:visited {
		text-decoration: none;
		color: #3b3a3a;
	}
	#credits a:hover {
		text-decoration: none;
		color: #a21418;
	}
	#credits a:active {
		text-decoration: none;
		color: #a21418;
	}
	.footerPipe {color: #c63d3d;padding:0px 5px 0px 5px;}


/*forms 
input, */.formEntry {
	/*background-color:#dee0e1;*/
	padding: 0px 2px 0px 5px;
	border:1px solid #801113;
	height: 20px; width: 335px;
	color:#4e4e4e;
}


.formArea {
/*	background-color:#dee0e1;*/
	padding: 0px 2px 0px 5px;
	border:1px solid #801113;
	width: 335px; height:auto;
	color:#4e4e4e;
}
.submitButton {
	background-color:#801113;
	padding:2px;
	border:1px solid #000;
	height: 20px;
	font-size:10px;
	color:#fff;
}
.requiredField {color: #c63d3d;padding:0px 5px 0px 5px;}
label { width: 120px; float: left; text-align: right; padding: 3px 10px; }
.red { color: #a21418; }
.field { min-height: 23px; margin: 5px 0px; }


/**
 * Classes Drop Down Menu
 */
#classes_holder:hover #classes_menu{
	display: block;
}
#classes_menu{
	display: none;
	width: 150px;
	background-color: #008095;	
	position: absolute;
	margin-left: -15px;
}

#classes_menu ul li{
	list-style: none;
	font-size: 12px;
	margin-left: -25px;
}

.classtime {
	font-weight: bold;
	color: #007F97;
}

