* {
	margin:0px;
	padding:0px;
}
html, body {
	height: 100%; /* FIX DATASHEET VIEW */
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#442000;
	text-align:left;

	background-image:url('../images/background.jpg');
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	/* background-color:#508750; */
	background-color:#417d41;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#4f824c;
}
a:hover {
	text-decoration:underline;
	color:#666666;
}
li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:12px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align:top;
}

h1 {
	font-size:24px;
	margin:10px 0px 10px 0px;
	line-height:1.25;
}

h3 {
	font-weight:bold;
	font-size:18px;
	color:#442000;
	line-height:1.25;
}

strong {
	font-weight:bold;
}

/* ---------------------- */
.group {
	width:100%;
}

.inner {
	padding:20px;
}

.clear {
	clear:both;
}

.sidebar {
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	color:#4f824c;
}

.caption {
	font-size:11px;
	color:#4f824c;
	line-height:1.25;
}

/* ---------------------- */

#body-background {
}

#wrapper {
	text-align:left;
	position:relative;
	background-image:url('../images/background-content.png');
	background-repeat:repeat-y;
	background-position:center;
}

#masthead {
	background-image:url('../images/masthead-blank.jpg');
	background-repeat:no-repeat;
	width:940px;
	height:80px; /* CHANGE FOR SUBPAGE TO SHOW BOTTOM SHADOW */
	margin:0px auto;
}

	#masthead-contactus {
		float:right;
		margin:15px 25px 0px 0px;
		color:#4f824c;
		font-size:14px;
		text-align:right;
	}

	#masthead-contactus a {
		color:#4f824c;
	}

#slideshow {
	background-image:url('../images/nav-background.png');
	background-position:bottom;
	background-repeat:no-repeat;
	width:940px;
	height:362px;
	margin:0px auto;
}

#content {
	width:940px;
	min-height:500px;
	margin:0px auto;
}

	#content ul {
		margin-left:20px;
	}

	.inner p { margin-bottom:20px; }


/* ------------- */
.quotetop {
	background-image:url('../images/quote-line.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:675px;
	color:#4f824c;
}

	.quotecontent {
	}
	
	.phrase {
		font-size:14px;
		font-style:italic;
		line-height:2;
	}
	.attribute {
		font-size:10px;
		position:relative;
		top:5px;
	}
	
	.quotetop li {
		list-style-type:none;
		list-style-image:none;
		list-style-position:outside;
		margin:0px;
		padding:0px;
		float:left;
	}

	.quotebottom {
		background-image:url('../images/quote-line.png');
		background-repeat:no-repeat;
		background-position:0px 0px;
		height:26px;
		clear:both;
	}

	.lq,.rq {
		width:22px;
		height:27px;
		background-image:url('../images/quote-mark.png');
		background-repeat:no-repeat;
		background-position:left;
	}

	.rq {
		background-position:right;
	}
/* ------------- */

#lower {
	width:920px;
	height:233px;
	vertical-align:bottom;
	margin:0px auto;
}

	#lower li {
		margin:0px;
		padding:0px;
		width:305px;
		height:227px;
		margin-top:6px;
		border-left:1px solid #daddd9;
		float:left;
		display:block;
	}
	
	#lower li div {
		padding:10px 10px 10px 25px;
	}

	#lower p {
		color:#999999;
		font-size:14px;
	}

	a.followlink {
		color:#2c84a4;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	#news p {
		margin-bottom:20px;
	}
	
#experience {
	height:207px;
	/*
	background-image:url('../images/homepage-dart.jpg');
	background-repeat:no-repeat;
	background-position:left -50px;
	*/
	overflow:hidden;
}

.related {
	background-image:url('../images/rightcol-divider.jpg');
	background-repeat:no-repeat;
	padding:15px 0px 15px 0px;
	background-position:bottom center;
}

	.related h4 {
		text-transform:uppercase;
		color:#4f824c;
		font-size:14px;
	}

	.related ul {
		margin-left:0px !important;
	}
	
	.related li {
		list-style-type:none;
		list-style-position:outside;
		padding:5px 0px 0px 0px;
		margin:0px;
	}
	
	.related a,
	.related a:link,
	.related a:visited {
		color:#442000;	
	}

#pagefooter {
	background-image:url('../images/background-footer.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:115px;
	margin:0px auto;
	text-align:center;
}

	#pagefooter #commentbox {
		padding-top:40px;
		font-size:14px;
		font-weight:bold;
	}
	
	#pagefooter #bottomlinks {
		padding-top:60px;
		font-size:11px;
		color:white;
	}

	#bottomlinks a,
	#bottomlinks a:link,
	#bottomlinks a:visited {
		color:#FFFFFF;	
	}

/* ----------------------------- */