/*  default.css */

/*
// Created by: Steve Fritts
// Created on: 2012/01/04
// Last updated by: Steve Fritts
// Last updated on: 2013/02/08

// This stylesheet is designed for html 4.01 strict on firefox
*/

{
	line-height: 18px;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #003399;
}

a:hover {
	color: #6699cc;
}

body {
	background-image: url(../images/flagOil_2007x1200.jpg);
	background-repeat: no-repeat;
	font-family: Calibri, sans-serif;
	width: 100%;
}

form, h1, h2, h3, h4, p {
	padding-left: 18px;
	padding-right: 18px;
}

form p {
    margin-left: 0;
    padding-left: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

input[type="text"] {
	border: 1px solid #1c293a;
	font-size: 16px;
	margin-bottom: 18px;
	width: 486px;
}

table {
	padding-left: 18px;
}

textarea {
	border: 1px solid #1c293a;
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 18px;
	min-height: 144px;
	width: 486px;
}

textarea:focus, input[type="text"]:focus {
	border-color: #440000;
}

textarea:hover, input[type="text"]:hover {
	border-color: #6699cc;
}

video {
	text-align: center;
	margin: 0 auto;
	display: block;
}

/*------------------------------------------------*/

#contactForm {
	border: 2px solid #1c293a;
	font-weight: bold;
	margin-left: 18px;
	padding: 18px;
	width: 494px;
}

#container {
	border-left: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	margin: auto;
	min-height: 512px;
	width: 810px;
}

#content {
	min-height: 684px;
}

#contentShort {
	min-height: 256px;	
}

#content, #contentShort {
	background-color: white;
	border-bottom: 2px solid #1c293a;
	border-top: 2px solid #1c293a;
}

#content img.mainPortrait {
	border: 2px solid #1c293a;
	float: left;
	margin: 18px;
	padding: 2px;
	width: 90px;
}

#content p.signature {
	font-style: italic;
	text-align: right;
}

#electionAd {
	background-color: #871720;
	border-bottom: 2px solid white;
	color: white;
	height: 162px;	
	margin-top: -1px;
	padding: 18px;
}

#electionAd a {
	background-color: #971720;
	border: 1px solid #c0c0c0;
	display: block;
	font-family: Times New Roman;
	height: 162px;
	width: 770px;
}

#electionAd a:link, #electionAd a:visited {
	color: white;
	text-decoration: none;
}

#electionAd a:hover {
	background-color: #a71720;
	border: 1px solid white;
}

#electionAd a h2, #electionAd a h3 {
	padding-left: 18px;
	padding-right: 18px;
}

#electionAd a p {
	font-size: 20px;
	font-style: italic;
}

#electionAd a img.seal {
	border: 0;
	float: right;
	height: 144px;
	padding-top: 9px;
	padding-right: 9px;
	width: 144px;
}

#footer {
	background-color: #1c293a;
	border-top: 2px solid white;
	clear: both;
	color: white;
	padding-bottom: 2px;
}

#footer p {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding-left: 18px;
}

#footer p a:link, #footer p a:visited {
	color: white;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#header {
	background-image: url(../images/transBlue3.png);
	border-bottom: 2px solid white;
	height: 142px;
	margin-top: -36px;
}

#header h1, #header h2, #header h3 {
	color: white;
	font-weight: normal;
	padding-right: 18px;
}

#header h1 {
	color: white;
	font-family: Century Gothic;
	font-size: 33px;
	padding-left: 18px;
	padding-top: 18px;
}

#header h2, #header h3 {
	margin-top: -18px;
}

#header h3 {
	font-size: 16px;
}

#header, footer {
	display: block;
}

#left {
	display: block;
	float: left;
	width: 382px;
}

#nav {
	background-color: #1c293a;
	border-bottom: 2px solid white;
	height: 36px;
	margin-top: -16px;
}

#nav ul {
	margin-left: -18px;
	padding-top: 9px;
}

#nav ul li {
	color: white;
	display: block;
	float: left;
	list-style: none;
	padding-right: 27px;
}

#nav ul li.visited {
	color: #a0a0a0;
}

#nav ul li a:link, #nav ul li a:visited {
	color: white;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #6699cc;
}

#right {
	display: block;
	float: right;
	width: 418px;
}

#topNav {
	color: white;
	display: block;
	font-size: 12px;
	margin-bottom: -36px;
	margin-top: 36px;
	padding-bottom: 10px;
	padding-right: 18px;
	padding-top: 4px;
	text-align: right;
}

#topNav a:link, #topNav a:visited {
	color: white;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}

/*------------------------------------------------*/

.blue {
	color: #1c293a;
}

.centered {
	text-align: center;
}

.floatRight {
	clear: both;
	text-align: right;
}

.fullWidth {
    width: 100%;
}

.notice {
	border: 2px;
   	background: red;
  	color: #ffffff;
  	padding: 2px;
}

.notice p {
    text-align: center;
	font: 1.2rem sans-serif;  
}

.padLeft {
}

.padRight {
   padding-right: 18px;
}

.padTop {
	padding-top: 26px;
}

.textSize14 {
    font-size: 14px;
}

.space_10 {
	padding-left: 10px;
	padding-right: 10px;
}

.tabLink {
	target-new: tab;
}

.test {
	text-decoration: underline;
}

.warning {
    color: red;
}