@charset "utf-8";

/* text & tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	background-image: url(../images/stripes.gif); 
}

p { margin: 8px 0px; }

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

ol {
	margin-top: 8px;
	margin-bottom: 8px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

a:link {
	color: #0076a3;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #0076a3;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0076a3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00a2df;
	font-weight: bold;
	text-decoration: underline;
}

/* divs */

div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#header {
	width: 800px;
	border: 1px solid #000000;
	border-bottom: 0px;
	background-color: #FFFFFF;
}

div#nav {
	width: 800px;
}

div#content {
	clear: both;
	width: 780px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
/*	background-image: url(../images/content-background.gif);
	background-repeat: no-repeat; */
}

/* menu styles */

#nav ul {
	padding: 0px;
	margin: 0px;
	background-color: #E8E8E8;
	border: 1px solid #000000;
	color: White;
	float: left;
	width: 800px;
	margin-bottom: 10px;
}

#nav ul li { 
	display: inline; 
}

#nav ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E8E8E8;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
}

#nav ul li a:hover {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}

#nav ul li a.last {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E8E8E8;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: right;
	border-left: 1px solid #000000;
	border-right: 0px;
}

#nav ul li a:hover.last {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}

/* candidate title images */

div#content.darrylhill {
	padding-top: 60px;
	background-image: url(../images/darryl-hill-title.gif);
	background-repeat: no-repeat;
}

div#content.terrienorris {
	padding-top: 60px;
	background-image: url(../images/terrie-norris-title.gif);
	background-repeat: no-repeat;
}

div#content.fredmiller {
	padding-top: 60px;
	background-image: url(../images/fred-miller-title.gif);
	background-repeat: no-repeat;
}

div#content.jimsmith {
	padding-top: 60px;
	background-image: url(../images/jim-smith-title.gif);
	background-repeat: no-repeat;
}

div#content.jeffcamplin {
	padding-top: 60px;
	background-image: url(../images/jeff-camplin-title.gif);
	background-repeat: no-repeat;
}

div#content.georgepearson {
	padding-top: 60px;
	background-image: url(../images/george-pearson-title.gif);
	background-repeat: no-repeat;
}

div#content.jamesgallup {
	padding-top: 60px;
	background-image: url(../images/james-gallup-title.gif);
	background-repeat: no-repeat;
}

div#content.haroldgribow {
	padding-top: 60px;
	background-image: url(../images/harold-gribow-title.gif);
	background-repeat: no-repeat;
}

div#content.mikebelcher {
	padding-top: 60px;
	background-image: url(../images/mike-belcher-title.gif);
	background-repeat: no-repeat;
}

div#content.franklakotich {
	padding-top: 60px;
	background-image: url(../images/frank-lakotich-title.gif);
	background-repeat: no-repeat;
}

div#content.stevewillis {
	padding-top: 60px;
	background-image: url(../images/steve-willis-title.gif);
	background-repeat: no-repeat;
}

div#content.pamelaperrich {
	padding-top: 60px;
	background-image: url(../images/pamela-perrich-title.gif);
	background-repeat: no-repeat;
}

div#content.jimmorris {
	padding-top: 60px;
	background-image: url(../images/jim-morris-title.gif);
	background-repeat: no-repeat;
}

div#content.bobmcclay {
	padding-top: 60px;
	background-image: url(../images/bob-mcclay-title.gif);
	background-repeat: no-repeat;
}

div#content.ericstager {
	padding-top: 60px;
	background-image: url(../images/eric-stager-title.gif);
	background-repeat: no-repeat;
}

div#content.arthurdube {
	padding-top: 60px;
	background-image: url(../images/arthur-dube-title.gif);
	background-repeat: no-repeat;
}

div#content.thomasnolan {
	padding-top: 60px;
	background-image: url(../images/thomas-nolan-title.gif);
	background-repeat: no-repeat;
}
