@charset "UTF-8";
/* CSS Document */

* { 
	margin:0;
	padding:0;
}

html, body {
	background-color: #e0e0d5;
	color: #3c3732;
	font-size:11px;
	line-height:150%;
	font-family:verdana, arial, geneva, sans-serif;
	text-align:center;
	height:100%;
}

ul {margin-left: 40px;}
li {margin-bottom: 10px; font-size:11px;line-height:150%;}

#page-container {
	width: 850px;
	margin: 0 auto;
	text-align:left;
	padding:20 40 40 40;
	background-color: #ffffff;
	min-height:100%;
}

#top-container {
	width: 850px;
	padding: 20 20 10 0;
	vertical-align:text-bottom;
}

#body-container {
	width: 850px;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #c7c7bd;
	padding-top: 10;
	text-align:left;
	background-color: #ffffff;
	min-height:100%;
}

#body-area {
	padding: 10 0 0 20;
	border-left: 1px;
	border-left-style: dotted;
	border-left-color: #c7c7bd;
}

#body-section {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c7c7bd;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#spacer {
	padding-bottom:15px;
}

.floatfix{
  clear: both;
}

p {
	font-size:11px;
	line-height:150%;
margin-bottom:20px;
	text-align:left;
}

h1 {
	font-size:15px;
	color: #3c3732;
	line-height:150%;
font-family:verdana, arial, geneva, sans-serif;
	font-weight:normal;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

.bodyText {
	font-size:11px;
	line-height:150%;
}

.pageName {
	font-size:15px;
	line-height:150%;
	text-align:right;
	padding: 10 20 0 0;
}

#home-text {padding-right: 20px;}

.navMenu {list-style: none; float: right; width: 540px;}
.navMenu li {float: left;}

a.nav.active:link, a.nav.active:visited {	color: #bf2e1a;}

a:link {
	color: #2e598a;
	text-decoration: none;
	border-bottom: 1px dotted #8fabcc;
	}

a:visited {
	color: #2e598a;
	text-decoration: none;
	border-bottom: 1px dotted #8fabcc;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	}

a.subnav:link {
	font-size:11px;
	line-height:150%;
	color: #3c3732;
	text-align:right;
	border:0;
	padding-right:20;
	}

a.subnav:visited {
	font-size:11px;
	line-height:150%;
	color: #3c3732;
	text-align:right;
	border:0;
	padding-right:20;
	}

a.subnav:hover {
	font-size:11px;
	line-height:150%;
	color: #bf2e1a;
	text-align:right;
	border:0;
	padding-right:20;
	}

.subnav_active {
	font-size:11px;
	color: #bf2e1a;
	text-align:right;
	border:0;
	padding-right:20;
	}

a.nav:link {
	height: 20px;
	line-height: 20px;
	padding:0 20 0 10;
	border: 0;
	color: #3c3732;
	text-align: left;
	font-size:11px;
	text-decoration: none;
	border-left: 1px;
	border-left-style: dotted;
	border-left-color: #c7c7bd;
	}

a.nav:visited {
	height: 20px;
	line-height: 20px;
	padding:0 20 0 10;
	border: 0;
	color: #3c3732;
	text-align: left;
	font-size:11px;
	text-decoration: none;
	border-left: 1px;
	border-left-style: dotted;
	border-left-color: #c7c7bd;
	}

a.nav:hover {
	height: 20px;
	line-height: 20px;
	padding:0 20 0 10;
	border: 0;
	color: #bf2e1a;
	text-align: left;
	font-size:11px;
	text-decoration: none;
	border-left: 1px;
	border-left-style: dotted;
	border-left-color: #c7c7bd;
	}

a.image:link {
	text-decoration: none;
	border: none;
	}

a.image:visited {
	text-decoration: none;
	border: none;
	}

a.image:hover {
	text-decoration: none;
	border: none;
	}
	
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 7 0 0;
}

#nav-menu li {
	float: right;
	margin: 10 20 5 10;
}

#nav-menu li a {
	height: 20px;
	line-height: 20px;
	padding-left:10;
	float: right;
	display: block;
	border: 0;
	color: #3c3732;
	text-align: left;
	font-size:11px;
	text-decoration: none;
	border-left: 1px;
	border-left-style: dotted;
	border-left-color: #c7c7bd;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font: normal 11px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
list-style:none;
margin-top: -1px;
margin-left: 0px;
}

.dropmenudiv li {margin: 0px;}

.dropmenudiv a{
display: block;
padding: 6px 20px 8px 20px;
text-decoration: none;
font-weight: bold;
background-color: #2e598a;
width: 170px;
line-height: 14px;
text-align: left;
}

ul.dropmenudiv li a:link, ul.dropmenudiv li a:visited {color: #fff; text-decoration: none;}

ul.dropmenudiv li a:hover {color: #fff; text-decoration: none; background-color: #000;}


