

/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- [ Page Section DIVs ] */



/* ------------------------------------------------- [ Page "Container" DIV ] */
#Container {
	background-color: #3A793F;
	background-image: url(/images/content_filler.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid #000;
	border: 1px solid #000;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
}




/* ------------------------------------------------- [ Page "Content" DIV ] */
#Content {
	clear: left;
	padding: 0;
	text-align: left;
}



/* ------------------------------------------------- [ Page "Header" DIV ] */
#Header {
/*  height: 151px; */
	margin: 0;
	padding: 0;
}

/* Main Navigation list styles */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#nav a {
	display: block;
	/*width: 10em;*/
	}
#nav li {
	float: left;
	/*width: 10em;*/
	}
#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	}
#nav li ul li {
	clear: both;
	}
#nav li:hover ul {
	left: auto;
	}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}




/* ------------------------------------------------- [ Page "SideBar" DIV ] */
td.sidebar {
	background-color:#003d00;
}


#SideBar {
	background-color: #003D00;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 150px;
}
#SideBar a {
	background-color: #015813;
	color: #CCC;
	display: block;
	margin: 5px;
	padding: 4px;
	text-decoration: none;
}
#SideBar a:hover {
	background-color: #3A793F;
	color: #000;
}



/* ------------------------------------------------- [ Page "TextArea" DIV ] */
#TextArea {
	margin: 0;
	padding: 0px 0px 0px 10px;
}
#TextArea div.textareaContentWrapper {
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#TextArea div.textareaContentWrapper ul {
	margin: 0 0 0 20px;
	padding:0;
}
#TextArea div.textareaContentWrapper p,
#TextArea div.textareaContentWrapper li {
	line-height:120%;
	margin: 0 0 10px 0;
	padding:0;
}


/* ------------------------------------------------- [ Page "Footer" DIV ] */
#Footer {
/* 	background-color: #023002; */
	background-color: #000;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 10px 5px;
	text-align: center;
}

#Footer2 {
	background-color: #023002;
	font-family: georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .15em;
	margin: 0;
	padding: 5px;
	text-align: center;
}


/* ------------------------------------------------- [ Page "NewsScroller" DIV ] */
#NewsScroller {
	background-color: #000;
	color: #FFF;
	height: 20px;
	left:100px;
	padding: 3px;
}



/* ------------------------------------------------- [ Misc Classes ] */
.LinkList, .LinkList li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
.LinkList a {
	background: #275B2B;
	border-bottom: 1px solid #275B2B;
	border-top: 1px solid #275B2B;
	display: block;
	padding: 5px;
	}
.LinkList a:hover {
	color: #FFF;
	background: #5B9B60;
	border-bottom: 1px solid #235126;
	border-top: 1px solid #235126;
	text-decoration: none;
	}

.TextLoaderPage {
	background-color: #fff;
	color:#000;
	padding: 0px 30% 0px 0px;
	margin: 20px;
}
.TextLoaderPage h1 {
	font-weight: bold;
}

.uploaded_photo {
	background-color:#FFF;
	border: 1px solid #235126;
	padding: 5px;
	margin: 10px;
}






div#TeacherBios div.teacher_profile {
	font-size: 10px;
	margin-bottom:20px;
	padding-bottom:10px;
}
div#TeacherBios div.teacher_profile td,
div#TeacherBios div.teacher_profile td li,
div#TeacherBios div.teacher_profile td p  {
	font-size:1.1em;
	line-height: 1.5em;
}


div#gatorbytes {
	background-color:#fff;
	border:3px solid #000;
	background-image: url(/img/gatorbytes-header.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	color:#000;
	padding-top:64px;
	margin:10px 0;
}
div#gatorbytes div {
	height:252px;
	overflow-y:auto;
	overflow-x:hidden;
	padding: 10px;
}

