/*
Company:		Adamswells PhoneBooks LLC
URL:			phonebook.adamswells.com
Last Update:	2/3/05
Description: These styles only pertain to the index page of the website.
*/

/* links - link visited hover active */

/* Begin site definitions */
body {
	background-color: #efeffa;
	text-align: center;
}
img.frontLogo {
	margin-left: auto;
	margin-right: auto;
}
div.frontMain {
	margin-left: auto;
	margin-right: auto;
	width: 626px;
	text-align: left;
}
div.frontLeft, div.frontRight {
	float: left;
}
div.frontLeft {
	width: 470px;
}
div.frontRight {
	margin-left: 5px;
}
div.frontSearchTop {
	background-image: url("../graphics/front_topboxline.gif");
	background-repeat: no-repeat;
	width: 425px;
	height: 12px;
}
div.frontSearchMain {
	background-image: url("../graphics/front_sideboxline.gif");
	background-repeat: repeat-y;
	width: 423px;
	height: 360px;
	padding: 1px;
	margin-top: -5px;
}
div.frontSearchBottom {
	background-image: url("../graphics/front_bottomboxline.gif");
	background-repeat: no-repeat;
	width: 425px;
	height: 12px;
}
div.test1{
	display: inline;
}

div.yellowPages {
	width: 405px;
	margin-left: 8px;
	background-color: #fffaa6;
	padding: 1px;
	padding-bottom: 10px;
		
}
div.whitePages {
	width: 202px;
	margin-left: 14px;
}


h3.yellowPages, h3.whitePages {
	display: block;
	padding: 5px 10px;
	width: 386px;
	margin-left: 8px;
	font-size: 1.05em;
	background-color: #f6f676;
	margin-bottom: 0px;
	margin-top: 1px;
	float: left;
}
h3.whitePages {
	background-color: #ddddfa;
}
/* Business/Person Text Styles */
div.yellowPages h4, div.whitePages h4 {
	color: #102073;
	font-style: italic;
	font-size: .95em;
	margin: 2px 0px;
	padding: 0px;
	margin-top: 4px;
float: left;
	}
div.yellowPages h5, div.whitePages h5 {
	color: #666ab5;
	font-size: .75em;
	font-weight: lighter;
	padding: 0px;
	margin: 2px 0px;
	margin-bottom: 4px;
float: left;
	}



div.byName {
	float: left;
	padding: 0px;
	margin: 0px;	
	margin-left: 5px;
	width: 190px;
}
div.byCategory {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	width: 190px;
}
div.frontLeft img {
	margin-top: 50px;
}
/* Text Styles */
h1.front, h2.front {
	font-size: 1.2em;
	margin-left: 15px;
	color: #e49300;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2.front {
	font-size: 1.1em;
}
h1.front span.reverseSearch {
	font-size: .7em;
	font-weight: lighter;
	color: #333333;
}


div.listingodd, div.listingeven {
	padding: 4px;
	margin: 2px 0px;
	margin-bottom: 4px;
}
div.listingodd {
//	background-color: #ffffff;
}
div.listingeven {
	background-color: #ddddfa;
}




span.alphabetLinks {
	font-size: .9em;
}
span.browseAll {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}
div.frontRight p {
	font-size: .75em;
	text-align: right;
	font-style: italic;
}
/* Form Styles */
form.search {
	display: block;
	width: 387px;
	margin-left: 8px;
	margin-top: 0px;
	background-color: #e7fbd6;
	padding: 10px;
	font-size: .8em;
	font-style: italic;
}
form p {
	margin: 0px;
}
input#name {
	width: 250px;
}
input#city {
	width: 120px;
}
input#zip {
	width: 70px;
}
label.zip {
	margin-left: 155px;
}
input.searchBtn {
	padding: 0px;
	margin: 0px;
	margin-bottom: -8px;
	margin-left: 10px;
}
