@charset "utf-8";
/* CSS Document */

html {
	background-color: #ffffff;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica", Verdana, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
}

/* begin of browser padding/text over ride */
h1, h2, h3 { padding-top: 0px; margin-top: 0px; font-family: "Helvetica", Verdana, sans-serif; color: #000000; font-size: 24px; font-weight: bold;  }
h2, h3 { font-size: 14px; color: #000000; }
h3 {
	padding-top: 0px;
	margin-top: 0px;
	color: #960 ;
}
p {
	font-family: "Helvetica", Verdana, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 12px;
	padding-right: 2px;
}

/* link styles for individual links with no class applied */
A:link {text-decoration: none; font-weight: bold; color: #5F5A43; outline: none; border: none; padding: 0px;}
A:visited {text-decoration: none; font-weight: bold; color: #5F5A43; outline: none; border: none; padding: 0px;}
A:active {text-decoration: none; font-weight: bold; color: #5F5A43; outline: none; border: none; padding: 0px;}
A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #C4DB7F;
	outline: none;
	border: none;
	padding: 0px;
}

.header {
	width: 869px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}

.container {
	width: 869px;
	margin-left: auto;
	margin-right: auto;
}

.areaMain {
	width: 869px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image:url(images/mainBG.jpg);
	background-repeat: repeat-x; 

}

.areaMainIndex {
	width: 869px;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/mainBGintro.jpg);
	background-repeat: repeat-x; 

}

.areaMainIndexFlash {
	width: 200px;
	height: 80px;
	padding-top: 300px;
	margin-left: auto;
	margin-right: 11px;

}

.areaMainTop {
	width: 852px;
	height: 361px;
	margin-left: auto;
	margin-right: auto;
}

.areaMainTop-Right {
	width: 661px;
	margin-left: 191px;
	margin-right: 0px;
	display: inline;
	position: absolute;
	border: 0px;
	top: 198px;
}

.areaMainTop-RightFlash {
	width: 661px;
	margin-left: 200px;
	margin-right: 0px;
	position: absolute;
	border: 0px;
	z-index: 10;
}

.areaMainTop-Left {
	width: 191px;
	padding-top: 2px;
	margin-left: 1px;
	margin-right: 0px;
	position: absolute;
	display: inline;
	border: 0px;
	height: 494px;
}

.areaMainBottom {
	width: 852px;
	margin-left: auto;
	margin-right: auto;
}

.areaMainBottom-Left {
	width: 191px;
	padding-top: 10px;
	margin-left: 1px;
	margin-right: 0px;
	display: inline;
	border: 0px;
}

.areaMainBottom-Right {
	width: 655px;
	margin-left: 192px;
	margin-right: 0px;
	display: inline;
	position: absolute;
	border: 0px;
}

.areaMainBottom-Right-NoImg {
	width: 655px;
	margin-left: 192px;
	margin-right: 0px;
	margin-top: -350px;
	display: inline;
	position: absolute;
	border: 0px;
}

.footer {
	width: 860px;
	margin-left: -187px;
	margin-right: auto;
	color: #666;
	font-size: 10px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: .3px;
	z-index: 1;
}

/* Miscellaneous classes */
.fltrt { 
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

