@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:12px;	
	background-color:#fff;
	background:url(../images/Bg_MainGreen.jpg) repeat-x top left;
	
}
#wrapper{
	width:850px;
	margin:0 auto;
	text-align:left;
	background:url(../images/Bg_Main.png) repeat-y top left;
}

/* Fix up IE6 PNG Support */
#wrapper { behavior: url(scripts/iepngfix.htc); }


/************  Header Styles Start Here *****************/
.header{
padding-bottom:11px;
}

/** Logo_Nav ***/
.logo_Nav{
	padding-bottom:10px;
	margin-left:35px;
}

.logo_Nav .logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
.logo_Nav .logo {
	float:left;
	width:400px;
	background:url(../images/mainLogo.png) no-repeat top left;
	width:216px;
	height:62px;

}

.logo_Nav .TopNav{
	width:300px;
	float:right;
	padding-top:10px;
}
.logo_Nav .TopNav ul{ 
margin : 0;
padding:0;
}
.logo_Nav .TopNav li {
list-style : none;
display : inline;
background:url(../images/fowardIcon.gif) no-repeat center left;
padding: 0 0 0 0px;
margin:0 0 0 20px;
}
.logo_Nav .TopNav li a {
text-decoration : none;
margin : 0 0 0 15px;
padding : 0 0 0 0;
font-weight : normal;
color : #616160;
}
.logo_Nav .TopNav li a:hover {
text-decoration:underline;
}
.logo_Nav .TopNav li a.current {

}

/***** Main Nav ******/

.MainNav_Banner{
	margin-left:0px;
	margin-left:24px;
}

.mainNav{
	width:225px;
	float:left;
}
.mainNav ul{
	margin:0;
	padding:0;
}

.mainNav li {
	list-style : none;
	
}
.mainNav li a {
	display:block;
	text-decoration : none;
	background: url(../images/BgMain_bg.gif) no-repeat top left;
	width:221px;
	height:37px;
	color : #fff;
	font-size:16px;
	font-weight:bold;
	margin : 0 0 0 0px;
	padding : 2px 0 0 0px;
}
.mainNav li a form{
	padding-top:6px;
	padding-left:47px;

}
.mainNav li a:hover {
	color:#333333;
}
.mainNav li a.current {

}

.Mainbanner{
	float:left;
}
/************  Header Styles End Here *****************/

/************  Coantainer Styles Start Here *****************/
.container{
	background:url(../images/BgContainer.gif) repeat-y;
	width:840px;
	margin-left:4px;
}
.container .container_left{
	float:left;
	width:565px;
	padding-left:35px;
	padding-right:19px;
}
.insideLeft h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding-bottom:5px;
}
.container .container_right{
	float:left;
	background:url(../images/sideBarTop.gif) no-repeat top left;
	width:200px;
	height:6px;
}
.inside_right {
	padding:10px 10px 10px 14px;	
}
.inside_right h2{
	background:url(../images/greenArrow.gif) no-repeat left center;
	font-size:12px;
	font-weight:bold;
}
.container .imageLeft{
	float:left;
	margin:0 20px 10px 0;
}

.greenArrow{
	padding-right:5px;
}
.green{ color:#79b33b}
/************  Coantainer Styles End Here *****************/
.footer{
	background:url(../images/Bg_footer.gif) no-repeat top left;
	width:849px;
	height:70px;
}
.footerInside{
	padding-top:10px;
}
.footerInside ul{
	margin:0;
	padding:0;
}

.footerInside li {
	list-style : none;
	display:inline;
	padding: 0 0 0 0px;
	margin:0 0 0 20px;
}
.footerInside li a {
	text-decoration : none;
	margin : 0 0 0 15px;
	padding : 0 0 0 0;
	font-size:12px;
	font-weight : bold;
	color : #fff;
}
.footerInside li a:hover {
	text-decoration:underline;
}


/**************/

.copyright{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8d8c8c;
}
.copyright a{
	color:#8d8c8c;
	text-decoration:none;
}
.copyright a:hover{
	text-decoration:underline;
}
/************  CSS ELEMENTS *****************/
p{
 margin:0 0 15px 0;
}
.clear{
	clear:both;
	}
img{
	border:0;
}
hr {
height : 2px;
border-style : none;
/*color : #d0d0d0;*/
background-color : #81a749;
margin :0 0 10px 0;
padding:0;
}