﻿body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('../images/menu_bg.gif') repeat-x left top;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #272727;
}
h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #3D9430;
}
h2 {
	font-size: 18px;
	padding-left: 10px;
	margin-bottom:0px;
	font-weight: normal;
	color: #649632;
	background: url('../images/bullet.gif') no-repeat left 12px;
}
h3 {
	font-weight: normal;
	color: #649632;
}
h4 {
	font-size: 9.5px;
	padding-left: 10px;
	padding-top:8px;
	color: #7D7D7D;
	margin-bottom:0px;
}
h5 {
	font-size: 12px;
	padding-left: 10px;
	margin-left:350px;
	margin-bottom:0px;
	font-weight: normal;
	color: #649632;
	background: url('../images/bullet.gif') no-repeat left 6px;
}

p {
	margin-top: 0;
	line-height: 150%;
	display: block;
}
a {
	color: #3D9430;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 0px 20px 0 0;
	display: inline;
}
img.right {
	float: right;
	margin: 7px 0 0 30px;
	display: inline;
}
table.left {
	float: left;
	margin: 7px 18px 0 0;
	display: inline;
}
.input_box {
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background: #D6F6FF;
	width: 100px;
	height: 20px;
	font-family: "verdana";
	font-size: 8pt;
}
input.button {
  color: #272727; background: #FFFFFF;
  font-size: 13pt;
  font-family: Verdana, Arial, Helvetica;
}

.blank {
    height:7px;
	font-size: 1pt;
}
.style1 {
	background-image: url('../images/box01_top.gif');
	text-align: center;
	color: #FF76BE;
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	background-image: url('../images/box01_bg.gif');
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	padding:6px 6px 6px 6px;
	color:#3D9430;
}
.style3 {
	background-image: url('../images/box02_top.gif');
	text-align: center;
	color: #FF8542;
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	background-image: url('../images/box02_bg.gif');
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	padding:6px 6px 6px 6px;
	color:#3D9430;

}
.style5 {
	background-image: url('../images/box03_top.gif');
	text-align: center;
	color: #3D9FFA;
	font-size: 14px;	
	font-weight: bold;
}
.style6 {
	background-image: url('../images/box03_bg.gif');
	text-align: center;
	height:118px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight:bold;
	padding:6px 6px 6px 6px;
	color:#FF0400;


}

.style7 {
	text-align: left;
}

.style8 {
    font-size:14px;
    font-weight:bold;
	color: #FF0400;
}
.style9 {
    font-size:11px;
	color: #FF0400;
	font-weight:normal;
	text-decoration: underline;
	line-height:150%;
}

#wrapper {
}
/* Header */
#header-wrapper {
	width: 880px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
/*top*/
#top {
    font-size: 11px;
	float: right;
	text-align: right;
	margin-top: 10px;
	width: 960px;
	height: 20px;
}
/* Menu */
#menu {
	width: 940px;
	height: 40x;
	margin-top:28px;
    float: left;
}
#menu ul {
	list-style-type: none;
	width: auto;
	margin: 0px auto;
}
#menu li {
	float: left;
	font-size:12px;
	font-weight: bold;
	display: block;
	line-height: 30px;
}
#menu li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 0px 14px 0px 13px;
	background: url('../images/menu_line.gif') no-repeat right 3px;
}

#menu li a:hover {
	text-decoration: none;
	color:#E3FF7E;
	
}

/* Bottom Menu */
#bottom_menu {
	width: 660px;
	height: 20px;
	margin-top: 10px;
	float: left;
}
#bottom_menu ul {
	list-style-type: none;
	width: auto;
	margin: 0px auto;
	
}
#bottom_menu li {
	float: left;
	display: block;
}
#bottom_menu li a {
	text-decoration: none;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color: #3D9430;
	display: block;
	padding: 0 8px 0px 7px;
	background: url('../images/bullet_01.gif') no-repeat left 6px;
}

#bottom_menu li a:hover {
	text-decoration: none;
	color: #FB7134;
	
}

/* Search */
#search {
	float: right;
	padding-left: 10px;
	margin-top:10px;
	width: 670px;
	height: 20px;
}
.input_box {
	border: #989898 1px solid;
	background: #FFFFFF;
	width: 100px;
	height: 18px;
	font-family: "verdana";
	font-size: 8pt;
}
/* Page */
#page {
	width: 960px;
	margin: 0 auto;
}
/** LOGO */
#logo {
	float: left;
	margin-top: 10px;
	padding-bottom: 15px;
	width: 260px;
	height: 67px;
	background: url('../images/logo.gif') no-repeat;
}
/* Content */
#content {
	float: right;
	width: 670px;
	margin-top: 18px;
	margin-bottom: 10px;
	padding-top: 15px;
	background: #FFFFFF url('../images/content_bg.gif') no-repeat right top;
}
#content_text {
	padding-left: 10px;
	padding-right: 10px;
   	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;

}

.hidden { display: none; }
.unhidden { display: block; }

.sitemap ul {
   
    font-size: 12px;
	list-style: none;
	line-height: normal;
}

.sitemap li {
	color: #107F26;
	padding: 3px 0px 0px 0px;
}
.sitemap li a {
    font-size: 12px;
    font-weight:normal;
	color: #107F26;
	text-decoration: none;
}

.sitemap li a:hover {
	color: #FF844D; 
}

.blog_title {
	font-size: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #649632;
	background: url('../images/bullet.gif') no-repeat left 12px;
	
}
/* Post */
.post {
	margin-bottom: 25px;
}
.post .title {
	height: 30px;
	padding-left: 10px;
}
.post .top_image {
	float: right;
	margin-top: -50px;
	padding-right: 1px;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 278px;
}
#left_menu {
    padding-top: 8px;
    margin-top:15px;
	height: 520px;
	background: url('../images/left_menu_bg.gif') no-repeat 50% top;
}
#left_menu ul {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
	width: 200px;
	list-style: none;
	line-height: normal;
	margin-top:3px;
	padding:0 0 0 23px;
}
#left_menu li {
	color: #107F26;
	padding: 3px 0px 0px 0px;
}
#left_menu li a {
    font-size: 12px;
	color: #107F26;
	background: url('../images/bullet_menu.gif') no-repeat left 6px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

#left_menu li a:hover {
	color: #FF844D; 
}


#left_menu img {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
/* Footer */
#footer {
	float: right;
	width: 660px;
	padding: 0 0 0 0;
	height: 61px;
	border-top: solid 1px #3D9430;
}
#footer p {
	padding-top: 20px;
	text-align: center;
	line-height: normal;
	color: #3D9430;
}

.copyright {
	font-family:Tahoma;
	font-size:12px;
	color: #3D9430;
}

/* Photo Gallery */
.gallery_thumb {
    width:58px;
    height:40px;
    padding:2px;
    border:1px;
    border-style: solid;
    border-color: #C7C7C7;
    border-collapse:collapse; 
}

.gallery_big {
    padding:6px;
    border:1px;
    border-style: solid;
    border-color: #C7C7C7;
    border-collapse:collapse; 
}

