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

body {
	padding:0px; margin:0px;
	font:12px/1.4 Arial, Helvetica, sans-serif;
	background:#cccccc url(images/bg.gif) center repeat-y; 
	color:#000033;
	}
	
.wrapper {
	width:960px; text-align:left;
}
.header {
	color:#0080a5; height:1%; background:#5a8502;
	position:relative;
}
.mainPan {
	width:700px; float:left; margin-top:10px; 
}
.midPan {
	width:550px; float:left; margin:0px 10px 0px 0px; padding:10px;
}
.sidePan {
	width:250px; float:left; margin-top:10px;
}

.footer {
	background:#f5e51e; color:#FFF; clear:both;
}
.clear {
	clear:both;
}

TABLE {
	border-collapse:collapse;
	}
H1,H2,H3,H4 {
	margin:0px; padding:2px;
}
IMG { border: 0px; background-color: transparent;}
IMG a{ border: 0px; background-color: transparent;}
IMG.wrap {
	float:left; margin:0 8px 2px 0;
}
.menu {
	font:normal 16px Tahoma, Geneva, sans-serif;
	background:#5a8502 url(images/menu-bg.gif) top left repeat-x; color:#b7d82b;
	border-top:5px solid #f2eb28; border-bottom:1px solid #FFF;
	height:40px;
}
.menu UL {
	list-style:none;
	margin:0px; padding:0px;
}
.menu LI {
	float:left;
}
.menu LI a {
	text-decoration:none; color:#b7d82b; padding:10px 20px 10px 20px; display:block;
	border-left:1px solid #73a905; border-right:1px solid #486804;
	background:#5a8502 url(images/menu-bg.gif) top left repeat-x; 

}
.menu LI a:hover {
	background:#486804 url(images/menu-bg-hover.gif) top left repeat-x;
}



.button {
	font:bold 14px Tahoma, Geneva, sans-serif;
	color:#b7d82b;
}
.button UL {
	list-style:none;
	margin:0px; padding:0px;
}
.button LI a {
	text-decoration:none; color:#b7d82b; padding:8px 10px 8px 10px; display:block;
	background:#95be32 url(images/button.png) top left repeat-x;
	margin-bottom:10px; color:#FFF;

}
.button LI a:hover {
	background:#486804 url(images/button-hover.png) top left repeat-x;
}


.imgLink UL {
	list-style:none;
	text-align:center;
	margin:0px; padding:0px;
}
.imgLink LI a {
	display:block; float:left;
	padding:6px; text-decoration:none;
	width:150px; height:130px; overflow:hidden;
	color:#0080a5;
}
.imgLink a:hover {
	background:#f5f2f2; text-decoration:none;
	color:#0080a5; border:1px solid #e8e5e5; padding:5px;
}

/* News ------------------------------ */
.heading-news a {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#013a4b;
}
.link-news a {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#488904;
}
.news-box UL {
	list-style:none;
	margin:0px; padding:0px;
}
.news-box LI a {
	display:block; float:left;
	padding:6px; text-decoration:none;
	width:253px; overflow:hidden;
	color:#222;
}
.news-box a:hover {
	background:#def7fe; text-decoration:none;
	color:#000;
}

/* Box ------------------------------ */
		
		.box {
			margin:0px 0px 10px 10px;
			padding:10px;
			position:relative;
			height:1%;
			overflow:hidden;
		}
		
		.box .top-left,
		.box .top-right,
		.box .bottom-left,
		.box .bottom-right {
			height:7px;
			width:7px;
			overflow:hidden;
			position:absolute;
		}
		
		
		.box .top-left {
			background:url(images/corner-top-left.png) no-repeat;
			top:0; left:0;
		}
		.box .top-right {
			background:url(images/corner-top-right.png) no-repeat;
			top:0; right:0;
		}
		.box .bottom-left {
			background:url(images/corner-bottom-left.png) no-repeat;
			left:0; bottom:0;
		}
		.box .bottom-right {
			background:url(images/corner-bottom-right.png) no-repeat;
			right:0; bottom:0;
		}
		.box .right-link a {
			font:bold 11.5px Arial, Helvetica, sans-serif; color:#488904;
			right:12px; top:16px; position:absolute;
			background:url(images/arrow-box.png) left top no-repeat;
			padding-left:20px; color:#5cae07;
		}
		.boxGreenBG {
			background:#567d00; color:#FFF;
		}
		.boxYellowBG {
			background:#f8e622; color:#000;
		}
		.boxSemiWhiteBG {
			background:#c3effd; color:#0080a5;
		}
		.boxWhiteBG {
			background:#FFF; color:#333;
		}

		.box-title {
			font-size:15px; margin:0px; padding:0px 0px 0px 10px; text-transform:uppercase;
			color:#FFF; font-weight:bold;
		}
		.box-title-mid {
			font:bold 16px Arial, Helvetica, sans-serif; color:#0080a5;
			padding:5px;
		}
		.box-sub-title {
			font:bold 12px Arial, Helvetica, sans-serif; color:#488904;
			padding:0px 0px 0px 5px;
		}
		.bottomMargin1x {
			margin-bottom:1px;
		}
		.height200px {
			height:200px;
		}
		.box H1.heading {
			font-size:16px; margin:0px; padding-bottom:2px; text-transform:uppercase;
			border-bottom:2px solid #7e8d45;
		}
		
		
		
		.footer-box {
			padding:20px 0px 20px 20px;
			position:relative;
			height:1%;
			overflow:hidden;
		}
		
		.footer-box .top-left,
		.footer-box .top-right,
		.footer-box .bottom-left,
		.footer-box .bottom-right {
			height:7px;
			width:7px;
			overflow:hidden;
			position:absolute;
		}
		
		
		.footer-box .top-left {
			background:url(images/footer-corner-top-left.png) no-repeat;
			top:0; left:0;
		}
		.footer-box .top-right {
			background:url(images/footer-corner-top-right.png) no-repeat;
			top:0; right:0;
		}
		.footer-box .bottom-left {
			background:url(images/footer-corner-bottom-left.png) no-repeat;
			left:0; bottom:0;
		}
		.footer-box .bottom-right {
			background:url(images/footer-corner-bottom-right.png) no-repeat;
			right:0; bottom:0;
		}
		
		.footer-box .column {
			float:left; height:100%;
			font:normal 13px/1.4 Arial, Helvetica, sans-serif;
			border-left:1px dotted #FF0; margin-right:10px;
		}
		.footer-box .column a {
			color:#FFF;
			text-decoration:none;
		}
		.footer-box .column a:hover {
			color:#999;
		}
		.footer-box .head {
			font:bold 18px Arial, Verdana, Geneva, sans-serif;
			color:#FFF; padding:0 0 2px 10px; border-bottom:1px dotted #FF0;
		}
		.footer-box OL,UL {
			margin:10px 10px 10px 20px;
			padding-left:15px;
		}
		
		
/* admin CSS */
.leftPan {
	width:200px; margin:10px; float:left;
}
.rightPan {
	float:left; margin:10px 10px 10px 0; padding:5px;
}
div.title-wbl {
	padding:0 0 5px 10px;
	font:bold 15px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#2f343c;
	background:url(images/hr-dash.png) bottom left repeat-x;
	margin:0 -10px 3px -10px;
}
div.title-nbl {
	padding:0 0 3px 10px;
	font:bold 15px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#2f343c;
	margin:0 -10px 0 -10px;
}
.navigation UL {
	margin:0px; padding:0px;
	list-style-type:none;
}
.navigation LI a {
	display:block; background:#F4F4F4;
	border-bottom:1px solid #d6dfef; border-left:1px solid #d6dfef; border-right:1px solid #d6dfef;
	text-decoration:none; padding:4px 2px 5px 8px;
	font:normal 11px Arial, Verdana, Geneva, sans-serif;
}
.navigation LI a:hover {
	background:#DDD;
}
.navigation LI.menuHead {
	background:#006666; border-top:solid 3px #f19a2a;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif; color:#FFF;
	padding:3px 2px 4px 8px;
}

.read-more { font:Arial, Helvetica, sans-serif; font-size:12px; color:#996600; text-align:right; font-weight:bold; margin:0px 8px 0px 0px;}
.read-more a:link {color:#996600; text-decoration:none;}
.read-more a:visited {color:#996600; text-decoration:none;}
.read-more a:hover {color:#363636; text-decoration:underline;}


.ldate { font:bold 11px Arial, Helvetica, sans-serif; color:#666666; padding-top:4px; }
.feedback { padding:4px; font-size:12px; color:#003366; }
