@charset "utf-8";

/*
 * Color Scheme:
 * #725892 - light lavendar
 * #f28b0c - yellow-orange
 * #bf3604 - red-orange
 * #ff580d - orange
 * #302943 - dark lavendar
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #302943;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Cherry Cream Soda'; text-shadow: rgba(155,155,155,0.5) 2px 2px 1px; line-height: 1em; }

body a:link { color: #f28b0c; text-decoration: none; }
body a:hover { color: #725892; text-decoration: underline; }
body a:visited { color: #f28b0c; text-decoration: none; }
body a:active { color: #f28b0c; text-decoration: none; }
a img { border: 0; text-align: center; }

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: auto;
}

#title {
	margin: auto;
	width: 780px;
	text-align: center;
	height: 208px;
	background: url(img/title-image.jpg) center top no-repeat;
}


/*---------------------- Navigation Styles ----------------------*/
#nav {
	background: url(img/nav-bg.jpg) center center no-repeat;
	position: relative;
	top: 182px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
}

#nav a:link {
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #eee;
	text-decoration: none;
}
#nav a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#nav a:active {
	color: #E18601;
	text-decoration: none;
}

/*---------------------- Slider Styles ----------------------*/
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: none;
	width: 780px; /*width of featured content slider*/
	height: 223px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	width: 780px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	z-index: 999;
	position: relative;
	right: 0px;
	bottom: 0px;
	width: 760px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding-top: 5px;
}

.pagination a{
	width: 14px;
	height: 14px;
	background: url(img/nav-bullet.png) no-repeat center top;
	behavior: url(png.htc);
	padding: 0 10px;
	text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
	width: 14px;
	height: 14px;
	background: url(img/nav-bullet.png) no-repeat center bottom;
	text-decoration: none;
	behavior: url(png.htc);
}

.pagination a.prev{
	background-image: url(img/nav-bullet-left.png);
	behavior: url(png.htc);
}

.pagination a.next{
	background-image: url(img/nav-bullet-right.png);
	behavior: url(png.htc);
}

/*------------------------- End Slider Styles -------------------------*/

/*---------------------- Container/Layout Styles ----------------------*/
#container-title {
	width: 780px;
	padding: 0;
	margin: 0 auto;
}
#container {
	background-color: #F7F7F7;
	width: 780px;
	margin: 0 auto;
}
#content {
	padding: 10px;
	width: 760px;
	overflow: hidden;
}
#newtext h1, #newtext h2, #newtext h3, #newtext h4, #newtext p, #newtext ol, #newtext ul {
	width: 420px;
	margin: auto;
}
#newtext img{
	padding: 4px;
	margin: 1em;
	float: left;
}
#newtext img.right{
	padding: 4px;
	float: right;
}
#content .titleimg {
	padding-top: 10px;
}
#content hr {
	height: 1px;
	width: 588px;
	background: #000;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content p {
	padding: 5px;
}
#content h3 {
	margin-top: .5em;
	margin-bottom: 8px;
	font-size: 16px;
	color: #bf3604;
}
#content ul {
	text-align: left;
	list-style-position: outside;
}
#content ul li {
	font-size: 11px;
	text-indent: 10px;
	margin-top: 7px;
	margin-left: 1em;
	line-height: 15px;
}
#intro {
	margin: auto;
}
table tr {
	vertical-align: top;
}
table ul {
	padding-left: 15px;
}
#content img.nospacing {
	margin-top: -10px;
	margin-left: -10px;
	float: left;
	margin-right: 8px;
}
.box-right {
	width: 240px;
	margin-right: 20px;
	margin-left: 20px;
}
.img-block-center {
	margin: auto;
	width: 600px;
}
#content h1, #content h2 {
	color: #bf3604;
}
.class-list li {
	padding-bottom: 1em;
}
.emp {
	font-size: 1.3em;
}
.desc {
	color: #333;
}
h4.class-heading {
	font-family: 'Cherry Cream Soda';
	padding-top: .5em;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #D78100;
	text-shadow: rgba(155,155,155,0.5) 2px 2px 1px;
}

