@import "reset.css";

body {
	background:#E8E8E8;
}

#wrapper {
	margin:0 auto;
	width:720px;
}

#header {
	background:url(images/headerOver.jpg);
	height:118px;
}
	#header.alt{
		height:95px;
		overflow:hidden;
	}
	
	#header a{
		display:block;
		width:100%;
		height:118px;
	}
	
	#header a:hover img{
		display:none;
	}

#content {
	background:url(images/content.jpg) repeat-y #84C7F2;
	min-height:230px;
	padding:0 30px;
}

#col1{
	border-right:1px solid #367EAF;
	float:left;
	margin:0 0 20px 0 ;
	padding:0 20px 0 0;
	width:60%;
}

#col2{
	float:left;
	padding:0 0 0 20px;
}

#footer {
	background:url(images/bottom_nav.jpg);
	height:250px;
	padding:35px 0 0 20px
}
	#footer.alt {
		background-position:center -166px;
		height:80px;
	}
	
	#footer a{
		border:none;
		display:block;
		float:left;
		height:115px;
		margin:0 15px 0 0;
		width:160px;
		
	}

hr {
	clear:both;
	visibility:hidden;
}

/* - - - - - - - - - - - -
	Begin Typography
- - - - - - - - - - - - */

body {
	color:#222;
	font-family:"Helvetica Neue", Arial, sans-serif;
	}
p {
	line-height:1.4em;
	margin-bottom:15px;
}

h1, h2, h3, h4, h5 {
	color:#08293F;
	font-family:"Gill Sans", Arial, sans-serif;
	}

h1 {
	font-size:35px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px 0;
	text-transform:uppercase;
}

h2 {
	font-size:25px;
	font-weight:bold;
	margin:8px 0 15px 0;
	text-transform:uppercase;
}

h3 {
	font-size:20px;
}

/* - - - - - - - - - -
	Begin Links
- - - - - - - - - - */

a {
	border-bottom:1px solid #EEE;
	color:#EEE;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid #FFF;
	color:#FFF
}
