/* ----------------------------------------------------------------------------------- */
/* -		LAYOUT -- HOME														 - */
/* ----------------------------------------------------------------------------------- */


/* --------------------------------------------------- */
/* -	IMAGE BANNER								 - */


.imageBanner {
	background-color:#000099;
	font-size:0; /* ie fix */
	position:relative;
	}
	
	.overlayWrapper {
		position:absolute;
		/*bottom:5px;*/
		top:-110px;
		right:255px;
		width:346px;
		padding:20px 0 0 20px;
		}
		
	.overlay {
		height:81px;
		}
	
	.overlay .signature {
		position:absolute;
		bottom:10px;
		right:21px;
		}



/* --------------------------------------------------- */
/* -	Secondary Nav  AKA  Intro Area				 - */

.newsWrapper {
	width:315px;
	padding:10px 0px 0px 15px;
	}	
.news {
	}



.secondaryNavWrapper {
	padding:0px 0px 0px 0px;
	width:322px;
	background:none;
	}


.secondaryNavWidget {
	padding:10px 0px 22px 22px;
	}



.secondaryNavWrapper p {
	width:240px;
	padding:0 0 20px 0;
	color:#333333;
	}
	
.secondaryNav {
	width:200px;
	}
	
	.ulWrapper ul li {
		margin-bottom:0;
		}

.graphic {
	 position:absolute; 
	 right:0px; 
	 bottom:0px;
	 }
	
/* --------------------------------------------------- */
/* -	Main Section								 - */

.mainSection {
	background:none;
	}
	
.homeContent {
	background:url(/img/home/homecontentbkg.jpg) repeat-y;
	height:1%; /* ie6 hack */
	}
	
.homeFooter {
	background:#1E1E1E;
	background:url(/img/home/bottomfooterbg.png) repeat-y;
	height:60px;
	margin-left:26px;
	margin-right:0px;
	}
	
	.pdf_button_homeWrapper {
		width:296px;
		}
		
.homeFooter .buttonStrip {
	background:#3B3520;
	height:33px;
	/*margin-right:-15px;*/
	width:626px;
	}
		
	a.pdf_button_home {
		background:url(/img/home/home_pdfbutton.jpg) no-repeat 0 0;
		width:274px;
		height:42px;
		height:26px;
		margin:8px 0 0 10px;
		padding:16px 0 0 62px;
		display:block;
		color:#000;
		font-size:12px;
		text-decoration:none;
		width:224px;
		}
		
	a.pdf_button_home:hover {
		background:url(/img/home/home_pdfbutton.jpg) no-repeat 0 -42px;
		}


.img_secondary {
	width:60px;
	position:absolute;
	bottom:-15px;
	right:0px;
	}
	
.img_main {
	width:208px;
	position:absolute;
	bottom:0px;
	right:209px;
	}
	
.textLink2 {
	padding-top:8px;
	text-align:right;
	width:319px;
	z-index:10;
	}
.textLink1 {
	padding-top:8px;
	text-align:right;
	width:244px;
	z-index:10;
	}
	
.textlink2 .textLink {
	display:inline;
	}

.textlink1 .textLink {
	display:inline;
	}
	
	
