/*
===================================
	
	css author	:	chris lind
	began on	:	2/19/09
	
	light purple:	#7788aa
	medium blue	:	#2a466e
	turquoise	:	#00aeef
	grey blue	:	#c1c9d5
	grey border	:	#bfbfbf
	light blue	:	#eaf0f6
	border blue	:	#56a0c1
	
	global styles applied to all pages
	
===================================
*/



/* ---------- GLOBALS ---------- */

html {
	height:101%;
}

body {
	margin:0;
	padding:0;
	background-color:#c1c9d5;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
}

#wrapper {
	margin:0 auto;
	padding:0 0 0 30px;
	width:960px;
	height:50%; /* not sure why percentages work, inheritance issue? */
}

.header {
	margin:0;
	padding:0;
	width:960px;
	height:100px;
	background-image:url(../images/caliber_header.gif);
	background-color:#ffffff;
	float:left;
	position:relative;
	z-index:0;
}

.header a {
	width:240px;
	height:100px;
	display:block;
}

.navigation {
	margin:0;
	padding:0;
	width:960px;
	height:30px;
	float:left;
	position:relative;
	z-index:1;
}

.banner {
	margin:0;
	padding:0;
	width:960px;
	height:100px;
	float:left;
	background-color:#ffffff;
	position:relative;
	z-index:0;
}
.subnav { 
	margin:70px 0 0 0;
	padding:0;
	width:960px;
	height:30px;
}

.content {
	margin:0;
	padding:15px 0;
	width:960px;
	background-color:#ffffff;
	border-bottom:2px solid #7788aa;
	float:left;
	position:relative;
	z-index:0;
}

.footer {
	margin:0;
	padding:0 0 20px 0;
	width:960px;
	height:50px;
	text-align:center;
	float:left;
	position:relative;
	z-index:0;
}

