/*Stylesheet - Civic Duty Parts*/

body { 
	font: 12px arial;
	font-family: sans-serif;
	color: black;
	background-color: #999999; 
	text-align: center;
	margin:5px;
}

p { 
	margin-top: 0px; 
	margin-left: 10px;
	text-align: left;
	line-height: 22px;
}

#p2 { 
	margin-top: 0px; 
	margin-left: 0px;
	text-align: left;
	line-height: 22px;
}

ul {
	text-align: left;
}

ol {
	text-align: left;
}

#2, .id2 {
	margin-top: 0px; 
	margin-left: 40px;
	text-align: justify;
}

img {
	border: 1px solid black;
	margin: 5px;
}

.red {
	color: #DF151E;
	font-weight: bold;
	font-size: 15px;
}
.center {
	text-align:center;
}

table {
	font-size: 12px;
}

#tableHead {
	background-color: #DF151E;
}

.hover {
	background-color:#DF151E;
	border-top:3px solid #DF151E;
	border-bottom:3px solid #DDD;
}

.off {
	background-color: #DF151E;
	border-top:3px solid #DF151E;
	border-bottom:3px solid #DF151E;
}

a {
	font-size: 12px;
	text-decoration: underline; 
	color: #DF151E;
	font-weight: bold;
}
a:hover, a:active { color:#0064A8; }

#pageMenu a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#bottomMenu a:link{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:hover{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#bottomMenu a:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

ul a {
	font-size: 12px;
	text-decoration: none; 
	color: #DF151E;
	font-weight: normal;
}
ul a:hover, ul a:active {
	font-size: 12px;
	text-decoration: underline; 
	color: #DF151E;
	font-weight: normal;
}
.biglink a {
	font-size: 15px;
	font-weight: bold;
}

#frame {
	background-color: white; 
	width:900px;
	border:5px solid black;
}

#pageHeader a {
	background: url(logo.jpg) center center no-repeat;
	text-indent:-5000px;
	margin:0px;
	padding:0px;
	height:150px;
	width:100%;
	float:left;
}

#pageMenu {	
	clear:both;
}

#pageMenu ul {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:30px;
	background:#0064A8 url(images/grad-blue.jpg) repeat-x top left;
	border:2px solid #0064A8;
	border-color:#0064A8 #039 #100861 #66c;
}
#pageMenu li {
	list-style-type:none;
	display:table-cell;
	float:left;
	margin:0px;
	padding:0px;
	height:30px;
}
#pageMenu li a {
	display:block;
	font-size:11px;
	width:110px;
	height:23px;
	margin:0px;
	padding:7px 0px 0px 0px;
	text-align:center;
	
	 border-right:1px solid #039; border-left:1px solid #66c;
}
* html #pageMenu li a { height:30px; }
#pageMenu li a:hover, #pageMenu li a:active, #pageMenu li a.current {
	background:#0064A8 url(images/up_arrow.gif) no-repeat bottom center;
}

#content {
	padding: 20px;
	padding-top: 0px;
	min-height: 500px;
	
	margin:20px 0px;
}

#content h1{
	color: #DF151E;
	border-bottom: 1px solid black;
	text-align: left;
	font-size:16pt;
	text-transform:uppercase;
}

#content h2, #content h2 a {
	color: #0064A8;
	text-align: left;
	font-size:12pt;
	margin:5px 0px 10px 0px;
	border:0;
	text-transform:uppercase;
}
#content h2 a:hover { color:#DF151E; }

#content h3 {
	font-size:11pt;
	color:#0064A8;
	margin-left:0px;
	text-align:left;
}
ul.home {
	font-size:150%;
	margin-left:300px;
}
p.intro {
	display:block;

	margin:10px;
	padding:0px 10px 0px 0px;
	font-size:11pt;
}
p.smaller { font-size:12px; }
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
p.intro img {
	float:right;
	border:1px solid #CCC;
	margin:0px 0px 0px 40px;
}
div.home-box,div.homebox {
	display:block;
	border:1px solid #CCC;
	background:#EEE;
	margin:10px;
	padding:10px;
}
div.home-box p,div.homebox p {
	line-height:12pt;
}
.images {
	text-align:center;
	margin:5px 5px 5px 15%;
}
.images img {
	display:block;
	float:left;
	margin-left:10px;
	border:1px solid #CCC;
}

#contentFooter {
	text-align: right;
	margin-bottom: 50px;
	clear:both;
}

#bottomMenu {
	background-color: #999999;
	padding: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	text-align: center;
	clear:both;
	margin-top:20px;
}
   
#pageFooter { 
	font-size: 10px;
	padding: 20px;
	text-align: center;
	clear:both;
}

#row1, .row1 {
	border: 1px solid black;
	background-color: #aaaaaa;
}

#row2, .row2 {
	border: 1px solid black;
	background-color: #cccccc;
}



