/* CSS Document */

/* start of main.css */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
}
#clear {
	clear:both;
}
#sectionNav {
	float: left;
	margin-top: 115px;
}
#sectionNav a{
}
#header {
	height: 453px;
	float: left;
	background-color: #FFFFFF;
	clear: both;
	width: 1000px;
	background-image: url(../images/v2_header3.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#title {
	height: 25px;
	margin-top: 55px;
}
#title h1{
	display: none;
}

#admin {
	/*width: 1000px;
	margin: 0 auto;*/
	color: white;
	/*background-color: #B5AB94;*/
	background-color: #000033;
	font-size: 1.1em;
	height: 27px;
	font-weight: bold;
}

#admin a{
	text-decoration: none;
	color:white;
}

#admin a:hover{
	color: #336666;
}

#adminLinks {
	float: left;
	margin: 5px;
}

#adminDetails {
	float: right;
	margin: 5px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
 /* end of main.css */

#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
#wrap {
	background-image: url(../images/v2_bg3.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#mainNav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#mainNav ul li{
	margin: 0 0 0 0;
	height: 24px;
	width: 190px;
	border-bottom: solid 1px white;
	padding: 0 0 0 0;
	list-style-type: none;
}
#mainNav ul li a{
	display: block;
	color: white;
	height: 24px;
	width: 158px;
	font-weight:bold;
	text-decoration: none;
	padding: 6px 16px;
}
#mainNav ul li a:hover{
	color: #FF0;
}

#newsItem {
	float: left;
	width: 200px;
	margin: 22px 0 8px 22px;
	color: #000033;
}
#newsItem h3{
	font-size: 1.1em;
	margin: 4px 0;
}
#newsItem p{
	margin-top: 4px;
	margin-bottom: 0;
}
#newsItem p a{
	color: #000033;
}
#newsItemSpacer {
	float: left;
	width: 1px;
	margin: 0 0 8px 8px;
	color: #000033;
	background-color: #000033;
	height: 180px;
	/*border-right: 1px solid #000033;*/
}
#pageBody {
	width: 1000px;
	/*clear: both;
	float: left;
	height: 250px;*/
	/*margin-top: 303px;*/
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
#tab1 {
	position: relative;
	height: 303px;
	background-image: url(../images/v2_school_bg3.jpg);
	width: 1000px;
	margin-top: 60px;
}
#tab2 {
	position: relative;
	height: 303px;
	background-image: url(../images/v2_network_bg3.jpg);
	width: 1000px;
	margin-top: 60px;
}
#pageBodyText {
	border-bottom: solid 1px #000033;
}
#pageBodyText p{
	margin-top: 22px;
	padding: 0px 22px 22px 432px;
	color: white;
}
#pageBodyText p a{
	color: white;
}

.indentmenu{
	background-color: #FFFFFF;
	float: left;
	font-weight: bold;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	height: 25px;
}

.indentmenu ul li{
	display: block;
	/*width: 85px;*/
	height: 25px;
	float: left;
	text-align:center;
	/*border-right: solid 1px white;*/
	list-style-type:none;
}

.indentmenu ul li a{
	float: left;
	text-decoration: none;
	font-size: 10px;
	color: white;
	width: 90px;
	margin: 5px 0 0 5px;
	padding: 4px 0;
	display: block;
	/*width: 74px;*/
	height: 12px;
	/*background-color:#366;*/
}

.indentmenu ul li a:visited{
	color: white;
}

.indentmenu ul li a.selected{
	color: white !important;
	background-color: #4E7E80;
}

/* Footer */
#footer {
	clear: both;
	/*float: right;*/
	font-size: 0.9em;
	width: 980px;
	background-color: #356768;
	height: 15px;
	margin: 50px 5px 5px 5px;
	padding: 5px;
}
#footer p{
	float: right;
	margin: 0;
	padding: 0;
}
#footer p a{
	margin-left: 8px;
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover{
	color: #FFF;
	text-decoration: underline;
}


#homeText {
	width:330px; 
	height:200px; 
	color:white; 
	float:left; 
	position:absolute; 
	left: 600px; 
	top: 50px;
	padding: 15px;
}
#homeText h2{
	font-size: 1.6em;
}
#homeText p{
	font-size: 1.1em;
}
#homeText p a{
	color: white
}
#homeText p a.hover{
	text-decoration: underline;
}
#newsScrollTitle {
	width: 760px;	
	background-color: #ccc;
	margin: 10px 10px 0 10px;
	border: 1px solid #ccc;
	clear: both;
}
#newsScrollTitle h2 {
	color: #001539;
	line-height: 2em;
	margin: 0 10px 0 10px;
	font-size: 1.2em;
}
.newsScroll {
	height: 226px;
	clear:both;
	color: #003;
	width: 780px;
	float:left;
}
.newsScroll a{
	color: #001539;
}
.newsScroll a:hover{
	color: #366;
}
#homeSearchPanel {
	width: 200px;
	float: left;
	border: 1px solid #366;
	margin-top: 10px;
	padding-bottom: 10px;
}
#homeSearchPanel h2 {
	background-color: #366;
	font-size: 1.2em;
	line-height: 2em;
	color: white;
	margin: 0;
	padding: 0 10px;
	border-bottom: 2px solid #366;
}
.homeSearchRow {
	padding: 10px 10px 0 10px;
}
#homeSocialMedia {
	width: 200px;
	float: left;
	border: 1px solid #366;
	margin-top: 10px;
	padding-bottom: 0px;
}
#homeSocialMedia h2 {
	background-color: #366;
	font-size: 1.2em;
	line-height: 2em;
	color: white;
	margin: 0;
	padding: 0 10px;
	border-bottom: 2px solid #366;
}
#homeSocialMedia a img {
	border:none;
	margin: 10px 0 10px 10px;
}
	
