/*
 * $Id: latelco.css,v 1.1.4.3 2008/03/18 16:36:51 ctandy Exp $
 * latelco specific css that applies to every page of their site
 */
	
#pageBorder {
	width: 918px;	
}
#header {
	background-image: url(../../images/latelco/backgrounds/header.png);
	height: 124px;
}
#headerLinks {
	top: 138px;
	background-image: url(../../images/latelco/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/latelco/backgrounds/searchForm.jpg);	
	background-repeat: no-repeat;
}

.submitButton {	
	background-image: url('../../images/latelco/backgrounds/submitButtonBackground.gif');	
	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;
}

.city {
	left: 330px;	
}

#cityField {
	position: relative;
	right: 10px;
}


.boxHeaderText {
	color: white;
}

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

.searchField {
    width: 90%;
}

#aboutUsContainer {
	margin-top: 250px;
}	
