@charset "UTF-8";
@import url('msg_box.css');
@import url('page.css');

body {
	margin: 0px;
	background-image: url(../img/design/bg.gif);
	background-position: center top;
	background-color: #a4c84b;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}
/*#bg1 {background: url(../img/design/cont-bg.png) repeat-y center 200px;}*/
#bg2 {background: url(../img/design/bg-iloveyou.png) no-repeat fixed center 99%;}
.blank {
	clear: both;
}
a {
	color: #5C9628;
}
a:hover {
	color: #A4C84B;
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.anchorpoint {visibility: none;}

blockquote {font-size: 12px; border-left: solid 4px #5C9628; padding-left: 10px;}
pre {border-top: dotted 1px #000; border-bottom: dotted 1px #000; padding: 10px 0; margin: 10px 0; font-size: 12px;}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#container #logo {margin: 20px 0;}
#container #topnav {
	text-align: right;
	padding-right: 220px;
}
#container #topnav .item {
	display: inline-block;
	background-image: url(../img/design/top-nav-bg.png);
	/*background-color: #fff;*/
	background-position: right 60px;
	line-height: 25px;
	width: 74px;
	text-align: center;
}
#container #topnav .item:hover {
	display: inline-block;
	background-image: url(../img/design/top-nav-bg.png);
	/*background-color: #fff;*/
	background-position: right top;
}
#container #topnav .item a {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #283700;
}
#container #topnav .item:hover a {color: #83b041; text-shadow: 0 1px 1px #ccc;}

#container #main #content {
	width: 800px;
	float: left;
}
#container #main #menu {
	float: left;
	width: 200px;
	font-size: 16px;
}
#content .section {
	margin-bottom: 20px;
}
#content  .section  .section_top   {
	background-image: url(../img/design/section-top.png);
	background-position: center top;
	height: 10px;
	background-repeat: no-repeat;
}
#content .section .section_bottom {
	background-image: url(../img/design/section-bottom.png);
	background-position: center top;
	height: 10px;
	background-repeat: no-repeat;
}
#content .section .section_content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.section .section_title h1 {
	margin: 0px;
	color: #5c9628;
	letter-spacing: -2px;
	font-size: 28px;
}
.section .section_info {
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section .section_cont {
	color: #333333;
	font-size: 14px;
}
.section .section_cont p {
	margin-top: 0px;
}
.section .section_moreinfo a {
	color: #8EB945;
	font-weight: bold;
	text-decoration: none;
}
#recent.section .section_title h1 {
	margin: 0px;
	color: #5c9628;
	letter-spacing: -1px;
	font-size: 18px;
}
#menu .men_box {
	margin-left: 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
#menu .men_box .header {
	background-color: #fff;
	padding: 4px 8px;
	color: #5c9628;
	float: left;
	font-family:  Rockwell, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
}
#menu .men_box .item a {
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-left: 4px;
}
#menu .men_box .item a:hover {
	text-decoration: underline;
}

.prevpage {float: left; background: #fff; padding: 5px; width: 100px; text-align: center; border: solid 1px #95BC45;}
.nextpage {float: right; background: #fff; padding: 5px; width: 100px; text-align: center; border: solid 1px #95BC45;}

.facebook-like {}
.facebook-like #facebook-bt {float: left;}
.facebook-like #twitter-bt {float: left;}

