@import url("nav.css");
/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework structure style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Kari			03/13/09
						
  	=================================================== 
  	===================================================  */


body {
	background: #e3e2d3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px;
	padding: 0px;
	}
	
	#container {
		background: #FFF url(../images/bgContainer.jpg) repeat-x;
		border: 1px solid #808084;
		margin-left: auto;
		margin-right: auto;
		width: 980px;
		}
	

/*  ===================================================  
  	DEFINES TOP BANNER
  	===================================================  */

#header {
	background: url(../images/bgHeader.gif) no-repeat;
	width: 980px;
	}
	
	.clientLogo {}
	
	#fastFinder {
		float: left;
		height: 24px;
		margin-bottom: 65px;
		padding: 0px 15px 0px 0px;
		text-align: right;
		width: 965px;
		}
	
		#fastFinder form {
			margin: 0;
			padding: 0px;
			}
			
				#fastFinder select {
					border: 1px solid #808084;
					color: #808084;
					font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
					height: 18px;
					padding: 0;
					margin: 0 15 4px 0;
					}
					
		  #siteSearchAlt {
			  display: none;
			  }					

/*  ===================================================  
  	DEFINES CONTENT STRUCTURE
  	===================================================  */
	
#contentContainer {
	padding-bottom: 15px;
	width: 980px;
	}
	
	#content {
	float:left;
	margin-right: 15px;
	width:432px;
		}
		
		/*used for the content area of the 2 column template*/
		#content.noPad {
			float: left;
			margin: 0;
			padding: 0;
			width: 677px;/**/
			}		

		#column1 {
			float: left;
			margin: 0px;
			padding: 0px 0px 0px 15px;
			width: 225px;
			}
		
			#column1Nest {}
		
		#column2 {
	float: right;
	margin: 0px;
	padding: 15px 15px 0px;
	width: 709px;
			}
		
			#column2Nest {
				background: #FFFFFF;
				border: 1px solid #808084;
				float: left;
				margin: 0;
				padding: 15px;
				width:677px;
				}

		#column3 {
			background: url(../images/column3Bg.gif) no-repeat;
			border-bottom: 10px solid #818085;
			border-left: 1px solid #818085;
			border-right: 1px solid #818085;
			border-top: 1px solid #818085;
			float: left;
			width: 228px;
			}
			
			#column3Nest {}
		
/*  ===================================================  
  	DEFINES FOOTER
  	===================================================  */

	
#footer {
	color: #777777;
	font-size: 11px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	}

#footer a, #footer table {
	color: #777777;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

/*  ===================================================  
  	DEFINES MISCELLANEOUS ELEMENTS
  	===================================================  */
	
			
#shim {
	clear: both;
	width: auto;
	}
	
.shim {
	clear: both;
	width: auto;
	height: 1px;
	}
	
.iBox {}

#iboxes {
	float:left;
	margin-top: 15px;
	width: 223px;
	}
			
#iboxes img {
	border-top: 1px solid #818085;
	border-right: 1px solid #818085;
	border-bottom: 5px solid #818085;
	border-left: 1px solid #818085;
	}
