/* Layout Stylesheet */ 

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding:0;
	text-align: center;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin: 0 auto -75px;
	text-align: left;
	width: 900px;
}
#header {
}
#header a {
	display: block;
	float: left;
   	/* border: 1px dashed red; /* debug display */
}
#header a span {
	display: none;
}

#header a#home {
	height: 120px;
	width: 400px;
}
#contentwrapper {
	margin: 0;
	padding-top: 0;
} 
#leftcolumn {
	position: relative;
	margin: 0;
	float: left;
	width: 275px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.adv {
	text-align: center;
	margin-top: 25px;
}
.advtwo {
	float: right;
	clear: right;
}
.clear {
	clear: both;
}
#main {
	float: left;
	width: 582px;
	margin: 0 0 0 25px;
	padding-top: 20px;
}
.plsone {
	float: right;
	position: relative;
	top: -15px;
	right: -30px;
}
#footer, .blank {
	height: 75px;
}
#footer {
	width: 900px;
	background-color: #003366;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#footer p {
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*********************/
/* Thumb Navigation */
/*********************/

#thumbnav {
	background: #CFE5FF;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	height: 55px;
	width: 900px !important;
	border-top: thin #036 solid;
	position: relative;
}
#thumbnav a {float: left;}
#thumbnav a.register { 
        background: url(../Images/Thumbs/ThumbNav/register.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.register:hover {
		background-position: 0px -50px;
}
#thumbnav a.donate {
        background: url(../Images/Thumbs/ThumbNav/donate.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.donate:hover {
		background-position: 0px -50px;
}
#thumbnav a.calendar {
        background: url(../Images/Thumbs/ThumbNav/calendar.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.calendar:hover {
		background-position: 0px -50px;
}
#thumbnav a.timescurrent {
        background: url(../Images/Thumbs/ThumbNav/timescurrent.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.timescurrent:hover {
		background-position: 0px -50px;
}
#thumbnav a.newsarchives {
        background: url(../Images/Thumbs/ThumbNav/newsarchives.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.newsarchives:hover {
		background-position: 0px -50px;
}
a#becomefan {
	display: block;
	text-decoration: none;
	background: url(../Images/Thumbs/facebook_small.png) 0 0 no-repeat;
	padding-left: 23px;
	height: 16px;
	line-height: 16px;
	color: #036;
	font-size: 14px;
	text-transform: uppercase;
	margin: 3px 0 10px 2px;
}
a#becomefan:hover {
	color: #600;
	text-decoration: underline;
}


.student_spotlight {
	float:right;
	margin: 0;
	padding: 0;
	width: 450px;
}
#feat1,#feat2,#feat3,#feat4,#feat5,#feat6,#feat7,#feat8,#feat9,#feat10,#feat11,#feat12,#feat13,#feat14,#feat15,#feat16,#feat17,#feat18,#feat19,#feat20 {display:none;}
.hidden {
	width: 450px;
	height: 125px;
	overflow: hidden;
}


/* ----------------------------------- */
/* --- LeftNav --- */
/* ----------------------------------- */

.LeftNav {
	width: 250px;
	margin: 10px 0 20px -5px;
}
.LeftNav .links {
	border: 1px solid #036;
}
.LeftNav .heading {
	background: url(../Images/Thumbs/leftnav.png) 0 0 no-repeat;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}
.LeftNav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
.LeftNav a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #CCC;
	padding-left: 25px;
	font-size: .9em;
}
.LeftNav a span {font-size: .7em;}
.LeftNav a.firstlink {
	padding-top: 5px;
}
.LeftNav a.lastlink {
	border-bottom: none;
	padding-bottom: 5px;
}
.LeftNav a:hover {
	background-color: #CFE5FF;
	color: #600;
	font-weight: bold;
}
.LeftNav .links.downloads ul li a {
	margin-left: 20px;
}
.LeftNav .links.downloads ul li a:hover {
	background-color: #FFF;
}
a#register {
	display: block;
	width: 275px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #600;
	background: url(../Images/Thumbs/regbutton.png) 0 0 no-repeat;
	margin-bottom: 15px;
}
a#register:hover {
	background-position: 0 -40px;
	color: #FFF;
}
a#register:active {
	background-position: 0 -80px;
	margin-top: -1px;
	margin-bottom: 16px;
}
