body {
    background-color:#f9f9f9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

/* Main Containers */

#main_container {

    background-color: #fff;
    z-index: 0;
}

#headmenu {

    text-align: right;
    padding-top: 12px;
    padding-bottom: 12px;
}

#banner {

    background-color: #69C;
}

#banner_img {

    background: url(../images/banner.png) no-repeat 0 0;
    margin: 10px;
    height: 150px;
}

#navigation {

    z-index: 1000;
    background-color: #B9D7EF;
}

#main {

    background-color: #fff;
    min-height: 300px;
    margin-right: 0;
    padding-right: 10px;
    padding-top: 15px;
    z-index: o;
    position: relative;
}

#sidebar {

    background-color: #fff;
    min-height: 400px;
    margin-left: 0;
    padding-left: 10px;
}

#copyright {

    font-size: 10px;
    color: #fff;
    text-align: center;
    background-color: #B9D7EF;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer {

    border-top: 1px dotted #dedede;
    text-align: center;
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 5px;
    min-height: 50px;
}

/* footer nav */
#footer_nav {

    width: 60%;
    text-align: left;
    padding-left: 350px;
    font-size: 10px;
    color: #9a9a9a;
    text-decoration: none;
    line-height: 18px;
}

a.small_nav:link {

    font-size: 10px;
    color: #9a9a9a;
    text-decoration: underline;
}

a.small_nav:active {

    font-size: 10px;
    color: #9a9a9a;
    text-decoration: underline;
}

a.small_nav:visited {

    font-size: 10px;
    color: #9a9a9a;
    text-decoration: underline;
}

a.small_nav:hover {

    font-size: 10px;
    color: #dedede;
    text-decoration: none;
}

/* Polls */

#poll {

    float: right;
    width: 220px;
}

.pollheader {

    background-color: #69C;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 5px;
    
}

.pollindex {

    padding: 10px 5px;
    border: 1px solid #69C;
    text-align: center;
}

.pollquestion {

    font-weight: bold;
    padding-top: 5px;
    width: 210px;
}

#formcontainer {

    padding: 5px;
}

#pollform {
	width:200px !important;
}

#pollform input, label {
float: left;
display: block;
}

#pollform li {
clear: both;
}

#pollform label {

    font-weight: normal;
    padding:0 ;
    margin: 0;
    line-height: 24px;
}

#pollform p {

    float:none;
    text-align: left;
    line-height: 24px;
}

#pollform ul {

    text-align: left;
}

#pollform li {

    text-align: left;
    line-height: 24px;
}

#pollform input#submit {

	float:right;
}

.poll_result p {
    
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 16px;
}

#pollcontainer .bar {

    margin-top: 5px;
    margin-bottom: 5px;
}

#votebar1 {
    float: left;
    background-color: #f00;
}

#votebar2 {
    float: left;
    background-color: #0f0;
}

#votebar3 {
    float: left;
    background-color: #00f;
}

/* Frontpage news */
h2.frontpage {
    
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: c
}

#fp_news_item {
    
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-bottom: 15px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#fp_news_item a {

    line-height: 20px;
    color: #000;
    text-decoration: underline;
}

#fp_news_img {

    float: left;
}

#fp_news_content {

    float: right;
    width: 80%;
}

.fp_news_item {

    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-bottom: 15px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.fp_news_item a {

    line-height: 16px;
    color: #000;
    text-decoration: underline;
}

.fp_news_item a:hover {

    line-height: 16px;
    color: #000;
    text-decoration: none;
}

.fp_news_img {

    float: left;
}

.fp_news_content {

    float: right;
    width: 80%;
    line-height: 16px;
}

.fp_news_type {

    text-align: right;
    color: #9a9a9a;
}



/* FORMS */
li.frow {
    padding: 5px;
}

li.submitting {
    text-align: center;
}

.form_contact {

    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}

/* Weather widget */
#w_item {

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
}

#w_item p.day {

    text-align: right;
    font-weight: bold;
}

#w_icon {
    float: left;
    width: 40px;
}

#w_text {
    float: left;
    text-align: left;
    padding-left: 5px;
    line-height: 14px;
}

/* PAGINATION CONTROL */

.pagination {

    color: #000;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    padding: 5px;
    text-align: center;
}

.pg_current {

    color: #000;
    background-color: #fff;
    border: 1px solid #E6E8D9;
    padding: 2px 5px;
}

.pg_disabled {

    color: #ababab;
    background-color: #FAFAF2;
    padding: 2px 5px;
    margin: 1px;
}

.pagination a {

    color: #000;
    background-color: #FAFAF2;
    padding: 2px 5px;
    margin: 1px;
    text-decoration: none;
}

.pagination a:hover {

    color: #000;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    padding: 2px 5px;
    margin: 0;
    text-decoration: none;
}

/* MEMBER LISTING */

.member_list {

    width: 100%;
}

.member_list td {

    padding: 5px 0;
}

.member_list td.even_name {

    background-color: #fff;
    border-bottom: 1px solid #E6E8D9;
    border-left: 1px solid #E6E8D9;
    text-align: left;
    width: 45%;
    padding-left: 3px;
}

.member_list td.uneven_name {

    background-color: #FAFAF2;
    border-bottom: 1px solid #E6E8D9;
    border-left: 1px solid #E6E8D9;
    text-align: left;
    width: 45%;
    padding-left: 3px;
}

.member_list td.even_branch {

    background-color: #fff;
    border-bottom: 1px solid #E6E8D9;
    text-align: left;
    width: 45%;
}

.member_list td.uneven_branch {

    background-color: #FAFAF2;
    border-bottom: 1px solid #E6E8D9;
    text-align: left;
    width: 45%;
}

.member_list td.even_map {

    background-color: #fff;
    border-bottom: 1px solid #E6E8D9;
    border-right: 1px solid #E6E8D9;
    text-align: right;
    width: 10%;
    padding-right: 3px;
}

.member_list td.uneven_map {

    background-color: #FAFAF2;
    border-bottom: 1px solid #E6E8D9;
    border-right: 1px solid #E6E8D9;
    text-align: right;
    width: 10%;
    padding-right: 3px;
}

.key_row {

    background-color: #B9D7EF;
    border: 1px solid #69C;
}

.key_row a {

    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#member_sort {

    color: #000;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    padding: 5px;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px;
}

#member_sort a.jump_enabled {

    color: #000;
    background-color: #FAFAF2;
    padding: 2px 2px;
    margin: 1px;
    text-decoration: underline;
}

#member_sort a.jump_enabled:hover {

    color: #000;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    padding: 2px 2px;
    margin: 0;
    text-decoration: none;
}

#member_sort .jump_disabled {

    color: #ababab;
    background-color: #FAFAF2;
    padding: 2px 2px;
    margin: 1px;
}

.member_inline_details {

    width: 100%;
    border: 1px solid #000;
}

.member_inline_details td {

    padding: 5px 5px;
}

/* PERSON LISTING */

h2.about_persons {

    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
}

.council {

    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.council_member {

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-bottom: 15px;
    line-height: 18px;
}

.council_picture {

    float: left;
    width: 80px;
}

.council_info {

    float: left;
    width: 320px;
}

.council_title {

    float: right;
    text-align: right;
}

.council_email {

    float: right;
    text-align: right;
}

.council_info a {

    color: #000;
    text-decoration: underline;
}

.council_info a:hover {

    color: #000;
    text-decoration: none;
}

/* ABOUT TEXT */

.about_texts {

    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.text_content {

    line-height: 16px;
}


/* NEW DISPLAY */

#n_view {

    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#n_view_date {

    text-align: right;
    padding-bottom: 10px;
}

#n_view_title {

    text-align: left;
    padding-bottom: 15px;
}

#n_view_title h2 {

    font-size: 14px;
    font-weight: bold;
}

#n_view_content {

    text-align: justify;
    line-height: 14px;
    min-height: 350px;
}

#n_view_share {

    text-align: right;
    padding: 15px 0;
}

/* ACTIVITIES */

#a_details {

    float:right;
    border: 1px solid #9a9a9a;
    width: 25%;
    line-height: 14px;
}

#a_details .headline {

    font-size: 14px;
    color: #fff;
    background-color: #9a9a9a;
    width: 100%;
}

#a_view_content {

    text-align: justify;
    line-height: 14px;
    float: left;
    min-height: 350px;
}

#a_details .direction {

    padding: 5px;
}

/* MONTHLY */

#monthlycontainer a {

    color: #000;
    text-decoration: underline;
}

#monthlycontainer a:hover {

    text-decoration: none;
}

/* COUNCIL ONLY */

.greeting_box {

    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-top: 15px;
    margin-bottom: 15px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.greeting_box p {

    line-height: 16px;
}

.inline_logout {

    float: right;
}

.inline_logout a {

    color: #000;
    text-decoration: underline;
}

.inline_logout a:hover {

    text-decoration: none;
}

.sizeHighlighted {

    font-size: 14px;
    font-weight: bold;
}

/* C DOWNLOAD */
.cl_download_item {

    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-top: 15px;
    margin-bottom: 15px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cl_download_title {

    float: left;
    line-height: 28px;
    vertical-align: middle;
}

.cl_download_title a {

    color: #000;
    text-decoration: none;
}

.cl_download_body {

    float:right;
}

.cl_messages_item {

    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-top: 15px;
    margin-bottom: 15px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cl_messages_title {

    float: left;
    line-height: 28px;
    vertical-align: middle;
    width: 70%;
}

.cl_messages_title a {

    color: #000;
    text-decoration: none;
}

.cl_messages_answer_count {

    float:left;
    line-height: 28px;
    vertical-align: middle;
}

.cl_messages_body {

    float:right;
}

.cl_messages_creator {

    float: right;
    text-align: right;
}

.cls_messages_title {

    line-height: 20px;
}

.cls_messages_content {

    line-height: 16px;
}

.msg_answer_even {

    width: 60%;
    float: left;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-top: 15px;
    margin-bottom: 15px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.msg_answer_uneven {

    width: 60%;
    float: right;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-top: 15px;
    margin-bottom: 15px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.msg_answer_creator {

    float: right;
    text-align: right;
    line-height: 20px;
}

/* faq */
.faq_container {

    width: 100%;
    padding-top: 15px;
}

.question_item {

    width: 80%;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.question_creator {

    padding: 5px 5px;
}

.question_body {

    padding: 5px 5px;
}

.question_replier {

    padding: 5px 5px;
    border-top: 1px dashed #E6E8D9;
}

.question_replier p {

    padding-top: 5px;
}

/* LINKS */
.link_list {

    margin-top: 15px;
}

.link_item {

    width: 80%;
    background-color: #FAFAF2;
    border: 1px solid #E6E8D9;
    display:block;
    color:#555555;
    padding: 5px 5px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
}

.link_item .title {

    font-weight: bold;
    padding-bottom: 5px;
}

.link_item .description {

    line-height: 16px;
    padding-bottom: 15px;
    text-align: justify;
}

.link_item .link {

    text-align: right;
    padding-bottom: 5px;
}

.link_item a:link {

    color: #000;
    text-decoration: underline;
}

.link_item a:visited {

    color: #000;
    text-decoration: underline;
}

.link_item a:active {

    color: #000;
    text-decoration: underline;
}

.link_item a:hover {

    color: #000;
    text-decoration: none;
}

