/******************/
/*  MAIN SECTION  */
/******************/
/* MAIN NAVIGATION */
.nav3-grid {
	width:199px;
	border-bottom:solid 1px rgb(200,200,200);
}
.nav3-grid dt a, .nav3-grid dt a:visited {
	display:block;
	min-height:2.0em /*Non-IE6*/;
	height:auto !important;
	height:2.0em /*IE6*/;
	line-height:2.0em;
	padding:0px 10px 0px 20px;
	border-top: solid 1px rgb(200,200,200);
	text-decoration:none;
	color:rgb(117,160,53);
	font-weight:bold;
	font-size:120%;
}
.nav3-grid dd a, .nav3-grid dd a:visited {
	display:block;
	min-height:1.7em /*Non-IE6*/;
	height:auto !important;
	height:1.7em /*IE6*/;
	line-height:1.7em;
	padding:0px 10px 0px 40px;
	border:none;
	font-weight:normal;
	text-decoration:none;
	color:rgb(117,160,53);
	font-size:120%;
}
.nav3-grid dt a:hover, .nav3-grid dd a:hover {
	background-color:rgb(220,238,188);
	color:rgb(52,87,1);
	text-decoration:none;
}
.nav3-bullet {
	width:170px;
	margin:10px 0 0 20px;
}
.nav3-bullet dt a, .nav3-bullet dt a:visited {
	line-height:2.0em;
	padding:0 0 0 10px;
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0px 50%;
	text-decoration:none;
	color:rgb(117,160,53);
	font-weight:bold;
	font-size:120%;
}
.nav3-bullet dd a, .nav3-bullet dd a:visited {
	line-height:1.7em;
	margin:0 0 0 15px;
	padding:0 0 0 10px;
	background:url(../img/bg_bullet_half_1.gif) no-repeat 0px 50%;
	text-decoration:none;
	color:rgb(117,160,53);
	font-weight:normal;
	font-size:120%;
}
.nav3-bullet dt a:hover {
	background:url(../img/bg_bullet_full_2.gif) no-repeat 0px 50%;
	text-decoration:underline;
	color:rgb(52,87,1);
}
.nav3-bullet dd a:hover {
	background:url(../img/bg_bullet_half_2.gif) no-repeat 0px 50%;
	text-decoration:underline;
	color:rgb(52,87,1);
}
.nav3-nobullet {
	width:170px;
	margin:10px 0 0 20px;
}
.nav3-nobullet dt a, .nav3-nobullet dt a:visited {
	line-height:2.0em;
	text-decoration:none;
	color:rgb(117,160,53);
	font-weight:bold;
	font-size:120%;
}
.nav3-nobullet dd a, .nav3-nobullet dd a:visited {
	line-height:1.7em;
	margin:0 0 0 15px;
	text-decoration:none;
	color:rgb(117,160,53);
	font-weight:normal;
	font-size:120%;
}
.nav3-nobullet dt a:hover, .nav3-nobullet dd a:hover {
	text-decoration:underline;
	color:rgb(52,87,1);
}
.main-navigation h1.first {
	clear:both;
	margin:0px;
	padding:4px 20px 3px 20px;
	background-color:rgb(185,218,138);
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:150%;
}
.main-navigation h1 {
	clear:both;
	margin:30px 0 20px 0;
	padding:4px 20px 3px 20px;
	background:rgb(185,218,138);
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:150%;
}
.main-navigation h2 {
	clear:both;
	margin:20px 10px 10px 20px;
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(125,125,125);
	font-weight:bold;
	font-size:150%;
}
.main-navigation h3 {
	clear:both;
	margin:10px 10px 5px 20px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
} /* Note: h2 not existent, to make identical to formats for main-navigation for easier exchange */
.main-navigation p {
	clear:both;
	margin:0 10px 10px 20px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:110%;
}
.main-navigation p.center {
	text-align:center;
	border: none;
	text-decoration: none;
}
.main-navigation p.right {
	text-align:right;
}
.main-navigation ul {
	list-style:none;
	margin:0.5em 10px 1.0em 20px;
}
.main-navigation ul li {
	margin:5px 0 0.2em 2px;
	padding:0px 0px 0 11px;
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.4em;
	line-height:1.2em;
	font-size:110%;
}
.main-navigation ol {
	margin:0.5em 10px 1.0em 40px !important /*Non-IE6*/;
	margin:0.5em 10px 1.0em 45px /*IE6*/;
}
.main-navigation ol li {
	list-style-position:outside;
	margin:0 0 0.4em 0;
	font-size:110%;
}
/* MAIN CONTENT */

.main-content h1.pagetitle {
	margin:0 0 0.3em 0;
	padding:0 0 2px 0;
	border-bottom:solid 7px rgb(220,238,188);
	font-family:"trebuchet ms", arial, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:200%;
}
.main-content h1.subtitle {
	margin:0 0 0.4em 0;
	padding:0 0 2px 0;
	border-bottom:solid 7px rgb(220,238,188);
	font-family:"trebuchet ms", arial, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:200%;
}
.main-content h1.block {
	clear:both;
	margin:5px 0 0em 0;
	padding:2px 2px 2px 5px;
	background:rgb(185,218,138);
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:200%;
}
.main-content h1 {
	clear:both;
	margin:1.0em 0 0.5em 0;
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(80,80,80);
	font-weight:normal;
	font-size:200%;
}
.main-content h2 {
	clear:both;
	margin:1.0em 0 0.5em 0;
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(117,160,53);
	font-weight:normal;
	font-size:170%;
}
.main-content h2.subtitle {
	margin:0 0 0.4em 0;
	padding:0 0 2px 0;
	border-bottom:solid 7px rgb(220,238,188);
	font-family:"trebuchet ms", arial, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:220%;
}
.main-content h3 {
	clear:both;
	margin:-1.0em 0 0.5em 0;
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(125,125,125);
	font-weight:normal;
	font-size:130%;
}
.main-content h1.side {
	clear:none;
}
.main-content h2.side {
	clear:none;
}
.main-content h3.side {
	clear:none;
}
.main-content h4 {
	margin:1.5em 0 1.0em 0;
	color:rgb(80,80,80);
	font-family:"trebuchet ms", arial, sans-serif;
	font-weight:normal;
	font-size:170%;
}
.main-content h5 {
	margin:1.5em 0 1.0em 0;
	color:rgb(80,80,80);
	font-family:"trebuchet ms", arial, sans-serif;
	font-size:140%;
}
.main-content h6 {
	margin:1.2em 0 0.2em 0;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:120%;
}
.main-content p {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:1.1em;
}
.main-content p.center {
	text-align:center;
	text-decoration:none;
	border: none;
}
.main-content p.right {
	text-align:right;
}
.main-content blockquote {
	clear:both;
	margin:0 30px 0.6em 30px;
}
.main-content table {
	clear:both;
	width:500px;
	margin:3px 0 3px 0px;
	border-collapse:collapse;
	empty-cells:show;
	background-color:rgb(233,232,244);
}
.main-content table th.top {
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	height:3.5em;
	vertical-align: middle;
	padding-left:7px;
	background-color: #A4CD56;
	text-align: center;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:110%;
}
.main-content table th {
	height:3.0em;
	padding:2px 3px 2px 3px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:#DCEEBC;
	text-align:left;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
	font-family: Arial, Helvetica, sans-serif;
}
.main-content table td {
	height:3em;
	padding:2px 5px 2px 5px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color: #EAF4D7;
	text-align:left;
	font-weight:normal;
	color:rgb(80,80,80);
	font-size:100%;
}
.main-content table img {
	float:right;
}
.main-content table th img {
	padding:0;
	float:right;
}
p.caption {
	clear:both;
	margin:0.5em 0 2.0em 20px;
	text-align:left;
	color:rgb(80,80,80);
	font-size:110%;
}
.main-content ul {
	list-style: none;
	margin:0.5em 0 1.0em 0;
	line-height:1.5em;
}
.main-content ul li {
	padding-left: 12px;
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.5em;
}
.contactform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:130%;
}
.contactform label.left {
	float:left;
	width:100px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:110%;
}
.contactform select.combo {
	width:175px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:tahoma, arial, sans-serif;
	font-size:110%;
}
.contactform input.field {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:tahoma, arial, sans-serif;
	font-size:110%;
}
.contactform textarea {
	width:275px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:tahoma, arial, sans-serif;
	font-size:110%;
}
.contactform input.button {
	float:right;
	width:9.0em;
	margin-right:20px;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:tahoma, arial, sans-serif;
	color:rgb(150,150,150);
	font-size:110%;
}
.contactform input.button:hover {
	cursor: pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}
/********************/

/*  COMMON CLASSES  */

/********************/

.main img {
	clear:both;
	float:left;
	padding:1px;
	color: #B9DA8A;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
.main img.center {
	clear:both;
	float:none;
	display:block;
	margin:0 auto;
	padding:1px;
}
.main img.right {
	clear:both;
	float:right;
	margin:3px 0 7px 10px;
	padding:1px;
}
.main img.offers {
	clear:both;
	float:none;
	display:block;
	margin:0 auto;
	padding:1px;
}
.main a {
	color:#555555;
	font-weight:normal;
	text-decoration:none;
}
.main-content h1 a {
	color:rgb(91,136,23);
	font-weight:normal;
	text-decoration:none;
}
.main a:hover {
	color:rgb(52,87,1);
	text-decoration:underline;
}
.main a:visited {
	color:rgb(117,160,53);
	text-decoration:none;
}
.main a img {
	float:none;
}
.main img.center {
	clear:both;
	float:none;
	display:block;
	margin:0 auto;
	padding:1px;
}
