body {
	margin-top: 0px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(Images/fade.png);
	background-repeat: repeat-x;
}

#logo {
	width: 1020px;
	height: 105px;
	margin: 0 auto;
}

#menu {
	width: 1020px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	background: url(Images/menu_top1.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#container{
	top: auto;
	width:1020px;
	background-color: #FFF;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/menu_side.png);
}

#page {
	width: 1000px;
	margin: 0 auto;
}
#content {
	float: right;
	width: 740px;
	background: url(Images/head_fadesm.png) no-repeat left top;
	padding-top: 20px;
}

.post {
	padding: 10px 0 0 0;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(Images/head_md.png) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px 0 10px;
}

.post .entry .panel {
	padding: 0 40px 0 160px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #559106;
	text-align: left;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 12px;
}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}

a:visited {
	color: #4E8006;
}

img {
	border: none;
	float: left;
}

img.center {
	margin-left: auto;
	margin-right: auto;
}
img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.absolute {
	position: absolute;
}

img.padding-left {
	padding-left: 75px;
}

p.center {
	text-align:center;
}

#search {
	width: 400px;
	float: left;
	padding: 40px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(Images/img08.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(Images/head_sm.png) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

#boxtop {
	background-color: #FFF;
}

#boxmiddle {
	background-color: #23687D;
}

#boxbottom {
	background-color: #23687D;
}

#footer {
	width: 1020px;
	height: 30px;
	margin: 0 auto;
	background: url(Images/menu_bottom.png) no-repeat left top;
}

#legal {
	clear: both;
	padding-top: 0px;
	text-align: center;
	color: #FFF;
}

#legal a {
	color: #FFF;
}

/* Begin Menu CSS */
ul#cssmenu {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmenu ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmenu ul li {
  background-image: none;
  float: none;
}
ul#cssmenu li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
}
ul#cssmenu li ul {
  display: none;
  top: 0;
}
ul#cssmenu li:hover > ul {
  display: block;
  position: absolute;
}
ul#cssmenu > li > span {
  display: block;
}
ul#cssmenu > li > span > a {
	color: #fff;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 14px 15px 9px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	width: 126.25px;
}
ul#cssmenu > li:hover > span {
  display: block;
}
ul#cssmenu > li:hover > span > a {
  color: #222847;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmenu ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmenu ul.level-1 > li {
  background-image: none;
}
ul#cssmenu ul.level-1 > li > a {
  background-color: #fff;
  background-image: none;
  border-bottom: solid 1px #BABDC2;
  border-left: solid 1px #BABDC2;
  border-right: solid 1px #BABDC2;
  color: #222847;
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: lowercase;
  width: 100px;
}
ul#cssmenu ul.level-1 > li > a:active {
  background-color: #E5F385;
  color: #222847;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmenu ul.level-1 > li:hover > a {
  background-color: #E5F385;
  color: #222847;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmenu ul.level-2 {
  left: 112px;
}
ul#cssmenu ul.level-2 > li {
  background-image: none;
}
ul#cssmenu ul.level-2 > li > a {
  background-color: #fff;
  background-image: none;
  border-bottom: solid 1px #BABDC2;
  border-left: solid 1px #BABDC2;
  border-right: solid 1px #BABDC2;
  color: #222847;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmenu ul.level-2 > li > a:active {
  background-color: #E5F385;
  color: #222847;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmenu ul.level-2 > li:hover > a {
  background-color: #E5F385;
  color: #222847;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmenu ul.level-3 {
  left: 112px;
}
ul#cssmenu ul.level-3 > li {
  background-image: none;
}
ul#cssmenu ul.level-3 > li > a {
  background-color: #fff;
  background-image: none;
  border-bottom: solid 1px #BABDC2;
  border-left: solid 1px #BABDC2;
  border-right: solid 1px #BABDC2;
  color: #222847;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmenu ul.level-3 > li > a:active {
  background-color: #E5F385;
  color: #222847;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmenu ul.level-3 > li:hover > a {
  background-color: #E5F385;
  color: #222847;
  font-weight: bold;
  text-decoration: none;
}
