/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #d3fd81;
	/*margin-right: auto;
	margin-left: auto;
	position: absolute;*/
	background-image: url(img/bg2.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width:780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner{
	position:relative;
	top: 0px;
	left: 1px;
	height: 195px;
	width: 800px;
	background-image: url(img/bann3.jpg);
	background-repeat: no-repeat;
}

#links{
	position:relative;
	top:0px;
	left:10px;
	font-family:helvetica;
	font-weight:bold;
	font-size:10pt;
	color:#5B5B5B;
	text-decoration:none;

}
#links a:link{
	font-family:helvetica;
	font-weight:bold;
	font-size:10pt;
	color:#5B5B5B;
	text-decoration:none;
}
#links a:hover{

	font-size:10pt;
	color:#999;
	text-decoration:underline;
}
#links a:visited{
	font-family:helvetica;
	font-weight:bold;
	font-size:10pt;
	color:#507427;
	text-decoration:none;
}
#flashbar{
	position:relative; 
	left:530px; 
	top: -30px; 
	width:268px; 
	height:26px; 
	z-index:6;
}


#nav {
	position:relative;
	width:800px;
	height:36px;
	z-index:11;
	top: -14px;
	margin: 0px;
	padding: 0px;
	left: 5px;
}
#mobilebox{
	position:fixed;
	bottom: 100px;
	right:0px;
	height:150px;
	width:25px;
	background-image:url(img/box.gif);
}
#f_table{
	background: url(img/darker-green.png) repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: transparent;
	position:relative;
	left: 5px; 
	top: -37px; 
	width: 800px; 
	height: 310px; 
	z-index: 5;
}

#content_table_home{
	background: url(img/darker-green.png) repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: transparent;
	position:relative;
	z-index: 10;
	height:auto;
	width: 800px;
	left: 5px;
	top: -22px;
	padding-bottom: 15px;
}
#content_table{
	background: url(img/darker-green.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: transparent;
	position:relative;
	z-index: 10;
	height:auto;
	left: 50px;
	width: 800px;
	padding-bottom: 15px;
	
}
.accordion_toggle {
	display: block;
	height: 30px;
	width: 780px;
	background: #6c6d6a url(img/accordion_toggle.jpg) no-repeat right top;
	padding: 0px 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
	left  : 55px;
	text-align:center;
		}
.accordion_toggle_active {
			background: url(img/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
	/* background-color: #C4EAAC; 
	color: #444444;*/
	overflow: hidden;
	width: 800px;
	/* background-image: url(img/darker-green.png); */
			
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(img/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(img/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 3px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 180px;
			width: 25px;
			background: url(img/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 18px 0;
		}
		
		.horizontal_accordion_toggle_active {
	background: url(img/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
	height: 180px;
		}
		
		.horizontal_accordion_content {
	height: auto;
	float: left;
	overflow: hidden;
	color: #444444;
	visibility: visible;
	z-index: auto;
		}
			
			.horizontal_accordion_content p {
	width: 450px;
	line-height: 150%;
	padding: 5px 10px 10px 10px;
	height:auto;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto;
      width: 700px;   
      height: auto;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }

#content_text{
	position:relative;
	height: auto;
	width: 700px;
	left: 2px;
	top: 1px;
	font-family:Verdana;
	font-size: 10pt;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	text-decoration: none;
}
#content_text1{
	position:relative;
	height: auto;
	width: 450px;
	left: 0px;
	right:0px;
	top: 1px;
	font-family:Verdana;
	font-size: 10pt;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	text-decoration: none;
}
#content_text2{
	position:relative;
	height: auto;
	width: 650px;
	left: 0px;
	right:0px;
	top: 1px;
	font-family:Verdana;
	font-size: 10pt;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	text-decoration: none;
}
.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#marqueecontainer{
	position: absolute;
	top: 34px;
	left: 42px;
	width: 270px; /*marquee width */
	height: 210px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
}
#gallery{
	position: absolute;
	height: 35px;
	width: 250px;
	left: 450px;
	top: 275px;
	font-family:"Lucida Calligraphy";
	font-size:18px;
	color:#333333;
	font-weight:bold;
}

#gallery:hover{
	position: absolute;
	height: 35px;
	width: 300px;
	left: 440px;
	top: 275px;
	font-family:"Lucida Calligraphy";
	font-size:20px;
	color:#000000;
	font-weight:bold;
}


#gallery1{
	position: absolute;
	height: 35px;
	width: 300px;
	left: 45px;
	top: 271px;
	font-family:"Lucida Calligraphy";
	font-size:18px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#gallery1:hover{
	position: absolute;
	height: 35px;
	width: 350px;
	left: 30px;
	top: 271px;
	font-family:"Lucida Calligraphy";
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#topbar{
position: absolute;
top: 20px;
left: 30px;
height: 15px;
width: 300px;
background-color: #808080;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
text-align: center;
font-size: 10pt;
font-weight: bold;
}
#bottombar{
	position: absolute;
	top: 249px;
	left: 30px;
	height: 15px;
	width: 300px;
	background-color: #808080;
	color: #fff;
	
}


#f_ban{
	position: absolute;
	top: 20px;
	left: 380px;
	height: 250px;
	width: 400px;
	z-index: 0z;
}

#text{
	font-family: Helvetica;
	font-size: 9pt;
	font-style: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
.head{
	font-family: Helvetica;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: underline;
	font-weight: bolder;
}
#footer{
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	font-family: Verdana;
	text-decoration: none;
	color: #24842C;
	font-size: 9px;
	text-align: center;
	height: 70px;
}
  .footertext{
	font-family: Verdana;
	font-size: 7pt;
	color: #008209;
	text-decoration: none;
}  
	.footertext a:link{
	font-family: Verdana;
	font-size: 7pt;
	color: #008209;
	text-decoration: none;
}  
  .footertext a:hover{
	color:#000;
	background-color:#CBD8AF;
}  
  .footertext a:visited{
	font-family: Verdana;
	font-size: 7pt;
	color: #008209;
	text-decoration: none;
}  
/* Two lines below setting ToolTips mouseover. 
You can use only this line. remember add <a class="tooltip" and them url href="/http.www.anyurl.com" </a>*/
a.tooltip:hover span{display:inline; position:absolute; border:2px solid #cccccc; 
background:#efefef; color:#333399;}
a.tooltip span 
{
   display:none; 
   padding:2px 3px;
   margin-left:8px; 
   width:150px;
}

#rside_tag {
	position:fixed;
 top:432px;  
right:0px;
 height:310px;
  margin-top:-155px; /* negative half of the height */
  width:40px;
  background-image:url(img/rside_tag.gif);
  }
  #lside_tag {
  	position:fixed;
	top:432px;
	left:0px;
 	height:310px;
  	margin-top:-155px; /* negative half of the height */
  	width:40px;
	}
	  #bottom_img {
  	position:fixed;
	right:10px;
	background-image:url(img/bottom_image3.gif);
	bottom:-5px;

 	height:100px;
 /* negative half of the height */
  	width:145px;
	}
		  #bottom_img2 {
  	position:fixed;
	left:6px;
	background-image:url(img/bottom_image5.gif);
	bottom:-5px;

 	height:100px;
 /* negative half of the height */
  	width:160px;
	}

