@charset "utf-8";
/* CSS Document */

body{
	background:#494949;
	
}

#wrapper{
	background:#FFF;
	border:#999 solid 1px;
	width:961px;
	padding:0px;
}

#container{
	padding:0px;
}

#header {
	background:url(../images/header_bg.png) repeat-x;
	padding-bottom:0px;
	padding-left:0px;
	padding:0px;
}

#header #container{
	
}

#link_bar_bottom{
	background:#bf0000;
	height:15px;
}

#link_bar_item{
	float:right;
	color:#FFF;
	margin:0px;
	text-transform:uppercase;
	text-align:center;
}

#link_bar_item a {
	color:#FFF;
}

#link_bar_item a:hover {
	text-decoration:none;
}

#link_bar_item .selected, #link_bar_item .unselected{
	height:21px;
	width: 158px;	
	padding-top:5px;
}

#link_bar_item .selected{
	background:url(../images/red_tab.png) no-repeat;	
}

#link_bar_item .unselected{
	background:url(../images/grey_tab.png) no-repeat;
	margin-left:-15px;
}	

#content #container{	
	min-height:400px;
	padding-bottom:25px;
	line-height:18px;
}

#footer{
	background:#000;
	color:#FFF;
	padding:10px;
	
}

#footer #container{
	
}



.clear{
	line-height:0px;
}

#dropmenudiv{
	background:#BF0000 !important;	
	border-top:0px !important;
}

.pageHeader{
	background:url('http://www.progrowthpremier.com/images/page_header.png') no-repeat; 
	width:728px; 
	height:88px; 
	margin-left:-10px; 
	margin-top:-10px; 
	padding:10px; 
	padding-top:20px;	
}

.pageHeaderSmall{
	background:url('http://www.progrowthpremier.com/images/section_header.png') no-repeat; 
	width:728px; 
	height:28px; 
	margin-left:-10px; 
	margin-top:-10px; 
	padding:10px; 
	padding-top:20px;
}

.sectionHeader{
	background:url('http://www.progrowthpremier.com/images/section_header.png') no-repeat;
	padding:10px;
	padding-top:15px;
	height:34px;
}