/*@import url("includes/news-structure.css");*/

/*
Section page specific CSS structure
*/

div#SectionTop {
	background: #6b7837 url('/template/images/hpgrouplife-bg-top.jpg') no-repeat top center;

	
	width: 1010px;
	height: 232px;
	margin: 0px auto;
	position: relative;

	overflow: visible;
	z-index: 9;
}

div#SectionHeader {
	visibility: hidden;
	height: 122px;
}

/* 
Group Life Header 
*/
div#GroupLifeHeader {
	position: absolute;
	top: 136px; left: 327px;
	width: 616px;
	height: 94px;
}

div#GroupLifeHeader h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.3em;
}




div#SectionMiddle {
	background: #6b7837 url('/template/images/hpgrouplife-mid.jpg') repeat-y top center;

	width: 1010px;
	margin: 0px auto;
	
	padding-bottom: 12px;
	position: relative;
	}

div#SectionMiddle div#LeftBar {
	margin-left: 28px;
	width: 200px;
}

/* Sidebar image */
div#SectionMiddle div#LeftBar {
}
div#SectionMiddle div#LeftBar .sectionImage {
	clear: both;
}
div#SectionMiddle div#LeftBar .sectionImage img {
	position: absolute;
	bottom: 16px; left: 36px;
}


div#SectionMiddle div#MainContent {
	padding-top: 16px;
	margin-left: 12px;
	width: 716px;
}


/* Headers in main content */

/* Page Name */
#MainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -0.05em;
	font-size: 2.2em;
	text-align: left;

	margin: 8px;
	margin-bottom: 18px;
	text-align: left;
}
#MainContent #PageName, #MainContent #PageName h1 {
	margin: 0px;
	margin-bottom: 12px;
	/*font-variant: small-caps*/

/*	text-align: right;
	margin-right: 24px;
*/}
#MainContent #PageName h1 {
}


#MainContent div + h3 {
	margin-top: 12px;
}
#MainContent h3 {
	padding: 4px 12px 6px 12px;
	border-top: 1px dotted #5f2a00;
	border-bottom: 1px dotted #5f2a00;
	letter-spacing: 0.00em;
	background-color: #6c3404;
	
	clear: both;
}







div#SectionBottom {
	background: #6b7837 url('/template/images/hpgrouplife-bottom.jpg') no-repeat top center;

	width: 1010px;
	height: 90px;
	margin: 0px auto;
	padding-top: 6px;
}





/*
Group Life Overrides
*/

/* GlobalNav */
div#GlobalNav {
	top: 105px; left: 335px;
}

/* Search */
label.search { display: none; }
div#Search {
	position: absolute;
	top: 74px; left: 843px;
}

/* BreadcrumbNav */
div#BreadcrumbNav {
	position: absolute;
	top: 232px; left: 362px;
	
	width: 580px;
	text-align: right;

	z-index: 3;
}

/* SideBar Nav */
div#LeftNav ul li {
	font-size: 1.1em;
	margin-bottom: 4px;
}
div#LeftNav ul li.active {
	color: #CEAC64;
	/*font-weight: bold;*/
}

div#LeftNav ul ul li.active {
	background: none;
}

