body {
	background-color: #eee8dd;
	background: url(../img/contentbg.jpg) repeat  ;
	font-family: Georgia, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


p {
	font-size: 15px;
	text-align: left;
	color: #09232f;
}

p  a span  {
color: #ffffff;
padding: 1px;
background-color: #006699;
text-decoration: none;
}

p  a span:hover {
	color: #09232f;
padding: 1px;
background-color: #98ca3c;
text-decoration: none;
}

#top {
		width: 100%;
		background-image: url(../img/top.jpg);
		height: 67px;
}

#heading {
		
		margin: 0 auto ;
		padding-top:60px ;
}


h1 {
	display:none;
}

h2 {
	color: #ffffff;
}

h2 span {
	background-color: #09232f ;
	padding: 5px;
}

h3 {
	color: #ffffff;
}

h3 span {
	background-color: #006699 ;
	padding: 5px;
	font-size: 18px;
}

h4 {
	font-size: 12px; color:#98ca3c; display: inline;
}

h4 a {
	color:#98ca3c; text-decoration: none;
}

#twitter_div {
	margin: 0 auto;
	width: 800px;
	list-style: none;
	padding-top: 20px;

}

#twitter_title {
	width: 903px;
	float: left;
}

.twitlink {
	float: left;
	padding-right: 5px;
}

#twitter_update_list {
	color:white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	
}

#twitter_update_list a {
	color:#006699;
}

#twitter_update_list a:hover {
	text-decoration: none;
	}

#headingbg {
		width: 100%;
		background: url(../img/navbg.jpg) repeat-x;
		height:241px;

}

#nav {
	background: url(../img/nav.jpg) repeat-x;
	width:100%;
	height:67px;
	border-bottom: 2px solid 99ca3c;

}

#nav ul
{
font-family: Georgia, Helvetica, sans-serif;
color: black;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 20px;

}

#nav ul li
{
display: inline;

}

#nav ul li a
{
padding: 0px 35px 10px 25px;
color: white;
text-decoration: none;
border-right: 1px solid #eee7db;



}

#nav ul li a:hover
{
color: #99ca3c;

}





#active a { border-left: 1px solid #808c2f; }

#map {
	border: 2px solid #98ca3c;
	width: 800px;
}

.date span {
	font-size:12px ;
	color: #98ca3c;
	background-color: #09232f;
	text-decoration: none;
}



.styledtext span {
	font-size:18px ;
	color: #98ca3c;
	background-color: #09232f;
	text-decoration: none;
}

hr 

{color: #006699;
background-color: 98ca3c;
height: 1px;
	
}

#link p span a {
color: #ffffff;
padding: 1px;
background-color: #006699;
text-decoration: none;
}

#contactform {
	width: 400px;
}

fieldset {
	border: 1px solid #006699;
}

.padding {
	padding-bottom: 20px;
}

#footer {
	background: url(../img/nav.jpg) repeat-x;
	width:100%;
	height:67px;
	border-top: 2px solid 99ca3c;

}

#footer_img {
	width: 800px;
	margin: 0 auto;
}

.footerimgclass {
	padding-right: 5px;
	padding-top: 10px;
	float: left;
}

#footer_details {
	float:right;
	width: 150px;
}

#footer_details p {
color: #ffffff;
font-size: 14px;
}

#footer_details p span a {
color: #ffffff;
padding: 1px;
background-color: #006699;
text-decoration: none;
}

#footer_details p span a:hover {
color: #09232f;
padding: 1px;
background-color: #98ca3c;
text-decoration: none;

}


img {
	border: none;
}




#content img {
	border: 2px solid #09232f;
}

#contentbg {
margin: 0 auto;
}

#content {
	width: 800px; margin: 0 auto;
}

/* Media Flow */

#demo {
	height:600px;
	width:600px;
	margin:0 15px 0 0;
}
#flickr {
	background:url(flickr.gif) no-repeat;
	padding:0 0 0 110px;
	margin:5px 0 0 0;
}
#fullscreendemo {
	height:100%;
	width:100%;
}
#left {
	float:left;
	width:600px;
}
#right {
	width:200px;
	float:right;
}	


#content_media {
	width: 100%; height:600px; margin: 0 auto;
}

/* Easy Slider */
	
	#slider {
		border-right: 2px solid #09232f;
		border-bottom: 2px solid #09232f;

}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:800px;
		height:241px;
		overflow:hidden;
}

	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#09232f;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#98ca3c;
		color:#09232f;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}