@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C9D9E6;
}



.page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-image: url(/elections/img/site/header.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 655px;
	padding-top: 270px;
	padding-left: 345px;
}
.header_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #990000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
a:hover.header_links  {
	color: #999999;
	background-color: #FFFFFF;
}
.side_links {
	float: left;
	width: 270px;
	padding-left: 15px;
}
.side_links ul {
	padding-left: 20px;
}
.content {
	float: right;
	width: 630px;
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.page .side_links h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.page .side_links li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #000;
}
.page .side_links a:link {
	color: #000066;
	text-decoration: none;
}
.page .side_links a:visited {
	color: #000066;
	text-decoration: none;
}
.page .side_links a:hover {
	color: #990000;
	text-decoration: none;
}
.content_top {
	width: 400px;
	height: 120px;
	background-image: url(/elections/img/site/bug.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	padding-left: 150px;
	padding-top: 30px;
}
.page .content .content_top h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.page .content .content_top p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.red_bold_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.page .content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 100;
	color: #666666;
}
.page .content p, .page .content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.page .content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.page .content a:link {
	color: #000066;
}
.page .content a:visited {
	color: #000066;
}
.page .content a:hover {
	color: #990000;
}
.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a:hover.footer_links {
	color: #999999;
	background-color: #FFFFFF;
}
.content_forms {
	width: 850px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.page .content_forms p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.page .content_forms h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #333333;
}
.page .content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: 100;
}

p.answer {
	border-left: 2px solid #00a;
	background: #ddd;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}

.candidate-form {
	font-size: 10pt !important;
}

/**
 * Carry-over from Pronto main.css
 */

/*
 * Fix container divs that contain floating divs - they will jump outside
 * the container unless class="... clearfix"
 */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* needed for IE7 */
*:first-child+html .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/********************************************************************
 * MESSAGES AND ERRORS
 *******************************************************************/
p.error {
	color: #900 !important;
	font-weight: bold;
	margin: 0;
}
div.error {
	color: #900;
	margin: 10px;
	font-weight: bold;
	font-size: 8pt;
	background: url(/elections/img/error_bg.gif) repeat-x;
	border: 1px solid #fd5000;
	padding: 7px;
}
div.success {
	color: #619420;
	margin: 10px;
	font-weight: bold;
	font-size: 8pt;
	background: url(/elections/img/success_bg.gif) repeat-x;
	border: 1px solid #12bd00;
	padding: 7px;
}
div.success ul, div.error ul {
	margin: 0 0 0 10px;
	list-style-type: disc;
	font-size: 8pt;
}
