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

body {
	margin: 0;
	text-align: center;
	background: #18204e url(../images/main-gradient-bg.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color:#666
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #fff;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333:
}

a, a:visited {
	color: #859a56;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.readmore {
	font-size: 0.8em;
}

.rtcolimgs {
	margin-bottom: 10px;
}

.imgleft {
	margin-right: 15px;
}

.imgright {
	margin-left: 10px;
}

p.intro {
	font-size: 1.15em;
	font-weight:100;
	color:
}

#wrapper {
	margin: 0 auto;
	width: 873px;
	text-align: left;
}

#header {
	height: 150px;
	background: url(../images/header-bg.jpg) repeat-x top center;
}

#logo {
	float: left;
}

#name {
	padding-top: 50px;
	padding-left: 25px;
	float: left;
	height: 100px;
	width: 690px;
	background: url(../images/content-topcap2.jpg) no-repeat bottom;
}

#name-about {
	padding-top: 50px;
	padding-left: 25px;
	float: left;
	height: 100px;
	width: 690px;
	background: url(../images/content-topcap2a.jpg) no-repeat bottom;
}

#name-langarts {
	padding-top: 50px;
	padding-left: 25px;
	float: left;
	height: 100px;
	width: 690px;
	background: url(../images/content-topcap2b.jpg) no-repeat bottom;
}

#name-admissions {
	padding-top: 50px;
	padding-left: 25px;
	float: left;
	height: 100px;
	width: 690px;
	background: url(../images/content-topcap2d.jpg) no-repeat bottom;
}

#name-testprep {
	padding-top: 50px;
	padding-left: 25px;
	float: left;
	height: 100px;
	width: 690px;
	background: url(../images/content-topcap2e.jpg) no-repeat bottom;
}

#name-quotes {
	padding-top: 50px;
	padding-left: 25px;
	float: left;
	height: 100px;
	width: 690px;
	background: url(../images/content-topcap2f.jpg) no-repeat bottom;
}

#mainbody {
	background-color: #dee4d1;
}

#leftcol {
	width: 158px;
	float: left;
}

#leftnav {
	margin: 0; padding: 0; list-style: none;
}

#leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
}

#leftnav li a, #leftnav li a:visited {
	display: block;
	color: #3d3d3d;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border-bottom: solid 1px #abba8c;
	font-weight: normal;
}

#leftnav li a:hover {
	background-color: #c5cfaf;
}

#leftnav li a.active {
	background-color: #859a56;
	color: #fff;
}

#content {
	background-color: #fff;
	float: right;
}

#centercol {
	padding: 0 25px;
	width: 490px;
	float: left;
	margin-bottom: 15px;
}
#centercolwide {
	padding: 0 25px;
	width: 665px;
	float: left;
	margin-bottom: 15px;
}

#rightcol {
	width: 175px;
	float: left;
}

#footer {
	font-size: 0.9em;
	float: right;
	width: 665px;
	padding: 5px 25px 5px 25px;
	margin-bottom: 10px;
	background: #fff url(../images/content-botcap.jpg) no-repeat bottom;
}

#leftfooter {
	width: 350px;
	float: left;
}

#rightfooter {
	width: 315px;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}