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

body{
	background-color: #CCCCCC;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/*************************************
border - This is the wrapper div
*************************************/
#border{
	margin: 50px auto 50px auto;
	position: relative;
	width: 899px;
	overflow:hidden;
}
/*************************************
header
*************************************/
#header{
	background: url(/images/common/banner_bg.jpg) no-repeat;	
	height: 108px;
	width: 900px;
	z-index: 100;
	position: relative;
}
	#logo{
		position: absolute;
		top: 35px;
		left: 55px;
	}
	#nav{
		position: absolute;
		top: 70px;
		left: 440px;
		list-style: none;
		text-align: left;
	}
		#nav li{
			float: left;	
		}
			#nav li h2{
				float: left;
				line-height: 1.2em;
				font-size: 12px;
				font-weight: bold;
			}
				#nav li h2 a{
					color: white;
					padding: 0px 10px 0px 10px;
					float: left;
					width: 90px;
					height: 40px;
				}
					#nav li h2 a:hover{
						color: black;
					}
	#nav_root{
		position: absolute;
		top: 20px;
		right: 35px;
		list-style: none;
		text-align: left;
	}
		#nav_root li{
			float: left;	
			color: white;
			padding: 0px;
		}
			#nav_root li h2{
				float: left;
				line-height: 1.1em;
				font-size: 12px;
				font-weight:normal;
			}
				#nav_root li h2 a{
					color: white;
					padding: 0px 10px 0px 10px;
					float: left;
				}
					#nav_root li h2 a:hover{
						color: black;
					}
#header_end{
	background: url(/images/common/banner_bg_lower.png) no-repeat;	
	height: 59px;
	width: 900px;
	z-index: 100;
	position: relative;
}
/*************************************
content_pane
*************************************/
#content_pane{
	position: relative;
	background: white;
	z-index: 10;
	top: -66px;
	margin-bottom: -66px;
	padding: 10px 0px 10px 0px;
	/*min height hack for ie6*/
	min-height: 470px;
	height:auto !important;
	height: 470px;
	/*min height hack for ie6*/
}
/*************************************
subnav
*************************************/
#subnav{
	width: 265px;
	position: absolute;
	top: 75px;
	left: 20px;
}
	#subnav ul{
		text-transform:uppercase;
		list-style: none;
		padding-left: 0px;
	}
		#subnav ul li{

		}
			#subnav ul li h3{
				font-size: 13px;
				margin: 0px;
				font-weight:bold;
			}
				#subnav ul li h3 a{
					background: url(../images/common/header.png) no-repeat;
					display: block;
					height: 32px; /*height + padding = 49*/
					padding: 17px 0px 0px 50px;
					color: black;
				}
				#subnav ul li h3 a:hover, #subnav ul li h3 a.selected{
					background-position: 0px -49px;
				}
			#subnav ul li ul{
				margin: 0px;
			}
				#subnav ul li ul li{

				}
					#subnav ul li ul li h3{
						text-transform: capitalize;
						font-size: 12px;
					}
						#subnav ul li ul li h3 a{
							background: none;
							height: auto;
							padding-top: 4px;
							padding-bottom: 4px;
							color: #666666;
							font-weight: normal;
						}
						#subnav ul li ul li h3 a:hover{
							background: none;
						}
#menuTitle{
	margin-left: 45px;	
}
/*************************************
content
*************************************/
#content{
	z-index: 20;
	margin-left: 290px;
	padding-left: 50px;
	padding-right: 20px;
}
	#content h1{
		color: #a52238;
		font-size: 20px;
	}
	#content h2{
		color: black;
		font-size: 13px;
	}
	#content h3{
		color: #a52238;
		font-size: 1.0em;
	}
	#content p{
		font-size: 12px;	
		color: #666;
	}
	#content a{
		text-decoration: none;
		color: #666;
	}
	#content ul{
		font-size: 12px;
		color: #666;
	}
#pageIMG{
	position: relative;
}
#pageIMGBreak{
	clear: both;	
}
#noImage{
	margin-top: 60px;
}
/*************************************
foot_box
*************************************/
#foot_box{
	position: relative;
	z-index: 100;
}
	#footer_top{
		background: #573b19;	
		height: 100px;
		padding: 25px 0px 0px 0px;
		position: relative;
	}
		#footer_top p{
			text-align:right;
			margin: 0px 165px 0px 0px;
			color: white;
			font-size:9.0px;
		}
	#footer_bottom{
		text-align: center;
		color: #525252;
		font-size: 10px;
		margin-top:30px;
		position: relative;
		height: 50px;
	}
		#footer_bottom a{
			color: #525252;
		}
		#footer_bottom a:hover{
			color: black;
		}
		#NEWLogo{
			position: absolute;
			top:0px;
			right: 0px;
		}
		#greenInitative{
			text-indent: -9000px;
			position: absolute;
			top: 15px;
			right: 35px;
			background:url(/images/common/green_initiative.png) no-repeat;
			height: 110px;
			width: 110px;
		}