body {
	background:#f4efdd url('../images/bg_repeat.png') repeat-x;
}

#container {
	margin:0 auto;
	width:960px;
	position:relative;
}

#header {
	border-top:10px solid #287459;
	background:url('../images/header.jpg') no-repeat;
	width:960px;
	height:205px;
	margin-top:10px;
}

#navigation {
	position:relative;
	top:155px;
	background:#179c6e url('../images/bg_nav.png') repeat-x;
	height:53px;
}

#navigation ul {
	margin-left:10px;
}

#navigation ul li {
	float:left;
}

#navigation ul li a {
	color:#ffffff;
	padding:20px 12px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-family:"Droid Serif";
}

#navigation ul li:hover a {
	background:#0d7b55;
}


/*expanded nav*/
#navigation ul li ul {
	position:absolute;
	left:-999em;
	float:left;
	height:auto;
	margin:0px;
	padding:0px;
}

#navigation ul li:hover ul {
	background:#94bcd1;
	left:auto;
	width:220px;
	margin-left:0px;
	border:0px;
}

#navigation ul li.last:hover ul {
	left:auto;
	margin-left:-115px;
} 

#navigation ul li:hover ul li {
	font-size:13px;
	line-height:18px;
	text-align:left;
	font-family:arial;
	margin:0px;
	border:0px;
}

#navigation ul li:hover ul li a {
	background-image:none;
	height:auto;
	padding:10px;
	line-height:18px;
	display:block;
	text-decoration:none;
	border-top:1px solid #c0d8e4;
	width:200px;
	color:#ffffff;
	text-indent:0px;
}

#navigation ul li:hover ul li:hover a {
	background:#24b6a3;
	color:#ffffff;
	text-decoration:underline;
}

/*end expanded*/

#main {
	clear:both;
	background:#ffffff;
	border-top:10px solid #287459;
	margin-top:3px;
	min-height:400px;
	padding:25px;
}

.content {
	float:left;
	width:550px;
}

.contentInt {
	float:right;
	width:630px;
}

.bodyTxt p {
	font-family:arial;
	font-size:14px;
	line-height:24px;
	margin-bottom:20px;
}

.bodyTxt h1 {
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	color:#287459;
	margin-bottom:20px;
	line-height:40px;
}


.bodyTxt h3 {
	font-family:"Open Sans";
	font-size:20px;
	font-weight:400;
	color:#347ea1;
	margin-bottom:10px;
	line-height:30px;
}

.bodyTxt ul {
	margin-left:40px;
	list-style:disc;
}

.bodyTxt li {
	font-family:arial;
	font-size:13px;
	line-height:18px;
	color:#333333;
}

.bodyTxt td {
	font-family:arial;
	font-size:13px;
	line-height:18px;
	color:#333333;
	padding:0px 10px;
}

.bodyTxt ul.formList {
	list-style:none;
	margin-left:0px;
}

.formList li {
	padding:8px 0px;
	border-bottom:1px solid #d0d0d0;
}

.formList li a {
	color:#347ea1;
}

.bodyTxt .tblBox {
	border-left:2px solid #f0f0f0;
	border-top:2px solid #f0f0f0;
	margin-bottom:15px;
}

.bodyTxt .tblBox td {	
	padding:8px;
	border-right:2px solid #f0f0f0;
	border-bottom:2px solid #f0f0f0;
}

.sidebar h2, .sidebarInt h2 {
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	color:#287459;
	margin-bottom:20px;
	line-height:40px;
	background:bottom center url('../images/bg_h2.png') repeat-x;
	padding-bottom:10px;
	margin-bottom:15px;
}

.sidebar p, .sidebarInt p {
	font-family:arial;
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
}

.sidebar {
	float:right;
	width:300px;
	padding:15px;
	background:#eaeaea;
}

.sidebarInt {
	float:left;
	width:220px;
	padding:15px;
	background:#eaeaea;
}



#banner {
	margin-top:5px;
}

img.fleft {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}

img.fright {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

#footer {
	background:#d7d0b9 url('../images/bg_footer.png') repeat-x;
	padding:25px;
	height:15px;
	margin-bottom:20px;
}

#footer p {
	font-family:arial;
	font-size:15px;	
	color:#635d4b;
}

#footer p a {color:#635d4b;}

#footer p.copy {float:left;}
#footer p.links {float:right;}