/*********************/
/* BASIC */
/*********************/

body {
	font-family: Viner Hand ITC;
	font-size: 65.5%;
	margin: 0;
	padding: 0;
	background-color: #515100;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(images/bg/banner_bg.jpg) repeat-x left top;
	position: relative;
	border: 1px solid black;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 100px;
	left: 14px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 14px;
	color: #FFFFC8;
	text-decoration: none;
	background-color: #515100;
	padding: 2px 2px 2px 2px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #FFFFC8;
	border-bottom: 1px solid #FFFFC8;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #9ACD32;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	background: url(images/bg/banner_flower.jpg) no-repeat right top;
	height: 100px;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
	margin-top: 30px;
	padding: 0px;
	list-style: none;
	font-size: 1.5em;
	border-top: 1px solid #294E56;
	border-right: 1px solid #294E56;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #515100;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #515100;
	color: #75A80E;
	line-height: 110%;
	background: #FFFFC8;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #FFFFC8;
	background: #73AFB7;
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #9ACD32;
	margin-top: 35px;
	font-size: 3em;
	border-top: 1px solid #FFFFC8;
	line-height: 130%;
}
.section {
	display: inline;
	color: #9ACD32;
	font-weight: bold;
}

.floatRight {
	float: right;
	margin: 10px 10px;
}
img.floatRight {
	border: 0px solid #000000;
	margin: 20px 5px 25px 25px;
}

}
img.floatLeft {
	border: 0px solid #000000;
	margin: 20px 5px 25px 25px;
}

.center {
	text-align: center;
	margin: 25px 5px 25px 165px;
}

p {
	color: #FFFFC8;
	font-size: 1.8em;
}
h2 {
	color: #9ACD32;
	font-size: 1.9em;
	margin-top: 15px;
	overflow: hidden;
	padding-top: 2px;
	background: url(images/bg/bg_h2.gif) repeat-x left bottom;
}

ul,address {
	font-size: 13pt;
	font-style: normal;
	color: #FFFFC8;
	text-align: center;
	list-style-type: none;
	margin: 10px;
}
.linkback {
	font-size: 13pt;
	font-style: normal;
	color: #FFFFC8;
	text-align: center;
	list-style-type: none;
}

a:link {
color: #FFFFC8;
}
a:visited {
color: #FFFFC8;
}
a: hover {
color: #9ACD32;
}
a:active {
color: #73AFB7;
}

 

/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 2px solid #73AFB7;
	padding: 5px 0 0 5px;
	margin-right: 45px;
	margin-left: 200px;
	text-align: center;
	font-size: 10pt;
	color: #FFFFC8;
	clear:both;
}
