@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-color: #82AEB7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	background-repeat: repeat-x;
}
h2 {
	border-bottom: solid #D7EAEE 1px;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 10px;
	color: #D7EAEE;
	letter-spacing: 3px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #D6E9ED;
}
a:active {
	text-decoration: underline;
	color: #00437A;
}

#wrapper {
	width: 980px;
	margin: 25px auto 25px auto;
	background-color: #D7EAEE;
}
#logo {
	width: 498px;
	height: 147px;
	float: left;
}
#logo_bg {
	width: 498px;
	height: 147px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
}

#slogan {
	width: 482px;
	height: 147px;
	float: left;
}
#slogan_bg {
	width: 482px;
	height: 147px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/slogan.jpg);
}
#main {
	width: 950px;
	clear: both;
	margin: 0 auto;
	padding: 25px 15px 0 15px;
	background-color: #dceaed;
}
#slideshow {
	width: 910px;
	float: left;
	background-color: #7A888B;
	padding: 20px;
	color: #FFFFFF;
}

#featured {
	width: 250px;
	float: right;
	background-color: #9FCFD9;
	height: 410px;
}
#content_wrapper {
	clear: both;
	padding: 25px 15px 15px 15px;
}

#nav {
	width: 215px;
	float: left;
	background-color: #7A888B;
}
#nav  img, #nav a {
	background-color: #7A888B;
	border: 0;
	padding: 0;
	margin: 0;
}
#content  {
	width: 680px;
	float: right;
	background-color: #00437A;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

#content img {
	margin: 0 10px 20px 10px;

}
#footer {
	padding: 5px;
	background-color: #9FCFD9;
	width: 970px;
	text-align: center;
	font-size: 10px;
	color: #01427A;
	clear: both;
}
#content img  {
	border: 2px solid #00437A;
}
#content a:visited img      {
	border: 2px solid #00437A;
}
#content a:active img    {
	border: 2px solid #00437A;
}
#content a:hover img      {
	border: 2px solid #9FCFD9;
}
.left {
	margin: -10px 20px 20px 0;
	float: left;
	clear: both;
	display: block;
	width: 180px;
	height: 116px;
	background-image: url(../images/malibu/bg.jpg);
	text-align: center;
	padding-top: 17px;
}
.divider  {
	clear: both;
	border-top: solid #637B90 1px;
	padding-top: 15px;
}
.divider_noborder {
	clear: both;
	padding-top: 15px;
}
.school {
	font-size: 11px;
	float: right;
	margin-right: 10px;
	width: 300px;
	text-align: right;
}
.school_title {
	background-color: #9FCFD9;
	color: #00437A;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;

}
.school_div {
	margin-top: 15px;
	background-color: #819194;
	text-indent: 10px;
	text-align: left;

}
