html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus, a {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	list-style: none;
	list-style-position: outside;
}

	ul.disc {  /*added by Michael from Kristen 06/08 */
			padding: 0px 0 15px 40px; 
			display: list-item;
			list-style-type: disc;
			list-style-position: outside;
}

	li { /*added by Michael from Kristen 06/08 */

            font-size: 13px;
			line-height: 16px;
			color: #878787;
			margin-top: 5px;
			margin-bottom: 5px;

            }

	.popup {   /*added by Michael from Kristen 06/08 */

            CURSOR: hand; COLOR: #c9773a
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body, td, th {
	/* Suggested arial font list */
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	text-shadow: 0 0 0 #000;
}
 
/* Keep superscript tags from breaking line-height */
sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
 
/* From simplebits, use the prettiest ampersand possible */
span.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-size: 110%; 
}

strong {
	font-weight: bold;
}

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height: 1px ;}



/* begin site-specific styles */

body {
	text-align: center;
	background-color: #fff;
}

#frame {
	width: 962px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 215px;
	position: relative;
	overflow: hidden;
	border: 1px solid #BDBDBD;
	border-bottom: none;
	background-color: #84994C;
}
	#header span {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(../images/home-header-bg.jpg) no-repeat 0 0; 
	}
	#header a.home {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header h1 {
		position: absolute;
		top: 118px;
		left: 63px;	
		font-weight: lighter;
		color: #EAEAC6;
		font-size: 36px;
		line-height: 38px;
		letter-spacing: 0.1em;
	}
	#header h2 {
	position: absolute;
	top: 159px;
	font-weight: lighter;
	color: #EAEAC6;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.1em;
	right: 405px;
	}
	
	

	#header p#topnav {
		position: absolute;
		top: 28px;
		right: 30px;
		font-size: 9px;
		line-height: 11px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}
	#header p#topnav a {
		color: #FDFB9A;
	}

#content {
	border: 1px solid #BDBDBD;
	border-width: 0 1px;
	padding: 15px;
}

	.interiorcontent h3 { /*added by Michael from Kristen 06/08 */
            padding: 16px 0 16px 25px;
			font-size: 16px;
			line-height: 19px;
			color: #87A14C;

            }
	

#leftcol {
	float: left;
	display: inline;
	width: 240px;
	margin-right: 16px;
	background-color: #d5deb9; /* WinIE peekaboo hack */
	height: 800px;
}
	
.clsNode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	cursor: hand;
	color: #44501e;
	font-weight: normal;
}

.clsNode:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #44501e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.clsNodeSelected {
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	cursor: hand;
	color: #44501e;
}

#rightcol {
	float: left;
	display: inline;
	width: 193px;
}
	#rightcol .sidebar {
		font-size: 11px;
		line-height: 14px;
		color: #4D64A3;
		padding-bottom: 16px;
	}
		#rightcol .sidebar h4 {
			width: 193px;
			height: 38px;
			line-height: 38px;
			position: relative;
			overflow: hidden;
			color: #802E16;
			font-size: 12px;
			text-indent: 20px;
			text-transform: uppercase;
		}
		#rightcol .sidebar h4  span {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
		#rightcol .sidebar p {
			font-size: 11px;
			line-height: 14px;
			color: #515C58;
			padding: 11px 14px 0 20px;
		}
		#rightcol .sidebar a {
			background: url(../images/triangle-red.gif) no-repeat 100% 1px;
			padding-right: 10px;
			font-size: 11px;
			line-height: 14px;
			font-weight: bold;
			color: #802E16;
		}
#table td{
	border: 1px solid #87A14C;
	padding-left:1px;
	}

#footer {
	background: url(../images/bottom-stripe.gif) no-repeat 0 0;
	padding: 28px 0 20px 0;
	font-size: 10px;
	line-height: 13px;
	color: #878787;
	position: relative;
}
#footer a {
	color: #878787;
	text-transform: uppercase;
}
#footer p {
	text-align: center;
}
#footer .copyright {
	position: absolute;
	top: 28px;
	left: 20px;
}
a {
	color: #84994C;
	}
.block a,
.block a:visited {
	color: #414A2D;
	font-weight: bold;
	text-decoration: underline;
}

.block a:hover,
.block a:active {
				color: #802E16;
}	

