/*
Theme Name: Crown Point Center Township
Theme URI: http://cpcentertownship.com/
Description: Crown Point Center Township Trustee
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/

* {
	padding:0;
	margin:0;
}

body {
	background-color:#1b298a;
	color:black;
	font-family:serif;
	font-size:16px;
	line-height:20px;
}

#wrapper {
	overflow:hidden;
	width:760px;
}

#wrapper a,
#wrapper a:link {
	text-decoration:none;
}

#header {
	height:100px;
	background-image:url(images/top.gif);
}

#sidebar {
	float:left;
	width:160px;
	background-image:url(images/left_01.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#nav {
	padding-top:102px;
}

#nav ul {
	list-style:none;
	text-indent:-9999%;
}

.home { display:block; width:160px; height:18px; background:url(images/home.png) 0 0; }
.home:hover { background:url(images/home.png) -160px 0; }

.staff { display:block; width:160px; height:20px; background:url(images/staff.png) 0 0; }
.staff:hover { background:url(images/staff.png) -160px 0; }

.board { display:block; width:160px; height:20px; background:url(images/board.png) 0 0; }
.board:hover { background:url(images/board.png) -160px 0; }

.services { display:block; width:160px; height:20px; background:url(images/services.png) 0 0; }
.services:hover { background:url(images/services.png) -160px 0; }

.equipment { display:block; width:160px; height:20px; background:url(images/equipment.png) 0 0; }
.equipment:hover { background:url(images/equipment.png) -160px 0; }

.assistance { display:block; width:160px; height:20px; background:url(images/assistance.png) 0 0; }
.assistance:hover { background:url(images/assistance.png) -160px 0; }

.help { display:block; width:160px; height:20px; background:url(images/help.png) 0 0; }
.help:hover { background:url(images/help.png) -160px 0; }

.links { display:block; width:160px; height:20px; background:url(images/links.png) 0 0; }
.links:hover { background:url(images/links.png) -160px 0; }

.feedback { display:block; width:160px; height:22px; background:url(images/feedback.png) 0 0; }
.feedback:hover { background:url(images/feedback.png) -160px 0; }

.lakeco { display:block; width:160px; height:27px; background:url(images/lakeco.gif); }

#widget {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#widget ul li {
	background-color:#d6d6ee;
	padding:6px;
	border:solid 1px white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:24px 8px;
}

#widget ul li ul {
	margin-left:6px;
	list-style:none;
}

#widget ul li ul li {
	margin:0;
	padding:4px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:solid 1px #9599e2;
	background:none;
}

#widget ul li ul li a,
#widget ul li ul li a:link {
	color:black;
	display:block;
	width:118px;
	height:20px;
}

#widget ul li ul li a:hover {
	padding:0;
	background-color:#aeacdd;
}

#widget h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	display:block;
	width:114px;
	background-color:white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:2px 6px;
	font-weight:normal;
}

#main {
	float:right;
	width:568px;
	min-height:280px;
	background-color:#eee;
	background-image:url(images/center.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:6px 16px 16px 16px;
	margin-bottom:12px;
}

#main h1 {
	font-size:32px;
	font-weight:normal;
	line-height:37px;
	margin-bottom:22px;
	text-transform:capitalize;
}

#main h4 {
	margin-bottom:20px;
}

#main p {
	margin-bottom:24px;
}

#main ol,
#main ul {
	margin-left:30px;
	margin-bottom:20px;
}

.clear {
	clear:both;
}

#footer {
	padding-left:160px;
	text-align:center;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:8px;
}

#footer a,
#footer a:link {
	color:#afe422;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

.alignright {
	float:right;
}
