@charset "UTF-8";
/* CSS Document */

html,  body {
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
}
#topbar {
	padding:0px;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F69220;
	background-image: url(/static/images/top.png);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 1;	
}
#body {
	padding-bottom:130px;	/* Height of the footer */
	width: 930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 10;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 9px;
}
#botbar {
	position:absolute;
	bottom:0;
	width:100%;
	height:130px;			/* Height of the footer */
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F69220;
	background-image: url(/static/images/bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}

.clearer {
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* HEADER AND FOOTER */

#header {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 2;
	text-align: right;
}

#footer {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

#spinner {
	width: 67px;
	float: left;
	}
	
.footcol1 {
	width: 130px;
	margin-right: 27px;
	float: left;
}

#fineprint {
	text-align: right;
	padding-top: 20px;
	}

#logo {
	margin-top: -30px;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 13px;
	background-image: url(/static/images/header_boxout.png);
	background-repeat: no-repeat;
	width: 128px;
	float: left;
	background-position: left top;
}
#headerNav {
	}
	
#mainNav {
	margin-left: 76px;
	padding-top: 10px;
	float: left;
}

/* BODY BOXES */ 

.navCol {
	padding-top: 18px;
	padding-left: 13px;
	width: 200px;
	margin-right: 20px;
	float: left;
}

.col1 {
	width: 320px;
	margin-right: 18px;
	float: left;
}

.col2 {	
	width: 446px;
	margin-right: 18px;
	float: left;

}

.col3 {	
	margin-top: 10px;
	width: 678px;
	margin-right: 18px;
	float: left;

}

.col4 {	
	padding-left: 13px;
	width: 897px;
	float: left;

}
