/* CSS Document */

/*  ===================================================  
	
	Description: CSS Framework structure style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Kari			11/14/07
						
  	===================================================  */


body {
	margin: 0px;
	background: #F1EFE3;
	font: 1em Arial, Helvetica, sans-serif;

	}
	
	#container {
	background: #eae7d7;
	width: 100%;
	float: left;

	}
	

/* DEFINES TOP BANNER  */

#header {
	height: 176px;
	background: url(bkTop.jpg) repeat-x;
	width: 100%;
	float: left;
	}
	
#headerNest {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	}	
	
.clientLogo {
	width: 530px;
	height: 136px;
	float: left;
	overflow:hidden;
	/*background: url(logo.jpg);*/
	}
	
.clientLogo img {
	border:none;
	}
	
#fastFinder {
	width: 220px;
	float: right;
	}
	
	#searchDiv {
		background: url(bkInput.jpg) no-repeat;
		height: 30px;
		width: 218px;
		margin-top: 20px;
		}
		
	#searchInput {
		float: left;
		font: 14px Tahoma, Geneva, sans-serif;
		height: 16px;
		overflow: hidden;
		outline: none;
		width: 170px;
		margin: 5px;
		background: url(none);
		}
	
	#searchButton {
		float: right;
		height: 20px;
		margin-top: 3px;
		width: 28px;
		margin-right: 4px;
		}
		
	#searchButton img:hover {
		cursor: pointer;
		}	
	
	
/*  DEFINES SEARCH STYLES  */
	
.TopicCenterDDL {}
	
.siteSearchForm {}
	
.searchField {}
	
.searchButton {}

/*  DEFINES CONTENT STRUCTURE  */
	
#contentContainer {
	width: 980px;
	margin: 0px auto;
	background: #FFF url(bkBlue.gif) repeat-x;
	overflow: auto;
	} 


#featuredNavContainer {
	float: right;
	clear: right;
	width: 405px;
	}
	
#primNavContainer {
	width: 980px;
	background: url(bkPrimNav.jpg) no-repeat;
	height: 40px;
	clear: both;
	}
	
#secNavContainer {
	width: 278px;
	padding-top: 100px;
	}	

#pageTitle {
	height: 95px;
	}
	
	#column1 {
		width: 300px;
		float: left;
		background: url(bkInThisSection.gif) no-repeat 17px 0px;
		}
	
		#column1Nest {
			margin: 0px 7px 20px 20px;
			}
	
	#column2 {
		width: 660px;
		float: left;
		}
	
		#column2Nest {
			margin: 20px 0px 20px 15px;
			}
	
	#column3 {
		}
		
		#column3Nest {
		}
		
/*  DEFINES FOOTER  */

	
#footer {
	height: 114px;
	background: #333 url(bkBottom.jpg) repeat-x;
	width: 100%;
	float: left;
	font-size: 14px;

	}
	
	#footerNest {
		margin: 40px auto 0px;
		width: 980px;

		}
	
#copyrightContainer {}
	
#legalContainer {}
	
#copyrightDate {}
		

/*  DEFINES MISCELLANEOUS ELEMENTS  */

	
.shim {
	clear: both;
	width: auto;
	}
	
.contentPhoto {}
	
.contentTable {}
		
.contentTableRow {}
	
.contentTableRowAlternating {}

#iBoxes {
	background: url(bkPrimNavY.jpg) repeat-y;
	padding: 20px 20px 10px 25px;
}
			
.siteMapCols {
	width: 400px;
	float: left;
	margin-right: 20px;
	}

.siteMapCols ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	.siteMapCols ul a {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	text-decoration: none;
	line-height: 28px;

		}
	
	.siteMapCols ul ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: disc;
		}

	.siteMapCols ul ul a {
	font-weight: normal;

		}

/*#iBoxes {
	min-height: 118px;
}

#iBoxesImg {

}

.hide {
	display: none;
}*/