@charset "UTF-8";
body {
	margin: 0px;
	color:#333333;
	font-size: 14px;
	line-height: 2em;
	font-family: "trebuchet MS",sans-serif;
	background-color:b9d7d9;
}

h1 {
	color:#493736;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
	padding-left: 45px;
}
h2 {
	color:#493736;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding-left: 45px;
}
h3 {
	color:#493736;
	margin-top: 16px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding-left: 45px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-left: 45px;
}
a          {
	color:#493736;
}
a:visited  { color:#996600; }
a:hover    { color:#333399; }

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#underline {
	text-decoration:underline;
	}
#sup {
	vertical-align:.5em; font-size:.70em;
	}


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

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

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 12px;
	font-family: "trebuchet MS",sans-serif;
}

.bannernav a { color:#666699; text-decoration: none; }
.bannernav a:visited { color:#996600; }
.bannernav a:hover { color:#333399; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
	z-index:990;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-color: #7b3b3b;}
.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: "trebuchet MS",sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color:#fff;
	font-size: 14px;
	}
.contentArea li {
	line-height:150%;
	padding-right: 40px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-left: 25px;
	}
.indent20 {
	padding-left: 60px;
	}
.underline {
	text-decoration:underline;
	}
.contentArea .container {
	
	padding-top: 30px;
	padding-bottom: 10px;
	background-image:url(../images/content_bkgd_01.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	
}
.contentArea img.layout1{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 45px;
}

.contentArea img.layout2{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
}
.contentArea img.layout3{
	float: right;
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-right: 30px;
}
.contentArea img.layout4{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.contentArea img.layout5{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 45px;
}
.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;	
}
.contentleft1 {
	width: 440px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;	
}
.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;
	width: 210px;
	
}
.contentright1 {
	padding-top: 20px;
	float: left;
	padding-left: 30px;
	width: 440px;
	
}
.contentmidright {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	width: 330px;
}
.contentcenter {
	width: 970px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear:both;
}
.contentcenter1 {
	width: 970px;
	padding-left: 10px;
	padding-right: 10px;
	clear:both;
}
.imageright {	
	margin-left: 5px;
	float: right;	
}
.seperator1 {
	height: 15px;
	width: 100%;
	background-image: url(../images/LDG Bar01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #493736;
	border-top-style: solid;
	border-top-color:#2a2829;
	border-top-width: 5px;
	
}


.footerArea .container {
	height: 77px;
	background-color: #493736;
}

.copyright {
	padding-left: 30px;
	padding-top: 12px;
	color:#fff;
	font-size: 13px;
	font-family: "trebuchet MS",sans-serif;
	text-align:center;
}
.copyright a          {
	color:#fff;
	
}
.copyright a:visited  { color:#fff; }
.copyright a:hover    { color:#fff; }
