@charset "utf-8";
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;
	background-image: url(../Assets/Images/Optimised/container/background_strip.jpg);
	background-repeat: repeat-x repeat-y;
	background-attachment: fixed;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1e1e1e;
}
.thrColLiqHdr #container {
	width: 100%;
	text-align: left;
	height: 100%;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColLiqHdr #header {
	width: 1024px;
	height: 30px;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 5%;
	background-image: none;
	float: none;
	background-position: center top;
} 

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	width: 1004px;
	margin-left: 5%;
	padding-left: 10px;
	margin-top: -15px;
	background-image: url(../Assets/Images/Optimised/container/spacerbkgd.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
}

.thrColLiqHdr #footer {
	background-color: #1e1e1e;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	height: 280px;
	width: 100%;
	float: left;
} 
.thrColLiqHdr #roundtop {
	height: 26px;
	width: 1014px;
	margin-left: 5%;
	background-image: none;
}
.thrColLiqHdr #roundbottom {
	background-image: url(../Assets/Images/Optimised/container/whitebkgndbottom.png);
	height: 26px;
	width: 1014px;
	margin-left: 5%;
	margin-bottom: 10px;
}
.thrColLiqHdr  #logo {
	height: 150px;
	width: 300px;
	margin-left: 3%;
	top: 200px;
	float: left;
}
.thrColLiqHdr #flash {
	background-repeat: no-repeat;
	background-position: right top;
	width: 724px;
	height: 150px;
	top: 36px;
	position: relative;
	margin-left: 360px;
}
.thrColLiqHdr  #image  {
	width: 100%;
	top: 200px;
	height: 50px;
	margin: 0px;
}
.thrColLiqHdr  #imageContent {
	width: 100%;
	height: 350px;
	top: 200px;
	visibility: visible;
	background-repeat: repeat;
	clear: both;
}
.thrColLiqHdr #image_text {
	height: 300px;
	width: 450px;
	top: 234px;
	background-position: center bottom;
	clear: both;
	left: 32%;
	visibility: visible;
	padding: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	position: absolute;
}
.thrColLiqHdr #footerforimages {
	background-color: #1e1e1e;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	height: 250px;
	width: 100%;
	padding: 0px;
	visibility: visible;
	float: left;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
