@charset "UTF-8";
body {
	background: #8dad47 url(bg-header.png) 0px 0px repeat-x;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

#header-container {
	height: 185px;
	background: url(logobg-top.png) 0px 5px no-repeat;
	min-width: 750px;
}

#logo {
	float: left;
	margin: 30px 0px 0px 120px;
}

#content-containter {
	background: url(logobg-bottom.png) 0px 0px no-repeat;
	min-width: 1058px;
}

#horiz-space {
	height: 33px;
}

#column-bg {
	background: url(bg-column.png) 800px 20px repeat-y;
}

#left-column {
	width: 800px;
	float: left;
}

#right-column {
	width: 258px;
	float: left;
}

#right-column h1 {
	color: #0f325a;
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 40px 0px 10px 15px;
}

#right-column h2 {
	color: #e8ffd1;
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Arial;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 10px 15px;
}

#search-container {
	float: left;
	margin: 150px 0px 180px 100px;
}

#search-container h1 {
	color: #0f325a;
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Arial;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

.textfields {
	height: 23px;
	border: 1px solid #477995;
	background: url(input-bg.png) 0px 0px repeat-x;
	width: 250px;
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	color: #5586a2;
	padding: 4px 0px 0px 5px;
}

#local-temp {
	color: #f3e2c5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 228px;
	height: 36px;
	background: url(bg-temp.png) 0px 0px no-repeat;
	float: right;
}

#local-temp img {
	border: 1px solid #6a8198;
	float: left;
	margin: 4px 10px 0px 5px;
}

#temp-text {
	margin-top: 11px;
}

#city-container {
	width: 228px;
	float: right;
	color: #3A4F13;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#city-container a {
	color: #3A4F13;
	text-decoration: none;
}

#city-container a:hover {
	text-decoration: underline;
}

#city-1 {
	float: left;
	width: 100px;
}

#city-2 {
	float: left;
}

#footer {
	background: url(bg-footer.png) 0px 0px repeat-x;
	padding: 25px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#addbiz {
	margin-left: 100px;
	color: #183b90;

}

#addbiz a {
	color: #183b90;
	text-decoration: none;
}

#addbiz a:hover {
	text-decoration: underline;
}

#footer-nav {
	margin: 3px 0px 3px 100px;
	color: #fff;
}

#footer-nav a {
	color: #fff;
	text-decoration: none;
}

#footer-nav a:hover {
	text-decoration: underline;
}

#copyrights {
	margin: 0px 0px 20px 100px;
	color: #BEDD7B;
}

/*--- new additions 3/26 ---*/

@charset "utf-8";
#results-logo {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Sans", Arial;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #0785E5;
	height: 110px;
	float: left;
	margin: 50px 0px 0px 115px;
	padding: 2px 0px 0px 0px;
	background: url(local-pages-logo-powered.png) 65px 60px no-repeat;
	min-width: 500px;
}


#results-logo a {
	text-decoration: none;
	color: #0785E5;
}

#header-logo-bg {
	height: 92px;
	background: url(bg-logo-text.png) 0px 0px no-repeat;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 100%;
	min-width: 920px;
}

/*---international pulldonw --*/

#international-select {
	font-family: arial;
	font-size: 12px;
	margin: 15px 10px 0px 0px;
	padding: 3px 3px 0px 3px;
	position: relative;
	width: 166px;
	height: 18px;
	z-index: 4;
	background-color: #4880B6;
}

#international-select a {
	text-decoration: none;
	color: #FFFFFF;
}

#international-select a:hover {
	color: #92D2F3;
}

#moreCountry {
	background-color:#4880B6;
	padding: 3px 3px 3px 3px;
	width: 166px;
	position: absolute; 
	top:21px;
	left:0px;
}

	.moreMenu{
	margin:0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
	text-decoration: none;
	padding:0px;
	z-index:2;
	text-align:left;
	width:166px;
	}
	
