﻿@import url(reset.css);
@import url(headernav/layout.css);
@import url(mainnav/layout.css);
@import url(footernav/layout.css);
@import url(text.css);
@import url(../search/search.css);

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(../library/bg-body.gif) repeat-x 0 0 #eff3f5;
	}	
div.frame {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}	
div.con-printlogo {
	display: none;
	}		
div.con-header {
	position: relative;
	z-index: 100;
	}	
div.con-wrapper {
	width: 955px;
	border-top: 4px solid #abd3e1;
	background-position: -955px 100%;
	}
div.con-wrapper,
div.mod-footerlinks,
div.mod-footernav {
	background-image: url(../library/bg-corners.gif);
	background-repeat: no-repeat;
	}	

/* Site Logo */
h1.mod-sitelogo {
	padding:0;
	margin: 0;
	}
h1.mod-sitelogo img {
	padding:0;
	margin: 0;
	display: block;
	}	
/* Statement Block */	

.mod-statement {
	background: url(../library/bg-statement.png) no-repeat 0 0;
	width: 289px;
	height: 103px;
	position: absolute;
	padding: 22px 20px 0 20px;
	overflow: hidden;
	z-index: 2;
	}
div.con-footer {
	position: relative;
	}	

/* Footer Links */	
div.mod-footerlinks {
	border-top: 4px solid #eff3f5;
	background-position: 0 0;
	position: relative;
	padding: 15px 0 15px 340px;
	}
div.mod-footerlinks strong {
	font-weight: normal;
	color: #000;
	}	
div.mod-footerlinks ul {
	float: left;
	display: block;
	width: 150px;
	padding-right: 10px;
	}
div.mod-footerlinks li {
	font-size:91.6%;
	line-height: 1.1em;
	padding: .3em 0 .5em 0;
	}
div.mod-footerlinks ul.column-4 {
	width: 130px;
	padding-right: 0;
	}	
div.mod-footerlinks a:link {color: #666;}
div.mod-footerlinks a:visited {color: #666;}
div.mod-footerlinks a:focus {color: #00a1d5;}
div.mod-footerlinks a:hover {color: #00a1d5;}	
div.mod-footerlinks a:active {color: #00a1d5;}	

/* Footer Navigation */				
div.mod-footernav {
	border-top: 3px solid #ffd557;
	background-position: -955px 100%;
	}
.ftr-logo {
	position: absolute;
	bottom: -24px;
	left: 20px;
	z-index: 1;
	}	
	
/* Footer Tools */

.mod-ftrtools {
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1;
	}	
.mod-ftrtools ul {
	list-style-type: none;
	line-height: 1.4em;
	padding: 0 0 0 20px!important;
	margin: 0;
	background: transparent;
	}	
.mod-ftrtools ul li {
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
	font-size: 11px;
	}	
.mod-ftrtools ul li a {
	margin: 0;
	padding: .4em 0 .4em 0;
	padding-left: 17px;
	display: block;
	}
.mod-ftrtools li.print-link a {
	background: url(../library/icn-print.png) no-repeat 0 50%;
	}		
.mod-ftrtools li.email-link a {
	background: url(../library/icn-email.png) no-repeat 0 50%;
	}	
	
div.mod-ftrtools a:link {color: #666;}
div.mod-ftrtools a:visited {color: #666;}
div.mod-ftrtools a:focus {color: #00a1d5;}
div.mod-ftrtools a:hover {color: #00a1d5;}	
div.mod-ftrtools a:active {color: #00a1d5;}				
	
/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}