/*** DEFAULTS ***/
*{
	outline:none;
}
body {
	background:url(../img/bg.gif) repeat top center;
	color:#666666;
	font:13px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:30px 0;
}
a {
	color:#157e91;
}

/*** CLASSES ***/

.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:0em;
}
.mp3{
	float:right;
	padding:0px 3px 3px 18px;
}

/*** BG and CONTAINER ***/

#bg {
	background:url(../img/bg-nav.gif) repeat-x 0 124px;
}
#container {
	border:solid 1px #cce5b3;
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:968px;
}

/*** HEADER AND LOGIN FORM ***/

#header {
	height:132px;
	position:relative;
	width:968px;
	padding:0px 0 0 10px;
}

#header a img {
	float:left;
	width:650px;
}
	#header form {
		float:right;
		padding-right:13px;
		padding-top:6px;
		width:305px;
		z-index:2;
	}
		#header form label {
			display:block;
			font-size:0em;
			line-height:0em;
			float:left;
			padding-right:15px;
			padding-bottom:10px;
		}
			#header form label img {
				display:block;
			}
			
		#header form td.loginLabel {
			padding:0 0px 0 37px;
		}
		#header form ul {
			float:left;
		}
			#header form ul li {
				display:inline;
				font-size:11px;
				color:#666666;
			}
				#header form ul li a {
					text-decoration:none;
					color:#666666;
				}
				#header form ul li a:hover {
					color:#000;
				}
		#header form input.text {
			border:solid 1px #dfdfdf;
			display:block;
			float:left;
			font:11px Arial, Helvetica, sans-serif;
			color:#666666;
			padding:3px 7px;
			width:114px;
			margin-right:5px;
		}
		
		.topErrors .wlpeMessageText {
			color:white;
			font-weight:bold;
		}

		.topErrors .wlpeMessage .wlpeMessageText {
			color:white;
			font-weight:bold;
			margin:0px 0 0 30px;
		}		
		.loginBtn {
			background-color:#147D90;
			display:block;
			float:right;
			position:relative;
			top:-2px;
			color:white;
			font-weight:bold;
			width:32px;
		}
		.loggedIn {
			margin:10px 0 0 25px;
			font-size:16px;
			text-transform:capitalize;
		}		
		.logoutBtn {
			background-color:#147D90;
			display:block;
			position:relative;
			top:-2px;
			color:white;
			font-weight:bold;
			width:75px;
			margin-left:130px;
		}
		.welcomeMsg {
			margin-left:75px;
		}
		
/*** NAVIGATION ***/
		
#nav {
	background:url(../img/bg-nav.gif) repeat-x top;
	height:60px;
	width:968px;
	margin:0 auto;
	text-align:left;
}	
	#nav div {
		background:url(../img/nav-r.gif) no-repeat right top;
	}
	#nav ul {
		height:60px;
		background:url(../img/nav-l.gif) no-repeat left top;
		padding-left:8px;
	}
		#nav ul li {
			background:url(../img/nav-s.gif) no-repeat center right;
			display:block;
			float:left;
			padding-left:2px;
			font:17px "Trebuchet MS", sans-serif;
			text-transform:uppercase;
		}
		#nav ul li.first {
			background:none;
			padding-left:0;	
		}
			#nav ul li a {
				display:block;
				float:left;
				height:60px;
				line-height:60px;
				text-decoration:none;
				color:#fff;
				padding:0 14px;
			}
			#nav ul li a:hover,
			#nav ul li a.active {
				background:url(../img/nav-o.gif) repeat-x top;
			}
			
/*** MAIN CONTENT ***/
			
#content {
	width:968px;
	margin:0 auto;
	text-align:left;
	padding-bottom:20px;
}
	#page {
		float:left;
		width:682px;
		padding-left:18px;
		padding-top:20px;
	}
		#page .image {
			display:block;
			padding-bottom:25px;
		}
		#page .slideshow {
			display:block;
			padding-bottom:25px;
		}
		#page h2 {
			color:#bd2e42;
			font:25px "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
			padding-bottom:10px;
		}
			#page h2 small {
				font-size:15px;
				color:#147d90;
			}
		#page h3 {
			font-size:14px;
			padding: 5px 0 15px 10px;
			text-transform:uppercase;
			margin-left:15px;
			font-weight:bold;
		}
			#page h3 span {
				font-size:12px;
				font-weight:normal;
				text-transform:none;
				margin-left:20px;
			}
		
		#page programtable {
			font-size:10px;
			margin:10px;
		}
		#page .slideInfoZone h2{
			color:#fff;
			font-size:22px;
			padding:15px 5px;
			text-align:center;
		}
		#page p {
			padding:5px 0 15px 8px;
			line-height:140%;
			margin-left:15px;
		}
		
		#page table th{
			padding:7px;
			color:#C90404;
			font-size:16px;
		}
		
		#page table td{
			padding:7px;
		}

		#page ex {
			font-size:10px;
			color:#999999;
			font-style:italic;
			margin-left:80px;
		}
		#page p.blue {
			color:#157e91;
		}
		#page .quote {
			display:block;
			background:#F3FBFB url(../img/quot-02.gif) no-repeat 93% 88%;
			margin-bottom:30px;
			border:3px solid #157E91;
			padding:15px;			
		}
		#page p.quoteText {
				background:url(../img/quot.gif) no-repeat top left;
				font-size:15px;
				color:#111;
				line-height:150%;
				padding:20px;
		}
		#page .quote span {
			font-weight:bold;
			text-decor
			text-align:right;
			float:right;
			margin-top:12px;
			color:#777
		}
		#page ul {
			margin-left:20px;
			line-height:200%;
			
		}
		#page ul li {
			list-style-type:circle;
			margin-left:40px;
		}
		#page ul li ul{
			margin-left:20px;
			line-height:200%;
		}
		#page ul li ul li{
			list-style-type:disc;
			margin-left:20px;
		}
		#page .tuitionSpecial{
			border:3px dashed #FF0033;
			padding:5px 10px;
			text-align:center;
			width:500px;
			margin:0 auto 20px auto;
		}
			#page .tuitionSpecial h3{
				font-size:24px;
				color:#C90404;
			}
		
/*** RIGHT SIDEBAR ***/
		
	#sidebar {
		background:#f3fbfb;
		margin-right:18px;
		width:240px;
		float:right;
	}
		#sidebar h3 {
			font-size:0em;
			line-height:0em;
			text-indent:-10000000px;
		}
			#sidebar h3 a {
				display:block;
				font-size:0em;
				line-height:0em;
				text-indent:-10000000px;
			}
			#sidebar h3 img {
				display:block;
			}
		#sidebar h4 {
			color:#3a4733;
			font:18px/15px "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
			padding-bottom:20px;
		}
			#sidebar h4 small {
				font-size:13px;
				color:#639c31;	
			}
		#sidebar h5 {
			color:#bd2e42;
			font:18px "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
			padding-bottom:8px;
		}
		#sidebar ul {
			background:url(../img/bg-note.gif) no-repeat top left;
			display:block;
			height:165px;
			padding-top:14px;
			margin-bottom:25px;
		}
			#sidebar ul li {
				padding-bottom:11px
			}
				#sidebar ul li a {
					font-size:0em;
					line-height:0em;
					display:block;
					text-indent:-1000000px;
				}
				#sidebar ul li img {
					display:block;
					margin:0 auto;
					text-align:center;
				}
		#sidebar .kids {
			padding-bottom:10px;
		}
			#sidebar .kids img {
				display:block;
				padding:5px;
				border:solid 1px #c5cccc;
				margin-bottom:5px;
			}
			#sidebar .kids p {
				font-size:13px;
				font-weight:bold;
				line-height:140%;
			}
				#sidebar .kids p strong {
					color:#f0a049;	
				}
		#sidebar blockquote {
			display:block;
			background:url(../img/quot-02.gif) no-repeat bottom right;
			margin-bottom:10px;			
		}
			#sidebar blockquote p {
				background:url(../img/quot.gif) no-repeat top left;
				font-size:13px;
				line-height:150%;
				padding:10px;
			}
			#sidebar blockquote a {
				text-transform:uppercase;
				text-decoration:underline;
			}
			#sidebar blockquote a:hover {
				text-decoration:none;
			}
	#sidebar .padding {
		padding:0 9px;
	}

/*** FOOTER ***/
	
#footer {
	width:968px;
	margin:0 auto;
	text-align:center;
}
	#footer ul {
		padding:15px 0 12px 0;
		color:#147d90;
		font:13px "Trebuchet MS", sans-serif;
	}
		#footer ul li {
			display:inline;
		}
			#footer ul li a {
				text-decoration:underline;
				color:#147d90;
			}
			#footer ul li a:hover {
				text-decoration:none;
			}
	#footer p {
		font-size:11px;
		color:#666666;
	}
		#footer p a {
			color:#666666;
			text-decoration:none;
		}
		#footer p a:hover {
			text-decoration:underline;
		}

/*** FORM STYLES ***/

#contactForm {
	margin-left:40px;
}

#contactForm fieldset {
	border:1px dashed #C9F2BA;
	padding:10px;
	width:507px;
	margin:10px 0 0 30px;
}

#contactForm legend {
	font:17px/33px Arial, sans-serif;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#99CC67;
	*margin:0 0px 7px -7px;
}
#contactForm label {
	width:142px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#fff;
	background:#99CC67;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}
#contactForm .form {
	margin:0;
	padding:0;
}

#contactForm .holder {
	background-color:#fff;
}

#contactForm .div_textbox {
	width:347px;
	float:right;
	background-color:#C9F2BA;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

#contactForm .textbox {
	background-image: url(../img/pencil.gif);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
#contactForm .textbox:focus, .textbox:hover {
	background-color:#F3FFEF;
}

#contactForm .div_textarea {
	width:347px;
	float:right;
	background-color:#C9F2BA;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

#contactForm .textarea {
	background-image: url(../img/pencil.gif);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
#contactForm .textarea:focus, .textarea:hover {
	background-color:#F3FFEF;
}

#contactForm .username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
#contactForm .username:focus, .username:hover {
	background-color:#F3FFEF;
}
   
#contactForm .password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
#contactForm .password:focus, .password:hover {
	background-color:#F3FFEF;
}

#contactForm .email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
#contactForm .email:focus, .email:hover {
	background-color:#F3FFEF;
}

#contactForm .button_div {
	width:287px;
	float:right;
	background:transparent;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
#contactForm .buttons {
	background: #99CC67;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #BFFF7F #779F4F #779F4F #BFFF7F;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

/** END OF FORM STYLES ***/