/*
 * $Id: seattle.css,v 1.4.4.1 2008/01/28 14:30:40 tcouch Exp $
 * seattle default asthetics 
 */


* {
	font-family:  Arial, Verdana;
	font-size: 12px;
}		

h1, h2, h3, h4 {
	background: none;
}
.headerButton {
	cursor: pointer;	
	text-decoration: none;
	float: left;
	display: block;
	width: 223px;
	height: 36px;
	margin-left: 8px;
}

.headerButton span {
	font-weight: bold;	
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	left: 40px;
	top: 8px;
	text-decoration: none;
}

#header {	
	height: 107px;
	position: absolute;
	width: 918px;
	top: 0px;
	left: 0px;
	right: 0px;	
}

#headerLinks a{
	text-decoration: none;
}

#headerLinks {
	width: 710px;
	right: 0px;
	position: absolute;
	top: 128px;
	height: 36px;
}

#page {
	height: 800px;
}

#searchForm {
	background-repeat: no-repeat;
	width: 693px;
	height: 116px;
	position: absolute;		
	right: 12px;
	top: 170px;
	padding-top: 20px;
}

#searchFormPositioning {
	position: absolute;
	width: 693px;
	height: 116px;
	top: 0px;
	left: 0px;
}

#labels {
	width: 100%;
	float: left;
}

.label {
	float: right;
	font-weight: bold;
}

.search {
	position: absolute; 
	top: 32px;
	left: 80px;
}

.city {
	position: absolute;
	top: 32px;
	left: 340px;
}

.state {
	position: absolute;
	top: 32px;
	left: 460px;
}

#fields {
	width: 100%;
}


#searchFieldContainer {
	position: absolute;
	top:50px;
	left: 80px;
	
}
#searchForm .searchField {
	width: 230px;
}

#cityFieldContainer {
	position: absolute;
	top: 50px;
	left: 340px;
}

#stateFieldContainer {
	position: absolute;
	top: 50px;
	left: 460px;
}

#submitButton {
	
	}

#bottomLine {
	width: 100%;
	text-align: left;
}

#exampleText {
	position: absolute;
	top: 75px;
	left: 80px;
	color: white;
}

#searchWithin {
	position: absolute;
	top: 75px;
	left: 460px;
}

.submitButton {
	position: absolute;
	top: 50px;
	left: 535px;
	width: 51px;
	height: 23px;	
	font-weight: bold;	
}

.boxHeaderText {	
	position: relative;
	bottom: 7px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.boxHeaderText, .positioning {
	text-align: left;
}

#aboutUsContainer {
	margin-top: 350px; 
	padding: 0px 100px 50px 100px; 
	line-height: 25px; 
}

#aboutUsContainer p {
	text-align: justify;
}
#aboutUsContainer h2 {
	text-align: center;
}

