/***********/
 /* Globals */
/***********/
body {
	background-color: #909090;
	color: #464743;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

a {
	color: #898989;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
}

.author {
	font-weight: bold;
}

.title {
	color: #1F201D;
	font-size: 12px;
	text-transform: uppercase;
}

.title2 {
	color: #1F201D;
	font-size: 14px;
	padding-bottom: 10px;
}

.subtext {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}

.floatright {
	float: right;
}

.floatright a {
	color: #000000;
	font-weight: normal;
}

.sidedivider {
	clear: both;
	height: 45px;
}


#noscreen {
	display: none;
}

#video {
	background-image: url(../images/overlay.png);
	color: #FFFFFF;
	display: none;
	height: 100%;
	padding-top: 9em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5;
}

  /***************************/
 /* Wrappers and Containers */
/***************************/
#header {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #2f3130;
	height: 221px;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 960px;
	overflow: hidden;
	width: 100%;
	position:relative;
}

#outerwrapper {
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 960px;
	width: 100%;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	width: 965px;
}

#content {
	text-align: left;
}

#innerwrapper {
	clear: both;
	padding-top: 15px;
	width: 960px;
}

  /*******************/
 /* Main Navigation */
/*******************/
#navigation {
	height: 80px;
	background-image: url(/images/navback_work.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#topnav {
	height: 50px;
	padding: 0;
	text-align: center;
	margin:auto;
	width:960px;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

  /******************/
 /* Sub Navigation */
/******************/
#subnavigation {
	color: #FFFFFF;
	display: none;
	height: 0;
	max-width: 1200px;
	min-width: 960px;
	overflow: hidden;
	position: absolute;
	top: 47px;
	width: 100%;
	z-index: 1;
}

#subnavcontent {
	background-color: #FFFFFF;
	background-image: url(/images/subnavback.gif);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	font-size: 11px;
	height: 33px;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 960px;
	text-align: left;
	width: 100%;
}

#subnavcontent a {
	color: #FFFFFF;
}

#subnavcontent a:hover, #subnavcontent .active {
	color: #CFFF4C;
	text-decoration: none;
}

#subnavcontent ul {
	display: none;
	margin-top: .75em;
}

#subnavcontent ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 .75em;
}

  /****************/
 /* Video Button */
/****************/
#videobutton {
	margin: 0 auto;
	width: 965px;
}

#videobuttoncontent {
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	height: 40px;
	margin-top: 143px;
	padding: .25em 1em;
	text-align: left;
	width: 240px;
}

#videobutton img {
	padding-right: .5em;
}

#videobutton a {
	color: #FFFFFF;
}

#videobutton a:hover {
	color: #D0FF4F;
	text-decoration: none;
}

  /*******************/
 /* Side Navigation */
/*******************/
#sidewrapper {
	float: left;
	width: 245px;
}

#sidenav {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#sidenav ul {
	width: 226px;
}

#sidenav li {
	color: #898989;
	list-style: none;
	margin: 0;
	padding: .35em 0 .35em 3em;
	width: 226px;
	float: left;
}

#sidenav a {
	height: 1%;
	font-weight: normal;
	display: block;
}

#sidenav a:link{

}

#sidenav a:hover, #sidenav li:hover, #sidenav li.over, #sidenav .active {
	background-color: #D0FF4F;
	color:#000;
	text-decoration: none;
}

.sideimage {
	max-width: 100%;
	padding: 45px 10px 0 10px;
	text-align: left;
}

.smallsideimage {
	float: left;
	padding: 1px;
	width: 98px;
}

 /* Expense Table */

#expensetable {
	color: #8A8A8A;
	font-size: 10px;
	margin-left: 3em;
}

#expensetable table {
	border-top: 1px solid #8A8A8A;
	margin: .5em 0;
}

#expensetable .description {
	padding: .75em .75em .75em 0;
}

#expensetable .cost {
	padding: .75em 0 .75em .75em;
}

 /* Calendar */

.calendar {
	clear: both;
	font-size: 11px;
	padding-left: 32px;
	width: 225px;
}

#caltitle {
	clear: both;
	height: 1.5em;
	width: 225px;
}

#calmonth {
	float: left;
	text-align: center;
	width: 190px;
}

#calprevious, #calnext {
	float: left;
	padding-top: .5em;
}

.day, .noday, .today, .eventday, .calday {
	float: left;
	height: 30px;
	margin: 1px;
	width: 30px;
}

.day:hover, .noday:hover, .today:hover, .eventday:hover {
	/*font-weight: bold;*/
}

.day {
	background-color: #666666;
	color: #FFFFFF;
}

.noday {
	background-image: url(/images/noday.jpg);
}

.today {
	background-color: #D0FF4F;
	color: #232524;
}

.eventday {
	background-image: url(/images/eventday.jpg);
	color: #232524;
}

.calday {
	text-align: center;
}

 /* Side Images */

#spotlight img {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

/* Student Work */

.studentwork {
	clear: both;
	margin: 45px 0 0 40px;
}

.studentworktitle {
	clear: both;
	padding-bottom: 15px;
}

  /*******************/
 /* Content Styling */
/*******************/
#contentbody {
	color: #1F201D;
	float: left;
	padding: 0 35px;
	width: 470px;
}

#contentbody h2 {
	color: #000000;
	font-size: 16px;
	margin: .5em 0;
}

#content .summarybox {
	font-size: 13px;
	line-height: 22px;
}

#content .infobox {
	background-color: #E7FFA5;
	margin: .25em;
	padding: 1em;
}

#content .infobox p {
	margin: 0;
}

#content #printbutton a {
	color: #898989;
}

#subcontent {
	float: left;
	width: 175px;
	overflow: visible;
}

#subcontent img {
	max-width: 100%;
}
#news{
	/*font-weight: bold;*/
	font-size: 11px;
	color: #000000;
}
.date{
	color: #898989;
}
.trivia {
	max-width: 160px;
	padding: 80px 0px 0px 35px;
	text-align: left;
	color:#98d922;
}

  /******************/
 /* Footer Styling */
/******************/
#footer {
	clear: both;
	color: #A9A9A9;
	font-size: 10px;
	margin-left: 275px;
	padding: 2em 0 50px 0;
	text-align: left;
	width: 715px;
}

#footer a {
	color: #A9A9A9;
	font-weight: normal;
}
