@charset "utf-8";
#apDiv1 {
	position:absolute;
	width:200px;
	height:212px;
	z-index:98;
	top: 0%;
}
#centerMe {
	position: relative;
	width: auto;
}

#apDiv2 {
	position:absolute;
	width:223px;
	height:201px;
	z-index:97;
	left: 70%;
	top: 0%;
}


body {
	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: #FFFFFF;
	background-color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TableHeaders {
	font-weight: bold;
	text-transform: capitalize;
	color: #CC6600;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C3953D;
	outline:none;
}

.oneColLiqCtrHdr #container {
	width: 850px; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #330000;
	background-image: url(../images/bgOrangeToGold.png);
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #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;
}
.oneColLiqCtrHdr #mainContent {
	color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	font-size: 9px;
	color: #FFFFFF;
	bottom: 100%;
} 
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #headerText {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 14px;
}
.smallNoteText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: left;
}
.oneColLiqCtrHdr #containerHeader {
	width: 850px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #330000;
}
.oneColLiqCtrHdr #containerVIDEO {
	width: 850px; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #330000;
	background-image: url(../images/bgOrangeToGold.png);
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
