/* The Cold Chain - Temporary Holding Page */
/* v1.2 | 20100825 21:29:35 */

body {
	background-position: center; 
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	font-family: Arial,sans-serif;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 916px;
	text-align: left;
}


<!-- HEADER -->

#header {
	background-image: url('/images/bg_header.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px 0;
	background-attachment:fixed;
	background-position:top; 
	position: relative;
	height: 300px; /* IE 7 */
	display: block;
}

#logo {
	width: 292px;
	*margin: 0 0 35px 0; /* IE 7 */
	float: left;
}

#reporting {
	width: 604px;
	float: right;
	text-align: right;
	margin: 32px 10px 0 0;
}

#feature {
	width: 564px;
	float: right;
	margin: 10px 0 0 10px;
	padding: 10px;
	background-color: #C6E8F3;
	text-align: right;
}

#feature h2 {
	font-family: "Arial Black",Arial,sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	color: #FFF;
}

#feature h3 {
	font-size: 2em;
	font-weight: normal;
	color: #FFF;
	margin: 10px 0;
}

#imperial {
	margin: 10px 0;
	width: 100%;
	height: 40px;
	text-align: right;
	border-top: 1px;
	border-top-color: #999;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 10px 0;
}

#imperial  img {
	margin: 0 10px 0 0;
}



<!-- CONTENT -->

#content {
/*	width: 604px;*/
}

#col-1 {
	width: 292px;
	float: left;
}

#col-2 { 
	width: 292px;
	margin-left: 20px;
	_margin-left: -25px; /* IE 6 */
	float: left;
}

#col-3 {
	width: 292px;
	float: right;
	_position: absolute; /* IE 6 */
	_margin-left: -45px; /* IE 6 */
}

div.col-wide {
	width: 604px;
	float: left;
	display: inline-block;
}

#content div.col-wide div.dc p {
	width: 584px;
} 

#content p {
	color: #666;
	font-size: 0.85em;
	margin: 5px;
	line-height: normal;
}

#content h2 {
	width: 594px;
	font-size: 1.5em;
	color: #69C;
	font-weight: bold;
	border-bottom: 5px;
	border-bottom-color: #DEF;
	border-bottom-style: solid;
	padding: 5px;
}

#content h4 {
	color: #FFF;
	background-color: #00AEEF;
	font-size: 1.1em;
	padding: 4px 5px 4px 10px;
}

#content a{
	color: #369;
	text-decoration: none;
}

#content a:hover {
	color: #069;
	text-decoration: underline;
}


div.dc {
	margin: 10px 0 20px;
}

#content div.dc p {
	margin: 5px 5px 5px 80px;
	width: 252px;
}

#content div.dc p strong {
	margin-left: -70px;
	width: 70px; 
	display: inline-block;
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
	position: relative;	
}

#login {
	background-image: url(../images/bg_login.png);
	background-repeat: no-repeat;
	width: 292px;
	height: 125px;
	padding: 10px 20px;
	margin: -5px 0 20px 0;
	display: block; /* IE */
	position: relative; /* IE 6 */
}

#login h3 {
	width: 252px;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	border-bottom: 1px;
	border-bottom-color: #0AE;
	border-bottom-style: solid;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#login input {
	border-color: #DEF;
	margin: 5px 0 0 20px;
}

.errortext {
	font-size: 0.7em;
	color: red;
}

<!-- FOOTER -->


#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	border-top: 1px;
	border-top-color: #0AE;
	border-top-style: solid;
	background-position: bottom;
	height: 70px;
	width: 920px;
	display: block;
	overflow: visible;
	visibility: visible;
	z-index: 10;
}

#copyright {
	font-size: 0.8em;
	margin: 5px 0;
	color: #777;
}

.clear {
	height:  1px;
	clear: both;
	display: block;
}
