@import url('reset.css');
@import url('typography.css');

body {
	background-color: #f8f8f8;
	margin: auto;
	width: 100%;
}

/* Status Bar */

div#status-bar {
	background: url('../img/status-bar-bg.png') repeat-x;
	border-bottom: 2px groove #ffffff;
	height: 40px;
	width: 100%;
}

div#status-bar-content { margin: 10px auto 0px auto; width: 775px; }

div#status-bar-commands { width: 400px; }

form#search-form { float: right; width: 200px; }

p#welcome { float:left; padding-top: 7px; width: 150px; }

p#action-bar {
	background: url('../img/action-bar-bg.png') no-repeat;
	height: 22px;
	margin-left:210px;
	padding: 4px 28px;
	width: 154px;
}

form#search-form input[type="text"] {
	background: url(../img/search-field.png) no-repeat;
	border:none;
	height:20px;
	padding: 5px 0px 0px 30px;
	width:170px;
}

form#search-form input[type="submit"] { display: none; }

/* Header */

div#header-index {
	background: url('../img/mainstreet.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#header-government {
	background: url('../img/gazebo.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#header-zoning {
	background: url('../img/gazebo.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#header-parks {
	background: url('../img/pool.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#header-recreation {
	background: url('../img/ballfield.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#header-watersewer {
	background: url('../img/mainstreet.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#header-cemetery {
	background: url('../img/warsawcemetery.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#header-contact {
	background: url('../img/gazebo.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#header-sitemap {
	background: url('../img/mainstreet.jpg') no-repeat center;
	background-color: #5E82AB;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#logo {
	margin: auto;
	padding-top: 35px;
	width: 775px;
}

/* Content */

p#content {
	padding-bottom: 10px;
}

div#content {
	margin: auto;
	padding-bottom: 0px;
	position: relative;
	width: 775px;
}

div#content img.right
{
	float: right;
	border: 0px;
	padding: 5px;
}

div#content img.left
{
	float: left;
	border: 0px;
	padding: 20px;
}

div#content-top-shadow {
	background: url('../img/content-top-shadow.png') repeat-x;
	padding-bottom: 0px;
	height: 20px;
	width: 100%;
}

div#content-bottom-shadow {	
	background: url('../img/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

/* Page Wrapper */

div#page-wrapper-index {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 225px;
	margin-top: 10px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#main-content-index {
	margin-top: 75px;
	padding: 15px;
	width: 738px;
	float: left;
	padding-right: 15px;
}

div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 925px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-government {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 1000px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-government09 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 1125px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-parks {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 1600px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-recreation {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 725px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-contact {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 525px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-zoning {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 700px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-cemetery {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 545px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-waterandsewer {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 1125px;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#page-wrapper-sitemap {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 925px;
	margin-top: 10px;
	overflow: hidden;
	padding: 15px;
	width: 745px;
}

div#pdf-list {
	padding: 15px;	
}

div#normal-list {
	padding: 15px;
}

ul.contentlist {
	margin-left: 10px;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: square inside;
	}

div#main-content {
	margin-top: 5px;
	padding: 30px;
	width: 738px;
	float: left;
	padding-right: 15px;
}

/* Misc */

div#left-column {
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 10px;
	width: 362px;
}

div#right-column {
	margin-left: 380px;
}

/* Slideshow */

div#slideshow {
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 15px;
	width: 375px;
}

div#slides {
	border: 1px solid #a7a7a7;
	height: 200px;
	width: 370px;
}

div#slides a.thumb {
	display:none;
}

div#slides a.default-slide {
	display:block;
}

div#slideshow-commands {
	background: url('../img/commands-bg.png') no-repeat;
	height: 19px;
	left: 15px;
	padding: 3px 25px;
	position: relative;
	width: 290px;	
}

div#slideshow-commands h4
{
	margin-top:1px;
	width:100%;
}

/* Message */

div#message {
	margin-left: 410px;
	width: 325px;
}

div#message h3 {
	margin-bottom: 20px;
}

p#contact-info span {
	display: block;
}

span#phone {
	background: url('../img/phone-icon.png') no-repeat 0px 1px;
	float: left;
	margin-top: 25px;
	padding-left: 35px;
	width: 125px;
}

span#address {
	background:url('../img/address-icon.png') no-repeat 160px 30px;
	padding:5px 0px 0px 195px;
}

  
/* News Module */

div#blog {
	float: left;
	margin: 50px 15px 0px 0px;
	width: 365px;
}

div#blog h4.module-header-bar {
	background: url('../img/blog-header-bar.png') no-repeat;
	height: 29px;
	margin-bottom: 15px;
	padding-top: 13px;
	width: 365px;
}

div#blog div.blog-entry {
	margin-left:15px;
}

div#blog div.blog-entry h5 {
	float:left;
	width:250px;
}

div#blog div.blog-entry blockquote {
	clear:both;
	padding:10px 0px 10px 15px;
}

div#blog div.blog-entry p.meta {
	padding-top:4px;
}

/* Links Module */

div#links {
	margin: 50px 0px 0px 405px;
	width: 365px;
}

div#links h4.module-header-bar {
	background: url('../img/links-header-bar.png') no-repeat;
	float:left;
	height: 29px;
	margin-bottom: 15px;
	padding-top: 13px;
	width: 365px;
}

div#links div.links {
	margin: 20px 0px 17px 30px;
}

div#links div.links h5 {
	top: -3px;
}

/* Footer */

div#footer-image {
	background: url('../img/footer.jpg') no-repeat center #5E82AB;
	border-top: 2px groove #ffffff;
	border-bottom:2px ridge #ffffff;
	height:50px;
	width:100%;
}

p#footer-text {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 13px;
	width: 100%;
}

.listheading {
	padding-top: 10px;
	padding-bottom: 5px;
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 365px;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 8px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 4px;
	text-align: center;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #800;
	text-decoration: overline;
}

/* Left alignment data */

#hor-minimalist-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 365px;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist-c th
{
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 8px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-c td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 4px;
	text-align: left;
}
#hor-minimalist-c tbody tr:hover td
{
	color: #800;
	text-decoration: overline;
}

