/* INTRO BOX */

#content #intro {
	background-color:#C6D3DC;
	margin: 0 0px 10px 10px;
	padding: 15px 0;
	padding-right: 280px;
	background-image: url('images/home/intro.jpg');
	background-repeat: no-repeat;
	background-position:100% 0;
}
#content #intro.new {
	background: #C6D3DC url('images/home/intro_new.jpg') no-repeat 100% 50%;
}

	#content #intro h2 {
		margin:0 20px 10px 20px;
		font-size: 1.3em;
		font-weight: normal;
		color:#366181;
	}

	#content #intro p {
		margin-bottom:0;
		font-size: 0.76em;
	}
	#content #intro.new p {
		margin-bottom:0.75em !important;
	}


/* FEATURES BOX */
#content #homebox {
	background: #446699;
	color: #FFF;
	cursor: pointer;
	margin:0;
	padding:0;
	overflow: hidden;
	float:right;
	width: 280px;
}
#content #homebox.darkblue {
	background: #152F57;
}
#content #homebox.green {
	background: #466B42;
}
#content #homebox.orange {
	background: #B7680A;
}
#content #homebox.red {
	background: #AB0C0C;
}
#content #homebox.brown {
	background: #6B3D15;
}

	#content #homebox img#homebox_main {
		float: none;
		margin: 0;
	}
	#content #homebox #homebox_inner {
		padding: 7px 10px 1px 10px;
	}
		#content #homebox #homebox_inner h3 {
			color:#fff;
			font-size: 120%;
			margin: 0 0 10px 0;
		}
		#content #homebox #homebox_inner p {
			color: #FFF;
			margin: 0 0 10px 0;
		}
		#content #homebox #homebox_inner a {
			color: #FFF;
		}

#content ul#features {
	list-style-type: none;
	margin:0;
	padding:0;
	float:right;
width: 280px;
height: 330px;
}

	#content ul#features li {
		margin:0;
		width: 280px;
		height: 330px;
		position: relative;
	}

		#content ul#features li h3 {
			margin-bottom: 1em;
			color:#fff;
			margin-left: 10px;
			margin-right: 10px;
			width: 260px;
		}

		#content ul#features li p {
			font-size: 0.76em;
			color:#fff;
			margin-left: 10px;
			margin-right: 10px;
			width: 260px;
		}
			#content ul#features li p a { color:#fff; }

	#content ul#features li#meag {
		background-color:#BF4242;
		background-image: url('images/home/meag.jpg');
		background-repeat: no-repeat;
		background-position: 50% 0;
	}
		#content ul#features li#meag h3 {
			position: absolute;
			bottom: 50px;
			margin-bottom:0;
			text-transform: uppercase;
		}
			#content ul#features li#meag h3 span {
				font-size: 0.5em;
				font-weight: normal;
				letter-spacing: normal;
				display:block;
				text-transform: none;
			}
		#content ul#features li#meag p {
			position: absolute;
			bottom:15px;
			margin-bottom:0;

		}

	#content ul#features li#welisten {
		background-color:#469;
		background-image: url('images/home/npa_we_listen.jpg');
		background-repeat: no-repeat;
		background-position: 50% 0;
cursor: pointer;
	}

		#content ul#features li#welisten h3 {
			position: absolute;
			bottom: 70px;
			margin-bottom:0;
font-size: 1.5em;
line-height: 1.1em;
		}
			#content ul#features li#welisten h3 span {

			}
		#content ul#features li#welisten p {
			position: absolute;
			bottom:15px;
			margin-bottom:0;
			font-size: 0.9em;

		}

/* NEWS AND MEETINGS LISTS */

#content h4 {
border-bottom: 1px solid #ddd;
width: 280px;
_width: 230px;
font-size: 1.1em;
padding-bottom: 2px;
margin-top: 1.5em;
text-align: right;
}

#content h4 span {
float: left;
}

#content h4 a {
font-size: 60%;
color:#aaa;
text-decoration: none;

}

#content ul.homelist {
	padding:0;
}

	#content ul.homelist li {
		list-style-type: none;
		padding:0;
		margin: 0 0 10px 0;
	}

		#content ul.homelist li a {
		}

		#content ul.homelist li span {
			display:block;
			color:#aaa;
			font-size: 0.8em;
		}

#content div#lists {
	_width: 230px;
}