/* 
* Layout/Template CSS only
*/

/*Site Layout*/

div.container{
	width:950px;
	margin:0 auto;
}
div.top_content{
	width:950px;
	height:6px;
	background: url("../graphics/bg_top.gif") no-repeat #FFF;
	 
}
div.bottom_content{
	width:950px;
	height:6px;
	background: url("../graphics/bg_bottom.gif") no-repeat #FFF; 
}
div.middle_content{
	background: url("../graphics/bg_center.gif") repeat-y #FFF;
	padding:11px 18px;
	
}
div.navigation{
	
}
div.left_content{
	width:186px;
	float:left;	
}
div.center_content{
	float:left;
	width:540px;
	overflow:hidden;
	text-align:left;	
}
div.right_content{
	width:179px;
	float:right;
}
div.right_content a{
	display:block;
	margin-bottom:7px;	
}
div.left_headerbar{
	width:7px;
	height:48px;
	background: url("../graphics/left_headbar.gif") no-repeat;
	float:left;	
}
div.right_headerbar{
	width:7px;
	height:48px;
	background: url("../graphics/right_headbar.gif") no-repeat;
	float:left;		
}
div.headerbar{
	width:526px;
	height:48px;
	background: url("../graphics/headerbar_bg.gif") repeat-x;
	float:left;		
}
div.headbar{
	height:48px;
	margin-bottom:11px;
}
div.cta{
	color:#262261;
	float:left;
	font-size:11pt;
	font-weight:bold;
}
div.greenmedia{
	float:left;
	width: 150px;
	padding-top:10px;
}
div.necc{
	float:left;
	width: 150px;
}
/***************************************************************************
Blog Layout
***************************************************************************/
div.blog-image-container{
	float:right;
	width:150px;
	padding:0 0 6px 6px;	
}
div.blog-item{
		
}
div.blog-item_inner{
	padding:12px;
}
div.blog-item p{
		
}
div.blog-item-top{
background:#FFFFFF url(../graphics/bg_blog_top.gif) no-repeat scroll 0 0;
height:6px;
width:540px;
}
div.blog-item-bottom{
background:#FFFFFF url(../graphics/bg_blog_bottom.gif) no-repeat scroll 0 0;
height:6px;
width:540px;
}
div.blog-item-center{
background:#FFFFFF url(../graphics/bg_blog_center.gif) repeat-y;
width:540px;
}
div.divPagelinks ul.pagelinks{
	margin:8px	
}
ul.pagelinks li{
	list-style:none;
	border:1px solid #DDDDDD;
	color:#AAAAAA;
	margin-right:2px;
	padding:2px 5px;
	text-decoration:none;	
	float:left;
	font-size:9pt;		
}
ul.pagelinks li.selected{
	list-style:none;
	background-color:#F0F0F0;
	border:1px solid #E0E0E0;
	font-weight:bold;
	margin-right:2px;
	padding:2px 5px;	
}
ul.pagelinks li a{
	color:#262261;
	font-weight:bold;
}
div.buttons{
	text-align:center;	
}
/***************************************************************************
Form Layouts
***************************************************************************/

div.formalert{
	margin:20px 0;		
}

ul#form{
	margin:0;
	padding:0;
}
div.form_container{
	margin:20px 0;
}
ul#form li input,select{
	width: 228px;	
}
ul#form li.submit input{
	width:100px;	
}

/***************************************************************************
Resource Layouts
***************************************************************************/
div.resource_item{
	padding:10px 0;
}

/***************************************************************************
Social Media
***************************************************************************/

div#social-media{
	background: url("../graphics/stay-updated-bg.png") no-repeat;
	width:170px;
	height:48px;
	display:block;
	margin:0 0 5px 4px;
	position:relative;
	z-index:1;
}
div#social-media ul{
	float:right;
	padding:11px 0 8px 0;
}
div#social-media li{
	float:left;
	padding-right:6px;
}
div#social-media li a{
	display:block;
	margin-bottom:0;
}