/* CSS Document */

/* Body & BG Styles */

body {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
}

.shadow_left {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position:left;
}

.shadow_right {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.home_gradient {
	background-image:url(images/bg_gradient_home.jpg);
	background-repeat: repeat-x;
}

.sub_gradient {
	background-image:url(images/bg_gradient_sub.jpg);
	background-repeat: repeat-x;
}

.sidebar {
	background-image:url(images/bg_sidebar.jpg);
	background-repeat: no-repeat;
	background-position:right;
	background-position:top;
}

/* FONT STYLES */

.green_12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0B5004;
	line-height: 20px;
}

.green_12px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0B5004;
}

.green_11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color: #0B5004;
}

.green_11px_bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0B5004;
}

.brown_11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #22170D;
	line-height: 18px;
}

.brown_11px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #22170D;
	line-height: 18px;
}

.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #22170D;
	line-height: 18px;
}

.testimonial_attribute {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	font-weight: normal;
	color: #22170D;
}

.green_10px_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #0B5004;
}

.green_14px_bold_times {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0B5004;
}

.footer_bg {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
}

.red_11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}