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

/* site layout 
index.html
-----------------------------------------------------------------
|							HEADER			|	   SEARCH		|
|																|	
|							TOP MENU	     					|
-----------------------------------------------------------------
|																|
|							TOPMAIN								|
----------------------------------------------------------------- --
|				|								|				|   |
|	LEFTMAIN	|			CENTERMAIN			|	RIGHTMAIN	|   |----upperPart
|---------------------------------------------------------------| --
|				|								|	SLIDESHOW	|   |
|				|								|				|   |----lowerPart
----------------------------------------------------------------- --
|							BOTTOM MENU	     					|
|							FOOTER								|
|																|	
-----------------------------------------------------------------


pages.html
-----------------------------------------------------------------
|							HEADER			|	   SEARCH		|
|																|	
|							TOP MENU	     					|
-----------------------------------------------------------------
|				|												|
|	LEFTNAV		|												|
|				|					MAINCONTENT					|
|				|												|
|				|												|
|				|												|
|				|												|
|				|												|
-----------------------------------------------------------------
|							BOTTOM MENU	     					|
|							FOOTER								|
|																|	
-----------------------------------------------------------------
*/


/* TAGs definitions */


body{
	color : #CCCCCC;
	text-align: center;
	margin:auto;
	background:#FFFFFF;
	font-family: Verdana;
	font-size: small;
}

p {
	margin:0px;
	padding:0px;
}

div { 
	
}

h1 {

}

h2 {

}

h3 {

}

a {
	color : #7cb81e;
	text-decoration: underline;
	font-weight:bold;

}
a:hover {
	
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	font-weight:bold;
}

input {
	font:11px Tahoma; 
	color : #333333;
}

a.article {
	padding:0;
	padding-left:2px;
	padding-right:2px;
	color : #7cb81e;
	font-weight:normal;
	border-bottom: dotted 1px #7cb81e;
}

a.article:hover {
	color : #ffffff;
	font-weight:normal;
	background :#7cb81e;
}

a.articleTitle {
	color : #ffa200;
	font-weight:bold;
	font-family : Georgia;
	font-size : 10pt;
	text-decoration:none;
	border-bottom: dotted 1px #ffa200;
}
a.articleTitle:hover {
	color : #ffffff;
	font-weight:bold;
	background :#ffa200;
}



/* ID Definitions ----------------------------------------------------- */

#header {
	width:100%;
	height:154px;
	background:url(../images/headerbg.gif) repeat-x bottom left;
	text-align:center;
}

#headerContent{
	width:800px;
	margin:auto;
	text-align:left;
}


#logo {
	float:left;
	padding-top:4px;
	height : 77px;

}

#search{
	height : 57px;
	padding-bottom:0px;
	padding-top:60px;
	padding-right:50px;
	padding-left:100px;
	margin:0;
	float:right;
	
}

#searchBox {
	width:170px;
	height:35px;

}

#searchLeft {
	float : left;
	background:url(../images/searchbg_left.gif) no-repeat top left;
	width : 38px;
	height :  35px;
}


#searchCenter {
	float : left;
	background:url(../images/searchbg_mid.gif) no-repeat top left;
	width:  93px;
	height: 35px;
}

#searchRight {
	float : left;
	background:url(../images/searchbg_right.gif) no-repeat top left;
	width : 38px;
	height:35px;
}

#spacer {
	clear:both;
}	

#topMenu {

	position :relative;
	padding-top:3px;
	bottom:0px;
	height		: 30px;
	font-family	: Verdana;
	font-size	: 8pt;
	font-weight	: bold;
	color		: #7cb81e;
}

#topMenu ul {
	float 		: right;
	margin		: 0;
	height		: 30px;
	list-style-type :none;
	
}

#topMenu ul li {
	float:left;
	margin-right:5px;
	height:30px;
	vertical-align:middle;
}	

#topMenu ul li a {
	display:inline-block;
	float:left;
	height:30px;
	padding-left : 17px;
	padding-right: 19px;
	text-decoration:none;
	text-transform : lowercase;
}

#topMenu ul>li>a {
	display:list-item;
	height:30px;
	padding-left : 17px;
	padding-right: 19px;
	text-decoration:none;
	text-transform : lowercase;
}

#topMenu ul li a:hover {
	color : #FFFFFF;
	background:url(../images/menubox.gif) repeat-x top left;
	height:30px;
	text-decoration: underline;
	
}

.activetopMenu{
	color : #FFFFFF;
	background:url(../images/menubox.gif) repeat-x top left;
	height:30px;
	text-decoration: none;
}

#main {
	background:url(../images/mainbg.gif) repeat-x top left;
	width:100%;
	height : auto;
	text-align:center;
}

#mainContent {
	width:800px;
	margin:auto;
	text-align:left;
	background:#FFFFFF;

}

#topMain {
	width:100%;
	height:250px;
}

#leftPart {
	float:left;
	width:64%;
	background : #FFFFFF;
	margin-right:0.5em;
	
}


#rightPart {
	float:left;
	width:34%;
	background : #FFFFFF;
	margin-left:0.5em;
}


#upperPart {
	
	background:#FFFFFF;
	width:100%;
	
}

.upperLeft{
	width:100%;
}

.upperRight{
	width:100%;


}

#lowerPart{
	width:100%;
	height:auto;
}

#lowerLeft {

}

#lowerRight{
	
}

#slideshow {
	display:block;
}

#slideTop {
	text-align:center;
	width:100%;	
}

#slideLeft {
	float:left;
	padding-top:3px;
	padding-left:4px;
}

#slideLeft ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#slideLeft ul li {
	width : 15px;
	height: 15px;
	padding : 1px;
	float:left;
	background:url(../images/blackbox.gif) no-repeat top left;
}

#slideLeft ul li a {
	vertical-align:middle;
	padding-left:6px;
	color:#FFFFFF;	
}

#slideLeft ul li a:hover {
	vertical-align:middle;
	padding-left:6px;
	color:#FFFFFF;
}

#slideRight {
	float :right;
	padding-top:2px;
}

#slideRight span {
	padding :3px;
	color:#000000;

}

#slideRight span a {
	color:#000000;
	border-bottom : 1px dotted #000000;
	text-decoration:none;

}

#slideRight span a:hover {
	color:#FFFFFF;
	background:#000000;
	text-decoration:none;

}

#ecalendar {
	width:200px;
	text-align : center;
	margin:0;
	float:left;
}

#ecalendarEvents {
	float:left;
}

#highlight {
	margin-top : 5em;
}

#banner {
	margin-top : 3.4em;
}

#footer {
	position :relative;
	clear:both;
	background:#7CB81E;
	border-top:solid #ceff7e 8px;
	width:100%;
	text-align:left;
}

#footerContent {
	width:800px;
	margin:auto;
	height:103px;
	background:url(../images/footerbg.jpg) no-repeat;
}

#footerText {
	color : #FFFFFF;
	padding-left : 30px;
}

#contactText {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left: 170px;
	padding-top : 42px;
}

#bottomMenu {
	position : relative;
	padding-top : 9px;
	padding-left : 30px;
	height:22px;
}

#bottomMenuItems {
	background: #7cb81e ;
	height:22px;
	padding: 4px;	
	border-top : solid 2px #ceff7e;
}

#bottomMenu span a {
	padding:4px;
	text-decoration:none;
	color : #FFFFFF;
	text-transform : lowercase;

}

#bottomMenu a:hover{
	text-decoration:underline;
	background:#ceff7e;
	color: #7cb81e ;
	
	
}

#leftMenu {
	background:url(../images/leftnavbg.jpg) no-repeat top right;
	padding-top : 50px;
	float : left;
	width : 200px;
	height:100%;
        font-family : Arial;
        font-size : 11px;
}

#leftMenu ul {
	width:198px;
	clear:both;
	list-style: none;
	padding : 0;
	padding-top : 5px;
	margin:0;
}

#leftMenu ul li {
	vertical-align:middle;
	text-align:right;
	margin : 4px;
	padding: 5px;
}

#leftMenu ul li a {
	padding:5px;
	padding-left : 20px;
	
}

#leftMenu ul li a:link {
	color : #7cb81e;
	background:#eafad0;
}
#leftMenu ul li a:visited {
	color : #7cb81e;
	background:#eafad0;
	text-decoration:underline;
}

#leftMenu ul li a:hover{
	color : #ffffff;
	background : #7cb81e;
}

.activeleftMenu{
	background:#7cb81e;
	color : #ffffff;
}



#content {
	float : left;
	width : 580px;
	padding : 10px;
	color : #000000;
	font-family : Tahoma;
}

#breadcrumb {
	padding-bottom :5px;
	color : #666666;
}

#menuTitle {
	float : right;
	padding:5px;
	margin:5px;
	color : #FFFFFF;
	background:#000000;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial;
	font-size:13pt;
	
}

#counter {
	color: #7cb81e;
	font-weight:bold;
}


/* End of ID Definitions ----------------------------------------------------- */

/* CLASS Definitions -----------------------------------------------------*/
.topMenuTitle {
	background:url(../images/smallgreenbox.gif) no-repeat 0 15px;
	padding-top : 10px;
	padding-left : 10px;
	margin : 0;
}

.searchText {
	
	width : 90px;
	padding-top: 10px;
	border:none;
	background : transparent;
}

.goButton {
	padding-left : 5px;
	padding-top : 9px;
}


.headline{
	padding-top : 20px;
	padding-right:10px;
	float:right;
	width:350px;
	height: 230px;
}

.headlineTitle {
	font-family:"Trebuchet Ms";
	font-size	:22pt;
	font-weight:bold;
	color : #000000;
	padding-bottom:10px;
	text-align:center;
}

.headlineDesc {
	font-family	:Tahoma;
	font-size   : 8pt;
	font-weight: normal;
	color:#000000;
}

.section{
	padding-top : 2em;
	padding-bottom:2em;
}

.sectionHeader {
	color:White;
	font-family:Georgia;
	font-size:14pt;
	text-align : left;
	padding:4px;
	margin-top : 1em;
	margin-bottom : 1em;
	background-color:#7cb81e;
}

.sectionHeaderRed {
	color:White;
	font-family:Georgia;
	font-size:14pt;
	text-align : left;
	padding:4px;
	margin-top : 1em;
	margin-bottom : 1em;
	background-color:#d01717;
}

.sectionHeader2 {
	color:White;
	font-family:Georgia;
	font-size:14pt;
	text-align : left;
	padding:4px;
	margin-top : 1em;
	margin-bottom : 1em;
	background-color:#b6e32d;
}


.article {
	text-decoration:none;
	padding-top:1em;
	padding-left:1em;
}

.articlePic {
	clear:both;
	float:left;
	padding-right:1em;
	padding-left:1em;
}

.articleInfo {
	float : left;
	
}

.articleDesc {
	color:#666666;
	font-weight:normal;
	padding-left:1em;
	padding-right:1em;
		
}

.articleDate{
	color:#098B9B;
	font-weight:normal;
	
}

.slidePic {
	float : left;
	padding : 5px;
	background:#fbfafa;
	border : 1px solid #CCCCCC;
}

.pageTitle {
	font-family: "Trebuchet MS";
	font-size : 22pt;
	font-weight: bold;
	color : #ffa200;
	line-height:1.1;
}

.pageInfo {
	font-family : Arial;
	font-size : 10pt;
	color : #7CB81E;
	padding-bottom:10px;
	
}

.pageContent {
	font-family : Tahoma;
	font-size : 8pt;
	font-weight: normal;
	color : #000000;
	padding-bottom:10px;
}

.event {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}
.eventTitle{
	font-size:10pt;
	font-family:Georgia;
	font-weight:bold;
	color : #ffa200;
	
}

.eventDate {
	color : #7CB81E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.eventDesc {
	font-size : 8pt;
	color:#666666;
}

.bannerPic {
	margin-top : 0.3em;
	padding:2px;
	background:#fbfafa;
	border:1px solid #ACACAC;
}

.searchResults {
	clear:both;
	padding : 1em;
	
	
}

.searchResPic {
	float :left;
	padding : 1em;

}

.searchResContent {
	float:left;
	
	
}


.searchResTitle{
	font-size:10pt;
	font-family:Georgia;
	font-weight:bold;
	color : Red;
}

.searchResDesc {
	color : #000000;
}

.searchResInfo {
	color : #666666;
}

.keyword {
	color : #FFFFFF;
	background:#ffa200;
	padding:2px;
}

.no-image{
	padding:2px;
	background : #E0F9BF;
}
/* End of CLASS Definitions -----------------------------------------------------*/