@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color: #ffffff;
	background-image:url(../images/back-ramp-3.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#033e75;
	margin-bottom:15px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#033e75;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}

em {
	font-size:14px;
}

p {
	margin-bottom:12px;
}

li {
	margin-bottom:8px;
}

ul {
	list-style:square;
	margin-left:10px;
}

div.page {
	width:850px;
	margin:20px auto;
	position:relative;
}

div.header  {
	border-bottom:#4f667f 0px solid;
}

div.content {  /* all page content except footer */
	width:850px;
	background-image:url(../images/content-ramp-3.jpg);
	background-repeat:repeat-y;
	padding:15px 36px 4px 40px;
}

div.top-nav  {
	height:16px;
	margin-bottom:18px;
}

.top-nav div  {
	float:left;
	height:20px;
	padding-left:18px;
	margin-right:12px;
	background-image:url(../images/nav-star_OFF.png);
	background-repeat:no-repeat;
}

.top-nav div a {
	display:block;
	padding-top:4px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.top-nav div a:hover {
	color:#ab221e;
}

/*
.top-nav div:hover {
	background-image:url(../images/nav-star_OVER.png);
}
*/

div.content-left {
	float:left;
	width:550px;
	margin-right:30px;
}


div.media  {   /* use for photos */
	margin-bottom:28px;
	border:#4f667f 2px solid;
	overflow:hidden;
	background-color:#4f667f;
}

div.flash  {   /* use for flash content */
	margin-bottom:28px;
	border:none;
	overflow:hidden;
}

div.article  {
	background-color:#ffffff;
	padding:20px 28px 20px 28px;
	margin-bottom:28px;
}

div.content-right  {  /* right features bar */
	width:198px;
	overflow:hidden;
}

.content-right div  {  /* generic div on content bar */
	margin-bottom:28px;
	width:164px;
	text-align:right;
	background-image:url(../images/feature-back.jpg);
	border:#fff 2px solid;
	text-align:left;
	padding:10px;
	overflow:hidden;
}

.content-right > img  {  /* generic div on content bar */
	margin-bottom:28px;
	text-align:right;
	border:#fff 2px solid;
}

.content-right a img  {  /* generic div on content bar */
	margin-bottom:28px;
	text-align:right;
	border:#fff 2px solid;
}

.content-right a:hover img  {  /* generic div on content bar */
	margin-bottom:28px;
	text-align:right;
	border:#ab221e 2px solid;
}

div.footer
{
	width:850px;
	background-image:url(../images/content-ramp-3.jpg);
	background-repeat:repeat-y;
	margin-bottom:10px;
	text-align:center;
}

div.bot-nav  {
	clear:both;
	margin:0px auto 15px auto;
	text-align:center;
}

.bot-nav div  {
	display:inline;
	margin-right:25px;
}

.bot-nav div a {
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

.bot-nav div a:hover {
	color:#000;
	text-decoration:underline;
}

div.copyright  {
	width:850px;
	text-align:center;
	margin:20px auto 0px auto;
	font-size:10px;
	color:#153456;
}

div.credits  {
	width:850px;
	text-align:center;
	margin:4px auto 20px auto;
	font-size:9px;
}

.credits a {
	color:#ffffff;
	text-decoration:none;
}

.credits a:hover {
	color:#ffffff;
	text-decoration:none;
}

div.spacer {
	height:0px;
	clear:both;
}

.last {
	clear:right:
	margin-right:0px;
}


form span  {
	display:block;
	float:left;
	width:90px;
	text-align:right;
	padding-right:6px;
}

form {
	line-height:20px;
}

form input {
	background-color:#eee;
}


textarea {
	font-size:12px;
	background-color:#eee;
}

div#school_info {display:none; padding-left:15px;}

#school_info input { text-indent:0px;}

div#views {padding-left:25px;}

/* #views form p > input{text-indent:-25px;} */

div.required {	height:0px; visibility:hidden; }

