@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700,400italic');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #DAFF8B url(images/footer-bg.gif) bottom center no-repeat fixed;
	font: 13px/1.5 "Open Sans", Arial, Helvetica, sans-serif;
	color: #273731;
}
#bg-grad {
	background: url(images/body-bg.gif) top repeat-x;
}
#bg-top {
	background: url(images/page-top-bg.jpg) top center no-repeat;
}


#header {
	margin: 0 auto;
	width: 860px;
}
#header td {
	width: 500px;
	height: 130px;
	padding: 10px 0;
	text-align: center;
}
#header a {	
	display: block;
	font-size: 30px;
	line-height: 1.0;
	font-weight: bold;
	text-decoration: none;
	color: #289B72;
}
#header a img {
	max-width: 860px;
	height: auto;
	border: none;
}
#header p {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.2;
	color: #8CC947;
}

#page-top {
	background: url(images/page-top.png) top center no-repeat;
	height: 45px;
}
#page-bg {
	background: url(images/page-bg.png) center repeat-y;
}
#container {
	margin: auto;
	width: 890px;
	padding: 10px 0;
	min-height: 350px;
	overflow: auto;
}



/* ============================================== side bar ============================================== */

#nav {
	float: left;
	margin: 0;
	padding: 8px 0 0;
	list-style: none;
	width: 215px;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav li a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 18px;
	color: #273731;
	background: url(images/nav-bullet.gif) 10px 17px no-repeat;
	border-bottom: 1px dotted #9ED738;
	padding: 10px 5px 12px 25px;
}
#nav li a:hover {
	color: #289B72;
}
#nav div {
	line-height: 0;
	margin-top: -5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #9ED738;
}
#nav div a {
	font-size: 11px;
	line-height: 14px;
	background: none;
	border: none;
	padding: 0 5px 7px 25px;
}
#nav div a:hover {
	text-decoration: underline;
}



/* ============================================== general content ============================================== */

#content {
	margin-left: 250px;
	padding: 0 10px 0 0;
	min-height: 300px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1 {
	margin: 12px 0 20px;
	padding: 0 0 12px;
	font-size: 22px;
	font-weight: 600;
	color: #289B72;
	border-bottom: 1px dotted #9ED738;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #8CC947;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 14px;
	color: #289B72;
}
p {
	margin: 14px 0;
}
a {
	color: #789A32;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 7px 30px;
	background: url(images/nav-bullet.gif) 20px 7px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #CEEB9B;
	background-color: #CEEB9B;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 630px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 13px "Open Sans", Arial, Helvetica, sans-serif;
	color: #273731;
	width: 300px;
}
.button {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #289B72;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#footer {
	background: url(images/page-bot.png) top center no-repeat;
}
#footer div {
	margin: auto;
	width: 940px;
	min-height: 100px;
	padding: 45px 0 0;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	color: #80A237;
}
#footer p {
	margin: 0;
	float: left;
	text-align: left;
}
#footer a {
	color: #80A237;
}

