﻿/* CSS */

html, body {
	color: #00314a;
	background: #d3d7dc url(/images/page-bg.jpg) top left repeat-x;
	margin: 0;
	min-height: 100%;
	height: 100%;
}
html>body body {
	height: auto;
}

/* LAYOUT */

#container {
	position: absolute;
	background: #FFFFFF url(/images/content-bg.gif) top left repeat-y;
	top: 0;
	left: 0;
	width: 775px;
	margin-left: -387px;
	left: 50%;
	min-height: 100%;
	height: 100%;
}
html>body #container {
	height: auto;
}

#main-container {
	width: 775px;
	margin-bottom: 29px;
}

#sidebob {
	background: url(/images/sideline.jpg) top left no-repeat;
	width: 54px;
	height: 456px;
	position: absolute;
	left: -54px;
	top: 0;
}
#sideblox {
	background: url(/images/swatches.gif) top left no-repeat;
	width: 24px;
	height: 144px;
	position: absolute;
	left: 0;
	top: 0;
}
#spotlight {
	width: 214px;
	height: 214px;
	margin-left: 2px;
}

#header {
	background: #ffffff url(/images/header.jpg) top left no-repeat;
	height: 153px;
	width: 775px;
	overflow: hidden;
}
#header h1 {
	visibility: hidden;
}

/* FOOTER */

#footer {
	clear:both;
	background: #d3d7dc url(/images/footer-bg.gif) top left no-repeat;
	font-size: 10px;
	color: #d3d7dc;
	padding: 13px 0 0 10px;
	position: absolute;
	width: 775px;
	margin-left: -388px;
	left: 50%;
	bottom: 0;
	height: 24px;
	overflow:hidden;
	line-height: 12px;
}
.footer-links {
	color: #8bd8ff;
}

/* CONTENT */
#content-column {
	width: 550px;
	float:left;
	/* must have some padding at the bottom*/
	padding: 0 0 1px 0;
}
#spacer {
	width: 20px;
	height: 20px;
}
#right-column {
/*	margin-left: 220px;*/
	width: 220px;
	float: right;
	background: url(/images/side-top-header.gif) top left no-repeat;
	padding-bottom: 8px;
}
html>/**/body #right-column {
	padding-bottom: 37px;
}
#news-events-section {
	display: none;
}
#content {
	padding: 23px 20px 20px 20px;
}
html>/**/body #content {
	padding-top: 10px;
}
#content-top-blank{
	background: url(/images/content-top.gif) top left no-repeat;
	height: 5px;
	width: 555px;
}

#content-promo {
	background: url(/images/promobg.gif) top left no-repeat;
	height: 181px;
	width: 551px;
	margin-top: 0px;
	padding: 1px 0 0 1px;
}


