/* START LOGGEDIN STYLES OF THE - TOOLBOX MODE */

body.loggedIn div#main-content{
	margin:187px auto 0;	
}

/* END LOGGEDIN STYLES OF THE - TOOLBOX MODE */

div#branding{
	*margin-bottom: 257px;
}

div#main-content{
	width: 980px;
	height: 250px;
	margin: 257px auto 0;
	position: relative;
	overflow: hidden;		
}
	div#main-content #content-wrapper{
		width: 980px;
		height: 250px;
		background:url(../images/content-bg.png) repeat 0 0; 
		float: left;_display: inline;
		position: relative;		
	}
	body.has-jquery div#main-content #content-wrapper{
		margin-top: 170px;
	}
	div#main-content h2{
		float: left;_display:inline;
		margin: 35px 0 25px 35px;_margin: 35px 0 15px 35px;		
		color: ##EED3A3;
		font-family:"Gill Sans MT Light", Georgia, Times New Roman, Times, serif;
		font-size: 1.6em;
		font-weight: normal;
		text-transform: uppercase;
		text-align: left;
	}
	
	*+html div#main-content h2{
		margin: 35px 0 15px 35px;
	}
	
	div#main-content #content{
		clear: both;
		width: 915px;
		margin: 0 auto 0;
	}
	
	#toggle-content{
		position: absolute;
		top: 30px;
		left: 375px;	
		cursor: pointer;
	}
	.close-content{
		position: absolute;
		top: 38px;
		left: 10px;	
		cursor: pointer;
		width: 16px;
		height: 14px;
		background:url(../images/close_btn.png) repeat 0 0; 
	}