/***********************************************/
/* apraa.css                			        */
/***********************************************/

* { padding: 0; margin: 0; } 



body  {
	background-color:#ffffff;
	text-align: center;
    padding-top:0px;
	BACKGROUND: url(../images/bground.gif) #F1F5F6 repeat-y center top;
	color: #676767;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px; 
	line-height: 16px;
}


#page  {
    MARGIN: auto; 
	border:#00CCFF 0px solid;
	background-color: #ffffff;
	width: 753px;
	TEXT-ALIGN: left;
	background-image:url(../images/watermarkAPRAA.gif);
	background-repeat:no-repeat;
	background-position: top;
}

H1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	MARGIN-BOTTOM: 20px; 
	COLOR: #333333
}

h2 {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px 0 0 0; 
	font-weight:bold;
	}


#mainBody {
	background-color: #ffffff;
	color: #666666;
	position: relative;
	vertical-align: top;
	
}

.imageSpotlight{
margin:0px 9px 0px 5px;
}

.green {
  BACKGROUND: url(../images/recycle2.jpg);
  background-repeat:no-repeat;
	

}

.blue {
  BACKGROUND: url(../images/join.jpg);
  background-repeat:no-repeat;
	

}


.blue2 {
  BACKGROUND: url(../images/find.jpg);
  background-repeat:no-repeat;
	

}

.headingNav {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 1px;
	border-bottom:1px solid #e9e9e9;
}


#mainTable  {
	width: 751px;
	TEXT-ALIGN: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	background-image:url(../images/watermarkAPRAA.gif);
	background-repeat:no-repeat;
	background-position: top;
	
	
	
}

#main  {
	width: 771px;
	TEXT-ALIGN: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #00702C;
	
}

#logo { 
	height: 45px;
	padding-top: 0px;
}


/***********************************************/
/* Anylink dropdown styles                               */
/***********************************************/
.anylinkcss{
margin-top:0px;
position:absolute;
visibility: hidden;
border-top:0px solid #ffffff;
border-left:0px solid #ffffff;
border-right:0px solid #ffffff;
border-bottom:0px solid #ffffff;
font-family: arial, verdana, helvetica, sans-serif;
font-size:10px;
line-height: 18px;
z-index: 100;
background-color: #00702C;
width: 170px;
color: white;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
text-indent: 5px;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #003716;
color: white;
}

.anylinkcss2{
margin-top:0px;
position:absolute;
visibility: hidden;
border-top:0px solid #ffffff;
border-left:0px solid #ffffff;
border-right:0px solid #ffffff;
border-bottom:0px solid #ffffff;
font-family: arial, verdana, helvetica, sans-serif;
font-size:10px;

line-height: 18px;
z-index: 100;
background-color: #00702C;
width: 140px;
color: white;

}

.anylinkcss2 a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
text-indent: 5px;
color: white;
}

.anylinkcss2 a:hover{ /*hover background color*/
background-color: #003716;
color: white;
}


/*
Top Navigation
*/

.bnr_nav  {
	overflow: hidden;	
	padding:0;
	margin:0px 0px 0px 0px;
} 
.home {
    background:url("../images/bg1.gif") top left no-repeat;	
		
	
	height:25px;
}

.bnr_nav ul {
	margin:0 0 0 10px;
	float:left;
	font-family: arial, verdana, helvetica, sans-serif;
font-size:11px;
	width: 753px;
	padding:0 0 0 0;
	
	list-style-type: none;
	height:25px;
} html>body .nav ul {float:none;} /* Correction for browsers other than IE*/
.bnr_nav li {
	display: inline;
	height:25px;
}
.bnr_nav li a:link, .bnr_nav  li a:active, .bnr_nav  li a:visited  {
	letter-spacing:0.05em;
	
	color:#fff;
	text-decoration:none;
	text-align:center;
	float: left;
	padding:4px 4px 2px 8px;
	/*text-transform:lowercase;*/
	margin:0;
	height:19px;
	display:block;
}
.bnr_nav  li a:hover {
	color:#fff;
	background:#003716;
}
.bnr_nav li a.current {
	color:#ffffff;
	background:#999999;
}
.bnr_nav li a.login:link, .bnr_nav li a.login:active, .bnr_nav li a.login:visited {
	background:url("icon_navLogin.gif") right center no-repeat;
	padding:4px 10px 2px 5px;
	margin:0 0 0 0px;
	display:block;
	position:relative;
}


.bnr_nav li {
	background: none;
	border-right: 1px groove #669933;
	float: left;
	margin-left: 2px;
	padding: 0px 14px 0px 0px;
}

.bnr_nav li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}



/*--End Top Navigation --*/


/***********************************************/
/* Border styles                               */
/***********************************************/
.borderSolidR {
	border-right: 1px solid #eeeeee;
}

.borderSolidBottom {
	border-bottom: 1px solid #eeeeee;
}

/***********************************************/
/* mainBody content layout			              */
/***********************************************/
.boxBannerMain {
	display: block;
	width: 100%;
	height: 100px;
}

.boxHomeTopRHS {
	width: 100%;
	height: 174px;
}

.boxHomeBottomLHS {
	width: 100%;
	height: 152px;
}

.boxHomeBottomRHS {
	width: 100%;
	height: 150px;
}

.boxSubLHS {
	width: 160px;
	height: 100%;
}

.boxSubhomeRHS {
width:100%
	margin-left:0px;
	
	
}

.boxHomeSpotlight {
	width: 290px;
	height: 130px;
	margin-right:25px;
}

.boxHomeEvents {
	width: 450px;
	margin-right:0px;
}

.boxHomePartners {
	width: 100%;
	margin-left:25px;
}


.boxHomeSearch {
	width: 354px;
	height: 130px;
	margin-left:0px;
}

.boxHomeLatestNews {
	width: 370px;
	margin-left:25px;
	vertical-align:top;
	margin-bottom:0px;

}


.LatestNews {
vertical-align:super;

}


.boxHomePage {
	width: 100%;
	margin-left:0px;
	vertical-align:top;
	
}

.boxCalculatorMain {
	width: 1300px;
	height: 500px;
}

.boxCalculator {
	width: 200px;
	height: 100px;
}

.boxMWP {
	width: 100%;
	height: 518px;
}

/* default font */
.resultGreyBG {
	width: 100%;
	height: 30px;
	background-color: #EEEEEE;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

/* default font */
.resultWhiteBG {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

/* curved border layout below here */
.topLeft {
	background-image: url(../images/topLeft.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}

.lineTop {
	background-image: url(../images/lineTop.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 100%;
	height: 13px;
}


	
	/* curved border layout below here */


.topRight {
	background-image: url(../images/topRight.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}

.lineLeft {
	background-image: url(../images/lineLeft.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	height: 100%;
	width: 13px;
}

.lineRight {
	background-image: url(../images/lineRight.jpg);
	background-position: 100% 0;
	background-repeat: repeat-y;
	height: 100%;
	width: 13px;
}

.bottomLeft {
	background-image: url(../images/bottomLeft.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}

.lineBottom {
	background-image: url(../images/lineBottom.jpg);
	background-position: 0 100%;
	background-repeat: repeat-x;
	width: 100%;
	height: 13px;
}

.bottomRight {
	background-image: url(../images/bottomRight.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}
/* curved border layout above here */



	

/***********************************************/
/* Hyperlink and anchor tag styles             */
/***********************************************/
A:link, A:visited {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #449805;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: #449805;
	font-weight: normal;
	text-decoration: underline;
}

A.linkNavMain:link, A.linkNavMain:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.linkNavMain:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

A.linkNormal:link, A.linkNormal:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

A.linkNormal:hover {
	color: #F78E1D;
	font-weight: normal;
	text-decoration: underline;
}

A.linkTextBold:link, A.linkTextBold:visited {
	color: #449805;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

A.linkTextBold:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #449805;
	font-size: 14px;
}

/* default font */
A.linkSubUnderline:link, A.linkSubUnderline:visited {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	text-decoration: underline;

}

/* default font */
A.linkSubUnderline:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #3399CC;
	text-decoration: underline;
}

A.linkFooter:link, A.linkFooter:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

A.linkFooter:hover {
	color: #F78E1D;
	font-weight: normal;
	text-decoration: underline;
}


.events:link {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.events:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}


/***********************************************/
/* Heading tag styles                          */
/***********************************************/
.headingMain {
	FONT-FAMILY: arial,helvetica,sans-serif;
	font-weight:bold;
	font-size: 20px;
	line-height: 25px;
	color: #006F2D;
	margin-bottom: 4px;
	border-bottom:0px solid #eeeeee;
	width:500px;
}


.headingMain3 {
	FONT-FAMILY: arial,helvetica,sans-serif;
	font-weight:bold;
	font-size: 16px;
	line-height: 25px;
	color: #000066;
	margin-bottom: 4px;
	border-bottom:0px solid #eeeeee;
	width:400px;
}


/***********************************************/
/* Text styles                                 */
/***********************************************/
.textNormal {
	color: #666666;
}

.textBlue {
	color: #3399CC;

}

.textEnterValue {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 9px;
	color: #333333;
	margin-top: 50px;
}

.textBold {
	color: #449805;
	font-weight:bold;
	font-size: 14px;
}


.newspad {
padding-bottom:10px;
}

.newspad2 {
padding-top:20px;
padding-bottom:30px;
}

hr {
color: #fff; 
background-color: #fff; 
border: 1px dotted #cccccc; 
border-style: none none dotted; 
}


.hr2 {
color: #fff; 
background-color: #fff; 
border: 1px solid #dddddd; 
border-style: none none solid;
text-align:center;
width:90%; 
}


#list li { 
list-style-type: disc;
margin-left:35px;
 }
 
.list li { 
list-style-type: disc;
margin-left:35px;
 }



.img-feature {
	padding: 2px;
	border: 1px solid #BBB;
	background: #FFF;
	
	
	
}