body {
	background-color: #6a963b;
	color: #d9d9d9;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0px; border-style: none;
	border-width: 0;
	float: none;
	margin: 0; padding: 0;
	vertical-align: top;
}

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#wrapper {
	display: block;
	left: 0px;
	min-height: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
}



img {
	border: none;
}

a {
	color: #d9d9d9;
	text-decoration: underline;
}
a:hover {
	color: #d9d9d9;
	text-decoration: none;
}
a span {
	color: #fff;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 4px 0;
}
h1 a,
h1 a:hover,
h2 a,
h2 a:hover {
	color: #fff;
}

span.link {
	color: #00c;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}
span.hlink {
	color: #c00;
	cursor: hand;
	cursor: pointer;
}

.errorMessage {
	color: #c00;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

ul {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}
ul li {
	background: url(/img/li.gif) no-repeat left 8px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 3px 13px;
}

#header {
	height: 208px;
	margin: 0;
}
#header div {
	background: url(/img/header_bgr.gif) no-repeat right bottom;
	height: 208px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#header a.logo {
	display: block;
	height: 67px;
	left: 30px;
	position: absolute;
	top: 20px;
	width: 226px;
}
#header div.phone {
	background: none;
	display: block;
	height: 42px;
	margin: 0;
	position: absolute;
	right: 35px;
	top: 39px;
	width: 159px;
}
#header p {
	font-size: 18px;
	left: 28px;
	position: absolute;
	top: 138px;
}
#header p span {
	color: #fff;
}

#footer {
	height: 45px;
	padding: 47px 0 0 30px;
}
#footer div {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#footer div p {
	position: absolute;
	right: 35px;
}
#footer div p a {
	background: url(/img/onlinebees.gif) no-repeat left top;
	padding: 0 0 0 22px;
}

#content {
	background-color: #75a23f;
	margin: 0;
	padding: 40px 0;
}
#content .wrapper {
	margin: 0 auto;
	width: 1000px;
}

.menu {
	float: left;
	width: 270px;
}
.menu p {
	padding-bottom: 3px;
}
.menu p a {
	color: #fff;
}
.menu ul {
	margin: 7px 0 11px 0;
}

.main {
	margin-left: 270px;
}

.sample {
	float: left;
	margin: 0 0 50px 0;
	width: 365px;
}
.sample .image {
	float: left;
	height: 120px;
	position: relative;
	width: 135px;
}
.sample .image .border {
	position: absolute;
	z-index: 10;
}
.sample .text {
	margin: 0 40px 0 145px;
}
.sample .text h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
}
.sample .text p {
	font-size: 11px;
}

h3 {
	margin: 0 0 5px 0;
}
.main p {
	margin: 0 0 15px 0;
}
#errors {
	padding-bottom: 15px; 
}
.active {
	color:#ffd200;
}
.pretty_menu {
	padding:0 0 40px 0;
}
.pretty_menu a {
	display: block;
	float: left;
	height: 24px;
	margin: 0 3px 5px 0;
	text-decoration: none;
}
.pretty_menu .active {
	background: url(/img/link_border-center.gif);
}
.pretty_menu span {
	cursor: pointer;
	display: block;
	float: left;
	position: relative;	
	top: 4px;	
}

