/* ------------------------Global styles------------------------ */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #81AB64;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #385B1E;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


/* ------------------------Main page styles------------------------ */

.mainDiv {
	background-image: url(images/main-div-bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 977px;
	margin-left: auto;
	margin-right: auto;
}




/* ------------------------Header section styles------------------------ */

.header {
	padding-right:6px;
	padding-left:7px;
	height:120px;
	background-color: #FFFEBB;
	width: 950px;
	margin-left: 7px;
}

.header div {
	background-image: url(images/horton-header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	padding-left:14px;
	padding-top:95px;
	padding-bottom:8px;
	font-size:16px;
	font-weight:bold;
}

.header a {
	color:#385B1E;
	text-decoration:underline;
}

.header a:hover {
	color:#6DA045;
	text-decoration:underline;
}

.header a:visited {
	color:#385B1E;
	text-decoration:underline;
}

.header a:visited:hover {
	color:#6DA045;
	text-decoration:underline;
}


/* ------------------------Content section styles------------------------ */

.contentArea {
	padding-top:5px;
	padding-right:23px;
	padding-left:23px;
	padding-bottom:23px;
	text-align:left;
	width: 917px;
	margin-left: 7px;
	background-color: #FFC;
}

.contentArea a {
	color:#006EA1;
	text-decoration:underline;
}

.contentArea a:hover {
	color:#6DA045;
	text-decoration:underline;
}

.contentArea a:visited {
	color:#006EA1;
	text-decoration:underline;
}

.contentArea a:visited:hover {
	color:#6DA045;
	text-decoration:underline;
}


/* ------------------------Footer section styles------------------------ */

.footer {
	padding-right:6px;
	padding-left:7px;
	height: 117px;
}

.footer div {
	background-image: url(images/footer-bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	padding-left:190px;
	padding-top:35px;
	padding-bottom:7px;
	font-size:12px;
	color:#FFFFFF;
	background-color:#4A6B32;
	font-weight:bold;
}



/* ------------------------Misc styles------------------------ */

.DisplayTable td {
	padding-left: 10px;
}

.indentp {padding-left:35px;}

.SectionPhoto {
	width:175px;
	height:220px;
	border:0px;
}

.SectionTitle {
	font-size: x-large;
	font-weight: bold;
}

.SectionLeadIn {
	color: #090;
}
.SectionFootNote {
	font-weight: bold;
	color: #F60;
}


.photoArea {
text-align:center;

}

.photoArea img {
	padding-right: 8px;
	padding-bottom: 8px;
	
}
.zendoDiv {
	float: right;
	width: 400px;
	padding-left:15px;
	text-align:center;
}

