body {
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: small;
}
#headerouter {
	background-image: url(../../../designimages/outerheaderbg.jpg);
	background-color: #4E8525;
	height: 121px;
	width: 100%;
	background-repeat: repeat-x;
}
#headerouter #header {
	height: 121px;
	background-image: url(../../../designimages/headerbg.jpg);
	background-repeat: no-repeat;
}
#headerlogo {
	position: absolute;
	left: 0px;
	top: 5px;
}
#google_translate_element {
	position: absolute;
	top: 5px;
	right: 0px;
	color: #FFF;
	font-size: x-small;
	text-align: right;
}
#mainnavigation {
	position: absolute;
	left: 165px;
	top: 85px;
	font-size: 14px;
	color: #FFF;
}
#container {
	padding: 10px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
#container #topimage {
	clear: both;
	height: 240px;
	width: 940px;
	position: relative;
	background-color: #999;
	margin-bottom: 10px;
}
#topimage #text {
	height: 218px;
	width: 284px;
	background-image: url(../../../designimages/70pcwhite.png);
	background-repeat: repeat;
	padding: 10px;
	overflow: auto;
	color: #000;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 10;
	line-height: 100%;
}
#mainnavigation a {
	padding: 5px;
	margin-right: 5px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	border-radius: 10px;
}
#mainnavigation a:hover {
	color: #2F5F24;
	background-color: #B2D930;
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	border-radius: 10px;
}
#topimage #text h2 {
	font-size: x-large;
	font-weight: lighter;
	color: #49853d;
	line-height: 120%;
	letter-spacing: -1px;
}
#container #main {
	float: left;
	width: 625px;
}
#container #right {
	float: right;
	width: 305px;
}
#container #bottomcontact {
	margin-top: 10px;
	background-color: #F0F0F0;
	padding: 10px;
	border: 1px solid #D6D6D6;
}
#container #bottomcontact a {
	color: #5E9751;
	text-decoration: underline;
}
#container #bottomcontact a:hover {
	color: #FFF;
	background-color: #5D9550;
}
#credit {
	text-align: right;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#credit a {
	color: #999;
	text-decoration: none;
}
#credit a:hover {
	color: #326225;
}
#main h1 {
	color: #49853d;
	font-size: xx-large;
	font-weight: lighter;
	line-height: 110%;
	padding-bottom: 10px;
}
#right #nav_sub {
	list-style-type: none;
	display: inline;
}
#right #nav_sub li {
	padding-right: 10px;
	padding-left: 10px;
}
#main h2 {
	font-size: x-large;
	font-weight: lighter;
	color: #49853d;
	line-height: 110%;
}
#main h3 {
	font-size: medium;
	font-weight: lighter;
	color: #49853d;
}
#main a {
	font-weight: bold;
	color: #5E9751;
	text-decoration: underline;
}
#main a:hover {
	color: #FFF;
	background-color: #5E9751;
}
#right h2 {
	font-size: large;
	font-weight: lighter;
	color: #FFF;
	background-color: #49853d;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#right h3 {
	font-size: medium;
	font-weight: lighter;
	color: #49853d;
	padding-right: 10px;
	padding-left: 10px;
}
#right p {
	padding-right: 10px;
	padding-left: 10px;
}
#right a {
	font-weight: bold;
	color: #5E9751;
	text-decoration: underline;
}
#right a:hover {
	color: #FFF;
	background-color: #5E9751;
}
#freebusinesses {
	color: #666;
	font-size: x-small;
}
.premiumlisting  {
	background-color: #F3FFE6;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
hr {
	border:0;
	color: #999;
	background-color: #999;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Class for the "fancy_parent" function 
 * It gives a thick 1px grey border around image
*/
.link img { 
	border: 1px solid #999; 
	outline:none;
	padding:5px;
	margin:5px;
}

.link img:hover {
	border:1px solid #ccc;
}

/* Class for single image listing (fancy function) 
 * It gives a grey 1px border around image
*/
.photo { 
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #999; 
	display: block; 
	float: left; 
}

.photo:hover	{ border-color: #ccc; }