@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg10.jpg) repeat-x 0 -7px;
	background-color: #e4e4e4;
	font-family: 'Arimo', Verdana, Arial, Helvetica, sans-serif;
	
}
#container {
	position:relative;
	width:900px;
	height:930px;
	margin: 0 auto;
	top: -10px;
	/* IE top margin trick*/
	padding-top: 5px;
	margin-top: -5px;
}
/* Top of each page */
#header {
	position:relative;
	width:900px;
	height:130px;
	float: left;
	background-image: url(../images/banner2011.png);
	text-align:left;
}
#hor_menu {
	position:relative;
	width:900px;
	height:32px;
	float: left;
	background-image: url(../images/hor_menubg.png);
	background-repeat: no-repeat;
	z-index: 1001;
}
#directory{
	position:absolute;
	padding-right: 10px;
	left: 555px;
	width: 330px;
	text-align:right;
	color: #FFFFFF;
	font-family: "Trebuchet", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	top:80px;
}
.searchBox {
	width: 150px;
	height:30px;
	padding: 0 0 0 10px;
	color: #989083;
	line-height: 19px;
	font-size: 130%;
	background:none;
	border:none;
}
#degrees {
	position:absolute;
	left:190px;
	color:#FFF;
	width:200px;
	height:20px;
	font-size:10px;
	z-index:1;
	top: 100px;
}

/* Main Containers */
#leftcontent {
	position:relative;
	width:160px;
	float: left;
	background-color: #009d57;
	z-index: 1000;
}
#rightcontent{
	float: left;
	position: relative;
	width: 900px;
}

/*ALERT Container */

#alert{
	position:relative;
	float:left;
	width:780px;
	height:38px;
	background:url(../images/alert-status-red.png) no-repeat;
	padding-left: 120px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	padding-top:12px;
	padding-bottom:8px;
}

/* Contained within leftcontent */
#OL {
	position:relative;
	float:right;
	width:160px;
	background-repeat: repeat;
	background-color: #000000;
	}
	
/*Contained within rightcontent */
#top_content {
	position:relative;
	width:900px;
	height:306px;
	float: right;
	border:none;
}
#flash{
	float: left;
	position: relative;
	width: 540px;
}
#apply{
	position:absolute;
	left:680px;
	color:#FFF;
	width:200px;
	height:60px;
	font-size:10px;
	z-index:1;
	top: 10px;
}
#news {
	position:relative;
	top:8px;
	width:306px;
	height:410px;
	float:left;
	padding-left: 10px;
	background-image:url(../images/latest_news_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
	

#events {
	height: 200px;
	float: left;
	height: 400px;
	position: relative;
}
#key{
	float: left;
	top:8px;
	width: 284px;
	position: relative;
	height: 410px;
	padding-left: 10px;
	background-image:url(../images/upcoming_bg.png);
	background-repeat:no-repeat;
}
#connected{
	float: left;
	top:8px;
	width: 280px;
	position: relative;
	height: 410px;
	padding-left: 10px;
	background-image:url(../images/connected.png);
	background-repeat:no-repeat;
	text-align:left;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
}

#fconnected {
	float:left;	
	width: 260px;
	padding-top:10px;
	text-align:right;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	text-align:center;
}
#fconnected .row{
	float:left;
	width:100%;
	padding:2px;
	font-size:16px;
}
#fconnected img{
	border:0;
	padding:0;
}
#calendar {
	position:relative;
	height:220px;
	z-index:1;
	float: left;
	width: 210px;
}
#rootube {
	position:relative;
	width:210px;
	z-index:1;
	float: left;
	background-image: url(../images/rootube3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer{
	float: left;
	position: relative;
	top: 20px;
	width: 900px;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	text-align:center;
}



/* Text Styles */
h4 {
	font-size: 16px;
	font-weight:600;
	margin-bottom:0;
	}
	
.style2 {
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style3 {font-size: 10px;
}

.style4 {
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #223f81;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.red:link{
	color:#FF0000;
	font-weight: bold;
	}
a.green:link{
	color:#009c55;
	}
a.green:visited{
	color:#009c55;
	}
a.black:link{
	color: #000;
}
a.black:visited{
	color: #000;
}


/* Date blocks for Upcoming Events */
.date {
	text-align: center;
	width: 40px;
	font-family: Arial;
	color: #FFFFFF;
	float: left;
	position: relative;
	background-image: url(../images/date.jpg);
}
.day {
	font-size: 18px;
	position: relative;
}
.month {
	font-size: 10px;
}
td img {display: block;}
.special_date{
	text-align: center;
	width: 40px;
	font-family: Arial;
	color: #cfb077;
	float: left;
	position: relative;
	background-image: url(../images/date.jpg);
	
	}
/*Online Network Box */
#key_box {
	position:relative;
	width:150px;
	height:110px;
	background-image:url(../images/key_box.gif);
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:10px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:1;
}
#icon_row{
	position:relative;
	width:140px;
	height:24px;
}
#icon{
	position:relative;
	float:left;
	width:24px;
	height:24px;
}

#icon_title{
	position:relative;
	float:left;
	padding-top:3px;
	padding-left:6px;
	width:100px;
	height:24px;
}
#key_box a{
	color:#333;
	}
#key_box a:hover{
	background-color:#CCCCCC;
	text-decoration:none;
	padding-bottom:2px;
	padding-top:2px;
}

