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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: 14px;
	font-weight: bold;
	color: #385B1E;
}

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

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



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

.mainDiv {
	background-color: #FFFFFF;
	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;
}

.header div {

	background-image: url(images/horton-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	padding-left:14px;
	padding-top:95px;
	padding-bottom:8px;
	font-size:14px;
	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;
}

.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-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	padding-left:190px;
	padding-top:42px;
	padding-bottom:11px;
	font-size:14px;
	color:#FFFFFF;
	background-color:#4A6B32;
	font-weight:bold;
}



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

.DisplayTable td {
	padding-bottom: 20px;
	padding-right: 5px;
}

.indentp {padding-left:35px;}

.photoArea {
text-align:center;

}

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