@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
img{
	border-style: none;
	padding-right: 5px;
	padding-left: 5px;
}
#apDiv1 {
	position:static;
	width:730px;
	height:90px;
	z-index:0;
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#apDiv2 {
	position:static;
	width:730px;
	height:90px;
	z-index:0;
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#apDiv3 {
	position:relative;
	width:700px;
	height:76px;
	z-index:1;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#apDiv4 {
	position:absolute;
	left:234px;
	top:459px;
	width:218px;
	height:76px;
	z-index:2;
}
#apDiv5 {
	position:relative;
	left:27px;
	top:15px;
	width:217px;
	height:130px;
	z-index:3;
}
#apDiv6 {
	position:relative;
	left:262px;
	top:-191px;
	width:217px;
	height:130px;
	z-index:3;
}
#apDiv7 {
	position:relative;
	left:262px;
	top:-187px;
	width:218px;
	height:76px;
	z-index:2;
	text-align: left;
	color: #FFF;
}
#apDiv8 {
	position:relative;
	left:502px;
	top:-393px;
	width:218px;
	height:76px;
	z-index:0;
	text-align: left;
	color: #FFF;
}
#apDiv9 {
	position:relative;
	left:501px;
	top:-398px;
	width:216px;
	height:77px;
	z-index:3;
}
#apDiv10 {
	position:relative;
	left:500px;
	top:-342px;
	width:218px;
	height:76px;
	z-index:4;
	text-align: left;
	color: #FFF;
}
#apDiv35 {
	position:relative;
	width:700px;
	height:76px;
	z-index:1;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	color: #FFF;
}
#apDiv36 {
	position:relative;
	height:120px;
	z-index:1;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 16px;
	text-align: left;
	color: #FFF;
	left: -12px;
	width: 701px;
}

.oneColFixCtrHdr #container #mainContent #apDiv3 {
	text-align: left;
}
.oneColFixCtrHdr #apDiv4 strong {
	font-size: 12px;
	color: #FFF;
}
.oneColFixCtrHdr #apDiv4 {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	position: relative;
	top: 20px;
	left: 27px;
}
.oneColFixCtrHdr #container #footer #apDiv36 {
	font-size: 10px;font-weight: bold;	font-weight: normal;
}

.oneColFixCtrHdr #container {
	width: 751px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	height: 215px;
	width: 751px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 751px;
	left: 0px;
	right: 0px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent2 {
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	height: 465px;
	width: 751px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}.oneColFixCtrHdr #mainContent3 {
	background-image: url(images/h4.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 751px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/h5.png);
	height: 145px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#apDiv11 {
	position:static;
	width:700px;
	height:131px;
	margin-right: 23px;
	margin-bottom: 5px;
	margin-left: 23px;
}

