﻿/* --------------------------------------------------
Site:     Community Bank (www.communitybanknet.com)
Author:   Bryan Sullivan
--------------------------------------------------*/

/* =Reset
--------------------------------------------------*/
body, #header, #headerOverlay2, #logo, #content, #contentMain, #footer, #footerContent {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* =Hide
--------------------------------------------------*/
#headerOverlay, #loginLinks, #mainNav, #mainImage, #contentSub, .topOfPage, #subNav {
	display: none;
}

/* =Modify
--------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #000000;
}
a:link, a:visited, a:hover, a:active {
	color: #000000 !important;
	text-decoration: underline !important;
}
#header {
	height: 125px;
}
#footer {
	padding-top: 18px;
}
#footerContent {
	text-align: center;
}
#footerContent img {
	display: none;
}