﻿/* CSS Document */

* {
	margin: 0;
}

html, body {
	width:100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(/images/generic/banner-bg.jpg) top repeat-x;
}

form, fieldset, legend, ul, ol, th, td {
	padding: 0;
	margin: 0;
}

.clear {
	font-size: 0;
	line-height: 0;
	margin-bottom: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
}

#columns, #header, #footer {
	width: 100%;
	min-width: 764px;
}

.outer {
	width: 764px;
	margin: 0 auto;
}

#columns {
	width: 100%;
	margin: 250px 0 0 0;
	text-align: center;
}

#columns .outer {
	position: relative;
}

#columns .inner {
	margin: 0 7px;
}
#container{
	margin-top: 0px;
	}

#main_content {
	border-left: dashed 1px #CCC;
	width: 565px;
	float: right;
	margin: 0px;
	padding: 0px;	
}

#primary {
	width: 100%;
	margin-right: -80%;
	position: relative;
	float: left;
	text-align:left;
}

#primary .pad {
	padding:0 10px;
}

#left_column {
	text-align: left;
	position: relative;	
	float: left;
	width: 175px;
	margin-top: -10px;	
}

#left-main {
	padding-bottom:10px;
	background: #FAEEDE url(/images/generic/left-banner.jpg) repeat-x left bottom;
}

#left-base {
	margin: 0 0 5px 0;
}

#left-base img {
	float:left;
	margin:0 0 8px 10px;
}

#header {
	height: 250px;
	text-align: center;
	position: absolute;
	top: 0;
	margin-right: -100%;
}

#header-right {
	width:100%;
	background: url(/images/generic/banner.jpg) no-repeat top right;
}

#header .outer {
	height: 250px;
	position: relative;
}

#header .inner {
	top: 0;
	margin: 0 7px;
	height: 250px;
	position: relative;
}

#header #logo {
	float: left;
}

#footer {
	height:140px;
	margin: 0;
	text-align: center;
	background: url(/images/generic/footer-bg.jpg) repeat-x top;
}

#footer-left {
	height:140px;
	width:100%;
	background: url(/images/generic/footer-left.jpg) no-repeat top left;
}

#footer .outer {
	position: relative;
}

#footer .inner
{
	margin: 4px 7px;
	position: relative;
}

#footer .navigation {
	padding-top:90px;
	color:#3D80CD;
	font-weight:bold;
	margin-left:75px;
}

#footer .navigation ul {	
	padding-left: 0px;
	margin-bottom: 0px;
	float: left;
}

#footer .navigation li {
	padding-left: 9px;
	margin-right: 8px;
	list-style: none;
	float: left;
	border-left: solid 1px #3D80CD;
}

#footer .navigation li.first {
	padding-left: 0;
	border-left: none;
}

#footer .navigation li.last {
	margin-right: 0;
}

#footer .navigation a:link, #footer .navigation a:visited, #footer .navigation a:active {	
	color:#3D80CD;
	text-decoration: none;
}

#footer .navigation #copy {
	float: right;
}

.accessibility, .accessibility li {
	text-indent: -5000px;
	list-style: none;
	background-image: none;
	position: absolute;
}

#header #phone-number {position:absolute;background: url(/images/generic/phoneBlue.png) no-repeat 0 2px;font-size:1.8em;color:#0071bc;padding-left:17px;top:185px;left:8px;line-height:normal;font-weight:bold;}