
/*
 * ********************************
 * IAVA 2008 Congressional Report Card
 * @author: nijg.net
 * @date: 2008
 * ********************************
 *
 * COLOURS USED:
 *
 */


body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #6c7f4d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#body_container {
    margin: 0 auto;
    padding: 0 179px;
    width: 981px;
    background: url('../images/bg_body_container.png') no-repeat;
}

#container,
#header_container,
#content_container,
#footer_container {
    margin: 0 auto;
    clear: both;
    text-align: left;
}

#container {
    margin: 0 auto;
    padding: 0 5px;
    width: 961px;
    background: white url('../images/bg_container.png') repeat-y;
}


/************************ HEADER ************************/

#header_container {
    margin: 0 auto;
    background: #ddc8b2;
}

#header_container-content {
    background: #637643;
    width: 906px;
    padding-right: 20px;
    border-bottom: 1px solid white;
}

#header_container-imgs {
    clear: both;
    background: #ddc8b2;
    width: 906px;
    padding-left: 34px;
}

/********** HEADER:elements **********/

#header_container-content h1 {
    float: left;
    margin: 0;
    line-height: 0;
}

#header_container-content p {
    margin: 0 0 0.5em;
    color: #ede2d5;
    font-weight: bold;
    text-transform: uppercase;
}

#header_container-content #form-join {
    float: right;
    margin: 25px 0 0;
    width: 265px;
}

#form-join input {
    border: #536632 1px solid;
    color: #999;
    padding: 0.4em 0.7em;
}

#form-join input.email {
    width: 140px;
}

#form-join input.zip {
    width: 55px;
}

#header_container-imgs h1 {
    float: left;
    margin: 0;
    line-height: 0;
    border-left: 1px solid #bf9d7a;
}

#header_container-imgs img.photo {
    border-left: 1px solid white;
    border-right: 1px solid white;
}


/************************ NAVs ************************/

#nav_container {
    background: #ddc8b2;
    padding: 0 34px;
    width: 893px;
    border-top: 1px solid white;
}

#nav_container-content {
    background: #bf9d7a url('../images/bg_nav.png') top left repeat-x;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 16px 0;
}


/********** NAV:elements **********/

ul#nav {
    margin: 0;
    padding: 0;
    height: 15px;
    text-align: center;
}

ul#nav li {
    display: inline;
    margin: 0;
    padding: 0 7px 0 18px;
    list-style-type: none;
    background: url('../images/li_bullet.png') left 2px no-repeat;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#nav li.first {
    background: none;
    padding-left: 0;
}
ul#nav li.last {
    padding-right: 0;
}


ul#nav li a {
    height: 33px;
    background: no-repeat top left;
    background-position: 0;
    color: white;
}

ul#nav li a:hover {
    color: #7b4d12;
}


/************************ BODY ************************/

#content_container {
    margin: 0 auto;
    padding: 0 34px;
    width: 893px;
    background: #ddc8b2;
}

#content_container-content {
    background: white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 35px 0;
}

#content_container-content .col-left,
#content_container-content .col-right,
#content_container-content .col-page {
    padding: 0 25px;
}

#content_container-content .col-left {
    float: left;
    border-right: 1px solid #d9d9d9;
    padding-right: 40px;
    width: 275px;
}

#content_container-content .col-right {
    float: left;
    padding-left: 40px;
    width: 485px;
}

#content_container-content .col-page {
    background: url('../images/bg_content-container_col-wide.png') repeat-x;
    padding: 5px 45px;
    width: 550px;
}

/********** BODY:boxes **********/


.clearfix {
    clear: both;
}


/********** BODY:elements **********/

a {
    text-decoration: none;
	color: #455a21;
}

a img { text-decoration: none; border: 0; }

p a {
    font-weight: bold;
    color: #455a21;
}

p a:hover, a:hover {
    text-decoration: underline;
}

p a.readmore {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.9em;
}

img.alignleft,
img.alignright {
    display: inline;
}
img.alignleft {
    float: left;
    margin: 0 1em 0 0;
}
img.alignright {
    float: right;
    margin: 0 0 0 1em;
}

#content_container-content p {
    margin-top: 0;
    color: #666;
    line-height: 1.5em;
    font-size: 1.1em;
}

    #content_container-content.home .col-left p {
        font-size: 0.9em;
    }

#content_container-content h1 {
    margin: 0 0 0.2em;
    color: #455a21;
    font-size: 2.6em;
}

#content_container-content h2 {
    margin: 1.5em 0 0.3em;
    color: #7b4d12;
    font-size: 1.8em;
}

#content_container-content h3 {
    margin: 1.5em 0 0.3em;
    color: #666;
    font-size: 1.5em;
}

/* content elements */

.hr {
    clear: both;
    padding: 0;
    margin: 1.8em 0 1.5em;
    height: 1px;
    background: url('../images/hr.png') repeat-x;
}

.hr hr {
    display: none;
}


/* form elements */

#local form, #header_container-content form{
    width: 100%;
}

#local form p, #header_container-content form p {
    margin-bottom: 0.6em;
}

#local form p label, #header_container-content form p label {
    color: #637643;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}

#local form input, #header_container-content form input {
    border: #d5d5d5 1px solid;
    color: #000;
    font-size: 0.8em;
    padding: 0.3em 0.7em;
    width: 150px;
    background: white url('../images/form_input-bg.png') no-repeat;
}

form select {
    color: #000;
}

#local form button, #header_container-content form button {
    margin-left: 0.2em;
    padding: 3px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

form button.submit-go {
    width: 30px;
    height: 21px;
    border: 0;
    background: url('../images/form_join_submit-go.png') no-repeat center center;
    padding: 1px;
}

form button.submit-go:hover {
    color: #7b4d12;
}


/* miscellaneous styling */

#content_container-content p.introtext {
    position: relative;
    margin-top: -25px;
    margin-left: -15px;
}

/************************ FOOTER ************************/

#footer_container {
    margin: 0 auto 5em;
    width: 971px;
}

#nav_footer {
    clear: both;
    background: #abb993 url('../images/bg_footer.png') no-repeat top center;
    height: 33px;
    padding-top: 28px;
    text-align: center;
}

#footer_contact {
    clear: both;
    padding-top: 8px;
    text-align: center;
}

/********** FOOTER:elements **********/

#footer_container ul {
    margin: 0;
    padding: 0;
}

#footer_container ul li {
    display: inline;
    list-style-type: none;
    font-size: 0.9em;
}

#footer_container ul li.last {
    background: none;
}

#footer_container ul li a:hover {
    text-decoration: underline;
}

#nav_footer ul {
    padding: 6px 0;
}

#nav_footer ul li {
    display: inline;
    list-style-type: none;
    color: #57683b;
    font-size: 0.9em;
    background: url('../images/li_bullet-nav_footer.png') no-repeat right 2px;
    padding: 0 10px 0 8px;
}

#nav_footer ul li a {
    color: #57683b;
}

#footer_contact ul li {
    display: inline;
    list-style-type: none;
    color: #c2cab6;
    font-size: 0.9em;
    background: url('../images/li_bullet-footer_contact.png') no-repeat right 2px;
    padding: 0 10px 0 8px;
}

#footer_contact ul li a {
    color: #c2cab6;
}

.actionimage {
	 vertical-align:middle;
}

#local table {
	border-collapse: collapse;
	width:300px;
}
#local td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	border-bottom: #57683b solid 1px;
	
}
body #mediaContacts, body.mediaContacts {
	/* background: white url('../images/bg_container.png') repeat-y;*/
		
		
	 min-height:3100px;
	 
}
