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

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/bg_graph.png);
	background-repeat: repeat;
	background-position: center top;
}

#topper {
	height: 20px;
	background-image: url(../images/bg_tape.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header_band {
	height: 500px;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

#content {
	width: 1000px;
	height: 386px;
	margin: 0 auto;
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#columns {
	width: 970px;
	margin: 0 auto;
	padding-top: 115px;
}

	#col_left {
		width: 310px;
		float: left;
	}
	
	#col_right {
		width: 310px;
		float: right;
	}
	
	#col_middle {
		width: 350px;
		display: inline-block;
	}
	
		#col_mid_inner {
			width: 310px;
			margin: 0 auto;
		}
		
		#inner {
			padding: 0 36px;
		}
		
ul {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}

li {
	padding-bottom: 5px;
	margin: 0px;
}

#footer_band {
	height: 160px;
	margin: 0 auto;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#footer p {
	color: #fff;	
}

#footer_contact {
	width: 600px;
	float: left;
	padding-top: 74px;
}

#footer_tagline {
	width: 400px;
	float: right;
}

	#contact_left {
		width: 220px;
		float: left;
		padding-left: 50px;
	}
	
	#contact_right {
		width: 330px;
		float: right;
	}
	
#credits {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

	#copyright {
		width: 400px;
		float: left;
		padding-top: 6px;
	}
	
	#case {
		width: 500px;
		float: right;
		text-align: right;
		padding-top: 6px;
	}

/*----------------------*/
p {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.28em;
	color: #000;
	padding-bottom: 8px;
	margin: 0px;
}

/*----------------------*/

h1 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/

h2 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/
h3 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/
h4 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*---------------------*/

h5 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------site design by case+point:media-----------*/
h6 {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.28em;
	color: #00a0af;
	margin: 0px;
	padding-top: 14px;
	text-align: right;
}

/* -------------------------------------------------------------- */


img {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom; /*disables 3px bottom on ie7*/
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363124;		
}

/* -------------------------------------------------------------- */ 

a:link {
	color: #727272;
	text-decoration: none;
}

a:visited {
	color: #727272;
	text-decoration: none;
}

a:hover {
	color: #eb6024;
	text-decoration: none;
}

a:active {
	color: #727272;
	text-decoration: none;
}

#footer a:link {
	color: #eb6024;
	text-decoration: none;
}

#footer a:visited {
	color: #eb6024;
	text-decoration: none;
}

#footer a:hover {
	color: #727272;
	text-decoration: none;
}

#footer a:active {
	color: #eb6024;
	text-decoration: none;
}

#credits a:link {
	color: #000;
	text-decoration: none;
}

#credits a:visited {
	color: #000;
	text-decoration: none;
}

#credits a:hover {
	color: #eb6024;
	text-decoration: none;
}

#credits a:active {
	color: #000;
	text-decoration: none;
}


