/*
Design by www.g3group.com
*/

/* body */



body {
	margin: 0px auto 50px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #00345C url(../images/mainBg.jpg) repeat-x bottom;
	line-height: 135%;
}
/* styles */
h1 {
	font-size: 18px;
	color: #63AB23;
	margin: 0px;
	letter-spacing: -1px;
	padding: 5px 0px 5px 5px;
}

h2, h3 {
	margin-top: 0px;
}
h2 span {
	visibility: hidden;
}

a {
	color: #64A821;
}

a:hover {
	text-decoration: none;
	color: #0E2C8C;
}

.img1 {
	margin: 0px 0px 0px 0px;
	border: 2px solid #CCCCCC;
}
/* Head */

#header {
	width: 800px;
	height: 137px;
	margin: 0px auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 180px 0 0 60px;
	letter-spacing: -2px;
}
#header h1 span {
	visibility: hidden;
}

#logo{
	position: absolute;
	top: 0;
	float: left;
	width: 400px;
	height: 120px;
}
#schedule{
	position: absolute;
	top: 0;
	margin-left: 550px;
	width: 250px;

}


/* flash area */
#flasharea {
	width: 800px;
	height: 280px;
	margin: 0px auto;
}

/* Menu */

#menu {
	width: 800px;
	height: 30px;
	margin: 0px auto 0px auto;
	background-color: #65A721;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}



/* Content */

#content {
	width: 800px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/template/classroom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contentIn {
	width: 800px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	background-color: #FFFFFF;
}

#colOne {
	width: 565px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
	float: right;
}
#colOne p {
	margin-right: 200px;
}
#colOneIn {
	width: 565px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	float: right;
}

#colTwo {
	float: left;
	width: 170px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}


#contentIn h2 {
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #65A721;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: uppercase;
}
.smltext {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}



/* Footer */

#footer {
	width: 800px;
	margin: 0px auto;
	padding: 6px 0px;
	height: 100px;
	background-color: #6DB33F;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.footer ul li{
	display: inline;
	color: #FFFFFF;

}
#footer ul li {
	padding: 3px 3px;
}


#footer a {	color: #333333;}
#footer a:hover {
	color: #FFFFFF;
}
#footer .horrule {
	background-image: url(../images/horizRule.gif);
	background-repeat: repeat-x;
	margin-right: 50px;
	margin-left: 50px;
	padding-bottom: 0px;
	background-position: bottom;
}
#header #searchbox {
	width: 220px;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(../images/searchBG.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 22px;
	padding-left: 10px;
}
#header #searchbox #textfield {
	width: 85px;
}

.suckertreemenu{  line-height: 18px;}



.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left; /*overall menu background color*/
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 115px; /*Width of top level menu link items*/
	padding: 5px 8px;
	text-decoration: none;
	height: 20px;
	color: #f1f1f1;
	background-image: url(../images/menuDivider.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
	padding-top: 2px;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
	margin-top: 2px;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 7px;
	border: 1px solid #FFFFFF;
	background-color: #6AA730;
	background-image: url(../images/menugreen.gif);
	background-repeat: repeat;
	text-align: left;
}

.suckertreemenu ul li a:hover{
	background-color: #66AA21;
	color: white;
}
.suckertreemenu ul li ul li a:hover{
	background-image: url(../images/menugreenDark.gif);
	background-repeat: repeat;
	color: white;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }
.heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #65A721;
}
#txtComments {
	width: 350px;
}
.img3 {
	border: 2px solid #CCCCCC;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
