@charset "UTF-8";
/* 
Agree Colors:
gray: #cccccc

 */

body {
	font-family: sans-serif;
	font-size:12px;
	color: #022751;
}

/*******************
FONTS
*******************/

.headings {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #022751;
	}
	
.subheadings {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #022751;
	}
	
.subsubheadings {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #022751;
	}
	
.subsubsubheadings {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #022751;
	}

/*******************
END FONTS
*******************/


/*******************
LINKS
*******************/
	
a {
	color: #022751;
	}
	
a:hover {
	text-decoration: none;
	}
	
#logo {
	padding-left: 500px;
	}
	
/*******************
END LINKS
*******************/


/*******************
TOP BAR
*******************/

#top {
	height:30px;
	margin-top:-8px;
	margin-left:-8px;
	margin-right:-8px;
	padding-left: 40px;
	background-color:#bbb;
	position: fixed;
	width:100%;
	background-image:url('../img/top-bar.jpg');
	}
	
/*******************
BOTTOM BAR
*******************/

#bottom {
	height: 40px;
	width:100%;
	position:fixed;
	bottom:0px;
	margin-left:-8px;
	margin-right:-8px;
	background-color:#bbb;
	padding-bottom:25px;
	z-index:2;
	background-image:url('../img/top-bar-gradient.jpg');
	}
	
/*******************
TOP MENU - NOT NAVIGATION - ABOVE IT
*******************/
#top-menu {
	width:950px;
	text-transform:uppercase;
	font-size:11px;
	}
	
#top-menu a {
	color: #022751;
	text-decoration:none;
	}
	
#top-menu a:hover {
	color: #2e65a4;
	text-decoration:underline;
	}
	
#top-menu ul {
	float:right;
	margin-right: -25px;
	margin-top: 2px;
	}

#top-menu li {
	display:inline;
	}
	
#top-pipe {
	color: #022751;
	padding-left:2px;
	padding-right:2px;
	}
	
#main-wrapper {
	width:980px;
	}
	
#middle {
	padding-top:40px;/*don't touch this*/
	z-index:1;
	}
	
#left-col {
	float: left;
	width:400px;
	}
	
#right-col {
	float: right;
	width:400px;
	padding-top: 200px;
	}

#footer {
	height: 40px;
	width:990px;
	z-index:9999;
	}
	
#small-print {
	float:right;
	width: 240px;
	font-size:10px;
	color: #022751;
	}

#footer-menu {
	float: right;
	font-size:12px;
	color: #ffffff;
	margin-top: -10px;
	}

#footer-menu a {
	color: #022751;
	text-decoration:none;
	}
	
#footer-menu a:hover {
	color: #2e65a4;
	text-decoration: underline;
	}

#footer-menu li {
	display:inline;
	}
	
#bg-image {
	margin-left:-200px;
	position: fixed;
	z-index:-9999;
}

#bg-image2 {
	margin-left:-100px;
	position:fixed;
	z-index:-9999;
}

#bg-image3 {
	position:fixed;
	z-index:-9999;
}

#bg-image4 {
	position:fixed;
	z-index:-9998;
	margin-left: -10px;
	padding-top: 10px;
}

#bottom, .push {
	height: 2em;
}

.spacing {
	line-height: 25px;
	}

#pipe {
	color: #022751;
	}