@charset "utf-8";
*{ border:0; padding:0; }
body { margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-attachment:fixed;
	background-image:url(../images/bg.jpg);
}


a:link {
	color: Green;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #8ED045;
	text-decoration: none;
}

a:focus {
	color: red;
	text-decoration: none;
}
input {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid green;
}
select{
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid green;
}
textarea{
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid green;
}
.Main{ width:780px;	margin:0 auto 10px; background:#FFFFFF;}
.Main .Header{}
.Main .MainMenu{ float:left; margin-right:5px; height:100%;}
.Main .MainContact{ padding:5px; }
.Main .RightBar{ float:right; width:120px;}
.Main .Footer{}
.footerText{ text-align:center; font-size:9px; background:url(../images/footer-bg.jpg);}
.footerText a{font-size:9px;}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid green;
border-bottom-width: 0px;
width: 600px; /*width of featured content slider*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #4BBF14;
}

/*Credits: MMHAQ CSS Library */
/*URL: http://www.mmhaq.net/ */

#blueblock{
width: 160px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #4BBF14;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 137px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0; text-align:left;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #4BBF14;
border-right: 10px solid #89CE4E;
background-color: #338D0D;
color: #fff;
text-decoration: none;
width: 100%;
}

#blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #28790A;
border-right: 10px solid #4BBF14;
background-color: #53C715;
color:#FFFF00; font-weight:normal;
}


p{font-size:10pt; text-align:justify;}

ul {
background-color:#99FF66;
list-style:circle;
font-size:10px;
}
ol {list-style:upper-roman;}
li{ margin-left:15px;
font-size:12px;
background-color:green;
color:#FFFFFF;
}

table{border-collapse:collapse;}

/* System Standard Messages */
/* System Error Messages */
#system-message dd.error ul { color: #fff; background: #AB0000; border:#892424 solid 1px; padding:4px; margin: 0 0 5px 0; list-style: none;}

/* System Notice Messages */
#system-message dd.notice ul { color: #fff; background: #9CD80B; border:#76A700 solid 1px; padding: 4px; margin: 0 0 5px 0; list-style-image: none;}
#system-message dd {text-indent: 0;}
#system-message dd ul { font-weight:bold; text-transform:capitalize;list-style: none; color: #666; background: none; list-style-image: none;}
#system-message {margin: 5px auto; text-align:left; width: 98%;}
td.smalldark{text-align:left;}
/**************************************/
