@charset "UTF-8";
/* CSS Document */


/* TAGS ------------------------------------------------------------------------------------------------*/


body {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;

}

.error {
	color: #990000;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none
	}

p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0053A0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0053A0;
	text-decoration: underline;
	font-weight: bold;
}

fieldset {
	padding: 20px 25px 15px;
	background-color: #F5F5F5;
	border: 1px dotted #BCDABB;
	float: left;
	margin-bottom: 20px;
	clear: both;
	width: 570px;
}
legend {
	font-size: 17px;
	line-height: 17px;
	padding: 5px 7px;
	background-color: #007D41;
	color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 20px;
}
.col_left {
	float: left;
	width: 270px;
}

.col_right2 {
	float: right;
	width: 270px;
}
.textfield {
	width: 160px;
}
fieldset p {
	font-size: 12px;
}
#form1 {
}



/* CLASSES ------------------------------------------------------------------------------------------------*/

.news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 135px;
	margin-bottom: 25px;
}

.news img {
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}
.news p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.news02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 300px;
	margin-bottom: 25px;
}

.news02 img {
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}

.news02 p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.small_text {
	font-size: 10px;
}

.button {
	margin-top: 10px;
	margin-bottom: 10px;


}
.button a {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	background-image: url(im/button_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 203px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	float: left;
}

.button a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	background-image: url(im/button_bg_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 203px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	float: left;
}

.b_gray {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 16px;


}
.b_gray a {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	background-image: url(im/b_gray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 285px;
	padding-top: 12px;
	padding-left: 15px;
	font-weight: bold;
	float: left;
}

.b_gray a:hover {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	background-image: url(im/b_gray_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 285px;
	padding-top: 12px;
	padding-left: 15px;
	font-weight: bold;
	float: left;
}



/* ID's ------------------------------------------------------------------------------------------------*/

#bg_index {
	background-color:#407f43;
	background-image: url(im/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#bg_pages {
	background-color:#407f43;
	background-image: url(im/bg_p.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#container {
	width: 1018px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
}
#logo {
	float: left;
}
#top {
	float: right;
	height: 89px;
	width: 703px;
}
#tagline {
	float: right;
	margin-top: 16px;
	margin-right: 32px;
}
#nav_bg {
	background-color: transparent;
	background-image: url(im/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 31px;
	width: 660px;
	margin-top: 20px;
	padding-right: 29px;
	padding-left: 14px;
}
#bg_content {
	background-color: transparent;
	background-image: url(im/bg_container.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 1000px;
	padding-right: 9px;
	padding-left: 9px;
}
#footer {
	background-color: transparent;
	background-image: url(im/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	float: left;
	width: 1000px;
	padding-right: 9px;
	padding-left: 9px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
}

#footer a {
	color: #FFCC00;
	text-decoration: none;
}

#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#footer_p {
	background-color: transparent;
	background-image: url(im/bg_footer_p.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	float: left;
	width: 1000px;
	padding-right: 9px;
	padding-left: 9px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
}

#footer_p a {
	color: #FFCC00;
	text-decoration: none;
}

#footer_p a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#side {
	float: left;
	width: 284px;
	padding: 18px;
}
#content {
	padding: 25px;
	float: right;
	width: 630px;
}


#content h1 {
	font-weight: normal;
	color: #007d41;
	padding-bottom: 15px;
}

#content p {
	line-height: 18px;
	padding-bottom: 8px;
}

#content_p {
	padding: 25px 25px 15px;
	float: right;
	width: 630px;
	background-color: transparent;
	background-image: url(im/bg_content.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#content_p h1 {
	font-weight: bold;
	color: #007d41;
	padding-bottom: 15px;
	font-size: 28px;
	line-height: 30px;
}

#content_p p {
	line-height: 18px;
	padding-bottom: 10px;
}

#content_p img {
}

#content_reps {
	padding: 25px 25px 15px 0px;
	float: right;
	width: 950px;
	background-color: transparent;
	background-image: url(im/bg_content.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#side a {
	color: #007d41;
	font-weight: bold;
	text-decoration: none;
}
#side a:hover {
	color: #007d41;
	font-weight: bold;
	text-decoration: underline;
}

#panel {
	background-color: transparent;
	background-image: url(im/panel_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 428px;
	width: 256px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 23px;

}


#panel h1 {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	padding-top: 110px;
	width: 160px;
}
#panel p {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 15px;
}

#panel .button {
	margin-top: 20px;
}

#t_bg {
	background-color: transparent;
	background-image: url(im/t_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 64px;
	width: 689px;
}

#t_reps {
	background-color: transparent;
	background-image: url(im/t_reps.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 64px;
	width: 1018px;
}


#t_news {
	float: left;
}
#t_bg h1 {
	font-size: 33px;
	color: #FFFFFF;
	line-height: 33px;
	padding-top: 14px;
	padding-left: 26px;
}
#content_p h3 {
	font-size: 16px;
	color: #696353;
	padding-bottom: 8px;
	padding-top: 5px;
	line-height: 18px;
}

#content_p h5 {
	font-size: 15px;
	color: #696353;
	padding-bottom: 12px;
	padding-top: 5px;
	line-height: 18px;
}

#content_p ul {
	margin-top: 0px;
	margin-bottom: 15px;
}
#content_p li {
	margin-bottom: 5px;
}
#content_p h4 {
	color: #366B3A;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
}
#content_p h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #6A6454;
	padding-bottom: 10px;
}

.stroke {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CDC5B4;
}
#appl {
	clear: both;
	width: 100%;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B7B09C;
	margin-bottom: 20px;
}
#appl img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CDC5B4;
	float: right;
	margin-left: 5px;
}

#appl td {
	width:305px;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #376C3A;
	padding-top: 20px;
}
.appl_col {
	width: 310px;
}
#appl .appl_col li {
	line-height: 12px;
	margin-bottom: 2px;
	padding-bottom: 0px;
}
#appl .appl_col h3 {
	font-size: 12px;
	line-height: 13px;
	padding-left: 15px;
	color: #007D41;
}
#appl .appl_col ul {
	padding-left: 25px;
}

#appl2 {
	clear: both;
	width: 630px;
	float: left;
}
#appl2 img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CDC5B4;
	margin-left: 5px;
}

#appl2 td {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #376C3A;
	padding-top: 15px;
}

.appl_col2 {
	width: 310px;
}


#appl2 .appl_col2 h3 {
	font-size: 12px;
	line-height: 13px;
	color: #007D41;
}

#appl2 .appl_col2 p {
	line-height: 14px;
	padding-bottom: 5px;
}


.align_right {
	float: right;
	padding-left: 15px;
}


#comparison {
	clear: both;
	width: 630px;
	float: left;
}
#comparison img {
	padding-top: 5px;
}

#comparison td {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #376C3A;
	padding-top: 15px;
}


#comparison li {
	line-height: 13px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#comparison h3 {
	font-size: 12px;
	line-height: 13px;
}
#comparison ul {
	padding-left: 25px;
}

#comparison p {
	line-height: 14px;
	padding-bottom: 5px;
}
.stroke_right {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	margin-left: 15px;
	border: 1px solid #D8D8D8;
}
.superscript {
	font-size: 80%;
	vertical-align: super;
}

