/* 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 {
	background: #bbccce;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	
	#container {
		background: #e6d6b4;
		border: 1px solid #414141;
		margin-left: auto;
		margin-right: auto;
		width: 978px;
		}
		
	#borderContainter {
		background: #F4F0E3;
		border: 1px solid #414141;
		margin: 4px auto;
		width: 968px;
		}	

/* DEFINES TOP BANNER  */

#header {
	position: relative;
	height: 153px;
	}
	
	.clientLogo {
		float: left;
		margin-bottom: 20px;
		margin-left: 70px;
		margin-top: 25px;
		}
	
	#fastFinder {
		bottom: 18px;
		padding-bottom: 0px;
		padding-right: 20px;
		position: absolute;
		right: 0px;
		text-align: right;
		width: 480px;
		}
		
		#fastFinder input, #fastFinder select  {
			font-size: 12px;
			text-transform: lowercase;
			}	
	
/*  DEFINES SEARCH STYLES  */

.searchField {
	margin-right: 5px;
}
	
.searchButton {
	margin: 0px 4px 0px 0px;
	padding: 0px;
	}

/*  DEFINES CONTENT STRUCTURE  */
	
#contentContainer {
	background: #e7d7b3;
	border: 1px solid #414141;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 926px;
	} /* set column background on this div */

#content {
	background: #fcffff url(../images/borderContainerInsideBk.gif) repeat-y;
	border: 1px solid #414141;
	margin: 4px;
	}

#featuredNavContainer {
	width: 980px;
	}
	
#primNavContainer {
	width: 980px;
	}
	
#secNavContainer {
	}	
	
	#column1 {
		float: left;
		width: 230px;
		}
	
		#column1Nest {
			margin: 15px;
			width: 200px;
			}
	
	#column2 {
		float: left;
		width: 425px;
		}
	
		#column2Nest {
			margin: 15px;
			}
	
	#column3 {
		float: right;
		width: 230px;
		}
		
		#column3Nest {
			margin: 15px;
			width: 200px;
			}
			
			#column3Nest img {
				margin-bottom: 15px;
				}
					
			#column3Nest .sections {
				background: url(../images/secNavDivider.gif) no-repeat;
				margin-bottom: 15px;
				padding-top: 20px;
				}
				
			#column3Nest .sections img {
				margin: 0;
				}	
				
			#column3Nest h3 {
				margin: 0px;
				padding: 0px;
				}
				
			#column3Nest ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
				}
				
				#column3Nest li {
					margin: 3px 0px;
					font-size: 13px;
					}
				
			#column3Nest a { 
				text-decoration: none;
				}
				
				#column3Nest a:hover { 
					text-decoration: underline;
					}			
		
/*  DEFINES FOOTER  */

	
#footer {
	color: #414141;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 40px;
	}
	
	#footer a {
		color: #414141;
		text-decoration: none;
		}	
	
	#footerNest {
		margin: 20px 0px;
		}
	
#copyrightContainer {
	float: left;
	}
	
#legalContainer {
	float: right;
	}


/*  DEFINES MISCELLANEOUS ELEMENTS  */

	
.shim {
	clear: both;
	width: auto;
	}

.siteMapCols {
	border-bottom: 20px solid #FFF;
	float: left;
	width: 300px;
	}
	
.siteMapCols a {
	text-decoration: none;
	}	
	
.siteMapCols h1 {
	background: url(../images/secNavDivider.gif) repeat-x 0px 20px;
	display: block;
	font-size: 18px;
	height: 25px;
	margin: 0;
	padding: 0;
	}
	
	.siteMapCols h1 a {
		color: #003976;
		margin: 0;
		padding: 0;
		}	
	
	.siteMapCols ul {
		margin: 0 0 20px;
		}
		
	.siteMapCols ul ul {
		margin: 0;
		}

