﻿
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #F8FAEF url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B4E15;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #71AB48;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(images/img02.jpg) repeat-x left bottom;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 900px;
	height: 57px;
	padding-top: 10px;
	margin: 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #949684;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #949684;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	color: #FFFFFF;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 30px 0 0 20px;
	letter-spacing: -2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
}

#logo h2 {
	padding: 36px 0 0 30px;
	font-weight: normal;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	min-height:530px;
}

#pagecontent
{
	padding: 0px 50px 0px 50px;
}
/* Content */

#content {
	float: left;
	width: 600px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
}

.post .title a {
	text-decoration: none;
	color: #4F8E1F;
}

.post .entry {
	padding: 10px 20px 0 20px;
}

.post .entrysimple {
	padding: 0px 20px 0 20px;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

.subpagetitle
{
	color: #4F8E1F;
	
}

/* Sidebar */
#smartlogo
{
	float: right;
	width: 300px;
}

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background-image: url(images/img03.jpg);
	background-repeat: repeat-x;
	/*background: #B6E074;
	border: 1px  dotted #4D7C2B;
	text-transform:lowercase;*/
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

/* Login form */
#login {
	width: 340px;
	text-align: left;
	border: solid 1px #71AB48;
	padding:10px 10px 10px 10px;
}

#login ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#login li {
	margin-bottom: 20px;
}

#login li ul {
	padding: 20px;
}

#login li li {
	margin: 0;
}

#login p {
	padding: 0 20px;
}

#login h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background-image: url(images/img03.jpg);
	background-repeat: repeat-x;
	font-size: 1.6em;
	font-weight:bold;
	color: #000000;
}


/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.leftfloatimage
{
	float: left;
	margin-left:5px;
	margin-right: 20px;
	margin-top:0px;
	margin-bottom:4px;
}
.leftimage
{
	padding: 5px 5px 5px 5px; 
}
.leftfloattext
{
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	padding: 20px 20px 20px 20px;
	border: solid 2px #71AB48;
}
.rightfloatimage
{
	border-top: solid 2px #71AB48;
	padding-top: 20px;
	padding-bottom: 30px;
	margin: 5px 5px 5px 5px;
}
.GridViewStyle{
    table-layout: auto;
    border-collapse: collapse;
    border: solid 1px #71AB48;
    background-color: #FFFFFF;
    padding: 1px 1px 1px 1px;
}
.GridHeaderStyle{
	background-image: url(images/img03.jpg);
	background-repeat: repeat-x;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
    vertical-align: middle; 
}
/*************************************************************/
/************************* Formview ***************************/
/* general */
.formViewStyle{      
	background-color: #FFFFFF;
	border: solid 1px #71AB48;
	padding: 2px 2px 2px 2px;
}
/* Header */
.formViewHeader{
    background-image: url(images/img03.jpg);
    background-repeat:repeat;
    font-weight:bold;
    color:#FFFFFF; 
    text-align:center;
    height: 35px;
}
.formViewRow{
	text-align:left;
}
/* Pager */
.formViewPager{
	background-image: url(images/img03.jpg);
    background-repeat:repeat;
    font-weight:bold;
    color:#FFFFFF;
    text-align: center;
}
/* footer */
.formViewFooter{
	background-image: url(images/img03.jpg);
    background-repeat:repeat;
    font-weight:bold;
    color:#FFFFFF;
    text-align: center;
}

/************** Progress ajax popup ***************/
#progressBackgroundFilter { 
  position:absolute; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000; 
} 

#processMessage {  
  position:absolute;  
  top:50%;  
  left:45%; 
  padding:10px;
  height: 150px; 
  width: 150px; 
  text-align:center;
  z-index:1001; 
  background-color:#FFF; 
} 
/**********************************************/
