﻿* {
	margin: 0;
	}
	
html, body, form {
    background: #225289 url('Background/Blue.gif') repeat-x;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 90%;
    width: 100%;
    margin: 0;
    padding: 0;
	}


h1
{
    font-size: 160%;
    }
    
h2 
{
    font-size: 140%;
    }
/* ======================================== */
/* 				Site Wrapper				*/
/* ======================================== */

.SiteWrapperContainer {
	width: 100%;
	min-height: 700px;
	margin: 0 auto;
	background-position: center 0;
	background-image: url('Background-Photos/Background-Photos.png');
	background-repeat: no-repeat;
	}
	
	*html .SiteWrapperContainer {
		width: 100%;
		min-height: 800px;
		margin: 0 auto;
		background: transparent;
		}
	
.SiteWrapper {
	width: 960px;
	margin: 10px auto;
	padding: 0;
	background-color: #ffffff;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	}
	
/* ======================================== */
/* 					Header					*/
/* ======================================== */

.HeaderWrapperContainer {
	margin: 0;
	padding: 0;
	background: #356aa0 url('Background-Header/background.png') repeat-x;
	height: 124px;
	width: 100%;
	}
	
.HeaderWrapper {
	margin: 0;
	padding: 0;
	background-image:url('Background-TownSeal/Town-Seal.png');
	background-repeat: no-repeat;
	background-position: 340px top;
	width: 100%;
	height: 124px;
	}
	
	.Logo {
		margin: 0;
		padding: 0 0 0 10px;
		width: 351px;
		height: 124px;
		float: left;
		}
		
	.HeaderLeftArea {
		margin: 0;
		padding: 0;
		width: 599px;
		float: left;
		}

		*html .HeaderLeftArea {
		margin: 0;
		padding: 0;
		width: 588px;
		float: left;
		}
			
		.HeaderNavigation {
			margin: -.8em 0 0 245px;
			padding: 0;
			width: 58%;
			background-image:url('Background-Header-Navigation/HeaderNavigation.png');
			background-repeat:repeat-x;
			height: 30px;
			z-index: 10;
			position: relative;
			border: 1px solid #000000;
			}
		
		.HeaderNavigation ul {
			margin: 5px 5px 0 0;
			padding: 0 0 0 0;
			list-style: none;
			color: #000000;
			text-align: right;
			}
		
		.HeaderNavigation li.first {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			display: inline;
			font-weight: bold;
			font-size: 110%;
			}

		.HeaderNavigation li {
			margin: 0 0 0 0;
			padding: 0 0 0 15px;
			display: inline;
			font-weight: bold;
			font-size: 110%;
			}
		
		.HeaderNavigation li a {
			color: #ffffff;
			text-decoration: none;
			}
			
		.HeaderNavigation li a:hover {
			color: #000000;
			text-decoration: underline;
			}
			
	.SearchArea {
		margin: 30px 10px 0 0;
		padding: 0;
		float: right;
		}

		*html .SearchArea {
			margin: 30px 10px 0 360px;
			padding: 0;
			float: right;
			}
			
		.SearchArea .sf_searchBox {
			margin: 0;
			padding: 0 0 0 0;
			}
			
		.SearchArea .sf_searchSubmit {
			margin: 0 0 0 0 !important;
			padding: 2px !important;
			font-size: 100% !important;
			}

/* ======================================== */
/* 				Site Navigation				*/
/* ======================================== */

.SiteNavigation {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	border-top: 1px solid #ceb70d;
	border-bottom: 1px solid #ceb70d;
	background-image:url('Background-Top-Navigation/background.gif');
	background-repeat: repeat-x;
	}
	
	
/* ======================================== */
/* 				Site Header					*/
/* ======================================== */
.SiteHeaderImageArea {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 150px;
	background: #e1e1e1;
	display: none;
	}

/* ======================================== */
/* 				Site Content				*/
/* ======================================== */

.SiteContent {
	margin: 5px 0 10px 0;
	padding: 0;
	width: 100%;

}

/* ======================================== */
/* 				Bread Crumbs				*/
/* ======================================== */

.BreadCrumbs {
	margin: 0 0 5px 10px;
	padding: 5px 0 5px 0;
	font-size: 90%;	
}

	.BreadCrumbs a {
		color: #000000;
		text-decoration: underline;
		}
		
	.BreadCrumbs a:hover {
		color: #000000;
		text-decoration: none;
		}

/* ======================================== */
/* 				Footer					*/
/* ======================================== */	
.PanelBarFooter {
	margin: 0 0 10px 0;
	padding: 0;
	background-image:url('PanelBar/background-footer.png');
	background-repeat: repeat-x;
	height: 60px;
	width: 95% !important;

}

/* ======================================== */
/* 				Footer					*/
/* ======================================== */	
.Footer {
	margin: 0;
	padding: 0;
	background: #bca353;
	border-top: 1px solid #bca353;
	border-bottom: 2px solid #ffffff;
	width: 100%;
	}
	
	.Footer .Left {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: left;
		width: 40%;
		font-size: 90%;
		}
		
		.Footer .Left ul {
			margin: 15px 0 0 5px;
			padding: 0 0 0 0;
			list-style: none;
			color: #000000;			
			}
			
		.Footer .Left li {
			margin: 3px 0 6px 0;
			padding: 0;
			font-weight: bold;
			}
		
		.Footer .Left li a {
			color: #000000;
			text-decoration: none;
			}
			
		.Footer .Left li a:hover {
			color: #000000;
			text-decoration: underline;
			}

	
	.Footer .Right {
		margin: 0;
		padding: 0;
		float: left;
		width: 60%;
		}
		
		.Footer .Right ul {
			margin: 2px 5px 0 0;
			padding: 0;
			list-style: none;
			float: right;
			}
			
		.Footer .Right li {
			margin: 0;
			padding: 0 0 0 10px;
			display: inline;
		}
