/*  Sections  */

.section {
	width: 100%;
}

.section h1 {
	font-size: 20px;
	color: #ffffff;
	font-family:Helvetica, Arial, sans-serif;
}

.section h2 {
	font-size: 20px;
	color: #20262a;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}

.section dd {
	margin: 0px;
	padding: 0px;
	min-height: 145px;
	padding: 13px 20px 0px 20px;
}

.section dt {
	height: 17px;
	margin: 0px;
	padding: 0px;
}





/*  SignIn Sections  */

#sidebar #signIn{
	background:url(../images/sidebar_green-top.png) top center no-repeat #769b30;
	margin-top: 20px;
	color: #f6f7f5;
	font-size: 12px;
	}
#sidebar #signIn a{
	color: #d7eebe;
	}


#signIn_bottom{
	background:url(../images/sidebar_green-bottom.png) bottom center no-repeat #769b30;
	height: 9px;
	width: 314px;
	}


#signIn h2 {
	font-size: 24px;
	color: #ffffff;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}


#signIn label {
	clear: left;
	float: left;
	width: 25%;
	margin: 0 0 10px 0;
	display: block;
}

#signIn input {
	clear: right;
	float:right;
	margin: 0 0 0px 0;
}

#signIn .input2 {
	clear: right;
	float:right;
	width:65%;
	margin: 0 0 0px 0;
	background: #b4d28a;
	padding: 4px;
	border: 1px solid #ced2ce;
}

#signIn .btn_signin {
	background: url("../images/btn_signin.png") 0px 0px no-repeat;
	display:block;
	height: 26px;
	width:123px;
	border: 0px;
	text-indent: -9999px;
	margin-top: 5px;
}
#signIn .btn_signin:hover{
	background: url("../images/btn_signin.png") 0px -26px no-repeat;
	cursor: pointer;
	}

#signIn .block {
	clear: right;
	float:right;
	width: 65%;
}

#signIn .block label, #signIn .block input {
	display: inline;
	float: none;
	clear: none;
	width: auto;
}




/*  Featured Sections  */

#sidebar #featured{
	background:url(../images/sidebar_gray-top.png) top center no-repeat #d9d9d6;
	margin-top: 30px;
	}

#featured_bottom{
	background:url(../images/sidebar_gray-bottom.png) top center no-repeat #d9d9d6;
	height: 9px;
	width: 314px;
	}


#featured ul {
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
}

#featured ul li {
	list-style-type: none;
	text-align: left;
	clear: both;
	background-color: #f5f3f1;
	margin: 3px;
	padding: 3px;
}

#featured ul li a {
	display: block;
	text-transform: none ;
	color: #343f46;
	font-weight: bold;
	padding: 7px 10px;
	margin-bottom: 4px;
	}

#featured ul li:hover {
	text-decoration: none;
	color: #38586d;
	background: #e5e3e1;
}

#featured ul li a p {
	font-weight: bold;
	font-size: 14px;
	text-transform: none ;
	color: #343f46;
	padding-top: 12px;
	line-height: 18px;
}

#featured ul li a:hover span {
}

#featured ul li a img {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	border: 4px solid #c0bfbd;
	margin-right: 10px;
}

#featured ul li:hover a .icon, #featured ul li a:hover .icon {
	border: 4px solid #c0bfc1;
	}

.small dd {
	background: url(../images/sectionTopSmall.jpg) top no-repeat;
}

.noBG {
	background: none;
}

.noBG dd {
	background: none;
	min-height: 0px;
}



