body {
	margin:0px auto;
	background:url(../images/background.gif) top left repeat;
	font-family: Georgia, arial, helvetica;
	font-size:14px;
	text-align: center;
	color:#333333;
}

h2 {
	font-family: Times, sans serif;
	font-size:14px;
	color:#245772;
	margin:0px 0px 5px 0px;
	padding-bottom: 3px;
	border-bottom: 4px solid #cccccc;
}

h3 {
	font-family: Times, sans serif;
	font-size:14px;
	color:#245772;
	margin:0px;
	padding:0px;
}

a {
	color:#245772;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 19px;
}

.dottedLine {
	border-bottom:1px dotted #cccccc;
}

.blueItalic {
	color:#245772;
	font-style: italic;
}

#mainWrapper {
	margin:0px auto;
	width:951px;
	padding:0px 34px 0px 34px;
	background:#ffffff url(../images/background_wrapper.gif) top left repeat-x;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	min-height: 600px;
	text-align: left;
}

#header {
	padding-top:10px;
}

#searchHolder {
	float:right;
	width:392px;
	text-align: right;
}

.siteSearch {
	width:292px;
	border:1px solid #cccccc;
	font-size:18px;
}

.smallTextBox {
	width:115px;
	border:1px solid #cccccc;
	font-size:11px;
}

.siteSearchBut {
	background:#245772;
	border:1px solid #cccccc;
	color:#FFFFFF;
	font-size:10px;
	margin-bottom:4px;
	font-weight: lighter;
	font-family: Arial, Helvetica;
}

.siteSearchBut:hover {
	background:#cccccc;
}

#language {
	color:#666666;
	font-size:10px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 5px;
}

#navigation {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:3px 0px;
}
#navigation_inside{
	background: #e5e2dd;
	height: 30px;
	border: none;
}

#navHolder {
	padding-top:3px;
	width:700px;
	border:none;
}

#utilNav {
	width:175px;
}

#breadcromb {
	font-size: 11px;
	color:#666666;
}

#breadcromb a {
	text-decoration: none;
}

#breadcromb a:hover {
	text-decoration: underline;
}

/* ------------- DROP DOWNS ------------ */

#navHolder ul li .navAct {
	background: #245772;
	color: #ffffff;
	height:14px;
	font-size: 20px;
	font-weight: lighter;
	font-family: Times, sans serif;
	padding:5px 10px 8px 10px;
}

.mainLink {
	color:#245772;
	font-size: 20px;
	font-weight: lighter;
	font-family: Times, sans serif;
	text-decoration: none;
	padding:5px 10px;
	background: url(../images/nav_space.gif) top right no-repeat;
}

.mainLink:hover {
	color: #666666;
}

.dir ul {
	font-size:11px;
}

.subLink {
	font-size:14px;
	background: #e5e2dd;
	padding:4px;
	margin: 0px 4px;
	color:#245772;
	text-decoration: none;
	font-family: Times, sans serif;
}

.subLink:hover {
	color:#666666;
	text-decoration: underline;
}

.navEmpty {
	height:4px;
	font-size:4px;
}

/* ------------- END DROP DOWNS ------------ */

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.textRight {
	text-align:right;
}

.textCenter {
	text-align:center;
}
.navDrop {
	margin: 0px;
	padding: 0px;
}

.navDrop ul {
	margin: 0px;
	padding: 0px;
}

.navDrop ul li{
	font-size:10px;
	background: #ffffff url(../images/util_arrow.gif) top right no-repeat;
	border:1px solid #CCCCCC;
	padding:3px 13px 3px 3px;
	margin-top:4px;
	text-transform: uppercase;
	color:#245772;
	font-weight: normal;
}

.navDrop ul ul {
	width:110px;
}

.navDrop ul ul li {
	margin: 0px;
	padding: 4px;
	border:none;
	background: none;
	text-transform: none;
	font-family: Times, sans serif;
	font-size: 12px;
}

.navDrop ul ul li a{
	text-decoration: none;
}

.navDrop ul ul li a:hover{
	color:#666666;
	text-decoration: underline;
}

.navDropDir {
	width:78px;
}

.navDropCal {
	width:53px;
	margin: 0px;
	padding: 0px;
}

#bodyWrapper {
	margin-top:20px;
}

#bodyRight {
	float:right;
	width:315px;

}

#rightCallOuts {
	float:right;
	width:130px;
}

#bodyLeft {
	width:620px;
}

#taskLeft {
	float:left;
	width:171px;
}

.leftElement {
	margin-bottom:10px;
}

.leftElementDotted {
	margin-bottom:10px;
	border-bottom: 1px dotted #cccccc;
}

#mainContent {
	margin-left:185px;
	padding:0px 20px;
	border-right:1px dotted #cccccc;	
	border-left:1px dotted #cccccc;
	margin-bottom: 20px;
}

#mainContent h1 {
	font-size:19px;
	color:#245772;
	font-weight: lighter;
	margin:10px 0px;
}

#mainContent p {
	line-height: 19px;
}

/* INSIDE MAIN CONTENT */
#mainContentInside {
	margin-left:185px;
	padding:0px 20px;
	border-right:1px dotted #cccccc;	
	border-left:1px dotted #cccccc;
	margin-bottom: 20px;
	font-size:14px;
}

#mainContentInside h1 {
	font-size:20px;
	color:#245772;
	font-weight: lighter;
	text-transform: uppercase;
	margin:10px 0px;
}

#mainContentInside h2 {
	font-size:20px;
	color:#245772;
	font-weight: lighter;
	margin:10px 0px 5px 0px;
	border:none;
}

#mainContentInside h3 {
	color:#666666;
	font-size:16px;
	margin:10px 0px;
	height:30px;
	font-weight: lighter;
}

#mainContentInside h4 {
	font-size:16px;
	color:#666666;
	font-weight: lighter;
	margin:10px 0px 5px 0px;
}

#mainContentInside .but {
	background:#245772;
	color:#ffffff;
}

#mainContentInside p {
	line-height: 19px;
}

#mainContentInside li {
	list-style-image:url(../images/list_dot.gif);
	margin-left: 10px;
}
#mainContentInside li a {
	text-decoration: none;
}
#mainContentInside li a:hover {
	text-decoration: underline;
}
/* INSIDE MAIN CONTENT */
.contentImage {
	float:left;
	padding:0px 5px 5px 0px;
}

.contentText {
	margin-left:75px;
	font-size: 12px;
}

.contentText p {
	margin:1px;
	padding:0px;
}

.featuredElement {
	margin-bottom:15px;
}

#featuredBarArrows {
	background: url(../images/featureBar_1.gif);
	background-repeat: no-repeat;
	height:58px;
	margin-bottom: 10px;
	padding-top:12px;
}

#featuredBar {
	padding:3px 0px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#featuredBarInside {
	background: #eceae6;
	height:24px;
}

.featuredBarInsideActive {
	background:#245772;
	color:#ffffff;
	padding:2px 10px;
	font-size:16px;
	text-transform: uppercase;
}

#featuredBarInside a {
	padding:2px 10px;
	font-size:16px;
	text-transform: uppercase;
	text-decoration: none;
}

#featuredBarInside a:hover {
	background:#245772;
	color:#ffffff;
}

#featuredBarInside ul {
	margin:0px;
	padding:2px 0px;
	height:20px;
}

#featuredBarInside ul li {
	display: inline;
}

#leftCallOuts {
	width:170px;
}

.welcomeElementBorder {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #cccccc;
}

.welcomeElementBorder a{
	font-size: 11px;
}

.welcomeElement {
	margin-bottom:10px;
}

.districtElement {
	border:1px solid #cccccc;
	padding:6px;
	margin-bottom:10px;
}

.districtElementInside {
	background:#ecf2f9;
	padding:6px;
}

.districtElementInside h2 {
	color:#474747;
	font-size:18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	font-weight: lighter;
}

.districtElementInside ul {
	margin:0px;
	padding:0px;
}

.districtElementInside ul li {
	list-style: none;
	padding:3px 0px;
	font-size:10px;
	font-weight: bold;
	letter-spacing: -.5px;
}

.districtElementInside a {
	text-decoration: none;
}

.districtElementInside a:hover {
	text-decoration: underline;
}

.utilLink {
	color:#474747;
	margin-left:10px;
	font-size: 14px;
	text-decoration: none;
}

.utilLink:hover{
	text-decoration: underline;
}

#footer {
	border-top:5px solid #cccccc;
	padding:20px 10px 40px 10px;
	text-align: center;
	font-size:11px;
}

#footer a {
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	text-decoration: underline;
	text-transform: uppercase;
}

.landingNav {
	padding:4px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.disElement {
	border-bottom: 3px solid #cccccc;
	padding:0 0 10px 0;
}

.newsHeader {
	padding:12px 0 0 50px;
	background: url(../images/icon_news.jpg) top left no-repeat;
}

.eventHeader {
	padding:12px 0 0 50px;
	background: url(../images/icon_calendar.jpg) top left no-repeat;
}

.resourceHeader {
	padding:12px 0 0 50px;
	background: url(../images/icon_resources.jpg) top left no-repeat;
}

.contentH2 {
	color:#666666;
	font-size:16px;
	margin:10px 0px;
	height:30px;
}

#districtNavWrapper {
	border-top:1px solid #eceae6;
	border-bottom:1px solid #eceae6;
	padding:3px 0;
	margin:10px 0 20px 0;
}

#districtNav {
	background: #eceae6;
	padding:2px 0px;
}

#districtNav ul li{
	display: inline;
	font-size: 12px;
}


/* ---------------------
		CALENDAR STYLES ---------*/
.calHeader {
	font-weight:bold;
	margin-bottom:15px;
	height:25px;
}

.calNavElement {
	border:2px;
	margin-bottom:15px;
	margin-top:4px;
}

.calDayNonactive {
	background:#e5e2dd;
	padding:3px;
	min-height:60px;
}


.calDayNonactive h3{
	color:#666666;
	padding:0px;
	margin:0px;
	font-size:9px;
}

.calDayActive{
	background:#FFFFFF;
	padding:3px;
	border:1px solid #4179C3;
	min-height:60px;
}

.calDayActive h3{
	color:#4179C3;
	padding:0px;
	margin:0px;
	font-size:9px;
}

.calTbl1 {
	margin:2px;
}

.calListElement1{
	background:#FFFFFF;
	padding:3px;
}

.calListElement2{
	background:#FFFFFF;	
	padding:3px;
}

.calCalElement1{
	background:#FFFFFF;
	padding:3px;
}

.calCalElement2{
	background:#ecf2f9;	
	padding:3px;
}

.calTitle {
	font-size:10px;
	font-weight:bold;
}

.calLink{
	font-size:10px;
}

.calDesc {
	border:1px solid #4179C3;
	background:#FFFFFF;
	padding:5px;
}

.calCats {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	margin:5px 0px;
}

.calListDate {
	float:left;
	width:80px;
}

.calListDetails {
	margin-left:90px;
}

.calListDesc {
	padding-left:10px;
	font-size:14px;
}

.calViewAll {
	cursor: pointer;
	color: #ff0000;
	text-align: right;
	font-size:12px;
	margin-top:4px;
}

.calConnector {
	margin-top:-3px;
	width:100px;
	height:10px;
	border-top:1px solid #4179C3;
	border-left:1px solid #4179C3;
	border-right:1px solid #4179C3;
}

.calEvtAll {
	border:1px solid #4179C3;
	width:98.2%;
	padding:10px;
	display: none;
	margin-top:-3px;
	font-size: 12px;
}

.calEvtAllHeader {
	font-weight: bold;
}

.dirElement1 {
	margin:10px 0px;
}

#regProccessing {
	
	position: absolute;
	background: #cccccc;
	opacity:0.9;
	text-align:center;
	padding:200px;
	width:400px;
	height:200px;
}
#processingAlert {
	text-align: center;
}

.newsElement1 {
	margin:4px 0px;
	padding:5px;
}
.newsElement2 {
	margin:4px 0px;
	padding:5px;
	background:#ecf2f9;
}

.evtRegister {
	float:right;
	padding:10px;
	background: #ecf2f9;
	cursor: pointer;
	font-size: 16px;
	border:1px solid #e5e2dd;
}

.evtRegister:hover {
	background: #e5e2dd;
}

.resultElement {
	overflow: hidden;
}