/*************************************/
/* Centering layout */

html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

.centered {
    width: 1000px;
    margin: 0 auto;
    clear: all;
}

body {
  padding-top: 30px;
/*  background-color: #682E90;*/
  background-image: url("../images/background.jpg");
  background-color: #270688;
  background-repeat: no-repeat;
  background-position: top center;

}

p {
    font-size: 1em;
    margin-top: -15px;
}

h1 {

}

h2>a {
    color: gray;
    font-size: 1em;
    text-decoration: none;
    font-family: georgia;
}

h2 {
    border-bottom: solid gray 1px;
    margin-top: 30px;
}

a {
    color: black;
}

#maincontainer {
    position: relative;
    padding-bottom: 24px;
    border-bottom: solid gray 1px;
    float: left;
}

#footer {
    width: 1000px;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    clear: both;
    border-top: solid #FECE00 3px;
    float: left;
    background-image: url('../images/footer_bg.jpg');
}

#footer>div {
    padding-top: .5em;
    padding-bottom: 1em;
}

.nav_bottom {
    margin-right: 23px;
    margin-left: 23px;
    text-align: left;
    float: left;
}

.nav_bottom_item {
    text-decoration: none;
    font-size: 0.8em;
    color: white;
    /*color: #333; */
}
.nav_bottom_item:hover {
    text-decoration: underline;
}

.nav_bottom_header {
    color: white;
/*    color: #333; */
    font-weight: bold;
    text-decoration: underline;
    font-size: .9em;
}

/*************************************/
/* Navigation bar and header styling */

#header {
    position: relative;
}

#navbar {
    width:1000px;
    height: 30px;
    background-color: #410285;
    /*
    background-image: url("../images/menu_background.jpg");
    background-repeat: repeat-x;
    */
    font-family: 'Georgia';
    font-size: 14;
    margin-top: -4px;
    text-align: center;
}

#navbar>a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

#navbar>a>div {
    line-height: 30px;
    height: 30px;
    display: inline;
    margin-right: 19px;
    margin-left: 19px;
}

/*
    #navbar>a>div:hover {
    background-color: #1E0538;
    color: #FFC000;
}
*/

/*
#navbar>a>#join {
    float: right;
    width: 235px;
    text-align: center;
    color: #FF0000;
    font-size: 1.2em;
    border-left: solid #FF0000 3px;
}

#navbar>a>#join:hover {
    background-color: #ddd;
}
*/

#nav_about>div {
    visibility: hidden;
    background-color: #948A54;
    color: #FFC000;
}

#nav_about:hover div{
    visibility: visible;
}

/*************************************/
/*************************************/
/*************************************/
/* Styling for homepage fading images */

.homepage_banner {
    position: relative;
    width: 1000px;
    height: 274px;
}

/*************************************/

#hp_box_container {
    padding-top: 40px;
    margin-top: 0px;
 /*   background-color: white;/*#F3DCFC;*/
    float: left;
    width: 960px;
    padding: 20px;
}

.hp_box {
    float: left;
    width: 230px;
    margin-top: -11px;
    margin-right: 30px;
}

.hp_box>h2 {
    font-family: 'Arial Black', 'Arial';
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
    font-size: 1.3em;
}

#hp_info_box_container {
    float: left;
/*    background-color: white;/*#e2cbeb;*/
    padding: 20px;
}

.hp_info_box {
    float: left;
    width: 280px;
    text-align: left;
    margin-left: 17px;
}

.hp_info_box > h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#hp_info_box_left {
    width: 320px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
}

#hp_info_box_middle {
    text-align: center;
}


/*************************************/
/*************************************/
/*************************************/
/* Styling for agenda content */


.content_text_container {
    float: left;
    border-left: solid gray 1px;
    margin-top: 10px;
    padding-left: 20px;
    width: 400px;
}

.footprint_box {
    float: left;
    width: 270px;
    height: 350px;
    padding: 20px;
    text-align: left;
    font-family: georgia;
    color: gray;
    font-size: 1.1em;
}

.footprint_box > a {
    color: gray;
    text-decoration: none;
}

.footprint_box > a:hover {
    text-decoration: underline;
}


/*************************************/
/*************************************/
/*************************************/
/* Styling for candidate content */

.candidate_info_box {
    float: left;
    width: 308px;
    text-align: center;
    margin-left: 17px;
    text-decoration: none;
}

.candidate_name {
    font-weight: bold;
    font-size: 1.5em;
    font-family: arial;
    color: gray;
}

.candidate_office {
    font-family: georgia;
    font-size: 1.2em;
}

.candidate_picture {
    width: 260px;
    height: 403px;
}

.volunteer_picture {
    width: 260px;
    height: 260px;
}

.homepage_banner {
    height: 357px;
}