/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

*html body {
	overflow-y: auto;
}

*+html body {
	overflow-y: auto;
}

body {
	text-align: center;
	background: #F4FDE5 url('../img/bg.jpg') top center no-repeat fixed;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow-y: scroll;
}

a:link {
	color: #FF6600; text-decoration: none
}
a:visited {
	color: #FF6600; text-decoration: none
}
a:active {
	color: #FF6600; text-decoration: none
}
a:hover {
	color: #FF6600; text-decoration: underline
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 760px;
	text-align: left;
	/* background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y; */
	background: #FFFFFF;
	border: 1px solid #018843;
}

#header {
	height: 120px;
	background: #9ACD34 url('../img/header.png') top right no-repeat;
	clear: both;
}

#header h1 {
	margin: 0px;
	padding-top: 30px;
	padding-left: 125px;
	font-family: , "Kunstler Script", "HGP$B9T=qBN(B", "$B#M#S(B $B%4%7%C%/(B", Cursive;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#header h2 {
	margin: 0px;
	padding-left: 125px;
	font-family: verdana, arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 2px;
	color: #018843;
}

#menu_bar {
	height: 40px;
	background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
	clear: both;
}

#menu_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
}

#menu_bar ul li {
	display: inline;
}

#menu_bar ul li a
{
	padding: 5px 10px;
	background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
	color: #EFEFEF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#menu_bar ul li a:hover
{
	background: #FF6600 url('../img/menu_hover_bg.gif') top left repeat-x;
	color: #FFFFFF;
}

#contents {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	width: 730px;
	background-color: #FFFFFF;
	border: 0px dashed #CCCCCC;
}

#contents h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 120%;
	color: #FF6600;
	background-color: #FFFFFF;
	padding: 4px;
	border-bottom: 1px solid #018843;
	clear: both;
}

#contents h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #018843;
	background-color: #FFFFFF;
	padding: 4px;
	border-bottom: 1px dotted #018843;
	clear: both;
}

#contents p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 140%;
	padding-left: 4px;
}

#contents img {
	margin-top: 0px;
	margin-bottom: 15px;
	border-style: none;
}

#contents table {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 140%;
	padding-left: 4px;
}

#contents th {
	text-align: left;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

#feature_box {
	float: left;
	width: 250px;
	background-color: #F6FCEC;
	border: 1px solid #AAE5A4;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 8px;
}

#feature_box h4 {
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #779E28;
}

#feature_box p {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	color: #222222;
	line-height: 140%;
	margin-bottom: 5px;
}

#footer {
	height: 60px;
	background-color: #99CC33;
	clear: both;
}

#footer p {
	padding-top: 24px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#spacer {
	height: 20px;
	clear: both;
}

.arrow_list { 
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
} 

.arrow_list li { 
	padding-left: 10px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 140%;
}

#group {
	padding-top: 20px;
}

#group p {
	margin: 6px 0px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

#group span {
	white-space: nowrap;
}
