﻿/* Structural layout */
#outerContainer {
	width: 980px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: white;
	z-index: 0;
}

#headerLogin {
	line-height: 25px;
	text-align: right;
	vertical-align: baseline;
	background-color: white;
	z-index: 1;
}

#masthead {
	width: 100%;
	height: 87px;
	border-bottom: solid 1px #999999;
	background-color: white;
	z-index: 1;
}

#top_nav {
	position: relative;
	white-space: nowrap;
	background-color: white;
	z-index: 0;
}

#headerLogo {
	width: 209px; 
	height: 87px; 
	left: 0; 
	right: 0; 
	position: relative; 
	float: left;
	background-color: white;
	z-index: 2;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	background: white url('/images/left_col_filler.png') top left repeat-y;
	z-index: 0;
	display: inline-block;
	_height: 1%; 
}

/* self clearing rules */
#container:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}

/* Hides from IE-mac \*/
#container { 
	display: block;
}
/* End hide from IE-mac */

#left_col {
	width: 202px;
	min-height: 100%;
	height: auto;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	border: solid 1px #CCCCCC;
	border-bottom: none;
	margin-top: 1px;
	background-image: url('/images/search_box_background.png');
	background-repeat: repeat-x;
	background-color: #CED5A4;
	text-align: left;
	padding: 3px;
	z-index: 2;
}

#page_content {
	margin-left: 210px;
	background-color: white;
	z-index: 3;
}

#footer {
	width: 100%;
	position: static;
	float: left;
	border-top: solid 1px #7D7D7D;
	margin-top: 1px;
	padding-top: 5px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E72AB;
	background-color: white;
	z-index: 1;
}

#contentBucket
{
	margin: 15px;
}
