body {
  font-family: Verdana, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  background: url('/images/template/root_page_bg.jpg') top left repeat-y #d9d4bd;
}

h1,h2,h3,h4,h5{
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

.required{
  font-weight: bold;
}

.required .star{
  color: #cfa530;
}

#errorExplanation{
  margin: 10px;
  padding: 10px;
  background: #e4e4e4;
  color: black;
  font-size: 12px;
}

ul.question-navigation li.active{
  font-weight: bold;
}

ul.question-navigation li{
  padding-bottom: 15px;
}

ul.question-navigation a.question{
  text-decoration: none;
  font-weight: bold;
  font-size: larger;
}

ul.question-navigation a.question{
  text-decoration: underline;
}

ul.question-navigation div.icon{
  margin-top: 6px;
  width: 60px;
  height: 60px;
  float: left;
}

ul.question-navigation div.summary{
  margin-top: 6px;
  margin-left: 6px;
  width: 300px;
  float: left;
}

ul.question-navigation li div.summary a{
  text-decoration: none;
}

ul.question-navigation li div.summary a:hover{
  text-decoration: underline;
}

small.error{
  font-weight: bold;
  color: #cfa530;
  padding: 3px;
}

#errorExplanation h2{
  color: #cfa530;
}

img{
 border: none;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

#page {
  width: 1012px;
}

#header {
  background: white;
  height: 190px;
  width: 999px;
  padding: 6px 6px 0px 6px;
}

#buttons, #register{
  padding-left: 6px;  
}

#main-wrapper{
  padding-top: 15px;
  background: url('/images/template/page_content_bg.jpg') top left repeat-y;
  width: 999px;
  margin-left: 6px;
  float: left;
}

#main {
  float: left;
  width: 100%;
}

#subnav{
  background: url('/images/template/page_content_bg.jpg') top left repeat-y;
  padding: 7px;
  margin-left: 6px;
}

#content-wrapper {
  float: left;
  width: 490px;
}

#content {
  padding: 10px;
  color: white;
}

#content a{
  color: #cfa530;
}

#content input, #content select, #content option{
  font-size: 12px;
}

#content table.question_form td{
  padding: 6px;
  border-bottom: 1px dotted #e4e4e4;
}

#content div.fullwidth{
 padding: 5px;
 background: url('/images/template/full_width_article_bg.jpg') top left repeat-y;
 border: 1px solid #a5bfd6;  
}

#content p {
  font-family: Verdana, sans-serif;
  font-size: 13px;
}

#content div.narrow{
  width: 180px;
  background: url('/images/template/narrow_article_bg.jpg') top left repeat-y;
  border: 1px solid #a5bfd6;  
  padding: 5px;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
}

#content div.wider{
  margin-top: 6px;
  width: 260px;
  background: url('/images/template/wider_article_bg.jpg') top left repeat-y;
  border: 1px solid #a5bfd6;  
  padding: 5px;
  float: left;
  margin-bottom: 6px;
}

div.entry{
  border-top: 1px solid white;  
}

p.info{
  border-top: 1px solid white;
  padding: 5px;
  font-size: smaller;
  font-style: italic;
}

#attachments{
  border: 1px dotted #cccccc;
}

#attachments small{
  color: #cccccc;
}

#left-column-wrapper{
  float: left;
  width: 347px;
  background: url('/images/template/left_column_bg_repeat.jpg') top left repeat-y;
  margin-top: 55px;
}

#left-column {
}

#left-column div.partner{
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

#left-column h3{
  color: #bdd0e1;
  font-size: 16px;
  padding-top: 0px;
  margin-top: 0px;
}

#left-column div.partner_content{
  padding: 10px;
}

#left-column div.partner_content a,
#left-column div.partner_content a:visited,
#left-column div.partner_content a:active {
  text-decoration: none;
  color: black;
}

#left-column div.partner_content a:hover {
  text-decoration: none;
  color: blue;
}

#left-column div.large{
  background: url('/images/template/large_left_partner_button_bg.jpg') top left no-repeat;
  width: 347px;
  height: 279px;
}

#left-column div.small{
  background: url('/images/template/small_left_partner_button_bg.jpg') top left no-repeat;
  width: 347px;
  height: 145px;
}

#right-column-wrapper {
  float: right;
  width: 156px;
  background: url('/images/template/right_partner_bg.jpg') top left repeat-y #b2c8dd;
  padding: 4px 4px 4px 0px;
  font-size: 11px;
  line-height: 18px;
  margin-top: 55px;
}

#right-column {
  font-family: Verdana, sans-serif;
  color: #1e4678;
  text-align: center;
  float: right;
}

#right-column div.partner{
  border: #93a2ae 1px;
  border-style: solid none none solid;
  padding: 2px;
  margin-bottom: 5px;
  width: 136px;
  height: 68px;
  text-align: center;
  background: white;
}

#right-column-top, #right-column-bottom{
  width: 136px;
}

#right-column-bottom{
 text-align: left;
}

#footer {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 14px;
  float: left;
  width: 100%;
  background: white url('/images/template/footer_bg_image.jpg') top right no-repeat;
  text-align: left;
  padding-top: 2px;
  border-top: 1px solid black;
  margin-top: 6px;
}

#footer a{
  color: #007AFF;
  text-decoration: none;
  border-bottom: #c0d0e1 1px solid;
  font-weight: bold;
}

#footer a.mailto{
  color: #cfa530;
}

div.question{
  margin-bottom: 10px;
  border-bottom: 1px dotted #a5bfd6;
  padding: 5px;
}

div.question div.vote{
  font-size: larger;
  font-weight: bold;
  color: black;
  background-color: #e4e4e4;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

div.question div.vote input{
  font-size: larger;
}

div.question div.byline{
  text-align: right;
  font-style: italic;
  font-size: smaller;
  font-weight: bold;
}

div#update_future_voters, div#update_voters{
  text-align: center;
  padding: 20px;
  font-weight: bold; 
}

