@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.patton {
	padding-top: 60px;
	background-image: url(../images/patton-title.gif);
	background-repeat: no-repeat;
}

div#content.hill {
	padding-top: 60px;
	background-image: url(../images/hill-title.gif);
	background-repeat: no-repeat;
}

div#content.norris {
	padding-top: 60px;
	background-image: url(../images/norris-title.gif);
	background-repeat: no-repeat;
}

div#content.pollock {
	padding-top: 60px;
	background-image: url(../images/pollock-title.gif);
	background-repeat: no-repeat;
}

div#content.camplin {
	padding-top: 60px;
	background-image: url(../images/camplin-title.gif);
	background-repeat: no-repeat;
}

div#content.cecich {
	padding-top: 60px;
	background-image: url(../images/cecich-title.gif);
	background-repeat: no-repeat;
}

div#content.ennis {
	padding-top: 60px;
	background-image: url(../images/ennis-title.gif);
	background-repeat: no-repeat;
}

div#content.spath {
	padding-top: 60px;
	background-image: url(../images/spath-title.gif);
	background-repeat: no-repeat;
}

div#content.jeppeson {
	padding-top: 60px;
	background-image: url(../images/jeppeson-title.gif);
	background-repeat: no-repeat;
}

div#content.seville {
	padding-top: 60px;
	background-image: url(../images/seville-title.gif);
	background-repeat: no-repeat;
}

div#content.lorenzo {
	padding-top: 60px;
	background-image: url(../images/lorenzo-title.gif);
	background-repeat: no-repeat;
}

div#content.peterson {
	padding-top: 60px;
	background-image: url(../images/peterson-title.gif);
	background-repeat: no-repeat;
}

div#content.smith {
	padding-top: 60px;
	background-image: url(../images/smith-title.gif);
	background-repeat: no-repeat;
}

div#content.beoubay {
	padding-top: 60px;
	background-image: url(../images/beoubay-title.gif);
	background-repeat: no-repeat;
}

div#content.linhart {
	padding-top: 60px;
	background-image: url(../images/linhart-title.gif);
	background-repeat: no-repeat;
}

div#content.anderson {
	padding-top: 60px;
	background-image: url(../images/anderson-title.gif);
	background-repeat: no-repeat;
}

div#content.helgerman {
	padding-top: 60px;
	background-image: url(../images/helgerman-title.gif);
	background-repeat: no-repeat;
}

div#content.walker {
	padding-top: 60px;
	background-image: url(../images/walker-title.gif);
	background-repeat: no-repeat;
}

div#content.ali {
	padding-top: 60px;
	background-image: url(../images/ali-title.gif);
	background-repeat: no-repeat;
}
