/*
faintest spring - f7ffdb
marigold - f2db29
ltr bright green - 4bc210
bright green - 339900
blue-green - 04754a
cerulean - 074e63
dk blue - 062c4f
*/

body {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 13px;
	background: #f2db29 /*url('images/bg.jpg') repeat-x top */;
	margin: 0;
	padding: 0;
	color: #000;
	}

#head, #wrap, #foot {
	margin: 0px auto !important;
	width: 970px !important;
	}

#wrap {
	background: #f7ffdb;
	border: 1px #f7ffdb solid;
	border-width: 0 1px;
	}

#head {
	background: url('images/headbg.jpg') no-repeat top;
	height: 125px;
	}

#logo {
	margin: 3px 24px 0 4px;
	float: left;
	}
	
#content {
	clear: both;
	background: #fff;
	margin: 0;
	padding: 6px;
	padding-bottom: 24px;
	}

#content p, .indent {
	margin: 0 16px 18px 16px;
	margin-top: 0;
	line-height: 130%;
	}

#foot {
	text-align: center;
	font-size: 11px;
	padding: 4px 6px 12px 6px;
	clear: both;
	}

#foot p {
	margin: 0;
	margin-top: 8px;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	color: #04754a;
	padding: 0;
	}
	
h1, h2 {
	margin-left: 18px;
	}
	
h1 {
	margin-top: 24px;
	font-size: 30px;
	margin-bottom: 16px;
	}
	
h2 {
	margin-top: 12px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 6px;
	}

h3 {
	font-size: 20px;
	}

#head h1 {
	margin: 0;
	color: #339900;
	padding-top: 16px;
	}

#head h2, #infobar {
	color: #000;
	}

#head h2 {
	font-family: georgia, "times new roman", serif;
	margin: 6px 0 0 0;
	font-style: italic;
	font-size: 21px;
	}
	
#infobar {
	margin: 0;
	margin-bottom: 8px;
	padding: 4px 6px;
	font-size: 15px;
	text-align: right;
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #339900;
	}
	
a:visited {
	color: #04754a;
	}

a:hover, a:active {
	color: #4bc210;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	
small {
	font-size: 11px;
	}
	
ul {
	margin-bottom: 16px;
	}
	
li {
	line-height: 160%;
	}
	



/* Nav stuff */

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 970px !important;
	}
	
#nav a {
	text-decoration: none;
}

#nav li a {
	margin: 0;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	border-right: #4bc210 solid 1px;
	background: #04754a url('images/navbg.jpg') repeat-x top;
	}

#nav li a:hover, #nav li a:active {
	color: #fff;
	background: #4bc210 url('images/navhbg.jpg') repeat-x top;
	}

#nav li li a {
	font-weight: normal;
	color: #fff;
	display: block;
	width: 180px;
	border: 1px solid #4bc210;
	margin: 0;
	margin-bottom: -1px;
	padding: 2px 6px;
	font-size: 12px;
	cursor: pointer;
	background: #04754a;
}

#nav li li a:hover {
	background: #4bc210;
}

#nav li {
	float: left;
	position: relative;
	cursor: default;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#nav li ul {
	display: none;
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	margin: 0;
	margin-top: 6px;
	margin-left: -1px;
	padding: 0;
	font-weight: normal;
	}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	text-align: left;
	display: block;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}




#nav li:hover ul, #nav li.over ul {
	display: block;
}

/* Fix IE. Hide from IE Mac \
* html #nav ul li { float: right; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */


/* End Nav stuff */













.left {
	margin-right: 24px;
	float: left;
	}

.right, #banners {
	margin-left: 24px;
	float: right;
	}

li {
	list-style-image: url('images/bullet_green.png');
	line-height: 160%;
	}
	
b {
	background: #f7ffdb;
	text-transform: uppercase;
	}

#foot b {
	background: #fff;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

#content img {
	background: #f2db29;
	padding: 1px;
	border: 5px solid #f7ffdb;
	margin-bottom: 4px;
	}

.plain, #banners img {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	margin: 0;
	}

#banners {
	width: 180px !important;
	text-align: center;
	font-size: 10px;
	margin-bottom: 4px;
	}
	
.kuranda {
	margin-top: 4px;
	}