


body{
	background:#000 url(../Images/gradient-bg.jpg) top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:70%;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	}

h1{
	padding:0;
	margin:0;
	color:#FFF;
	font-size:23px;
	}

h2{
	padding:0;
	margin:0;
	color:#FFF;
	font-size:16px;
	}

h3{
	padding:0;
	margin:0;
	color:#FFF;
	font-size:13px;
	}

ul{
	padding:0;
	margin:0;
	list-style:none;
	list-style-type:none;
	}

#secondary-bg{
		background:url(../Images/secondary-bg.jpg) top left no-repeat;
		height:auto;
		padding-top:30px;
	}

#main-wrapper{
		width:920px;
		margin:0 auto;
		text-align:left;
		height:auto;
	}

#head{
		height:140px;
	}

#logo{
	display:block;
	width:250px;
	height:100px;
	color:#444444;
	padding:25px 0 0 40px;
	float:left;
	}
	
#logo img{
	display:none;
	}

		
#logo a{
	clear:both;
	margin-bottom:5px;
	width:205px;
	height:60px;
	display:block;
	background:url(../Images/fes-sidelogo-white.png) bottom center no-repeat;
	}
	
#logo span{
		position:absolute;
		top:-9999px;
	}

#top-nav{
		float:right;
		height:150px;
		display:block;
		width:auto;
		color:#FFF;
		padding-right:20px;
		}
	

#top-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	list-style-type:none;
	background:#036;
	}
			
#top-nav ul li
{
	
	float:left;
	}


#top-nav ul li a{
	float:left;
	color:#FFF;
	display:block;
	padding:60px 10px 10px 10px;
	text-decoration:none;
	}

#top-nav ul li a:hover, #top-nav ul li a.active{
	background:#383639;
	}

#top-nav tr{
	
	list-style:none;
	list-style-type:none;
	}
		
#top-nav tr td{
	float:left;
	padding:0;
	margin:0;
	}


#top-nav tr td a{
	float:left;
	color:#FFF;
	display:block;
	padding:60px 10px 10px 10px;
	text-decoration:none;
	}

#top-nav tr td a:hover, #top-nav tr td a.active{
	background:#383639;
	}
#selected-nav-item 
{
	background:#383639;
}
	
#footer{
		clear:both;
		margin:0;
		padding:20px 0 0 25px;
		color:#444444;
		font-size:10px;
	}	

/*
***************
	PAGES
***************
*/


/* home */


.home-bg{
		background:#000 url(../Images/content-bg.gif) top left no-repeat;
}

.headline{
	margin-top:160px;
	padding-left:425px;
	width:auto;
	display:block;
	}

.headline h2{
		width:200px;
		font-size:11px;
		font-weight:normal;
		margin-bottom:10px;
		margin:10px 0 10px 0;
	}

a.pink-black, a.pink-grey{
	text-decoration:none;
	padding:0px 30px 2px 8px;
	color:#ec008c;
	background:#000 url(../Images/link-bg.gif) top right no-repeat;
	}

a.pink-grey{/*overwrite above*/
		background:#383639 url(../Images/link-bg.gif) top right no-repeat;
		color:#FFF;
		margin-left:25px;
	}

a.pink-black:hover, a.pink-grey:hover{
	text-decoration:none;
	color:#FFF;
	background:#383638 url(../Images/link-bg.gif) top right no-repeat;
	}
	
#home-bottom-boxes{
	height:235px;
	display:block;
	margin:40px 0 40px 25px;
	background:url(../Images/home-boxes.png) top left no-repeat;
	}

#home-bottom-boxes ul{
	float:left;
	margin:50px 0 0 25px;
	}
	
#home-bottom-boxes ul li{
	height:140px;
	width:230px;
	float:left;
	padding-right:40px;
	}

#home-bottom-boxes ul li p{
	margin:0;
	padding-top:20px;
	height:80px;
	}
	
#home-bottom-boxes ul li.last{
		margin-left:40px;
	}
	
	/*what we do*/

.common-bg{
		background:url(../Images/content-bg-pages.jpg) top left no-repeat;
}


.left-content {
	height: 550px; padding: 20px 50px 20px 50px; width: 370px;
	}
	
.left-content ul {list-style-type: disc; margin-left: 10px; margin-bottom:5px;}

.left-content ul li{
		margin-bottom:5px;
	}

.left-content ul li h3, .left-content ul li p{
		padding:0;
		margin:0;
}



.left-content h1 {font-size: 1.5em; margin-bottom: 50px; margin-top: 30px; color: #888;}
.left-content a{
		color:#ec008c;
		text-decoration:none;
}




/* css hack for floating divs */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

