/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.SPECIAL
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}
			
body {
	background: #1E1B1A;
}
						
/* -- 2.LAYOUT -- */

#container {
	margin: 0 auto;
	width: 940px;
}
			
#header {
	background: #336601;
	height: 12.75em;
	position: relative;
}			
#masthead {
	background: url(../images/logos/logo-screen.png) 0 0 no-repeat;
	left: 10px;
	height: 101px;
	top: 2em;
	width: 462px;
	position: absolute;
}
#logo a {
	display: block;
	float: left;
	height: 101px;
	text-indent: -999em;
	width: 310px;
}
#tagline {
	text-indent: -999em;
}
#header-intro {
	position: absolute;
	top: 60px;
	right: 20px;
}
#page-promo {
	background-image: url(../images/page-promos/about-will-wynn.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 150px;
}
#content-heading {
	margin-bottom: 20px;
}
/* Energy/Sustainability */
.page-id-16 #page-promo {
	background-image: url(../images/page-promos/energy-sustainability.jpg);
}
/* Healthy Communities */
.page-id-18 #page-promo {
	background-image: url(../images/page-promos/healthy-communities.jpg);
}
/* Urban Revitalization/Economy */
.page-id-20 #page-promo {
	background-image: url(../images/page-promos/urban-revitalization-economy.jpg);
}
/* Creative Cities */
.page-id-23 #page-promo {
	background-image: url(../images/page-promos/creative-cities.jpg);
}
#page-promo blockquote, #content-heading h1 {
	border-bottom: 10px #9AC900 solid;
	color: #FCFBF9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 20px 10px;
	width: 920px;
}
#content {
	overflow: hidden;
}
#main {
	background:#fff;
	float:left;
	padding:20px;
	width:580px;
}
#main.one-column {
	float: none;
	padding-top: 40px;
	width: auto;
}
#sidebar {
	background: #fff;
	float: right;
	margin-bottom:-32768px;
	padding: 20px 20px 32768px 20px;
	width:260px;
}
			
#footer {
	border-top: 2px #B6CC4D solid;
	margin: 10px 0 10px 0;
	padding: 5px 0;
}
#footer, #footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
#footer ul {
	float: left;
	margin: 0;
	list-style: none;
}
#footer li {
	display: inline;
	margin: 0 20px 0 0;
}
#footer p#copyright {
	float: right;
	margin: 0;
}
		
/* -- 3.NAVIGATION -- */

/* - Main Navigation - */
#main-nav { 
	bottom: 0;
	height: 30px;
	left: 0;
	position: absolute;
}
#main-nav ul{
	background: url(../images/layout/main-nav.gif) 0 0 repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main-nav ul li{
	float: left;
	margin: 0;
	padding: 0;
}

#main-nav ul li a{
	display: block;
	color: #030;
	font-weight: bold;
	text-decoration: none;
	height: 31px;
	line-height: 31px;
	width: 181px;
}
/* Urban Revitalization */
#main-nav ul li.page-item-20 a {
	width: 240px;
}
/* Creative Cities */
#main-nav ul li.page-item-23 a {
	width: 157px;
}

#main-nav ul li a:hover,
#main-nav ul li a:focus,
#main-nav ul li.current_page_item a{
	background-color: #edfcfe;
	color: #003300;
}
#main-nav ul li.current_page_item a {
	background-image: url("../images/layout/main-nav-item.gif");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	height: 43px;
}
		
/* - Utility Navigation - */	
.utility-nav {
	background: #013300;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.utility-nav ul {
	list-style: none;
	margin: 5px 15px;
	text-align: right;
}
.utility-nav ul li {
	display: inline;
	margin-left: 30px;
}
.utility-nav ul li a {
	color: #fff;
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
}
.utility-nav ul li a:hover, .utility-nav ul li.current_page_item a {
	color: #9C3;
}
			
/* -- 4.SPECIAL -- */
		
span.replace, #skip-nav { /* Image Replacement */
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;			
}
						
/* Clear fix */
.clear:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear{
	display: block;
}
/*  \*/
.clear{
	min-height:1%;
}
* html .clear{
	height:1%;
}
/*  */			
