@charset "UTF-8";

body {
	background: url(../imgs/back2.jpg) no-repeat center top #776755;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/* NEW STUFF */

.page_title{
	padding:20px 0;
	color:white;
	font-size:30px;
	font-weight:bold;
}

/* CALC */

.calc{
	width:225px;
	min-height:325px;
	background:url('../imgs/calc.png') no-repeat;
}

#calc_display{
	width:166px;
	height:127px;
	position:relative;
	left:28px;
	top:28px;
	font-size:14px;
	
}

.calc_menu{
	width:170px;
	height:115px;
	margin-left:23px;
	margin-top:40px;
	color:white;
	padding-top:20px;
}

.calc_row{
	font-size:16px;
	font-weight:bold;
}


#top_nav {
	height: 221px;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
}

#left_area {
	float: left;
	width: 300px;
}

#footer {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: 20px;
}

.footer_text {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../imgs/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#right_area {
	float: left;
	width: 530px;
	padding-top: 20px;
}

h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 36px;
	display: block;
	padding-bottom: 20px;
}

p {
	font-size: 12px;
	color: #FFFFFF;
}

.black_text {
	font-size: 12px;
	color: #000000;
}



a.footer_link:link {
	font-size: 11px;
	color: #FFD204;
	text-decoration: none;
}
a.footer_link:visited {
	font-size: 11px;
	color: #FFD204;
	text-decoration: none;
}
a.footer_link:hover {
	font-size: 11px;
	color: #FFD204;
	text-decoration: underline;
}
a.sub_page_link:link {
	font-size: 12px;
	color: #FFD204;
	text-decoration: none;
	font-weight: bold;
}
a.sub_page_link:visited {
	font-size: 12px;
	color: #FFD204;
	text-decoration: none;
	font-weight: bold;
}
a.sub_page_link:hover {
	font-size: 12px;
	color: #FFD204;
	text-decoration: underline;
	font-weight: bold;
}
a.home_page_link:link {
	font-size: 12px;
	color: #679323;
	text-decoration: none;
	font-weight: bold;
}
a.home_page_link:visited {
	font-size: 12px;
	color: #679323;
	text-decoration: none;
	font-weight: bold;
}
a.home_page_link:hover {
	font-size: 12px;
	color: #679323;
	text-decoration: underline;
	font-weight: bold;
}

/* WRAPPERS */

#home_wrapper, #athletics_wrapper, #life_wrapper, #aid_wrapper, #academics_wrapper, #admissions_wrapper, #contact_wrapper{
	background-color: #FED303;
	width: 862px;
	margin:0 auto;
	padding:0 0 50px 0;
	font-size:12px;
}

#academics_wrapper{
	background-color:#007FC6;
}

#athletics_wrapper{
	background-color:#679323;
}

#life_wrapper{
	background-color:#DB181D;
}

#aid_wrapper{
	background-color:#F38817;
}

#admissions_wrapper{
	background-color:#56AEDF;
}

#contact_wrapper{
	background-color:#BD05BF;
}

/* ERRROR */

.errorlbl{
	font-weight:bold;
	color:#FFD204;
}

input[type="text"].error, select.error{
	border:2px solid #FFD204;
	background-color:#f0f0f0;
}
