body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:transparent;	
}
/*------------ Header style ------------- */
#header-bg {
	background:url(../images/bg4.jpg) repeat-x;

	height:100px;
	width:100%;
}
#header-wrapper {
	background-color:transparent;
	width:800px;
	height:100px;
	margin:0 auto;
}
#logo-wrapper {
	background-color:transparent;
	width:150px;
	height:100px;
	float:left;
}
#title-wrapper {
	background-color:transparent;
	width:500px;
	height:100px;
	float:left;
	text-align:center;
	color:white;
}
#title-wrapper h1 {
	padding-top:20px;
	background-color:transparent;
	margin:0px;
}
#title-wrapper span {
	padding:0px;
	background-color:transparent;
	height:50px;
	margin-top:0px;
}
#counter {
		padding-top:45px;
}
/*
#search-wrapper {
	
	background-color:transparent;
	width:300px;
	height:100px;
	float:right;
}
#search-text {
	background-color:transparent;
	width:55px;
	height:50px;
	float:right;	
	color:white;
	margin-top:35px;
	font-weight:bolder;
}
#search-box {
	background-color:transparent;
	background-image:url(../images/searchbox1.jpg);	
/*	height:44px;  original size of image*/
/*	height:50px;
	width:154px;
	float:right;
	margin-top:25px;
}
.inputbox {
	margin-top:12px;
	margin-left:15px;
	background:none;
	border:none;

}
#search-button {
	background-color:transparent;
	margin-top:32px;
	padding-left:1px;
	width:32px;
	height:35px;
	float:right;
	cursor:pointer;
}

/*-------------- Slider styles -----------------*/

#slider-bg {
	background:url(../images/slider-bg-spacer2.jpg) repeat-x;
	width:100%;
	height:340px;
}
		/*-----------Navigation Menu Styles style---------*/
#menu-wrapper {
	width:800px;
	height:50px;
	margin:0 auto;

}
#menu {
	background-color:#236989;
	background:url(../images/menu-bg-line1.png) no-repeat;
	width:800px;
	height:50px;
	padding-top:8px;
	margin:0 auto;
}
#menuNav {
	background-color:transparent;
	margin-left:0px;
	margin-top:0px;
	padding-left:75px;
	list-style:none;
	width:730px;
	height:50px;	

}
#menuNav li {
	display:block;
	float:left;
	width:82px;
	margin-left:2px;
	padding:4px;
	text-align:center;
	color:white;
}
#menuNav li:hover{
	background-color:skyblue;
	background:url(../images/navbg.gif) no-repeat;
	text-decoration:none;
	width:82px;
	color:white;
	padding:4px;
	text-align:center;

}

#menuNav a li {
	text-decoration:none;
	color:skyblue;
}
#menuNav a li:hover{
	text-decoration:none;
	color:white;
}
#menuNav a li.active {
	background-color:skyblue;
	background:url(../images/navbg.gif) no-repeat;
	text-decoration:none;
	width:82px;
	color:white;
	padding:4px;
	text-align:center;
}
 /*--------- Navigation Menu Ending --------*/
#slider-wrapper {
	background-color:transparent;
	width:800px;
	height:249px;
	margin:20px auto;
} /*--------- Slider Area Style Ending -----------*/

/*--------------- Content Area Style start------------------------------
--------------------------------------------------------------------*/
#content-wrapper {
	background-color:transparent;
	width:800px;
	height:340px;
	margin:5px auto;
}
#top-content-wrapper { /*------------------top Content Styles start----------------*/
	background-color:transparent;
	width:800px;
	height:150px;
}
#left {
	background:url(../images/box.png) no-repeat;
	width:260px;
	height:150px;
	float:left;
    	border-radius: 10px;
         -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
    	box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
	overflow: hidden;
}
.navHeading {
	background-color:transparent;
	height:25px;
	margin-top:5px;
}
.navHeading span {
	margin-left:15px;
	
	
}
.navHeading b {
	color:green;
	font-weight:lighter;
}
.thumbnail {
	background-color:transparent;
	width:70px;
	height:95px;
	float:left;
}
.text {
	background-color:transparent;
	float:left;
	width:190px;
	height:95px;
	
}
.text p {	
	padding:0px;
	margin:0px 10px 0px 5px;
	font-size:10px;
	text-align:justify; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#text-list {
	padding:0px;
	margin:0px 5px 0px 18px;
	font-size:11px;
	text-align:justify;
}

.clear {clear:both; margin:0px; height:0px; width:0px; background:none;}
#more {
	background-color:transparent;
	width:260px;
	height:25px;
	margin-left:70px;
}
#mid {
	background:url(../images/box.png) no-repeat;
	width:260px;
	height:150px;
	float:left;
	border-radius: 10px;
         -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
    	box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
	overflow: hidden;
	margin-left:10px;
}
#right {
	background-color:transparent;
	background:url(../images/box.png) no-repeat;
	width:260px;
	height:150px;
	float:left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
    overflow: hidden;
	margin-left:10px;
} /*--------------- top Content wrapper Ending --------------------*/

#bottom-content-wrapper { /*------------ Bottom Area wrapper style start----------------------- */
	background-color:transparent;
	width:800px;
	height:180px;
	margin-top:10px;
}
#intro {
	background-color:transparent;
	width:545px;
	height:165px;
	float:left;

    border-radius: 5px;
         -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
    	box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
	overflow: hidden;
}
#intro-heading {
	background-color:transparent;
	width:500px;
	height:27px;
	margin:5px 10px 0px 8px;


}
#intro-heading span {
	background-color:transparent;
	font-size:20px;
	
}
#intro-text p {
	background-color:transparent;
	padding:0px;
	margin:0px 10px 0px 8px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	
}
#intro-pic {
	background-color:transparent;
	width:130px;
	height:85px;
	float:left;
	padding:5px 5px 0px 5px;
	}
#intropic {
   border-radius: 5px;
         -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
    	box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
	overflow: hidden;
}    
#intro-list1 ul {
	background-color:transparent;
	padding:10px 0px 0px 35px;
	margin:0px;
	float:left;	
	width:140px;
	font-size:12px;	
	color:#70b9ca;
}
#intro-list2 ul {
	background-color:transparent;
	padding:10px 0px 0px 25px;
	margin:0px;
	float:left;	
	width:200px;
	font-size:12px;
	color:#70b9ca;	
}
#events {
	background-color:transparent;
	width:249px;
	height:165px;
	float:right;

}
#events-heading span {
	background-color:transparent;
	font-size:14px;
	margin:5px 0px 5px 5px; 

}
.events-pic {
	background-color:transparent;
	width:40px;
	height:45px;	
	float:left;
	margin-top:3px;
	margin-left:5px;
}
.events-text {
	margin-top:3px;	
	background-color:transparent;
	width:240px;
	float:left;


}
.events-text p {
	font-size:11px;
	padding:0px;
	margin:20px 0px 0px 15px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} /* -------------------- bottom wrapper area style Ending-----------------*/
/*------------------------------------------------------------------------
--------Footer top area styles start----------------------------------------*/
#footer-top-bg {
	background-color:#232323;
	width:100%;
	height:65px;
	margin:0 auto;
}

#footer-top-wrapper {
	background-color:transparent;
	width:800px;
	height:65px;
	margin:0 auto;
}
#bottom_logo-wrapper {
		background-color:transparent;
		width:80px;
		height:60px;
		float:left;
}
/*
#follow-icons {
			background-color:transparent;
			margin-left:5px;
			cursor:pointer;	
} */
#follow-logo {
			margin-left:50px;
			background-color:transparent;
			width:80px;
}	
			
#sitemap-wrapper {
	background-color:transparent;
	width:290px;
	height:65px;
	padding-left:5px;
	margin-left:150px;
	float:left;
}
.navList {
		background-color:transparent;
		margin-left:10px;
}
.nav {
			width:425px;
			margin-top:30px;
			margin-left:0px;
			padding:0px;
			list-style:none;
			color:white;
			font-size:12px;
			float:left;
}
.nav li {
			padding-left:5px;
			float:left;
			width:65px;

		
}
.nav li:hover  {
			font-weight:bolder;
			color:#FFFFFF;
			width:80px;
			
}
.nav li.highlight {
			font-weight:bolder;
			color:#FFFFFF;
}

.nav a{
				text-decoration:none;
				color:#888;	
			
}
#follow-wrapper {
		margin-left:120px;
		background-color:transparent;
		width:150px;
		height:60px;
		float:left;
}


#follow-wrapper .icon {
				float:left;
				margin:25px 1px 5px 10px;
				border:solid 1px #232323;
}
#follow-wrapper .icon:hover {
				border:solid 1px white;
				border-radius: 3px;
			    -moz-border-radius: 3px;
			    -webkit-border-radius: 3px;
   
}

/*
#news-wrapper {
	background-color:transparent;
	width:125px;
	height:160px;
	padding-left:25px;
	float:left;
}
#articles-wrapper {
	background-color:transparent;
	width:125px;
	height:160px;
	padding-left:25px;
	float:left;
}
#contact-form-wrapper {
	background-color:transparent;
	width:195px;
	height:155px;
	padding-left:5px;
	float:left;
}
#form-wrapper {
		padding-left:10px;
} 
/*------------------------ Footer top area styles Ending ------------------------*/
#footer-bg {
	background-color:black;
	width:100%;
	height:50px;
}
#footer-wrapper {
	background-color:transparent;
	width:700px;
	height:30px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	padding-left:100px;
	
}
#footer {
	padding-right:80px;
}
#footer span {
	color:#666666;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#intro-headinglarge {
	background-color:transparent;
	width:700px;
	height:27px;
	margin:5px 10px 0px 8px;
