/* CSS Document */
/*Dark Yellow:  #FFCC00
 *Dark Green:  #666633
 *New Green: #75840f
*/

body {
	font:75% "Trebuchet MS", Verdana, sans-serif;
	background: #ffffff url(images/newback.jpg) no-repeat scroll left top;
}

a:link {
	color:#7cb0e2;
}
a:visited {
	color:#072d76;
}

div#content,
div#footer,
#nav-search fieldset,
#nav-search fieldset legend {
	background-color:white;
	color:black;
	padding:1em;
	border:2px solid gray;
}

#nav-search fieldset legend {
	padding:0 0.5em;
}

.addabout {
	position:static;
	left:600px;
	top:50px;
}

div#content {
	width:500px;
	float:left;
}

#nav-search {
	width:250px;
	float:left;
	overflow:hidden;
}
#nav-search input {
	border:1px solid gray;
}
div#footer {
	clear:both;
	margin:2em 0;
	width:750px;
	position:relative;
	top:2em;

}
div#footer p {
	margin:0;
	padding:0;
	text-align:right;
}
div#map {
	color:black;
}

.listing-short {
	clear:both;
	border: 1px solid #75840f;
	width:99%;
	margin:1em 0;
	float:left;
}
.listing-short br {
	display:none;
}
.listing-short h2 {
	font-size:medium;
}
.listing-short div.company,
.listing-short div.address,
.listing-short div.contact {
	float:left;
	padding:0 0.5em;
	width:55%;
}
.listing-short div.company {
}
.listing-short div.address {
	width:40%;
	padding-top:0.5em;
}
.listing-short div.contact {
	width:40%;
	padding-top:0.5em;
}