/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, form, fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}
/*start hide from IE mac*/
html {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
/*end hide from IE mac*/
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif, "MS Gothic";
	color:#000000;
	padding: 0px;
	background-image: url(../images/bg_index.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: bottom;
}
#wrapper {
	width: 750px;
	padding: 0px;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#logo {
	margin: 0px;
	padding: 15px 0px 20px;
	background-color: #F9B723;
	text-align: center;
	background-image: url(../images/bg_menu_top.gif);
	background-repeat: no-repeat;
	width: 200px;
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../images/dna.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform:uppercase;
	text-align: center;
	height: 330px;
	vertical-align: middle;
	padding: 20px 0px 0px;
	background-color: #F9B723;
}
#menu img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/line_menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu ul li {
	padding: 5px 0px;
	margin: 0px;
	background-image: url(../images/line_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	color: #006600;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #339933;
	text-decoration: none;
}
#menu_btm {
	background-image: url(../images/bg_menu_btm.gif);
	width: 200px;
	background-color: #F9B723;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
}
#content {
	text-align: left;
	height: 380px;
	background-image: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#content a, #content a:link, #content a:visited {
	color: #C08805;
	text-decoration: none;
}
#content a:hover {
	color: #C08805;
	text-decoration: underline;
	background-color: #D7FFDF;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/line_subheading.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 3px;
	padding: 0px 0px 0px 5px;
	color: #009933;
	text-transform: capitalize;
	background-position: 100% bottom;
	font-size: 100%;
}
#desc {
	width: 350px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#upcommingevent {
	width: 300px;
	padding: 0px;
	overflow: visible;
	height: auto;
	margin: 0px;
	visibility: visible;
}
#upcommingevent p {
	font-size: 90%;
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
}

#upcommingevent .event {
font-size: 90%;
	margin: 0px 0px 0px 10px;
	padding: 0px;

}
#upcommingevent .eventdate {
	font-size: small;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-weight: bolder;
	position: relative;
	bottom: auto;
}

#news {
	padding: 0px;
	width: 300px;
	overflow: visible;
	visibility: visible;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news .news {
	font-size: 90%;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#news .newsdate {
	font-size: small;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bolder;
	position: relative;
	bottom: auto;
}
