/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5b5b5b;
}

a {
	color:#7f9c29;
	text-decoration:underline;
}

a:visited {
	color:#7f9c29;
	text-decoration:underline;
}

a:hover {
	color:#57700e;
	text-decoration:none;
}

a:active {
	color:#57700e;
	text-decoration:none;
}

h1 {
	color:#173b8a;
	font-size:24px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 5px 0px;
}

h2 {
	color:#173b8a;
	font-size:20px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

dt {
	color:#173b8a;
	font-size:20px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

dd {
	margin:0px;
	padding:0px 0px 20px 0px;

}

.cleardiv {
	clear:both;
	width:100%;
	font-size:0px;
	height:0px;
}

.wrapper {
	position:relative;
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
}

.left {
	float:left;
	width:200px;
	height:auto;
	margin-right:10px;
}

.left a, .left a:visited {
	display:block;
	width:180px;
	height:auto;
	padding:5px 10px 5px 10px;
	border-bottom:1px dotted #6283bf;
	color:#666666;
	font-size:16px;
	text-decoration:none;
}

.left a:hover, .left a:active {
	display:block;
	width:180px;
	height:auto;
	padding:5px 10px 5px 6px;
	border-left:4px solid #b4d15f;
	border-bottom:1px dotted #6283bf;
	color:#333333;
	font-size:16px;
	text-decoration:none;
}

.lefttitle {
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background-color:#b7cae3;
	width:180px;
	height:auto;
	border-bottom:1px solid #6283bf;
	padding:5px 10px 5px 10px;
}

.right {
	float:left;
	width:690px;
	height:auto;
}

.top {
	width:100%;
	height:80px;
	border-bottom:6px solid #5c7dc4;
	background-image:url(images/bg-top.gif);
	background-repeat:repeat-x;
}

#mainnav {
	float:left;
	list-style: none;
	margin:50px 0px 0px 153px;
	padding:0px;
	width:auto;
	height:16px;
	font-size:16px;
	text-align:center;
}

#mainnav li {
	display: block inline;
	float:left;
	width:auto;
	height:16px;
	line-height:16px;
	font-size:16px;
	text-align:center;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#mainnav li a {
	display: block inline;
	float:left;
	width:auto;
	height:16px;
	padding:0px 0px 0px 0px;
	line-height:16px;
	text-decoration: none;
	color: #5c7dc4;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
}

#mainnav li a.last {
	border: 0;
}

#mainnav li a:hover, #mainnav li.current {
	text-decoration: none;
	color: #173b8a;
	font-family:Arial, Helvetica, sans-serif;
}

.logo {
	float:left;
	width:239px;
	height:80px;
	padding-right:5px;
}

.grass {
	width:100%;
	height:180px !important;
	height:193px;
	overflow:hidden;
	background-image:url(images/bg-grass.gif);
	background-repeat:repeat-x;
	background-position:top center;
	border-bottom:4px solid #60861c;
}

.main {
	background-image:url(images/bg-shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:15px 0px 25px 0px;
}

.frontbox {
	float:left;
	margin:0px 15px 0px 0px;
	padding:10px 10px 10px 10px;
	width:268px;
	height:208px;
	border:1px solid #909090;
	background-image:url(images/bg-box.gif);
	background-repeat:repeat-x;
	font-size:12px;
}

.boxtitleleft {
	float:left;
	width:134px;
	height:auto;
}

.boxtitleright {
	float:left;
	width:134px;
	height:auto;
	font-size:20px;
	font-weight:bold;
	color:#7f9c29;
	text-align:right;
}

.details {
	width:auto;
	height:140px;
}

.frontlist {
	padding-left:15px;
}

.frontoffer {
	width:878px;
	height:80px;
	padding:10px;
	background-repeat:no-repeat;
	border:1px solid #3c5908;
	margin-bottom:15px;
	background-color:#83a72f;
	color:#ffffff;
	font-size:12px;
}

.offerleft {
	float:left;
	width:640px;
	height:auto;
	margin-right:15px;
}

.offerright {
	float:left;
	width:223px;
	height:auto;
}

.suboffer {
	width:668px;
	height:80px;
	padding:10px;
	background-repeat:no-repeat;
	border:1px solid #3c5908;
	margin-bottom:15px;
	background-color:#83a72f;
	color:#ffffff;
	font-size:12px;
}

.subofferleft {
	float:left;
	width:530px;
	height:auto;
	margin-right:15px;
}

.subofferright {
	float:left;
	width:223px;
	height:auto;
}

.offertitle {
	font-size:26px;
	font-weight:bold;
	color:#fffc00;
	margin-bottom:5px;
}

.bottom {
	width:100%;
	padding:10px 0px 45px 0px;
	border-top:double #173b8a;
}

.bottomlinks {
	float:right;
	width:500px;
	text-align:right;
}

.bottomlinks a {
	margin-left:10px;
	font-size:12px;
}

.plantable {
	margin-bottom:20px;
}

.plantitle {
	font-weight:bold;
	background-color:#6283bf;
	color:#ffffff;
}

.planrow1 {
	background-color:#ffffff;
}

.planrow2 {
	background-color:#e4eef7;
}

.plan1 {
	width:250px;
	font-weight:bold;
	text-align:left;
	padding:5px;
}

.plan2 {
	width:125px;
	font-weight:normal;
	text-align:center;
	padding:5px;
	border-left:3px solid #ffffff;
}

dl { 
	margin:0pxadding:0px; 
}
