html {
	height: 100%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1572c6;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #018440;
	text-decoration: underline;
}
a:active {
	color: #51acff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 150%;
	line-height: 100%;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	padding-bottom: 0.3em;
	padding-top: 0px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#wrapper {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	top: 0px;
	right: 0px;
	height: auto;
}

#header {
	height: 85px;
	width: 971px;
	position: relative;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c9cacb;
	border-left-color: #c9cacb;
	background-image: url(/assets/images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 100;
	height: 60px;
	width: 198px;
}
#phone-fax-email {
	position: absolute;
	top: 5px;
	right: 15px;
	font-weight: bold;
	color: #808285;
	text-align: right;
	line-height: 1em;
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
}
.phone {
	font-size: 130%;
	color: #018440;
	line-height: 2em;
}
#nav-header {
	background-image: url(/assets/images/bg_header_nav.gif);
	background-color: #51ACFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 20px;
	font-size: .9em;
	z-index: 101;
}
#nav-header   ul   {
	display: inline;
}
#nav-header li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: .5em;
}
#nav-header   li.first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#nav-header a {
	color: #FFFFFF;
}

#nav-header a:hover {
	color: #000000;
	text-decoration:none;
}



#nav-top {
	position: relative;
	top: 0px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 101;
	background-image: url(/assets/images/bg_nav_top.gif);
	height: 2em;
	font-size: 1.1em;
}
#nav-top ul {
	margin: 0px;
	position: relative;
	top: 0px;
	padding: 0px;
	white-space: nowrap;
	left: 0px;
}
#nav-top li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding: 0px;
}
#nav-top   li.first a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
}


#nav-top a {
	color: #FFFFFF;
	line-height: 2em;
	font-weight: bold;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #51ACFF;
}
#nav-top a:hover {
	color: #000000;
	text-decoration:none;
}

#search {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	text-align: right;
	z-index: 99;
	font-weight: normal;
	margin-right: 12px;
	font-size: .95em;
}
#search-field {
	height: 14px;
	width: 128px;
	line-height: 13px;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
#search a {
	float: none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}








#contents {
	clear: both;
	width: 100%;
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
}


#footer {
	height: auto;
	width: 100%;
	background-color: #e8eff7;
	min-width: 972px;
	position: relative;
	left: 0px;
	top: 0px;
}
#footer-inside {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 20px;
}
#footer-contents {
	float: left;
	margin-left: 10px;
	font-size: 90%;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#footer-contents a {
	color: #000000;
}

#footer-contents  a.green {
	color: #018440;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}
#footer-contents a.blue {
	color: #0d6dc4;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}

#footer-contents a.first {
	margin-left: 0px;
}
#flash-float {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	margin: 0px;
	padding: 0px;
}
