/* begin Page */

/* Created by www.JoomlArtWork.com */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #e6ebd1;
	font-size: 12px;
	line-height: 1.5em;
}

body#background{
	margin: 10px 0 0 0; 	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;
	color: #686567;
	background: #e6ebd1 url(../images/bg.gif) repeat-x left top;
}

/* Normal link */
a:link, a:visited {
	color: #005e20;		
	background-color: inherit;
	text-decoration: underline;			
}

a:hover, a:active {
	color: #5e7fc0;
	background-color: inherit;	
}

a img {
	border: none;
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #5e7fc0;
}

h1 { font-size: 30px; color: #005e20;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 5px 5px;
}


}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	background: transparent;
   	border: none;	
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
} 

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: transparent;
  border: 1px solid #211E20;   
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}


/* ======================== Layout ==============================*/


/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
	background: none;
	height: 332px;
	text-align: center;	
	width: 980px;
	background:url(../images/headerbg.jpg) no-repeat center top;
}
.top {
	display : block;
	position: absolute;
	right: 60px;
	top: 100px;
	width: 600px;
}
.top a, .top a:link {text-decoration:underline;}

.top1 {
	display : block;
	position: absolute;
	left: 290px;
	top: 240px;
	width: 280px;
	height:85px;
	text-align:left;
	color:#FFFFFF;
	overflow:hidden;
}
.top2 {
	display : block;
	position: absolute;
	left: 620px;
	top: 240px;
	width: 280px;
	height:85px;
	text-align:left;
	color:#FFFFFF;
	overflow:hidden;

}
/* content */
#content-wrap {
	clear: both;
	margin: 0 auto;
	width: 980px;
	background: #e6ebd1 url(../images/bottombg.jpg) no-repeat center top;	
}
#content {
	text-align: left;
	padding: 10px 55px 0 55px; 
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 311px;
	margin: 0px 0 10px -21em; 
	padding: 0;	
	background: url(../images/rightbg.gif) no-repeat center top;	
}

/* main */
#main {
	margin: 20px 320px 10px 0; 
	padding: 0;	

}
#bottom {	
	clear: both;
	padding: 0;	margin: 0 auto; 
	background: #e6ebd1;
	width: 980px;}
	
#footer-wrap {	
	clear: both;
	padding: 80px 0 0 0;	
	margin: 0 auto; 
	background: #e6ebd1 url(../images/footerbg.gif) repeat-x top left;
	width: 980px;}

/* columns */
#columns {
	clear: both;
	text-align: left;
	color: #666666;
	margin: 0 auto;
	padding: 1.6em 0 .5em 0;
	width: 95%;
}

/* footer */
#footer-bottom, #footer-bottom a, #footer-bottom a:link, #footer-bottom a:hover {
	clear: both;
	margin: 0 auto; 
	padding: 0 0;
	text-align: center;
	font-size: 13px;
	color:#ccc;
	text-decoration:none;
}

.designer, .designer a, .designer a:link, .designer a:visited, .designer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#666666;
}

.designer
{
	margin:0em;
	text-align:center;
	text-decoration:none;
	color:#666666;
}


/* ============================= System Messages ====================================*/
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; list-style: none;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; }

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; list-style: none;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*================================ Header ========================================*/
.logo {
	clear: both;
	position: relative;
	margin: 0 auto; padding: 25px 0 0 0;
	background: none;
	text-align:left;
	height: 57px;
	width: 980px;
}

.logo a, .logo a:link, .logo a:hover, .logo a:visited {
	font-size:30px;
	color:#FFFFFF;
	text-decoration:none;
}

/* ================================ Sidebar Menu ======================================*/
#sidebar h3 {
	font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 10px 0 10px 25px;
	margin:5px;
	color: #000000;
	background: url(../images/newsbg.gif) no-repeat left center;
	text-transform: none;

}
#sidebar .moduletable {
	padding: 0 0 0 10px;

}
#sidebar ul.sidemenu {
	margin: 0 10px 0 10px;
	padding: 0;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
	border-top: 1px dotted #999;
}
#sidebar ul.sidemenu li {
	padding: 0; 
	background: url(../images/arrow.gif) no-repeat 6px 7px;		
	border-bottom: 1px dotted #999;
	list-style:none;
	color:
}

#sidebar ul, #sidebar ul li {
	font-size:11px;} 

* html body #sidebar ul.menu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: normal;
	color: #005e20;
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 18px;
	font-size: 14px;
}
#sidebar ul.sidemenu li a:hover {
	color: #5e7fc0;
	background: #f3f3f3 url(../images/arrow.gif) no-repeat 6px 7px;			
}
#sidebar ul.sidemenu ul { margin: 0 0 0 15px; }
#sidebar ul.sidemenu ul li { border: none; }

/*=============================== Sidebar Module ===========================*/
#sidebar .moduletable{
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar .moduletable h3{
	margin: 0;
}


/*=============================== Main ====================================*/
#main h2 { 
	font: normal 27px 'Trebuchet MS', Arial, Sans-serif;
	color: #5e7fc0;	
}

#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}

#main ul {
	background: #F8F8F8;
	padding-left:13px;
	margin-left:10px;
}

#main ul li {
	background: none;
	margin-left:2px;

}

/*============================ Column =====================================*/
#columns h3 {
	color: #000000;	
	margin: 0;
	padding: 0 10px; 	
	font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;	
	text-transform: none;
}

#columns ul {
	list-style: none;
	margin: 10px 0 10px 0; 
	padding: 0;	
	border-top: 1px dotted #999;	
}
#columns li {
	border-bottom: 1px dotted #999;		
}
#columns li a {
	display: block;
	padding: .5em 0 .5em 1em;
	color: #005e20;
	text-decoration:none;
}
#columns li a:hover {
	color: #5e7fc0;
	background:#f3f3f3;	
}

#columns .col, .col-center {
	float: left;
	width: 31%;
}
#columns .col-center { 
	margin: 0 15px; 
}

/*============================== Col3 Module =============================*/
#col .moduletable, #col-center .moduletable{
	margin: 0 0 10px 0;
}

#col .moduletable h3, #col-center .moduletable h3{
	margin: 0;
}

/* =================================== additional classes ===========================*/
.clear { clear: both; }
.grey {	color: #8F8F8E; }


/*======================= ARTICLE =============================*/
.contentheading{
	font: 20px 'Trebuchet MS',Arial,Sans-serif;
	color: #333e5c;
}

.contentheading a, .contentheading a:link, .contentheading a:visited, .contentheading a:hover {	text-decoration:none;}
/*.contentpaneopen a, .contentpaneopen a:link, .contentpaneopen a:visited{
}*/

.small, .createdate, .modifydate{
	font-size: 10px;
	line-height:10px;
	color: #333;
}

.readon, a.readon:link, a.readon:visited{
	border:2px solid #333333;
	margin:5px;
	text-align:right;
	font-weight:bold;
	padding: 2px 2px;
	color: #fff;
	background: #005e20;
	text-decoration:none;
}

a.readon:hover{
	background: #333333;
}

.contenttoc{
	float: right;
	margin: 30px 10px 10px 10px ;
	background: #1a1a1a;
}

.contenttoc tbody tr th{
	padding: 10px;
}

a.toclink{
	padding: 10px;
}

/*a.toclink:hover{
}

.pagenavcounter{
}*/


/*======================= COMPONENT =============================*/
.componentheading{
	font: 14px 'Trebuchet MS',Tahoma,Arial,Sans-serif;
	font-weight:bold;
	color: #686567;
	padding: 0px 0 10px 35px;
	background: url(../images/welcomebg.gif) no-repeat 10px 0;
}

.contentpaneopen fieldset{
	padding: 5px;
	margin: 0 0 10px 0;
}

.highlight{
	background: #333;
	padding: 0px 3px;
}

.button{
	background:#005e20 none repeat scroll 0 0;
	border:2px solid #211E20;
	color:#FFFFFF;
	font:1em Arial,Tahoma,Sans-serif;
	font-weight: bold;
	margin:0 0 0 5px;
	padding:0.25em 0.3em;
	vertical-align: middle;
	cursor:pointer;

}

.button:hover{
	background:#222 none repeat scroll 0 0;
}

.inputbox{
	border:1px solid #E5E5E5;
	color:#777777;
	padding:0.4em;
	vertical-align:top;
}

td.sectiontableheader{
	background:#090807 none repeat scroll 0 0;
	border-color:#8EB200 #090807  #090807 ;
	border-style:solid;
	border-width:2px 0px 1px;
	color:#FFFFFF;
	height:3em;
	padding-left:12px;
	padding-right:12px;
	text-align:left;
}

td.sectiontableheader a:link, td.sectiontableheader a:visited{
	font-weight: bold;
}	

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
	border:1px solid #211E20;
	padding: 5px 10px;
}

/*========================= SEARCH ===========================*/
.search{
	margin: 10px;
}
.search .button{
	background:#005e20 none repeat scroll 0 0;
	border:2px solid #211E20;
	color:#FFFFFF;
	vertical-align:middle;
	font:1em Arial,Tahoma,Sans-serif;
	font-weight: bold;
	margin:0 0 0 5px;
	padding:0.25em 0.3em;
}

/*.search .button:hover{
}*/

.search .inputbox{
	border:1px solid #E5E5E5;
	color:#777777;
	padding:0.4em;
	vertical-align:top;
	width:11em;
	text-transform: capitalize;
}

/*======================= LOGIN ==============================*/
#modlgn_username{
	width: 80%;
} 

#modlgn_passwd{
	width: 80%;
}

/*======================= BREADCRUMB =========================*/


.pathway {padding: 5px;}


.breadcrumb .moduletable{
	padding: 5px;
	margin: 10px 10px;
}

.breadcrumb img{
	border: none;
}

.pathway:link, .pathway:visited{
}
/*========================= POLLING ========================*/
tbody tr td{
	text-align: left;
	padding: 0 0 5px 0;
}

tbody tr td .poll tbody tr td{
	text-align: left;
}

.poll tbody tr td div{
	text-align: left;
	/*width: 125px;
	border: 1px solid #3C2B00;*/
	margin-top: 10px;
}

.buttonheading {
	padding:3px;
	margin:2px;
}

/* begin PageFooter */
/* end PageFooter */
#sidemenu {
	clear: both;	
	margin: 0 auto;
	padding: 0;
	width: 880px;
}

#header-links {
	height: 43px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/pillmenu_bg.png) top center no-repeat;
	text-align: left;
}

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

#header-links li {
	float: left;
	margin: 0;
	padding: 0;
	height: 43px;
	background: transparent url(../images/menuseparator.png) center right no-repeat;
}

#header-links li:hover {

}

#header-links li a#active_menu-nav {
	
}

#header-links li a {
	float: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 43px;
	padding: 0 12px 0 10px;
	color: #333333;
	text-decoration: none;
	font-weight: 700;
}

#header-links li a:hover, #header-links li.current a {
	color: #6e9c30;
	text-decoration: none
}

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

.img_caption  {
text-align: center!important;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 0px solid #f2f2f2; 
	background-color: transparent; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}