/* top elements */
* { padding: 0; margin: 0; }
body { margin: 0; padding: 0; font: 78%/1.5em "Trebuchet MS", Tahoma, Sans-serif; color: #555; background-image: url(../GFX/body_bg.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center; letter-spacing: 1px; }

/* links */
a { background: inherit; color: #72A545; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/*******************HEADERS *******************/
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944a; letter-spacing: 1px; margin-right: 5px; padding-right: 5px; }
h2 { color: #2b6021; font-size: 1.2em; font-weight: bolder; letter-spacing: 1px; padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid #a0b06c; }
h3 { color: #2b6021; font-size: 1.2em; letter-spacing: 1px; }
h4 { color: #2b6021; font-size: 1.1em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; letter-spacing: 1px; }
h5 { color: #8ea046; font-size: 1.4em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; letter-spacing: 1px; }
h6 { color: #57534f; font-size: 1.2em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; letter-spacing: 1px; }
p, h1, h2, h3, h4,h5,h6 {
	margin: 10px 15px;
}
ul, ol { color: #646262; font-size: 0.9em; font-weight: normal; margin: 10px 30px; padding: 0 15px; }

/*****************IMAGES ****************/
img { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 5px; }
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* ************TABLES**************** */
table {
	border-collapse: collapse;
	margin: 5px 15px;	
}
th strong {
	color: #fff;
}
th { background: #a0b06c; height: 29px; padding-left: 11px; padding-right: 11px; color: #fff; text-align: left; border-bottom-width: 0; border-left-width: 0; }
tr {
	height: 30px;
}
td { padding-left: 11px; padding-right: 11px; }
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/*******************FORM ELEMENTS*************** */
form {
	margin:10px 15px; padding: 0;
	border: solid 1px #98b04b; 
	background-color: #a0b06c; 
}
label { font-size: 1em; display:block; font-weight:normal; margin:5px 0; }
input { padding: 2px; border:solid 1px #e3dfd6; font: 1em "Trebuchet MS", Tahoma, Sans-serif; color:#777; background-color: #fafafa; }
textarea {
	width:400px;
	padding:2px;
	font: 1em "Trebuchet MS", Tahoma, Sans-serif;
	border:solid 1px #e3dfd6;
	height:100px;
	display:block;
	color:#000;
}
input.button { margin: 0; font: bold 1em Arial, Sans-serif; padding: 2px 3px; color: #666; background-color: #fff; background-image: inherit; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; border: solid 2px #add58a; }
/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 800px;
}

/************* header *****************/
#header { background-image: url(../GFX/body_bg.jpg); height: 180px; text-align: left; }
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 15px;
	font: 1.1em "Trebuchet MS", Sans-serif;
	color: #2b6021;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li { color: #2b6021; display: inline; }
#header-content li a { float: left; display: block; padding: 3px; color: #2b6021; background-image: url(../GFX/body_bg.jpg); text-decoration: none; }
#header-content li a:hover { color: #fafafa; background: #a0b06c; }
/* *****************header photo ********************/
.headerphoto {
	margin: 0 auto 5px;
	width: 900px;
	height: 150px;
	padding: 5px; 
	background: #98b04b url(../GFX/headerphoto.jpg) no-repeat center;	
}

/* content */
#content-wrap { background-repeat: repeat; clear: both; float: left; width: 100%; border-width: 0; }
#content { background-color: #fff; text-align: left; width: 910px; padding: 0; margin: 0 auto; }

/*****************SIDEBAR************** */
#sidebar {
	float: right;
	width: 32%;
	margin: 0 0 10px; padding: 5px 5px 0 0;	
}	
#sidebar h1 { color: #2b6021; padding: 10px 0 5px 10px; margin: 0; font: bold 1.3em "Trebuchet MS", Tahoma, sans-serif; text-align: center; letter-spacing: 2px; }
.sidebox {
	background: #f8f8ff;
	border: solid 1px #efeded;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu { color: #2b6021; list-style:none; margin: 10px 0 15px; padding: 0; background: #f8f8ff; letter-spacing: 2px; }
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a { display:block; font-weight:normal; color: #333; font-size: 1.1em; height: 1.5em; padding:0.3em 0 0.3em 15px; line-height: 1.5em; border-bottom: 1px dashed #d4d4d4; text-decoration:none; }
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}

/************************MAIN************** */
#main { background-color: #fff; float: left; width: 62%; height: 100%; min-height: 100%; margin: 5px 0 0 5px; padding: 0; }
#main h1 { padding: 10px 5px 0; margin: 0 0 0 10px; border-bottom: 1px solid #98b04b; font: 1.5em "Trebuchet MS", Tahoma, sans-serif; letter-spacing: 2px; }
#main ul li { font-size: 1.2em; list-style-type: disc; list-style-image: none; }

.post { background-color: #f8f8ff; background-repeat: repeat-x; background-attachment: fixed; background-position: 0 0; height: 100%; min-height: 100%; margin: 0 10px; padding: 5px; outline: solid thin #ecede5; }
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .readmore { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 center; padding-left: 20px; margin: 10px 10px 0 5px; }

/*********************FOOTER - Copyright***********/
#footer { color: #444; margin: 20px 0 0; padding: 0; font: 1.1em/1.3em "Trebuchet MS", Tahoma, Arial, sans-serif; background-color: #8ea046; top: 0; left: 0; height: 40px; clear: both; border-top: 1px solid #444; border-right-color: #444; border-right-width: 1px; border-bottom-color: #444; border-bottom-width: 1px; border-left-color: #444; border-left-width: 1px; }

#footer h1, #footer p {	margin-left: 0; }

#footer-content { font-size: 1em; margin-top: 10px; margin-left: 20px; }
#footer-content a { text-decoration: none; color: #000; font-size: 1em; margin-left: 20px; }
#footer-content a:hover { text-decoration: underline; color: #000; font-size: 1em; }
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer2-content .col { background-color: #fff; padding: 0 0 0 20px; width: 100%; float: left; clear: both; margin-top: 0; margin-left: 0; }
/****************** alignment classes*************** */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.align-centre { text-align: center; }
/* ****************additional classes************** */
.clear { clear: both; }
.box { background-color: #e7e7e7; text-align: center; width: 120px; float: right; clear: both; padding: 5px; border: solid 1px #a7d101; }
.gray  { color: #fd0404; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: 700; }
/*************************FOOTER - Logos************/
#footer2 { color: #005780; clear: both; margin: 0 0 0; padding: 0; font: 0.95em/1.3em "Trebuchet MS", Tahoma, Arial, sans-serif; background-color: #fff; text-align: left; top: 20px; border-color: #a0b06c; border-style: solid; border-width: 2px 0 0; }
#footer2 h1, #footer p { margin-left: 0; }
#footer2-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer2-content a {
	text-decoration: none;
	color: #005780;	
}
#footer2-content a:hover {
	text-decoration: underline;
	color: #f8f8ff;
}
#footer2-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer2-content .col { background-color: #fff; text-align: center; width: 99%; visibility: visible; float: left; clear: both; margin-top: 10px; padding: 0 5px 5px 0; }
