/* Site-wide CSS */
body {
	background-image: url(../images/background_repeat-down.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	color: #eedfbb;
	font-family: Arial, sans-serif;
	background-color: #707667;
}

a {
	color: #eedfbb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	padding-bottom: 7px;
}

h2 {
	text-align: center;
	font-size: 20px;
	margin-top: 0px;
	font-weight: normal;
}

h3 {
	text-align: left;
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}

.textForImages {
	z-index:1;
}

.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #d7a342;
}

#UpperBackground {
	position:absolute;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 600px;
	background-image: url(../images/background_repeat-over.jpg);
	background-repeat: repeat-x;
	top: 0px;
}

/* Home page CSS code */
#homeApDiv1 {
	position:absolute;
	z-index:3;
	top: 0px;
}

#homeApDiv2 {
	position:absolute;
	z-index:5;
	top: 331px;
}

#homeApDiv3 {
	position:absolute;
	z-index:4;
	top: 569px;
}

#homeApDiv4 {
	position:absolute;
	z-index:6;
	top: 100px;
}

/* Sub page CSS code */
#subApDiv1 {
	position:absolute;
	z-index:3;
	top: 0px;
	background-color: #000000;
}

#subApDiv2 {
	position:absolute;
	z-index:5;
	top: 265px;
	width: 850px;
	background-color: #000000;
	background-image: url(../images/background_subpages_bottom-half.jpg);
	background-repeat: no-repeat;
}

#subApDiv4 {
	position:absolute;
	z-index:6;
	top: 228px;
}

#trailerDiv {
	position:absolute;
	z-index:8;
	top: 185px;
	width: 670px;
	text-align: right;
}

