@charset "UTF-8";
body {
	margin: 0px;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #ddaa80;
}

h1 {
	color:#993300;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color:#CC0000;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}
h3 {
	color:#CC3300;
	margin-top: 13px;
	font-weight: normal;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color:#FF3300;
}
a:visited  { color:#CC6600; }
a:hover    { color:#FF0000; }

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


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 105px;
	background-color: #fff;
	
}

.bannerArea .container {
	height:105px;
	background-image: url(../images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}


.toplogo {
	padding-left: 30px;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(../images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #E5B483;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	p/adding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #fdf5ea;
	font-size: 14px;
	background-image: url(../images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;	
}
.contentArea li {
	line-height:150%;
	}
.indent20 {
	padding-left: 30px;
	}

.contentArea .container {
	padding-top: 30px;
	padding-bottom: 10px;
	background-image: url(../images/content_bkgd.jpg);
	background-repeat: no-repeat;
}
.contentArea img.layout1{
	float: left;
	border: 1px solid #595959;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contentArea img.layout2{
	float: right;
	border: 1px solid #595959;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contentArea img.layout3{
	float: right;
	border: 1px solid #595959;
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-right: 30px;
}
.contentleft {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
.contentmidleft {
	width: 550px;
	padding-top: 20px;
	padding-left: 100px;
	float: left;	
}

.contentright {
	padding-top: 10px;
	float: left;
	padding-left: 20px;
	width: 220px;
}
.contentright li {
	padding-left: -10px;
	}
.contentmidright {
	float: left;
	padding-top: 10px;
	width: 330px;
}
.contentcenter {
	width: 980px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.contentcenter1 {
	width: 980px;
	padding-left: 40px;
	padding-right: 40px;
}
.imageright {	
	margin-left: 5px;
	float: right;	
}

/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #fff;
	border-top-style: solid;
	border-top-color:#FF0000;
	border-top-width: 3px;
}

.footerArea .container {
	height: 77px;
	background-image: url(../images/footer_bkgd.jpg);
}

.copyright {
	width:400px;
	float:left
	padding-left: 40px;
	padding-top: 20px;
	color:#663300;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.lowernav {
	clear:left;
	width:150px;
	float:right;
	padding-right: 40px;
	padding-top: 20px;
	color:#fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.lowernav a { color:#fff; text-decoration: none; }
.lowernav a:visited { color:#000; }
.lowernav a:hover { color:#FF0000; text-decoration: none; }
