@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
	}
.clear {
	clear:both;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:150%;
}
p {
	line-height:150%;
	}
.hr {
	border:none;
	border-top:1px solid #ccc;
	margin-top:5px;
	margin-bottom:5px;
	background:none;
	}
.topbarout {
	background-color: #1B92C5;
}
.topbarout .topbar {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: #1B92C5;
}
.topbarout .topbar ul {
	list-style-type: none;
	padding-top: 8px;
}
.topbarout .topbar ul li {
	color: #FFF;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #656565;
}
.topbarout .topbar ul li a {
	color: #FFF;
	text-decoration:none
	}
.topbarout .topbar ul li a:hover {
	text-decoration:underline;
	}	
.topbarout .topbar ul li.first {
	padding-left: 0px;
}
.topbarout .topbar ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topbarout .topbar ul li marquee {
	width:660px;
	}
.midbarout {
	background-color: #d0ecf9;
}
.midbarout .midbar {
	height: 100px;
	background-color: #D0ECF9;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.menuout .menu .search {
	position: absolute;
	top: 7px;
	right: 6px;
	border: 1px solid #48aae0;
	background-color: #D0ECF9;
	padding: 2px;
}
.menuout .menu .search #form1 input {
	background: none;
	border: none;
}
.menuout .menu .search #form1 .go {
	height: 20px;
	width: 20px;
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}
.midbarout .midbar .logo {
	position: absolute;
	left: 0px;
	top: 7px;
}
.midbarout .midbar .add {
	position: absolute;
	right: 10px;
	top: 7px;
}
.midbarout .midbar .dashain {
	position: absolute;
	left: 210px;
	top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: blink;
	text-align: center;
	line-height: 160%;
	padding-top: 15px;
}

.menuout {
	background-color: #D0ECF9;
}
.menuout .menu {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #a8dcf3;
	position: relative;
}
.menuout .menu ul {
	list-style-type: none;
}
.menuout .menu ul li {
	float: left;
}
.menuout .menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	line-height:15px;
	display: block;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.submenu {
	background-color: #1B92C5;
	height: 30px;
}
.menuout .menu ul li ul {
	position: absolute;
	left: 0px;
	top: 39px;
	width: 900px;
	display:none;
}
.menuout .menu ul li ul li a {
	display: block;
	text-transform: none;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-weight: normal;
	background-color: #1B92C5;
	color:#FFF;
}

.menuout .menu ul li ul li a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
.menuout .menu ul li ul li {
}
.contentout {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.contentout .youarehere {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contentout .leftcontent {
	width: 680px;
	float: left;
}
.contentout .leftcontent .main {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentout .leftcontent .main .gallery {
	float: left;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 60%;
}
.contentout .leftcontent .main .gallery h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	color: #446611;
}
.contentout .leftcontent .main .gallery p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentout .leftcontent .main .gallery .readmore {
	padding-left: 10px;
	background-image: url(images/bullets.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.contentout .leftcontent .main .gallery .readmore a {
	font-weight: bold;
	color: #446611;
	text-decoration: none;
}
.contentout .leftcontent .main .mainnews {
	float: right;
	width: 35%;
}
.contentout .leftcontent .main .mainnews h1 {
	font-size: 14px;
	color: #446611;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:130%;
}
.contentout .leftcontent .main .mainnews img {
	float: left;
	margin-right: 7px;
}
.contentout .leftcontent .main .mainnews h1 a {
	color: #446611;
	text-decoration: none;
}
.contentout .leftcontent .shortnews {
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentout .leftcontent .shortnews ul {
	list-style-type: none;
}
.contentout .leftcontent .shortnews ul li {
	padding-left: 10px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	width:48%;
}
.contentout .leftcontent .shortnews ul li a {
	text-decoration: none;
	color: #446611;
	font-size: 11px;
	line-height: 150%;
}
.contentout .leftcontent .shortnews ul li a:hover {
	text-decoration: underline;
}
.contentout .leftcontent .main .mainnews h1 a:hover {
	text-decoration: underline;
}
.contentout .leftcontent .featurenews {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentout .leftcontent .featurenews h1 {
	background-image: url(images/h1bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 8px;
	text-transform: uppercase;
	color: #666666;
	position: relative;
	line-height:100%;
}
.contentout .leftcontent .featurenews h1 span {
	float: right;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
.contentout .leftcontent .featurenews .newsbox {
	float: left;
	width: 50%;
}
.contentout .leftcontent .featurenews .newsbox img {
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.contentout .leftcontent .featurenews .newsbox h2 {
	font-size: 14px;
	color: #446611;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentout .leftcontent .featurenews .newsbox h3 a {
	font-size:12px;
	text-decoration: underline;
	color: #003399;
	}
.contentout .leftcontent .featurenews .newsbox h3 a:hover {
	text-decoration:none;
	}
.contentout .leftcontent .featurenews .newsbox p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.contentout .leftcontent .featurenews .newsbox h2 a {
	color: #446611;
	text-decoration: none;
}
.contentout .leftcontent .featurenews .newsbox h2 a:hover {
	color: #003300;
	text-decoration: underline;
}
.contentout .leftcontent .featurenews .newsbox p img {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contentout .leftcontent .featurenews .newslist {
	float: left;
	width: 50%;
}
.contentout .leftcontent .featurenews .newslist ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contentout .leftcontent .featurenews .newslist ul li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.contentout .leftcontent .featurenews .newslist ul li a {
	text-decoration: none;
	color: #446611;
}
.contentout .leftcontent .featurenews .newslist ul li a:hover {
	text-decoration: underline;
}
.contentout .rightcolumn {
	float: right;
	width: 250px;
	padding-top: 10px;
}
.contentout .rightcolumn .tabarea {
}
.contentout .rightcolumn .tabarea .tabs {
	position: absolute;
	top: 0px;
	width: 100%;
}
.contentout .rightcolumn .tabarea .tabs ul {
	list-style-type: none;
}
.contentout .rightcolumn .tabarea .tabs ul li {
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	padding: 7px;
	padding-bottom:6px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #f1f1f1;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	cursor:pointer;
}
.contentout .rightcolumn .tabarea .tabs ul li a {
}
.contentout .rightcolumn .tabarea .tabs .current {
}
.contentout .rightcolumn .tabarea {
	padding-top: 31px;
	position: relative;
}
.contentout .rightcolumn .tabarea .tabcontent {
	border: 1px solid #CCCCCC;
	padding: 7px;
	display: none;
}
.contentout .rightcolumn .tabarea .tabs .current {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.contentout .rightcolumn .tabarea .tabcontent ul, .rightbox ul {
	list-style-type: none;
}
 .rightbox ul {
 	margin-left:10px;
	}
.contentout .rightcolumn .tabarea .tabcontent ul li, .rightbox ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}
.contentout .rightcolumn .tabarea .tabcontent ul li a, .rightbox ul li a {
	text-decoration: none;
	color: #446611;
}
.contentout .rightcolumn .tabarea .tabcontent a:hover, .rightbox ul li a:hover {
	text-decoration: underline;
}
.contentout .rightcolumn .rightbox {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}
.contentout .rightcolumn .rightbox h1 {
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(images/h1bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	font-family: Tahoma;
}
.contentout .rightcolumn .rightbox h2 {
	font-size: 13px;
	color: #446611;
	padding: 10px;
}
.contentout .rightcolumn .rightbox h2 a {
	color: #446611;
	text-decoration: none;
}
.contentout .rightcolumn .rightbox p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contentout .rightcolumn .rightbox p img {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.contentout .rightcolumn .rightbox a:hover {
	text-decoration: underline;
}
.menuout .menu ul li ul li {
	background-color: #1B92C5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menuout .menu ul li.active {
	background-color: #1B92C5;
}
.menuout .menu ul li.active a {
	color:#fff;
	}
.menu .active .active {
	display:block;
	}
.contentout .rightcolumn .rightbox #poll p {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.contentout .rightcolumn .rightbox #poll .vote {
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
}
.section3 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.section3 .section3columns {
	float: left;
	width: 24%;
	padding-top: 0px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
}
.section3 #last {
	border-right-style: none;
}
.section3 #last .right {
	margin:0;
	padding-top:4px;
	padding-bottom:3px;
	float:right;

}
.section3 .section3columns h1 {
	font-size: 16px;
	color: #333333;
	font-family: Tahoma;
	font-weight: bolder;
	padding: 10px;
}
.section3 .section3columns img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.section3 .section3columns h2 {
	padding: 10px;
	font-size: 14px;
	color: #446611;
}
.section3 .section3columns h2 a {
	color: #446611;
	text-decoration: none;
}
.section3 .section3columns p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.section3 .section3columns ul {
	list-style-type: none;
}
.section3 .section3columns ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.section3 .section3columns ul li a {
	margin-left: 15px;
	display: block;
	color: #446611;
	text-decoration: none;
}
.section3 .section3columns ul li a:hover {
	text-decoration: underline;
}
.section3 .section3columns h2 a:hover {
	text-decoration: underline;
}
.section4out {
	background-color: #1c1c1c;
	background-image: url(images/section4bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	background-position: left top;
}
.submenu .submenuin {
	background-color: #1B92C5;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
.section4out .section4 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1C1C1C;
	background-image: url(images/section4bg.jpg);
	background-repeat: repeat-x;
}
.section4out .section4 .section4columns {
	float: left;
	width: 24%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 7px;
}
.section4out .section4 .section4columns h1 {
	font-size: 17px;
	color: #999999;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.section4out .section4 .section4columns ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.section4out .section4 .section4columns ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/whitebullet.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.section4out .section4 .section4columns ul li a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
.section4out .section4 .section4columns ul li a:hover {
	text-decoration: underline;
}
.footerout {
	background-color: #000000;
}
.footerout .footer {
	background-color: #000000;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	position: relative;
}
.footerout .footer .footlinks {
	position: absolute;
	left: 0px;
	top: 20px;
	color: #CCCCCC;
}
.footerout .footer .footlinks a {
	font-weight: bold;
	color: #999999;
	padding-right: 7px;
	text-decoration: none;
	padding-left: 7px;
}
.footerout .footer .footlinks a:hover {
	color: #FFFFFF;
}
.footerout .footer .copyright {
	position: absolute;
	left: 5px;
	top: 60px;
	color: #CCCCCC;
}
.footerout .footer .footlinks a:hover {
	text-decoration: underline;
}
.footerout .footer .copyright a {
	color: #446611;
	text-decoration: none;
}
.footerout .footer .copyright a:hover {
	text-decoration: underline;
}
.topmenu img {
	border:none;
	}
.contentout .leftcontent .main .gallery img {
	width: 400px;
	padding:4px;
	border:1px solid #ccc;
}
.districtinfo .newsbox {
	width:33% !important;
	}
.innerpage .contentout .leftcontent .featurenews h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 7px;
	color: #003366;
	font-size:20px;
}
.innerpage .contentout .leftcontent .featurenews h2 a {
	color:#003366;
	text-decoration:none;
	}
.innerpage .contentout .leftcontent .featurenews h2 a:hover {
	text-decoration:underline;
	}
.innerpage .contentout .leftcontent .featurenews p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	line-height: 180%;
	font-size: 13px;
}
.innerpage .contentout .leftcontent .featurenews .vdclist {
	list-style-type: decimal;
	margin-left:30px;
	padding:20px;
}
.innerpage .contentout .leftcontent .featurenews .vdclist li {
	font-size:12px;
	float:left;
	width:33%;
	padding-top:5px;
	padding-bottom:5px;
	}
.innerpage .contentout .leftcontent .featurenews .vdclist li a {
	text-decoration:none;
	color:#003366;
	}
.innerpage .contentout .leftcontent .featurenews .vdclist li a:hover {
	text-decoration:underline;
	}
.innerpage .contentout .leftcontent .featurenews .pagenumbers {
	list-style-type:none;
	margin-top:10px;
	margin-bottom:10px;
	}
.innerpage .contentout .leftcontent .featurenews .pagenumbers li {
	float:left;
	}
.innerpage .contentout .leftcontent .featurenews .pagenumbers li a, .innerpage .contentout .leftcontent .featurenews .pagenumbers li span {
	padding:5px;
	border:1px solid #ccc;
	margin-right:5px;
	text-decoration:none;
	color:#003366;
	}
.innerpage .contentout .leftcontent .featurenews .pagenumbers li a:hover, .innerpage .contentout .leftcontent .featurenews .pagenumbers li span {
	background:#336699;
	color:#fff;
	}
.innerpage .contentout .leftcontent .featurenews .pagenumbers .page {
	float:left;
	margin-right:10px;
	}
.comment label {
	display:block;
	float:left;
	width:100px;
	}
fieldset .readmore {
	border-bottom:1px solid #999;
	}
fieldset legend {
	font-size:16px;
	font-weight:bold;
	padding:5px;
	margin-left:15px;
	color:#006699;
	}
.innerpage .gallery ul {
	list-style-type:none;
	}
.innerpage .gallery ul li {
	float:left;
	}
.innerpage .gallery ul li img {
	margin-right:8px;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	margin-bottom:6px;
	}
.innerpage .gallery .readmore {
	clear:both;
	text-align:right;
	}
.innerpage .gallery .readmore a {
	background:#222;
	font-size:10px;
	color:#fff;
	padding:1px;
	text-decoration: none;
	}
.innerpage .gallery .readmore a:hover {
	background:#888;
	}
.innerpage .view p {
	padding-left:0 !important;
	}
.innerpage .view img {
	margin:0;
	padding:3px;
	border:1px solid #ccc;
	width:670px;
	}
.innerpage .contentout .leftcontent .featurenews ol {
	margin-left:30px;
	padding-top:20px;
	padding-bottom:20px;
	}
.innerpage .contentout .leftcontent .featurenews ol li {
	font-size:13px;
	padding-top:4px;
	padding-bottom:4px;
	}
.innerpage .contentout .leftcontent .featurenews ol li a {
	text-decoration:none;
	color:#003399;
	}
.innerpage .contentout .leftcontent .featurenews ol li a:hover {
	text-decoration:underline;
	}
.innerpage .contentout .leftcontent .featurenews img {
	padding:2px;
	border:1px solid #ccc;
	}
img.left {
	width:80px !important;
	margin-right:10px !important;
	float:left !important;
	}
img.right {
	margin-left:10px !important;
	float:right !important;
	max-width: 300px !important;
	}
.data {
	background-color:#CCCCCC;
	border-collapse: collapse; 

	}
.data th {
	background-color:#E4E4E4;
	padding:4px;
        border: 1px solid #ccc;

	}
.data td {
	background-color:#ffffff;
	padding:4px;
    border: 1px solid #ccc;
	font-size:12px;
	}
.featurenews {
	position:relative;
	}
.featurenews .addcontact {
	position:absolute;
	right:10px;
	top:0;
	padding:5px;
	}
.featurenews .addcontact a {
	font-size:12px;
	text-decoration:none;
	color:#333333;
	}
.featurenews .photo {
	position:absolute;
	right:0px;
	top:50px;
	padding:5px;
	}

.phonelist a {
	float:left;
	}
.phonelist span {
	text-align:right;
	display:block;
}.footerout .footer .adds {
	position: absolute;
	right: 20px;
	bottom: 10px;
	color:#FFFFFF;
}
.footerout .footer .adds a {
	color:#eeeeee;
	text-decoration:none;
}
.footerout .footer .adds a:hover {
	text-decoration:underline;
}
.innerpage .contentout .slc h2 {
	text-align: center;
	color: #006699;
	font-size: 24px !important;
}
.innerpage .contentout .slc #slc_form p {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.innerpage .contentout .slc #slc_form p.pass {
	color:#006600;
	}
.innerpage .contentout .slc #slc_form p.fail {
	color:#990000;
	}
.innerpage .contentout .slc #slc_form input {
	font-size: 18px;
	padding-top: 5px;
}

.footerout .footer .newsletter {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.footerout .footer .newsletter #signup fieldset {
	border: 1px solid #CCCCCC;
}
.footerout .footer .newsletter #signup legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footerout .footer .newsletter #signup div {
	padding: 5px;
}
.innerpage .contentout .leftcontent .featurenews .picture {
	float:right;
	margin-left:20px;
	margin-top:10px;
}
.innerpage .contentout .leftcontent .featurenews .leftpicture {
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.innerpage .contentout .leftcontent .featurenews .picture img {
	float:none;
}

