@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	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-color: #346695;
	background-image: url(../images/bg-tile.gif);
	background-repeat: repeat;
	background-position: center top;
}
.oneColLiqCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/new_body.gif);
	background-repeat: repeat-y;
}
.oneColLiqCtrHdr #header {
	width: 900px;
	height: 280px;
	background-image: url(../images/Trillion_Header_for_print.jpg);
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #header #logo{
	width: 900px;
	height: 280px;
	display: none;
}
.oneColLiqCtrHdr #footer #footerPic{
	width: 900px;
	height: 100px;
	display: none;
}
.oneColLiqCtrHdr #header #Menuleft{
	position: absolute;
	width: 411px;
	height: 29px;
	z-index: 2;
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 210px;
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #header #Menuright{
	position: absolute;
	width: 410px;
	height: 29px;
	z-index: 10000;
	margin: 0 auto;
	margin-left: 480px;
	margin-top: 210px;
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #header #OrderStatus{
	position: absolute;
	width: 150px;
	height: 29px;
	z-index: 10000;
	margin: 0 auto;
	margin-left: 345px;
	margin-top: 245px;
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #header #flash{
	position: absolute;
	width: 900px;
	height: 250px;
	z-index: 1;
}
.oneColLiqCtrHdr #mainContent {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.oneColLiqCtrHdr #mainContent #welcome {
	width: 480px;
	height: auto;
	text-align: justify;
	float: left;
}
.oneColLiqCtrHdr #mainContent #news {
	width: 280px;
	height: auto;
	text-align: center;
	float: right;
}
.oneColLiqCtrHdr #mainContent #events {
	width: 280px;
	height: auto;
	text-align: center;
	float: right;
	margin-top: 20px;
}
.oneColLiqCtrHdr #mainContent #indexAnim {
	width: 476px;
	height: auto;
	text-align: left;
	margin-top: 20px;
	float: left;
}
.oneColLiqCtrHdr #mainContent p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
}
.oneColLiqCtrHdr h1{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	font: italic;
}
.oneColLiqCtrHdr #footer {
	height: auto;
	padding-top: 20px;
	background-image: url(../images/new_body.gif);
	background-repeat: repeat-y;
	clear: both;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:hover{
	margin: 0;
	padding: 0;
	color: #909aa3;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer #flashFooter {
	height: 100px;
	width: 900px;
	z-index: 1;
	position: absolute;
} 
.oneColLiqCtrHdr #footer #text {
	height: auto;
	width: 900px;
	position: absolute;
	z-index: 3;
	text-align: center;
	margin-top: 60px;
} 
