@charset "utf-8";

body{
	background-color:#434343;
	margin-top:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

hr{
	 height:1px;
	 color:#CCCCCC;
}

hr.green{
	height:2px;
	color:#1e5016;
	
}

.titleGreenStripe{
	background-color:#4c8527;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin-top:50px;
	padding-top:1px;
	padding-left:4px;
}

ul{	line-height:13px;}

li{
	padding-bottom:6px;
	margin-left:-11px;
	font-size:11px;
}

li li {
        list-style-type: none;
	margin-left:-33px;
}

.square_list {
		list-style-type: square;
		}

.dotted_list {
		list-style-type:  circle;
		}

sub{
	font-size:8px;
	color:#000000;
}

a:link a:visited { 	text-decoration:none;}

a:hover a:active{	color:#2a2a2a;}

.anchors{
	font-size:11px;
	font-weight:bold;
	padding-right:15px;
}

.anchor {
	text-decoration:none;
	color:#577a28;
}
.anchorBullet {
	text-decoration:none;
	color:#577a28;
	background-color:#e3f8eo;
}
.anchor:hover {
	text-decoration:underline;
	color:#404040;
}

.anchBorder{
	border:1px solid #708693;
	background-color:#e3f8e0;
}

.borderWithPad{
	padding:2px;
	border:1px solid #708693;
}

div.doubleBorder {
	width:  172px;
}


.borderWithPad1{
	padding:2px;
	border:2px solid #3b6118;
}

.indent{	padding-left:10px;}

.green{	color:#00a651;}

.generalText{	font-size:11px;}

.imgBorder{	border:1px solid #666666;}

.mainSpacing{
	padding-right:33px;
	padding-left:38px;
	padding-bottom:38px;
}

.mainWidth{	width:770px;}

.mainTable{
	background-color:#ffffff;	/* f7f7f7 */
	margin-bottom:20px;
	width:770px;
}

.frm1Width{	width:699px;}

.frmWidth{
	width:100px;
}

.frmTop{
	background-image:url(../images/frmTop.png);
	background-repeat:no-repeat;
}

.frmBot{
	background-image:url(../images/frmBot.png);
	background-repeat:no-repeat;
}

.mainTitle{
	color:#3f9208;
	font-size:17px;
	font-weight:bold;
}

.title{
	color:#1e5016;
	font-size:14px;
	font-weight:bold;
}

.copyright{
	padding-top:20px;
	font-size:10px;
}

.go_green_qmark {
	float: left;
}

.go_green_question {
	float:left;
}

.clearfloat {
	clear:both;
}

.tableHeader {
	font-weight:bold;
	color: #1e5016;
	background-color: #e3f8e0;
	border-top: 1px solid #1e5016;
	border-bottom: 1px solid #1e5016;
}

/* ================ Styles updated ================*/

/*Home page animation*/

.bubbleInfo {position: relative;}
.popup {position: absolute; display: none; z-index:99999;}
.trigger{width:100%; height:100%;}
.container{font-family: Arial, Helvetica, sans-serif; color:#FFF; font-weight:bold; overflow:hidden; position:absolute; z-index:2; margin-top:50px;}
.text-slider{margin-left:-220px;}

/* ~~~~~~~~~~~ main menu ~~~~~~~~~~~~~~~~~*/


/*Main menu*/

#main-menu{
	width:705px;
	height:30px;
	background-image:url(../images/main-menu.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:30px;
	margin-top: -38px;
	z-index:9999;
	color: #75C058;	
}

#menu-content{
	padding-top:4px;
	padding-left:10px;
	width:auto;
	height:auto;
}

#menu-content a{
	color: #75C058;
	font-size:11px;
	font-weight:bold;
	margin: 0 8px;
	text-decoration:none;
}

#menu-content a:hover{
	color: #FFF;
}


/*/////////////Menu top///////////////*/

/* menu styles */
#jsddm
{	margin: 0;
	padding: 0;
	float:right;
	height:22px;
	position:relative}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 11px Arial, Helvetica, sans-serif;
		font-weight:bold;}

	#jsddm li a
	{	display: block;
		background: #fff;
		padding: 4px 12px;
		text-decoration: none;
		border:none;
		width: auto;
		color: #777;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #fff; color: #219F53;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			margin-left: -70px;
			border:none;
			box-shadow: 2px 2px 7px #555;
			z-index:9999999999;
			text-align:left;
			width:170px;
			}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				font-weight:normal;
				padding:0px}
			
			#jsddm li ul li a
			{	
				background: #fff;
				color: #333;
				font-size:11px;
				margin-top:0;}
			
			#jsddm li ul li a:hover
			{	background: #219F53; color: #fff;}