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


body {
	width: 11570px;
	position:relative;
	}
	
/*----------TYPOGRAPHY----------*/

.smaller {
	font-size: 10px;
	}
	
ul.list_nobullets {
	list-style: none;
	}

ul.list_bullets {
	list-style: disc;
	margin-left: 2.5em;
	}	
	
/*----------MENU----------*/
#menu {
	font-size: 11px;
	line-height: 1.6em;
	left:52px;
	top:0px;
	height: 222px;
	position: absolute;
	display: block;
	z-index:100;
	}
	
#menu_title {
	padding-left: .75em;
	}

#to_start {
	cursor:pointer;
}

ul.nav {
	padding-left: .75em;
	padding-right: 1.5em;
	padding-bottom: 1.33em;
	padding-top: .3em;
	list-style: none;
	background: #FFF;
	width:100%;
	height:100%;
	}

ul.nav li {
	padding-left: .75em;
	}

#buttons {
	position:absolute;
	bottom:32px;
	left:0px;
	width:100%;
	padding-top:10px;
	}
	
a.prev {
	margin-left: 5em;
	float:left;
	}
	
a.next {
	margin-right: 5em;
	float:right;
	}

	
/*----------HEADER----------*/

#header {
	margin-top: 20px;
	float: left;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	height: 220px;
	width: 100%;
	}
	
	
/*----------CONTENT----------*/


.items {
	position:relative;
	height:520px;
	display:inline-block;
	float:left;
	}

.deselected_item {
	cursor:pointer;
	}
	
#content {
	float: left;
	clear: both;
	height:100%;
	position:relative;
	}
	
.lead {
	float: left;
	width: 450px;
	padding-left: 5em;
	padding-right: 2.5em;
	padding-top: 1.25em;
	}
	
.follow	{
	float: left;
	width: 450px;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 46px;
	}


#welcome {
	float: left;
	}
	
#about {
	float: left;
	}

#teach {
	float: left;
	}

#aims {
	float: left;
	}

#massivechange {
	float: left;
	}

#worldhouse {
	float: left;
	}

#citysystems {
	float: left;
	}
	
#citysystems2 {
	float: left;
	}
	
#apply {
	float: left;
	}
	
#testimonials {
	float: left;
	}
	
#faq {
	float: left;
	}
	
#faq2 {
	float: left;
	}
	
#faq3 {
	float: left;
	}
	
#contact {
	float: left;
	}
