/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

body {
	background-color: #ecebeb;
}

#outerWrapper {
	margin: 5px 0 0 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}

#nav {
	height: 43px;
	margin-top: 10px;
	background: url(images/navi_bg.png) no-repeat top left;
	font-family: Arial, Helvetica, "Palatino Linotype", sans-serif;
	font-size: 12px;
	color: #5a5959;
}

#nav form {
	float: right;
	padding: 12px 90px 0 0
}

#nav form input {
	border: 1px solid #d5d5d5;
}

#nav .topLevelList {
	margin-left: 65px;
}

#nav ul li {
	float: left;
	list-style: none;
	margin-top: 14px;
	position: relative;
	background: url(images/navi_spacer.png) no-repeat right;
	padding-right: 31px;
	z-index: 12000;
}

#nav ul ul li {
	display: block;
	margin-bottom: -15px;
	padding: 5px;
	border: 1px solid #cbcaca;
	width: 120px;
	background: none;
	background-color: #FFF;
}

#nav li:hover ul {
	display: block;
	
}

#nav li ul {
	position: absolute;
	left: -31px;
	top: 13px;
	display: none;
	z-index: 10000;
}

#nav li ul a:hover {
	background-color: #e6e6e6;
	color: #5a5959;
}

#nav a {
	text-decoration: none;
	color: #5a5959;
	display: block;
}

#nav a:hover {
	color: #222222;
}

#nav ul img {
	float: left;
}

#banner {
	margin-top: 10px;
	height: 220px;
	background-color: #000;
}

#content {
	margin-top: 15px;
}

#cMain p {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.5em;
	color: #5a5959;
	font-family: Arial, Helvetica, "Palatino Linotype", sans-serif;
	font-size: 14px;
}

#cMain h1 {
	color: #FFF;
	font-family: Arial, Helvetica, "Palatino Linotype", sans-serif;
	font-size: 14px;
	margin: -11px 0 80px 25px;
	text-decoration: underline;
	padding-left: 15px;
	width: 300px;
}

#cMain {
	position: relative;
	overflow: hidden;
	background-color: #ecebeb;
	margin: 20px 30px 0 30px;
}

#cBody {
	position: relative;
	float: left;
	width: 680px;
	border: 1px solid #e1e0e0;
	border-top: 1px solid #f2f1f1;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	padding-top: 20px;
	min-height: 600px;
	background: url(images/cbody_header.png) no-repeat top left #FFF;
}

#cBody h2, #miscBox h2, #newsBox h2 {
	font-family: Arial, Helvetica, "Palatino Linotype", sans-serif;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 25px;
	text-decoration: underline;
	margin-bottom: 10px;
	color: #5a5959;
	background: url(images/h2_bg.png) no-repeat left;
	padding-left: 15px;
}

#miscBox h2, #newsBox h2 {
	margin-left: 0;
	font-size: 12px;
}

#cBody p {
	color: #5a5959;
}

#cBody .error {
	color: red;
}

#cBody a {
	display: block;
	margin-left: 30px;
	color: #5a5959;
	font-size: 12px;
}

#cBody .contentPhoto {
	float: right;
	margin: 20px 30px 20px 30px;
	padding: 5px;
	border: 1px solid #234382;
}

#cBody .contentPhotoUser {
	float: right;
	margin: -17px 30px 20px 30px;
	padding: 5px;
	border: 1px solid #234382;
}

#cBody .initial {
	float: left;
	margin-top: -23px;
	margin-left: 27px;
}

#footers {
	z-index: 10000;
	width: 900px;
	height: 35px;
	margin: 0 auto 0 auto;
}


#footers #footerContent {
	padding-top: 20px;
	width: 680px;
	height: 35px;
	float: left;
	border: 1px solid #e1e0e0;
	border-top: none;
	background: url(images/cBody_footer.png) no-repeat bottom left #FFF;
}

#footers #footerMisc {
	padding-top: 20px;
	width: 201px;
	height: 35px;
	float: right;
	border: 1px solid #e1e0e0;
	border-top: none;
	background: url(images/info_footer.png) no-repeat bottom left #FFF;
}

/* styles for homework box on right sidebar */

#miscBox {
	position: relative;
	width: 201px;
	border: 1px solid #e1e0e0;
	border-bottom: none;
	float: right;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	background: url(images/info_header.png) no-repeat top left #FFF;
}

#miscBox img {
	float: left;
	margin-top: 20px;
}

#miscContent {
	padding: 60px 14px 0 14px;
}

#miscContent img {
	margin-left: -3px;
}

.homeworkSeg, .newsSeg {
	width: 170px;
	overflow: hidden;
	margin-bottom: 10px;
}

.newsSeg img, .homeworkSeg img {
	float: right;
	margin-top: -70px;
}

.topLink {
	border-top: 1px dashed #E0DFDF;
	margin-bottom: 10px;
}

#newsBox {
	position: relative;
	width: 201px;
	background-color: #FFF;
	float: right;
	margin: 0 0 0 0;
	border: 1px solid #e1e0e0;
	border-top: 1px solid #f2f1f1;
	border-bottom: none;
}

#newsContent {
	padding: 25px 14px 0 14px;
}

#newsContent p, #miscBox p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #365da1;
}

#newsContent a, #miscBox a {
	color: #595858;
	font-family: Arial, Helvetica, "Palatino Linotype", sans-serif;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#newsContent .boxDate, #miscBox .boxDate {
	display: block;
	float: left;
	font-size: 10px;
	width: 190px;
	height: 10px;
	sborder-top: 1px dashed #E0DFDF;
	border-bottom: 1px dashed #E0DFDF;
	color: #595858;
}

#newsHeader {
	height: 35px;
	background: url(images/news_header2.png) no-repeat top left;
}

#newsFooter {
	height: 35px;
	width: 201px;
	background: url(images/news_footer.png) no-repeat top left;
	border-top: 1px solid #f2f1f1;
	border-bottom: 1px solid #78777;
	float: right;
	border: 1px solid #e1e0e0;
	margin-bottom: 15px;
}

/* styles for news boxes on news page */

.newsAllBox {
	border-bottom: 1px solid #e1e0e0;
	border-top: 1px solid #e1e0e0;
	margin: 0 auto 30px auto;
	padding: 5px 0 10px 0;
	width: 600px;
	height: 120px;
}

#cBody .newsAllBox .dateRight {
	margin-top: 10px;
	padding: 3px;
	float: right;
	font-size: 12px;
	border-bottom: 1px solid #e1e0e0;
	color: #373737;
	background-color: #fff;
	border-left: none;
	border-right: none;
}

#cBody .newsAllBox p {
	margin-top: 10px;
	float: left;
	margin-left: 23px;
	color: #c04142;
	font-size: 13px;
	clear: right;
}

#cBody .newsAllBox a {
	margin-top: 13px;
	padding-left: 13px;
	float: left;
	font-size: 14px;
	margin-left: 10px;
	color: #5a5959;
}

#cBody .newsAllBox a.linkBg {
	background: url(images/h2_bg.png) no-repeat left;
}

#pageFooter {
	width: 900px;
	height: 50px;
	margin: 25px auto 25px auto;
	background: url(images/pageFooter_bg.png);
}

#prospectusForm {
	border: 1px solid #e1e0e0;
	width: 400px;
	padding-top: 10px;
	margin: 30px 0 50px 25px;
	background-color: #f9f7f7;
}

#prospectusForm input {
	margin-bottom: 10px;
}

#prospectusForm #button {
	margin: 10px 0 10px 28px;
}

#termDates h2 {
	margin-left: 36px;
}

#termDates p {
	margin-left: 60px;
}

#cBody .searchResult {
	border-top: 1px solid #f1efef;
	border-bottom: 1px solid #f1efef;
	padding: 20px 0 60px 0;
	margin: 0 auto 25px auto;
	width: 600px;
	background-color: #fafafa;
}

#cBody .searchResult img {
	smargin-bottom: 20px;
}

#cBody .searchResult p strong {
	float: right;
	border-bottom: 1px solid #e1e0e0;
	color: #515959;
}

#cBody .searchResult p {
	font-size: 13px;
}

#cBody .searchResult a {
	float: left;
	font-size: 14px;
	display: inline;
}

#cBody .searchResult a.buttonView {
	position: relative;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
}

#cBody p.floatRight {
	text-align: right;
}

.picContainer {
	sheight: 240px;
	width: 240px;
	float: left;
	margin: 0 20px 20px 65px;
}

.picContainer a.float {
	text-decoration: none;
}

.picContainer .float img {
	float: left;
}

.picBlock {
	width: 230px;
	sheight: 230px;
	margin-bottom: 10px;
	text-align: center;
}

.picBlock img {
	margin: 15px 0 20px -30px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #e1e0e0;
	background-color: #FFF;
}

#cBody .picBlock p {
	font-size: 10px;
	margin-top: -20px;
}

#pageGallery #cBody a {
	font-size: 14px;
	margin-bottom: 15px;
}

.signature {
	margin-left: 27px;
	margin-top: 30px;
}

#login_form {
	border: 1px solid #e8e8e8;
	padding: 7px;
	width: 250px;
	margin: 0 0 0 30px;
	float: left;
}

#login_form p {
	margin-left: 0;
}

#login_form a {
	float: right;
}

.table_standard {
	border: 1px solid #e8e8e8;
	border-right: none;
	border-bottom: none;
	margin: 10px 0 0 30px;
	width: 600px;
}

.table_standard td {
	padding: 4px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.table_standard .td_long {
	width: 420px;
}

#cBody .table_standard a {
	font-size: 14px;
	margin-left: 0px;
}	

.table_standard .date {
	color: #5a5959;
}

