/*
 * $Id: santiam.css,v 1.3 2007/12/17 18:36:51 tcouch Exp $
 * santiam specific css that applies to every page of their site
 */
	
#pageBorder {
	width: 918px;	
}
#header {
	background-image: url(../../images/santiam/backgrounds/header.jpg);
	height: 124px;
}
#headerLinks {
	top: 138px;
	background-image: url(../../images/santiam/backgrounds/headerLinks.jpg);
	background-repeat: no-repeat;
	background-position: center;
	left: 205px;
}
.headerButton {

	background-repeat: no-repeat;
}

.headerButton a {
	color: black;	
}

#headerLinks span {
	text-decoration: underline;
}

#searchFormHolder {
	position: relative;	
	padding: 0px;
	color: black;
}

#searchFormPositioning {
	position: relative;
	width: 680px;
	height: 102px;	
	bottom: 20px;
}
.search, .city, .state {
	top: 22px;
	color: black;
}

#searchFieldContainer, #cityFieldContainer, #stateFieldContainer, .submitButton {
	top: 40px;
}

#exampleText, #searchWithin {
	top: 65px;
	color: black;
}

.milesInput {
	width: 48px;
}

#searchForm {
	background: none;
	width: 680px;
	height: 100px;
	position: relative;
	left: 220px;
	top: 193px;
	padding: 0px;
	background-image: url(../../images/santiam/backgrounds/searchForm.jpg);	
	background-repeat: no-repeat;
}

.submitButton {	
	background-image: url('../../images/santiam/backgrounds/searchButton.jpg');	
	color: white;	
	border: 0;
	text-transform: uppercase;	
	left: 537px;
}

#search .resultFormContainer .search,
#search .resultFormContainer .label,
#search .resultFormContainer td,
#search .resultFormContainer #searchWithin,
#searchForm .stateField,
#searchWithin,  
#search .submitButton, 

.boxHeaderText, 
.label, 
.state {
	color: black;
}

.submitButton {
	color: white;
	left: 538px;
}

.searchField {
    width: 90%;
}

#aboutUsContainer {
	margin-top: 250px;
}	