@charset "UTF-8";
/* 
green background color #006B33 Same as stars in logo
yellow background color #FFCC33
brown submenu background color # #CC9933

*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFCC23;
	background-image: url(../images-css/verticalGradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#paddedTable th, #paddedTable td{
	padding: 5px;
}


#outermostcontainer {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #ffcc33;
}
#outerTopRight {
	position:absolute;
	width:10px;
	height:10px;
	z-index:11;
	top: 0px;
	right: 0px;
	background-image: url(../images-css/outerCorner-TR.png);
	background-repeat: no-repeat;
}
#outerTopLeft {
	position:absolute;
	width:10px;
	height:10px;
	z-index:11;
	top: 0px;
	left: 0px;
	background-image: url(../images-css/outerCorner-TL.png);
	background-repeat: no-repeat;
}
#outerBottomRight {
	position:absolute;
	width:10px;
	height:10px;
	z-index:11;
	bottom: 0px;
	right: 0px;
	background-image: url(../images-css/outerCorner-BR.png);
	background-repeat: no-repeat;
}
#outerBottomLeft {
	position:absolute;
	width:10px;
	height:10px;
	z-index:11;
	bottom: 0px;
	left: 0px;
	background-image: url(../images-css/outerCorner-BL.png);
	background-repeat: no-repeat;
}
#headerWrapper {
	height: 150px;
	width: 980px;
	position: relative;
}
#headerLeft {
	width: 650px;
	color: #FFF;
	height: 150px;
	position: relative;
	left: 0px;
	top: -2px;
	z-index: 5;
	padding-left: 10px;
	background-image: url(../images-css/headerLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#schoolFrontPic {
	background-image: url(../images-css/schoolfront.png);
	background-repeat: no-repeat;
	float: right;
	height: 150px;
	width: 650px;
	margin-left: -10px;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 0px;
}
#headerLeft a:link, a:hover, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
}
#headerLeft #attendance {
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0px;
	bottom: -3px;
	font-size: 13px;
	color: #ffcc33;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
#headerLeft p {
	font-size: 0.7em;	
}
/* CSS Document */

#logo {
	position:absolute;
	width:125px;
	height:125px;
	z-index:10;
	left: 592px;
	top: 10px;
	visibility: visible;
}
#headerRight {
	color: #FFF;
	text-align: right;
	width: 320px;
	font-size: 0.7em;
	height: 150px;
	z-index: 9;
	position: relative;
	margin-left: -10px;
	background-image: url(../images-css/headerRight.gif);
	background-repeat: no-repeat;
}
#headerRight p {
	padding-right: 25px;
}
#headerRight a:link, #headerRight a:active, #headerRight a:visited {
	color: #FFCC33;
	text-decoration: none;
}
#headerRight a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
#googlesearch {
	padding-right: 25px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 5px;
	height: 25px;
}
#navbar {
	width: 100%;
	height: 27px;
	z-index: 100;
}
#subMenus {
	height: 20px;
	width: auto;
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
}
#subMenus a:link, #subMenus a:active, #subMenus a:visited {
	color: #006b33;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
}
#subMenus a:hover {
	color: #006D33;
	padding-right: 15px;
	font-weight: bold;
}

#contentarea {
	background-color: #006B33;
	width: 980px;
	padding-top: 0px;
	height: auto;
	position: relative;
	padding-bottom: 10px;
	color: #000;
}



#contentarea h1, h2, h3, h4, h5, h6 {
	color: #006B33;
}
#contentarea a:link, #contentarea a:hover, #contentarea a:active, #contentarea a:visited {
	text-decoration: underline;
	color: #006B33;
	font-weight: bold;
}
#contentAreaCornerTL {
	background-image: url(../images-css/contentAreaCorner-TL.gif);
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
}
#contentAreaCornerTR {
	background-image: url(../images-css/contentAreaCorner-TR.gif);
	height: 10px;
	width: 10px;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	float: right;
	position: absolute;
}
#contentAreaCornerBL {
	background-image: url(../images-css/contentAreaCorner-BL.gif);
	height: 10px;
	width: 10px;
	left: 0px;
	background-repeat: no-repeat;
	bottom: 0px;
	position: absolute;
}

#contentAreaCornerBR {
	background-image: url(../images-css/contentAreaCorner-BR.gif);
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#contentLeft {
	width: 257px;
	height: auto;
	margin-right: 0px;
	margin-left: 10px;
	position:relative;
	font-size: 0.8em;
	padding: 5px;
}
#contentLeftGoogleCalendar {
	margin-left: 5px;
}
#contentLeftCornerTL {
	background-image: url(../images-css/cornerWhite-TL.gif);
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
}
#contentLeftCornerTR {
	background-image: url(../images-css/cornerWhite-TR.gif);
	height: 10px;
	width: 10px;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	float: right;
	position: absolute;
}
#contentLeftCornerBL {
	background-image: url(../images-css/cornerWhite-BL.gif);
	height: 10px;
	width: 10px;
	left: 0px;
	background-repeat: no-repeat;
	bottom: 0px;
	position: absolute;
}
#contentLeftCornerBR {
	background-image: url(../images-css/cornerWhite-BR.gif);
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#mainContentWrapper {
	height: 450px;
	margin-right: 10px;
	margin-left: 10px;
	width: 100%;
}
#contentLeft, #mainContent1Column, #mainContent2Column, #mainContent2ColumnTop, #mainContent2ColumnBottom{
	background-color: #FFF;
}
#contentCornerTL, #contentCornerTopTL, #contentCornerBottomTL {
	background-image: url(../images-css/cornerWhite-TL.gif);
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
}
#contentCornerTR, #contentCornerTopTR, #contentCornerBottomTR {
	background-image: url(../images-css/cornerWhite-TR.gif);
	height: 10px;
	width: 10px;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	float: right;
	position: absolute;
}
#contentCornerBL, #contentCornerTopBL, #contentCornerBottomBL {
	background-image: url(../images-css/cornerWhite-BL.gif);
	height: 10px;
	width: 10px;
	left: 0px;
	background-repeat: no-repeat;
	bottom: 0px;
	position: absolute;
}

#contentCornerBR, #contentCornerTopBR, #contentCornerBottomBR {
	background-image: url(../images-css/cornerWhite-BR.gif);
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#mainContent1Column {
	height: auto;
	width: auto;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainContent2Column, #mainContent2ColumnTop, #mainContent2ColumnBottom {
	height: auto;
	width: 665px;
	margin-right: 5px;
	margin-left: 10px;
	font-size: 0.8em;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainContent2ColumnMiddle {
	height: 10px;
	width: 100%;
}
.lists li {
	margin-left: 2em;
	width: auto;
	margin-bottom: 2px;
	margin-top: 2px;
}
.lists , #maincontent1Column div ul li , #maincontent1Column ol , #maincontent2Column li , #maincontent2Column ol , #maincontent2ColumnTop ul , #maincontent2ColumnTop ol , #maincontent2ColumnBottom ul ,#maincontent2ColumnBottom ol{
	width: auto;
	display: block;
}
#footer {
	width: 970px;
	font-size: 0.7em;
	text-align: center;
	padding-top: 3px;
	height: 10px;
	background-color: #FFCC23;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

div.imgLeft, div.imgRight {
	margin: 2px;
	border: 1px solid #006B33;
	height: auto;
	width: auto;
	text-align: center;
}
div.imgLeft {	
	float: left;	
}
div.imgRight {	
	float: right;	
}
div.imgLeft img, div.imgRight img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.imgLeft a:hover img, div.imgRight a:hover img {
	border: 1px solid #006B33;
}
div.desc
{
	text-align: center;
	font-weight: normal;
	width: auto;
	margin: 2px;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	padding-left: 20px;
	padding-bottom: 7px;
	margin-top: -8px;
	padding-top: 7px;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited  {
	color: #FFF;
	font-weight: normal;
}
.surveyform {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.centerElement {
	text-align: center;
}
