/*@charset "utf-8";*/
/*
html {
     	background: url(images3/bodybg.gif) repeat;
}
*/


body { 
	margin:0; 
	padding:0; 
	font: 84% Arial, Sans-Serif; 
	color:#3b3b3b;  
	background: #fcfcfc url(images3/headerbg.gif) no-repeat top center;
/*	line-height: 1.4em; 	*/
	padding-left:1px;

}


.content { 
	background: url(images2/pagebg.gif) repeat-y;
	color: #3b3b3b; 
	margin: 0 auto;
	padding: 0; 
	width: 826px;
}

.img {
	padding: 0 8px 8px 0;
	float: left;
}

.img2 {
	padding: 0 0 3px 3px;
	float: right;
}


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

a, a:visited {color:#3d73e1;font-weight:bold;text-decoration:none;}
a:hover {color:#2ab744;}

#header { 
	margin: 0; 
	padding:0;
	width: 826px; 
	background: #fcfcfc url(images3/header.gif) no-repeat top;
	height: 149px; 
	color: #FFF; 
}



#subheader { 
	margin: 0; 
	padding:0;
	background: url(images2/subheader.jpg) no-repeat top;
	width: 826px;
	height: 35px;
	color: #FFF;
	vertical-align:center;
	font-size:12px;
	
}
#subheader-inner	{padding:5px 20px 5px 20px;}
#subheader-left 	{float:left;width:680px;color:#1f882e;font-weight:bold;text-align:left;}
#subheader-left h1 	{padding:0;margin:0;padding-left:10px;color:#1941a5;padding-top:7px;padding-bottom:10px;font-weight:bold;font-size:23px;}
#subheader-right	{float:left;width:90px;text-align:right;}
#subheader-right a, #subheader-right a:visited {color:#1f882e;font-weight:bold;}
#subheader-right a:hover{color:#2ab744;font-weight:bold;}



#main-outer {background: url(images2/pagebg.gif) repeat-y; width: 826px; color: #666666; margin: 0;padding:0;} 

#main {margin: 0px 0px 0px 10px;padding:20px;} 

/*

#main .left_side { 
	float: left;
	padding:0; 
	margin:0;
	width: 160px; 
}


#main .right_side { 
	float: left; 
	width: 645px; 
	padding:0px 0px 0 0px; 
	margin:0; 
}

*/

#main .right_side { 
	float: left; 
	width: 765px; 
	padding:0px 0px 0 0px; 
	margin:0; 
}

#main h3 {  font: 85% Arial, Sans-Serif; margin: 0 0 10px 0px; padding: 0; color: #5f5f5f; background: inherit; 
			border-bottom: 1px solid #036CB4;
}


#main .box  {	background: #efefef; padding: 5px; border: 1px solid #ccc;}


#footer { 
	clear:both;
	width:826px;
	height: 46px;
	color:#0269ab;  
	background: #4a773e url(images3/footer.gif) top no-repeat; 
	font-size:90%; 
	margin: 0; 
	padding:0; 
	text-align:center; 
}

#footer .padding { padding: 10px 0px 0px 0px; }
#footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}

#footer a { color: #1f882e; font-weight:bold;}


img{border:0px;}
.flt{float:left;}
.menubg{clear:left; background-color:#29b644; width:150px;}
.menu{float:left; clear:left; font:bold 12px Helvetica, Arial, sans-serif;}
.menu li {
	margin:0px 0px 0px 0px;
	list-style:none;
	}
.menu a, .menu a:visited {
	width:140px;
	height:20px;
	margin:6px 0px 0px 4px;
	position:relative;
	display:block;
	color:#fff;
	text-decoration:none;
	background:url(images3/menubg2a.jpg) no-repeat;
	padding:2px 0px 0 8px;
	padding-left:25px;
	}

.menu a.last, .menu a:visited.last {margin:6px 0px 6px 4px;}


.menu a:hover, .menu a:active, .menu a.current{
	background:url(images3/menubg2b.jpg) no-repeat;
	text-decoration:none;

}
.menu li.current_page_item a, .menu li.current_page_item a:visited  {
	background:url(images3/menubg2b.jpg) no-repeat;
	text-decoration:none;
	}	
.bot{clear:left;}

fieldset { border:1px solid #1f872e;margin-bottom:20px;padding:10px; }

legend {
  padding: 0.2em 0.5em;
  background-color: #1f872e;
  border:1px solid #1f872e;
  color:white;
  font-weight:bold;
  font-size:90%;
  text-align:right;
  }


.ReqInputBox {background-color: #fff5bf;}

.ReqInputBoxError {background-color: #ffafaf;}

.NotReqInputBox {background-color: #e5f5e8;}




#topnav ul{margin:0;
padding:0;
margin-left:370px;
background: #ffdf39;
}

#topnav ul li{float:left;
margin:0 1px 0 1px;
list-style:none;
}

#topnav ul li a:link, #topnav ul li a:visited, #topnav ul li a:active, #topnav ul li a:hover{
background:transparent url(images3/nav_off.gif);
width:89px;
height:21px;
padding:8px 0 0 0;
display:block;
text-align:center;
font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#a7a6a6;
text-transform:uppercase;
}

#topnav ul li a:hover{
color:#FF9900;
text-decoration:underline;
}

#topnav ul li a.active:link, #topnav ul li a.active:visited, #topnav ul li a.active:active, #topnav ul li a.active:hover{
background:transparent url(images3/nav_on.gif);
color:#000;
}

#topnav {	margin: 0; 
	padding:0;
	width: 826px;
	background: #ffdf39; 
	height: 29px;
}



#topnav2 {	
	margin: 0; 
	padding:0;
	width: 826px;
	background: #ffdf39; 
	height: 30px;
}

#navtabs { 
    list-style: none; 
    padding: 0; 
    height: 30px; 
    font-size: 11px; 
    font-weight: bold; 
    text-transform: uppercase; 
    border-bottom: 0px solid #0288D8; 
	padding-left:100px;
} 
 
#navtabs li { 
    float: left; 
    background: #CCE7F7 url(images3/tableft.png) no-repeat left top; 
    padding: 8px 0 8px 14px; 
    margin-right: 1px; 
} 
 
#navtabs li a { 
    background: #CCE7F7 url(images3/tabright.png) no-repeat top right; 
    padding: 8px 14px 8px 0; 
} 
 
#navtabs li.current-cat { 
    background: #0269ab url(images3/taboffL.jpg) no-repeat left top; 
} 
 
#navtabs li.current-cat a { 
    background: #0269ab url(images3/taboffR.jpg) no-repeat right top; 
    color: #FFFFFF; 
}






#Navigation {
	font-size: 13px;
	color: #333333;
	height: 35px;
	/*width: auto;*/
	width: 826px;
	padding: 0px;
	margin: 0px;
	background:#ffdf39;
	/*padding-left:200px;*/
	text-transform:uppercase;
}
#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-left:235px;
	padding-top:10px;
}
#mainNav li {
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainNav li a {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images3/tabsnew.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	height: auto;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainNav li a:hover {
	text-decoration: none;
	color: #fff;
}
#mainNav li a span {
	background-attachment: scroll;
	background-image: url(images3/tabsnew.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 19px;
	width: auto;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
}
#mainNav li a.active {
	background-attachment: scroll;
	background-image: url(images3/tabsnew.png);
	background-repeat: no-repeat;
	background-position: right -47px;
}
#mainNav li a.active span {
	background-attachment: scroll;
	background-image: url(images3/tabsnew.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
	color:#0269ab;
}
#mainNav li a.active:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}


blockquote {
    	width: 425px;
    	margin: 5px auto 5px2em auto;
    	text-align: left;
    	text-indent: 25px;
    	background: url(images3/quotes1.png);
    	background-position: 0 2px;
    	background-repeat: no-repeat;
	padding:0 0 10px;
	position;relative;
}

blockquote p {
        line-height: 1.8;
       	margin: 0 30px 0 0;
    	display:block;
        padding-right: 24px;
        background: url(images3/quotes2.png);
        background-position: bottom right;
        background-repeat: no-repeat;
}

blockquote b{
    	position:absolute;
    	text-align:right;
	width:20em;
}

ul.ticks {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.ticks li {
	background-image: url(images3/tick.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	line-height:20px;
	font-style:italic;
}

ul.recycle {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.recycle li {
	background-image: url(images3/recycle.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	line-height:20px;
	font-style:italic;
}

.TP_1226228464_tabTD {
  text-align:center;
  width:105px;
  height:20px;
  padding:0px;
  border-top-style:solid;
  border-top-color:#ccc;
  border-top-width:1px;
  cursor:pointer;
  }
.TP_1226228464_leftRule {
  border-left-style:solid;
  border-left-color:#ccc;
  border-left-width:1px;
  }
.TP_1226228464_rightRule {
  border-right-style:solid;
  border-right-color:#ccc;
  border-right-width:1px;
  }
.TP_1226228464_tab {
  height:20px;
  text-align:center;
  padding:0px;
  padding-top:4px;
  cursor:pointer;
  }
.TP_1226228464_tabhood {
  width:105px;
  background-color:#ffffff;
  color:#0269ab;
	background-attachment: scroll;
	background-image: url(images3/tabsnew.png);
	background-repeat: no-repeat;
	background-position: right -47px;
  }
.TP_1226228464_tabbonnet {
  width:105px;
  background-color:#cccccc;
  color:#ffffff;
	background-attachment: scroll;
	background-image: url(images3/tabsnew.png);
	background-repeat: no-repeat;
	background-position: right 0px;
  }
.TP_1226228464_tabcontent {
  text-align:left;
  width:315px;
  height:150px;
  border-style:solid;
  border-color:#ccc;
  border-width:1px;
  border-top:1px solid white;
  margin:0;
  padding:10px;
  }
.TP_1226228464_tabdivcontent {
  height:130px;
  overflow:auto;
  margin:0;
  padding:0;
  }