/* ------------------------------
   Homepage Styles
   ------------------------------ */
#home #header_container
{
	background-image: url(../images/home_top_bg.jpg);
	height: 508px;
}

#home #mural
{
	z-index: 1;
	background: no-repeat left 50%;
	left: 0px;
	width: 100%;
	position: absolute;
	top: 161px;
	height: 340px;
	background-image: url(../images/mural.jpg);
	background-position: center center;
	border: 0px;
}

#mural_text
{
	z-index: 1;
	background: no-repeat left 50%;
	left: 50%;
	margin: 0px;
	padding: 0px;
	padding-left: 300px;
	position: relative;
	top: 100px;
}

#home #content_text
{
	background: url(../images/building.gif) no-repeat right center;
}

#home H1
{
	margin-bottom: 35px;
}

#home #content_text P
{
	text-align: left;
	padding: 0px 75px 20px 75px;
	clear: left;
	line-height: 13pt;
}

/* ------------------------------
   Homepage Content Footer Styles
   ------------------------------ */
#content_footer
{
	margin: 0px auto;
	margin-top: 50px;
	width: 850px;
	padding: 0px;
	text-align: left;
}

.content_footer_item
{
	width: 365px;
	text-align: left;
	vertical-align: top;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/content_footer_bg.jpg);
	padding: 20px;		
	margin: 0px auto;
}

.content_footer_item IMG
{
	margin: 0px auto;
	margin-right: 10px;
	border: #ddd 1px solid;
	padding: 4px;
	display: inline;
	float: left;
	overflow: hidden;
}

.content_footer_item H2
{
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #999;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #000;
	text-align: left;
	display: inline;
	overflow: hidden;
	letter-spacing: 0.7pt;
	width: 250px;
	float: right;
}

.content_footer_item H3
{
	margin: 0px;
	margin-bottom: 1px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 1px;
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #333;
	text-align: left;
	display: inline;
	overflow: hidden;
	width: 250px;
	float: right;
}

A.newslink, A.newslink:visited, A.newslink:active
{
	margin: 0px;
	margin-bottom: 6px;
	padding-bottom: 1px;
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #666;
	text-align: left;
	display: inline;
	overflow: hidden;
	width: 250px;
	float: right;
	color: #cc0000;
	text-decoration: none;
}

A.newslink:hover
{
	text-decoration: underline;
}

.content_footer_item P
{
	margin: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	float: right;
	text-align: left;
	vertical-align: top;
	color: #000;
	display: inline;
	overflow: hidden;
	line-height: 18px;	
	width: 250px;
	font-size: 8pt;
}

#recent_news
{
	height: 190px;	
}

#our_contributors
{
	height: 190px;
}