/* CSS Document */
body {
	margin:16px 0px 25px 0px;
	background-color:#a8c79f;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
h1 {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	line-height:normal;
	color:#59a74f;
}
h2 {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	line-height:normal;
	color:#59a74f;
}
.subtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
	font-style:italic;
	line-height:normal;
	color:#59a74f;
}
#container {
	width:682px;
}
#topBar {
	width:682px;
}
#logoArea {
	width:682px;
	height:299px;
	background-image:url(../images/logoBG.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#logo {
	position:absolute;
	top:0px;
	left:426px;
}
#menuArea {
	width:682px;
	height:28px;
	background-image:url(../images/menuBG.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#menuPad {
	padding-left:11px;
}
#menu {
	float:left;
}
#menu a {
	display:block;
	overflow:hidden;
}
* html #menu a:hover {
	visibility:visible;
}
#menu a:hover img {
	visibility:hidden;
}
#contentBG {
	width:682px;
	background-image:url(../images/bgRepeat.gif);
	background-repeat:repeat-y;
}
#contentArea {
	width:682px;
	min-height:530px;
	background-image:url(../images/setBG.jpg);
	background-repeat:no-repeat;
}
* html #contentArea {
	height:530px;
}
#content {
	min-height:450px;
	padding:25px 40px 25px 40px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	color:#3d6018;
}
* html #content {
	height:450px;
}
#content a {
	color:#2a5100;
	text-decoration:none;
}
#content a:hover {
	color:#5d5501;
	text-decoration:underline;

}
#footerArea {
	width:660px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	line-height:normal;
	color:#4c4c4f;
}
#footerArea a {
	color:#4c4c4f;
	text-decoration:none;
}
#footerArea a:hover {
	color:#59a74f;
	text-decoration:underline;
}#footer {
	padding:0px 25px 20px 25px;
}
#footer hr {
	color:#59a74f;
	background-color:#59a74f;
}
#footer img {
	margin:0px 10px 0px 10px;
}
.footerLeft {
	position:absolute;
	top:38px;
	left:25px;
}
.footerRight {
	position:absolute;
	top:20px;
	right:25px;
	text-align:center;
}
.footerTitle {
	padding-bottom:5px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	color:#82bd7b;
}
.footerPad {
	padding-top:80px;
}
#bottomBar {
	width:682px;
}
/* ===================================== MODEL - MAIN PAGE ============================================= */
#modelMain {
	width:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	color:#3d6018;
}
#modelMain td {
	padding:3px;
}
.modelLeft {
	width:50%;
	text-align:left;
	vertical-align:top;
}
.modelRight {
	width:50%;
	text-align:center;
	vertical-align:middle;
}
.modelRight img {
	border:5px  double #006600;
}
.ModelTitle {
	font-size:18px;
}
#modelMain hr {
	color:#0e4202;
	background-color:#0e4202;
}
.renderA, .renderB, .renderC {
	text-align:center;
}
.renderA img, .renderB img, .renderC img {
	border:5px  double #006600;
}
/* ===================================== FEATURE PAGE ============================================= */
#featureTable {
	width:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	color:#3d6018;
}
#featureTable td {
	padding:3px;
}
.featLeft, .featRight {
	text-align:left;
	vertical-align:top;
	width:50%;
}

#commTable {
	width:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	color:#3d6018;	
}
.commLeft {
	width:50%;
	text-align:left;
	vertical-align:top;
}
.commRight {
	width:50%;
	text-align:center;
	vertical-align:top;
}
