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

/* page bottom */

.pagebottom {
	width: 960px;
	margin-bottom: 20px;
}

/* footer and its content */

.footer {
	background: url(../images/footer/footer-bottom.gif) no-repeat;
	width: 960px;
	height: 135px;
	margin-bottom: 10px;
}

.footercontent {
	float: left;
	width: 220px;
	height: 130px;
	padding: 5px 10px 0 10px;
}

.footertext {
	font-size: 10px;
	margin-bottom: 7px;
}

.footertitle {
	color: #004673;
	margin-bottom: 7px;
}


/* format bullets */

ul#quicklink li {
	margin-bottom: 4px;
}

ul#quicklink li a:link, ul#quicklink li a:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}	

ul#quicklink li a:hover, ul#quicklink li a:active {
	text-decoration: underline;
}

.ieicon {
	background: url(../images/browser-icons/ie-icon.jpg) no-repeat 0 100%;
	padding: 0 0 0 20px;
	font-family: Verdana;
	font-size: 10px;
	height: 15px;
}

.safariicon {
	background: url(../images/browser-icons/safari-icon.jpg) no-repeat 0 100%;
	padding: 0 0 0 20px;
	font-family: Verdana;
	font-size: 10px;
	height: 15px;
}

.firefoxicon {
	background: url(../images/browser-icons/firefox-icon.jpg) no-repeat 0 100%;
	padding: 0 0 0 20px;
	font-family: Verdana;
	font-size: 10px;
	height: 17px;
}

.chromeicon {
	background: url(../images/browser-icons/chrome.jpg) no-repeat 0 100%;
	padding: 0 0 0 20px;
	font-family: Verdana;
	font-size: 10px;
	height: 15px;
}

.operaicon {
	background: url(../images/browser-icons/opera-icon.jpg) no-repeat 0 100%;
	padding: 0 0 0 20px;
	font-family: Verdana;
	font-size: 10px;
	height: 15px;
}

.quicklinkicon {
	background: url(../images/footer/quick-link.gif) no-repeat 0 100%;
	height: 16px;
	padding: 0 0 0 20px;
}

.pencilicon {
	background: url(../images/footer/pencil.gif) no-repeat 0 100%;
	height: 16px;
	padding: 0 0 0 20px;
}

.copyrightbanner {
	height: 40px;
}

/* Text set up for the bottom of the page */

.smallwhitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

a.smallwhitetext:link {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a.smallwhitetext:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a.smallwhitetext:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

a.smallwhitetext:active {
	color: #FFF;
	font-weight: normal;
}

.smallredtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F00;
}
