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

body {
	width:100%;
	background-image:url(../images/home-bg-2.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:#447795;
}
#head {
	display:inline;
	width:900px;
	height:282px;
	float:left;
}
#content-home {
	width:100%;
	height:340px;
	float:left;
	display:inline;
	
	/* Background image */
	background-image:url(../images/home-bg.png);
	background-position:-840px -282px;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#footer {
	width:100%;
	background-image:url(../images/footer.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:#447795;
}
* {
	margin:0;
	padding:0;
} 

html, body, #wrap {
	height:100%;
}

body > #wrap {
	height:auto;
	min-height:100%;
}

#main {
	padding-bottom:58px;
}  /* must be same height as the footer */

#footer {
	position:relative;
	margin-top:-58px; /* negative value of footer height */
	height: 58px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------------------------------------------------------------
| frontpage
|------------------------------------------------------------*/
div#left-column {
	display:inline;
	float:left;
	width:460px;
	margin:28px 0 0 105px;
}
div#front-message {
	display:inline;
	float:left;
	width:460px;
	background-image:url(../images/frontpage/main-bg.png);
	background-repeat:repeat-y;
	
}
div.front-content {
	display:inline;
	float:left;
	padding:15px 20px 15px 20px;
}
img.left {
	display:block;
	float:left;
}

div#recent-stuff {
	width:214px;
	display:inline;
	float:left;
	margin:103px 0 0 12px;
	background-image:url(../images/frontpage/recent-entries-bg.png);
	background-repeat:repeat-y;
}
div.recent-stuff {
	display:inline;
	float:left;
	padding:15px;
}

/*-------------------------------------------------------------
| frontpage - NEW
|------------------------------------------------------------*/
div#welcome-message {
	width:100%;
	float:left;
	display:inline;
	margin-bottom:20px;
}
	div#welcome-message div {
		display:inline;
		float:left;
		margin:40px 0 0 220px!important;
		}
div#left-wide-column {
	display:inline;
	float:left;
	width:580px;
	margin-right:30px;
}
div#right-col-narrow {
	width:290px;
	display:inline;
	float:left;
}
div#features {
	display:inline;
	float:left;
	width:580px;
	height:386px;
	background-image:url('../images/frontpage-new/features-bg-2.png');
	margin-bottom:17px;
}
div#ticker {
	display:inline;
	float:left;
	width:580px;
	height:77px;
	background-image:url('../images/frontpage-new/news-ticker-bg.png');
}
	ul#listticker {
		width:580px;
		height:20px;
		overflow:hidden;
		margin:42px 0 0 20px;
		float:left;
	}
		ul#listticker a {
			color:#025e83;
		}
		ul#listticker li {
			float:none !important;
		}
		
div#featuresList {
	display:inline;
	float:left;
	position:relative;
	top:48px;
	left:26px;
	width:100%;
}
ul#featureItems {
	width:525px;
	height:310px;
	float:left;
	overflow:hidden;
}
ul#featureItems li {
	float:left;
	width:100%;
	height:310px;
}
	ul#featureItems li a {
		float:left;
	}

div.front-sidebar {
	display:inline;
	float:left;
	width:290px;
	margin-bottom:25px;
}
	div.sb-content {
		width:290px;
		background-image:url('../images/frontpage-new/about-us-bg-2.png');
		background-repeat:repeat-y;
		float:left;
	}
	div.front-sidebar-content {
		display:inline;
		float:left;
		width:240px;
		margin:10px 25px 0px 25px;
	}
ul.quick-links li {
	padding:8px 0px 8px 42px;
	list-style:none;
	margin-bottom:7px;
}
ul.quick-links li a {
	font-weight:bold;
}
li.payonline {
	background-image:url('../images/rent-icon-2.png');
	background-repeat:no-repeat;
}
li.getinvolved {
	background-image:url('../images/groups-icon.png');
	background-repeat:no-repeat;
}
li.contact {
	background-image:url('../images/talk-icon.png');
	background-repeat:no-repeat;
}
li.resolve {
	background-image:url('../images/resolve-icon.png');
	background-repeat:no-repeat;
}
