body {
	margin: 0px; 
	padding: 0px; 
	background: #005D40;
	font-family: Arial; 
	font-size: 12px; 
}


/* images */
IMG {
	background:#f3efc0;
	border: 1px solid #005D40;
	padding: 5px;
}

IMG.right {
	float: right;
  	margin: 5px 0px 10px 10px;  
}

IMG.left {
	float: left;
  	margin: 5px 10px 10px 0px;
}

IMG.center {
	display: block;
	margin: 0 auto;
}


a, .info A {
	color:#c46706;
}

a, h1, h2, h3, ol, ul, p, form, table, .faq-text, .page_nav, .forms {
	clear: both;
}

blockquote {
	background:#fff;
	clear: both;
	margin-top: 30px;
	padding: 20px;
	border: #c6d09d dashed 1px;
}


li.group {
	float: left;
	width: 450px;
}

li.group a {
	width: 100%;
}

li.current-page {
	display: block;
}

li.current-page span {
	clear: both;
	float: left;
	width: 100%;
	font-weight: bold;
}


.info {
	color:#c46706;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
	clear: both;
}


div.pagination {
	clear: both;
	margin: 10px 0; 
	padding: 5px 0;
	border-top: #8bb5a2 dashed 1px; 
	border-bottom: #8bb5a2 dashed 1px;
	font-size: 8pt; 
	text-align: center;
}

div.pagination strong {
	padding: 2px;
	color:#f3efc0; 
	background:#005D40; 
}

/*
UL.is_link {
	font-size: 1.2em;
	line-height: 1em;
	list-style-type: none;
	margin: 0px 0px 10px 3px;
	padding: 0px;
	
	
}

UL.is_link LI {
	margin: 0px;
	padding: 0px;
	border: 1px solid blue;
}


UL.is_link LI A{
	margin: 0px;
	padding: 0px;
	border: 1px solid red;
}

UL.is_link LI P{
	margin: 0px;
	padding: 0px;
	border: 1px solid green;
}
*/
/*

COMMENTS
*/


DIV.comment-form {
	line-height: 1.2em;
	margin: 0 10px 0 0;
}

DIV.comment-form LABEL {
	cl1ear: both;
	fl1oat: left;
	font-weight: bold;
	margin: 3px;
	te1xt-align: right;
	wid1th: 120px;
}

DIV.comment-form INPUT.text {
	margin: 3px;
	width: 300px;
}

DIV.comment-form INPUT.no-margin {
	margin: 3px;
	width: auto;
}

DIV.comment-form TEXTAREA {
	margin: 3px;
	width: 99%;
}

DIV.comment-form SPAN {
	color: Gray;
	font-size: 8pt;
	position: relative;
	top: -5px;
}

DIV.comment-form SPAN.black {
	color: Black;
	font-si1ze: 9pt;
}

DIV.comment-form IMG {
	position: relative;
	top: 7px;
}

DIV.comment-form DIV.comments-reg {
	backgr1ound: #E5E5F1;
	border: 1px solid #005D40;
	margin: 10px 0;
	padding: 10px;
}

DIV.comment-form DIV.comments-noreg {
	background: #F1E5E5;
	border: 1px solid #005D40;
	margin: 10px 0;
	padding: 10px;
}

DIV.comment-form DIV.comments-textarea {
	background: #E5F1E5;
	border: 1px solid #005D40;
	margin: 10px 0;
	padding: 10px;
}

DIV.comment-form DIV.comments-user {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	backgr1ound: #E5F1E5;
	border: 1px solid #005D40;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}

DIV.comment-ok {
	background: #40A040;
	color: White;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

DIV.comment-error {
	background: #FF4040;
	color: White;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

DIV.comments LI {
	bor1der-bottom: 1px solid #005D40;
	margin: 0 0 20px 30px;
}

DIV.comments LI SPAN {
	bor1der-bottom: 1px solid #005D40;
	font-style: italic;
}

DIV.comments H3.comments {
	background: #F7F8F9;
	padding: 3px 3px 20px 3px;
}

DIV.comments BLOCKQUOTE {
	border-left: 2px Gray solid;
	margin-left: 0;
	padding: 10px;
}

DIV.comments-link {
	font-size: 0.8em;
	margin: 10px 0 0 0;
	text-align: right;
}

/*

comusers
*/
FORM.comusers-form P STRONG {
	display: block;
	float: left;
	width: 180px;
}

FORM.comusers-form P TEXTAREA {
	height: 300px;
	width: 260px;
}

FORM.comusers-form P.info {
	background: none;
	border: 1px solid #B00000;
	color: #B00000;
	margin: 0 0 15px 0;
	padding: 3px;
	text-align: center;
}


/*FORMS*/
div.forms {
	padding: 10px 5px 0 5px; 
	clear: both;
}
div.forms div {margin: 5px 0 15px 0; }
div.forms div.break {height: 0; padding: 0; margin: 0; clear: both; }
div.forms span {display: block; float: left; text-align: right; width: 165px; padding: 0 10px 0 0;}
div.forms input, div.forms select {
	width: 270px;
	color:#363636; 
	border:1px solid #005D40; 
	background:#f3efc0;
}
div.forms textarea {
	height: 100px;
	width: 270px;
	color:#363636; 
	border:1px solid #005D40; 
	background:#f3efc0;
}
div.forms input.forms_checkbox {width: auto;}
div.forms input.forms_submit {
	width: auto;
	font-size:10px; 
	color:#000; 
	line-height:14px; 
	text-align:center; 
	text-decoration:none; 
	border:#bdbcbd solid 1px; 
	background:#fff; 
	font-weight:bold;
}
div.forms input.forms_reset {
	width: auto;
	font-size:10px; 
	color:#000; 
	line-height:14px; 
	text-align:center; 
	text-decoration:none; 
	border:#bdbcbd solid 1px; 
	background:#fff; 
	font-weight:bold;
}
div.forms label {cursor: pointer;}
div.forms-post h2 {color: red; font-size: 18pt; margin: 20px 0;}


#headWrap{
	width:100%; 
	height:250px; 
	margin:0px; 
	padding:0px; 
	float:left; 
	background:url(images/bg-top.jpg) repeat-x center bottom;
}
	
#headpanel{
	width:1000px; 
	height:250px; 
	margin:0 auto; 
	padding:0px;
}

#logo {
	height:53px;
	margin:31px 0 0 0;
	padding:0px;
	float:left;
}

#logo p {
	font-family:Tahoma; 
	font-size:32px; 
	color:#fff; 
	font-weight:bold; 
	line-height:50px; 
	margin:0px; 
	padding:0px;
}

#logo span {
	font-family:Tahoma; 
	font-size:17px; 
	color:#fff; 
	font-weight:bold; 
	line-height:20px; 
}

#menu{
	width:1000px; 
	height:28px; 
	margin:135px 0 0 0; 
	padding:0px; 
	float:left
}

#menu ul{width:1000px; height:28px; margin:0px; padding:0px; float:left; display:block}
#menu ul li{
	width:auto; 
	height:28px; 
	margin:0; 
	padding:0 15px; 
	float:left; 
	display:block;
	border-left: 1px solid #e5df85;
}

#menu .first{
	border-left: 1px solid #005D40;
	padding-left: 0;
}

#menu ul li a{width:auto; height:28px; margin:0px; padding:0px; float:left; color:#e5df85; line-height:18px; font-weight:bold; text-decoration:none}
#menu ul li a:hover{color:#fff; background:url(images/menuHover.jpg) no-repeat center bottom}

#contentWrap{
	width:100%; 
	margin:0px; 
	padding:0px; 
	float:left; 
	background:#fff url(images/bg-content.gif) repeat-x;
}

#contentPanel{
	width:1000px; 
	margin:0 auto; 
	padding:20px 0 0 0;
}


#leftPanel {
	width:200px; 
	margin:0px; 
	padding:0 0 34px 0; 
	float:left; 
	border-right:#c6d09d dashed 1px;
}

#leftPanel .toplinks{
	width:200px; 
	margin:0 0 20px 0; 
	padding:0px; 
	float:left;
}
#leftPanel .toplinks h2{width:200px; margin:0px; padding:0px; float:left; font-family:Georgia; font-size:20px; color:#000; line-height:24px; font-weight:normal}
#leftPanel .toplinks h3{width:200px; margin:5px 0 0 0; padding:0px; float:left; color:#005b7f; line-height:16px; font-weight:bold}
#leftPanel .toplinks p{width:200px; margin:10px 0 0 0; padding:0px; float:left; color:#252525; line-height:16px}
#leftPanel .toplinks ul{width:200px; margin:8px 0 0 0; padding:0px; float:left; display:block}
#leftPanel .toplinks ul li{width:200px; margin:0px; padding:0px; float:left; display:block}
#leftPanel .toplinks ul li a{width:165px; height:19px; margin:0px; padding:0 0 0 19px; float:left; color:#363636; line-height:16px; text-decoration:none; border-bottom:#c6d09d solid 1px; background:url(images/lisstyle.gif) no-repeat 0 -18px}
#leftPanel .toplinks ul li a:hover{color:#c46706; background:#fff url(images/lisstyle.gif) no-repeat}
#leftPanel .toplinks ul li a.bottom{width:165px; height:19px; margin:0px; padding:0 0 0 19px; float:left; color:#363636; line-height:16px; text-decoration:none; border-bottom:0px; background:url(images/lisstyle.gif) no-repeat 0 -18px}
#leftPanel .toplinks ul li a.bottom:hover{color:#c46706; background:#fff url(images/lisstyle.gif) no-repeat}






#middlePanel{
	width:555px; 
	margin:0; 
	padding:0; 
	float:left; 
	border-right:#c6d09d dashed 1px;
}
	
#middlePanel .content {
	margin:0px; 
	padding:0 15px 38px 20px;
}


.gallery {
	float: left;
	display:block;
	margin:10px 0 0 0;
}

.page_only h1 {
	width:500px;
	margin:0px; 
	padding:0px; 
	float:left; 
	font-family:Georgia; 
	font-size:28px; 
	color: #4f790a;
	line-height:32px; 
	font-weight:normal;
	clear: both;
}

.page_only h2 {
	width:500px;
	margin: 20px 0px; 
	padding:0px; 
	float:left; 
	font-family:Georgia; 
	font-size:20px; 
	color:#005b7f;
	line-height:25px; 
	font-weight:normal;
	clear: both;
}

.page_only h2 a {
	color: #4f790a;
}

.page_only h3{
	width: 500px;
	margin: 10px 0px; 
	padding: 0px; 
	float:left;
	color:#005b7f; 
	line-height:25px; 
	font-weight:bold;
	clear: both;
}


.page_only p {
	width: 520px;
	margin:16px 0 0 0; 
	padding:0px; 
	float:left; 
	color:#363636; 
	line-height:16px;
	clear: both;
}

.page_only span.cut a, .comments-link span a {
	width:75px; 
	height:16px; 
	margin:10px 0; 
	padding:0px; 
	float:right; 
	font-size:10px; 
	color:#000; 
	line-height:14px; 
	text-align:center; 
	text-decoration:none; 
	border:#bdbcbd solid 1px; 
	background:#fff; 
	font-weight:bold;
	clear: both;
} 


.page_only ul {
	width: 400px;
	margin: 0; 
	padding: 10px 0 0 55px;  
	float: left; 
	display: block;
	clear: both;
	list-style: square;
}


.page_other_pages {
	clear: both;
	padding-top: 10px;
}

.page_other_pages ul {
	width: 500px; 
	float: left; 
	display: block;
	margin: 0 0 20px 0;
	padding: 0; 
}

.page_other_pages ul li{
	width:500px; 
	margin:0px; 
	padding:0px; 
	float:left; 
	display:block;
	border-bottom:#8bb5a2 dashed 1px; 
}
.page_other_pages ul li a{
	width:500px; 
	height:24px; 
	margin:0px; 
	padding:0 0 0 15px; 
	float:left; 
	color:#1e2316; 
	line-height:20px; 
	text-decoration:none; 
	background:url(images/liststyle.gif) no-repeat
}
.page_other_pages ul li a:hover{color:#c46706; background:url(images/liststyle.gif) no-repeat 0 -24px}
.page_other_pages ul li a.bottom{width:500px; height:24px; margin:0px; padding:0 0 0 15px; float:left; color:#1e2316; line-height:20px; text-decoration:none; border-bottom:0px; background:url(images/liststyle.gif) no-repeat}
.page_other_pages ul li a.bottom:hover{color:#c46706; background:url(images/liststyle.gif) no-repeat 0 -24px}


ul.child {
	padding-left: 30px;
	width: 470px;
}

ul.child li {
	width: 470px;
	border: none; 
}

ul.level1 li {
	width: 470px;
	border: none;
}

ul.level2 li {
	width: 440px;
	border: none;
}

ul.level3 li {
	width: 410px;
	border: none;
}

ul.child li.current-page {
	width: 440px;
	border: none;
}

.page_other_pages ul li.group {
	border: none;
}


.page_other_pages li.current-page {
	border: none;
}

.page_other_pages li.current-page span {
	border: none;
	padding: 10px 15px;
}

#rigtPanel {
	width:200px; 
	margin:0px; 
	padding:0 0 0 35px; 
	float:left;
}


.services {
	width:200px; 
	margin:0px; 
	padding:0px; 
	float:left;
}
 .services h2 {
 	width:200px; 
 	margin:0 0 20px 0; 
 	padding:0px; 
 	float:left; 
 	font-family:Georgia; 
 	font-size:20px; 
 	color:#000; 
 	line-height:24px; 
 	font-weight:normal;
 }
 .services ul {
 	width:200px; 
 	margin:0; 
 	padding:0px; 
 	float:left; 
 	display:block;
 }
 .services ul li {
 	width:200px; 
 	margin:0; 
 	padding:0 0 23px 0; 
 	float:left; 
 	display:block;
 }
 
 .services ul li .cal{width:45px; height:44px; margin:0px; padding:15px 0 0 0; float:left; font-size:20px; color:#3bb000; line-height:24px; text-align:center; background:url(images/calendar.jpg) no-repeat}
 .services ul li .cal span{width:45px; float:left; padding:0px; font-size:11px; color:#fff; text-align:center; font-weight:bold; margin:0px}
 .services ul li h2{width:164px; margin:0px; padding:0 0 0 7px; float:left; font-size:12px; color:#4f790a; line-height:16px; font-weight:bold}
 
 .services ul li p{
 	width:200px; 
 	margin:5px 0 0 0; 
 	padding:0; 
 	float:left; 
 	font-size:12px; 
 	color:#252525; 
 	line-height:16px; 
 	text-indent:20px; 
 	background:url(images/star.gif) no-repeat top left;
 }
 
 .services ul li a{
 	margin:0; 
 	padding:0; 
 	font-size:11px; 
 	font-weight:bold; 
 	color:#c46706; 
 }
 .services ul li a:hover{
 	text-decoration:none;
 }
 
 .services ul li p a {
 	font-weight:normal; 
 }
 .services ul li .author{width:186px; height:21px; margin:14px 0 0 0; padding:0 0 0 32px; float:left; font-size:11px; color:#343434; line-height:20px; background:#fefde7 url(images/author.gif) no-repeat 10px 0}
 .services ul li .author span{font-weight:bold}


/*
.comment-form {width:200px; margin:16px 0 0 0; padding:0px; float:left}
.comment-form  h2{width:200px; margin:0px; padding:0 0 3px 0; float:left; font-family:Georgia; font-size:20px; color:#000; line-height:24px; font-weight:normal}
.comment-form  input{width:191px; height:17px; margin:7px 0 0 0; padding:3px 0 0 9px; float:left; font-size:10px; color:#363636; border:0px; background:#f3efc0}
.comment-form  textarea{width:191px; height:58px; margin:7px 0 0 0; padding:3px 0 0 9px; float:left; font-size:10px; color:#363636; border:0px; background:#f3efc0}
.comment-form a{width:55px; height:16px; margin:10px 0 0 0; margin-left:5px; padding:0px; float:left; font-size:10px; color:#000; line-height:14px; text-align:center; text-decoration:none; border:#bdbcbd solid 1px; background:#fff}*/




#footWrap{
	width:100%; 
	margin:0px; 
	padding:0 0 26px 0; 
	float:left;
	background: #005D40;
	text-align: center;
}

#footPanel{
	width:1000px; 
	margin:0 auto; 
	padding:0px;
}

#footNav{
	width:1000px; 
	margin:20px 0 0 0; 
	padding:0px;
	float:left;
	text-align: center;
}


#footNav ul{
	margin:0 auto; 
	padding:0px; 
	display:block;
	border: 1px solid #fff;
}

#footNav ul li{width:auto; margin:0px; padding:0px; float:left; display:block}
#footNav ul li .blank{width:auto; margin:3px 0 0 0; padding:0 10px 0 10px; float:left; font-size:12px; color:#e5df85; line-height:16px; font-weight:bold}
#footNav ul li a{font-size:12px; color:#e5df85; line-height:16px; font-weight:bold; text-decoration:none; margin:0px; padding:0px}







.magma {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 0.9em;
}

.magma a {
	color:#e5df85;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.magma A:hover {
	text-decoration: underline;
}

.magma UL {
	list-style: none;
	margin-left: -20px;	
}

.magma LI {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #e5df85;
}

.magma LI.first {
	border-left: 1px solid #005D40;
}

.magma LI.current_page_item a {
	text-decoration: none;
	color: #fff;
	
	
}



/* start - table */
.page_content table {
	border-collapse: collapse;
	width: 100%;
}

.page_content thead th {
	background: #005D40;
	padding: 7px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: solid 2px #fff;
	align: center;
	font-weight:bold;
}



.page_content tbody td {
	padding: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	VERTICAL-ALIGN: middle;
}

.page_content tbody tr.row-a {
	background: #FEFDE7;		
}

.page_content tbody tr.row-b {
	background: #F3EFC0;
}
/* end - table */




#footPanel p{width:1000px; margin:12px 0 0 0; padding:0px; float:left; font-size:11px; color:#fffcd5; line-height:15px; font-weight:bold; text-align:center}
#footPanel p a{color:#e5df85; text-decoration:none}
#footPanel p a:hover{text-decoration:underline}
#validation ul{width:143px; margin:0 auto; padding:0px; display:block}
#validation ul li{width:auto; margin:0px; padding:0px; float:left; display:block}
#validation ul li .blank{width:7px; height:10px; margin:0px; padding:0px; float:left}
#validation ul li a{width:64px; height:23px; margin:0px; padding:0 3px 0 0; float:left; font-size:11px; color:#100703; font-weight:bold; line-height:23px; text-align:center; text-decoration:none; background:url(images/validationBg.jpg) no-repeat}






#loginPanel{width:200px; margin:31px 0 0 0; padding:0px; float:left}
#loginPanel h2{width:200px; margin:0px; padding:0px; float:left; font-family:Georgia; font-size:20px; color:#000; line-height:24px; font-weight:normal}
#loginPanel h3{width:200px; margin:5px 0 0 0; padding:0px; float:left; color:#005b7f; line-height:16px; font-weight:bold}
#loginPanel input{width:98px; height:17px; margin:11px 0 0 0; padding:2px 0 0 5px; float:left; font-size:10px; color:#363636; border:0px; background:#f3efc0}
#loginPanel .blank{width:11px; height:10px; margin:0px; padding:0px; float:left}
#loginPanel p{width:200px; margin:9px 0 0 0; padding:0 0 0 6px; float:left; font-size:11px; color:#252525; font-weight:bold}
#loginPanel p a{color:#d25930; text-decoration:none}
#loginPanel .login{width:55px; height:16px; margin:5px 0 0 0; margin-left:5px; padding:0px; float:left; font-size:10px; color:#000; line-height:14px; text-align:center; text-decoration:none; border:#bdbcbd solid 1px; background:#fff}
#loginPanel .login:hover{background:#ccc}



#projectsPanel{width:230px; margin:42px 0 0 0; padding:0px; float:left}
#projectsPanel h2{width:200px; margin:0px; padding:0px; float:left; font-family:Georgia; font-size:20px; color:#000; line-height:24px; font-weight:normal}
#projectsPanel h3{width:200px; margin:5px 0 0 0; padding:0px; float:left; font-size:11px; color:#005b7f; line-height:16px; font-weight:bold}
#projectsPanel .pic1{width:105px; height:83px; margin:10px 0 0 0; padding:0px; float:left; background:url(images/pic1.jpg) no-repeat}
#projectsPanel .pic2{width:105px; height:83px; margin:10px 0 0 0; padding:0px; float:left; background:url(images/pic2.jpg) no-repeat}
#projectsPanel .blank{width:20px; height:10px; margin:10px 0 0 0; padding:0px; float:left}
#projectsPanel a{width:55px; height:16px; margin:7px 0 0 0; margin-left:5px; padding:0px; float:right; font-size:10px; color:#000; line-height:14px; text-align:center; text-decoration:none; border:#bdbcbd solid 1px; background:#fff} 
#projectsPanel a:hover{background:#ccc}
