@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:college;
	src: url('font/Fmcout.ttf');
}
html {
	background:url(images/background2.png) center repeat-y #0d365f;
}
body {
	padding:0;
	margin:0;
	background:url(images/background.png) bottom repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
}
a {
	color:inherit;
}
h2 {
	font-family:college;
	font-size:40px;
	color:#0d365f;
	padding:10px;
	margin:0;
	border-bottom:1px solid;
}
h3 {
	padding:0;
	margin:10px;
	font-size:22px;
	color:#0d365f;
}
p, aside, form {
	padding:0 10px;
	margin:5;
}
thead {
	color:#0c355f;
	font-weight:bold;
}
.small {
	font-size:10px;
}
td {
	text-align:center;
}
.center {
	text-align:center;
}
.right {
	float:right;
}
.left {
	float:left;
}
.round {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.blue {
	background:#95c9ed;
}
.white {
	background:rgba(255,255,255,0.5);
}
header {
	margin:0 auto;
	padding-top:5px;
	height:80px;
	width: 960px;
	background:url(images/header.png) center center no-repeat;
	position:relative;
	z-index:1;
}
header .home {
	display:block;
	position:absolute;
	left:45px;
	width:70px;
	height:70px;
	text-decoration:none;
}
header .home:after {
	display:block;
	position:relative;
	top:24px;
	left:55px;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
	text-align:center;
	content:"";
}
header .home:hover:after {
	content:"Home";
}

header ul {
	float:right;
	width:800px;
}
header li {
	font-weight:bold;
	float:left;
	width:200px;
	padding-top:5px;
	text-align:center;
	list-style:none;
}
header li a {
	display:inline-block;
	text-decoration:none;
	padding:5px;
	text-shadow:0 1px 1px #fff;
}
#featured {
	height:265px;
	position:relative;
}
#featured .featured {
	width:408px;
	height:100px;
	display:block;
	position:absolute;
	z-index:0;
	left:250px;
	background:url(images/classes_header.png) no-repeat;
}
#featured .desc {
	width:200px;
	height:90px;
	display:block;
	position:absolute;
	top:5px;
	left:680px;
}
#featured .desc a {
	color:#0c355f;
	font-weight:bold;
}
#content {
	margin:0 auto;
	width:960px;
	height:100%;
	padding-bottom:22px;
	margin-bottom:-22px;
	overflow:auto;
}
.index {
	background:url(images/featured_bg.jpg) no-repeat;
}
#content .half {
	width:460px;
	padding:10px;
}
#content .full {
	padding:10px;
}
#content label, #content input, #content textarea {
	display:block;
	width:100%;
}
#content input, #content textarea {
	font-size:18px;
	margin-bottom:10px;
	background:url(images/input_bg.png) left top repeat-x;
	border:1px solid #0c355f;
	padding-top:5px;
	padding-bottom:5px;
}
#content big {
	font-size:36px;
}
#content input[type=submit] {
	-moz-box-shadow:inset  0 0 3px #0c355f,inset  0 2px 3px #fff;
	-webkit-box-shadow:inset 0 0 3px #0c355f,inset  0 2px 3px #fff;
	box-shadow:inset 0 0 3px #0c355f,inset  0 2px 3px #fff;
	background:#95c9ed;
	color:#0c355f;
	text-shadow:1px 1px 1px #fff;
}
footer {
	position:relative;
	height: 54px;
	width: 940px;
	margin:0 auto;
	background:url(images/footer.png) no-repeat;
	text-align:right;
	color:#587491;
}
footer p {
	margin:0;
	padding-top:7px;
}
footer:before, footer:after {
	content:"";
	display:block;
	width:20px;
	height:32px;
	background-image:url(images/shadows.png);
	position:absolute;
}
footer:before {
	background-position:0px 0px;	
	left:-20px;
	top:22px;
}
footer:after {
	background-position:-20px 0px;
	right:-20px;
	top:22px;
}
.date {
	padding-left:5px;
	margin-left:5px;
	color:#999;
	font-size:10px;
	line-height:12px;
}
.maps:before {
	display:inline-block;
	width:24px;
	height:20px;
	background:url(images/maps.jpg) no-repeat;
	content:"";
	margin-bottom:-5px;
	margin-right:10px;
}