/*
 * $Id: brazoria.css,v 1.1.2.1 2009/01/29 21:23:41 cschulze Exp $
 * brazoria specific css that applies to every page of their site
 */
	
#pageBorder {
	width: 918px;
	padding-bottom: 30px;	
}
#header {
	background-image: url(../../images/brazoria/backgrounds/header.gif);
	height: 109px;
	width: 918px;
}
#headerLinks {
	top: 138px;
	background-image: url(../../images/brazoria/backgrounds/headerLinks.jpg);
	background-repeat: no-repeat;
	background-position: center;
	left: 205px;
	text-align: center;
}
.headerButton {
	background-repeat: no-repeat;
	cursor: auto;
}

.headerButton a {
	color: #990000;	
}

#headerLinks span {
	text-decoration: underline;
	left: 0;
	cursor: pointer;
}

#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 {
	width: 682px;
	height: 118px;
	position: relative;
	left: 220px;
	top: 193px;
	padding: 0px;
	background: url(../../images/brazoria/backgrounds/searchForm.gif) no-repeat;	
}

.submitButton {	
	background-image: url('../../images/brazoria/backgrounds/searchButton.png');	
	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, 

.label, 
.state {
	color: black;
}

.boxHeaderText {
	color: white;
}

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

.searchField {
    width: 90%;
}

#aboutUsContainer {
	margin-top: 250px;
}	

#cityFieldContainer, .city {
	left: 275px;
}

.state, #stateFieldContainer {
	left: 410px;
}

#searchForm .searchField {
	width: 180px;
}

#searchWithin {
	left: 453px;
}

