/* 
    Document   : advocacystyles.css
    Created on : 28-Jul-2009, 15:54:44
    Author     : Michael Squance
    Description:
        Purpose of the stylesheet follows.
*/

html {
    font-family: Arial;
    background-image: url('images/background-fade.gif');
    background-repeat: repeat-x;
    background-color: #FFF7EF;
    background-attachment: fixed;
}

div#site_container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    padding: 10px 10px 0px;
    background-color: #FFFFFF;
    background-image: url('images/radial-fade.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}

div#page_header {
    /*background-image: url('images/swirl-dual-overlap-fill-opac.png');*/
    /*background-repeat: no-repeat;*/
}

div#page_header h1 {
    margin-bottom: 0px;
    margin-top: 0px;
    /*padding-left: 15px;*/
    /*padding-left:70px;*/
    /*padding-top:10px;*/
}

div#page_header p {
    margin-top: 0px;
    margin-bottom: 5px;
    /*padding-left: 80px;*/
}

div.header_text{
    text-align: center;
}

div#menu {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background-color: #FFFFFF;
    margin-top: 20px;
    height: 40px;
}

ul.menu_list {
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
}

li.menu_list_item {
    display: inline-block;
    width: 18%;
    text-align: center;
    min-height: 40px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin-left: 5px;
    background-image: url('images/link-background.gif');
    float: left;
}

li.menu_list_item :hover{
    background-image: url('images/link-background-hover.gif');
}

div#menu a {
    display: block;
    min-height: 40px;
    line-height: 40px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

ul {
    list-style-image: url('images/bullet-point.gif');
}

ul li{
    font-weight: 700;
}

span.additional_text {
    font-weight: 300;
}

p.imca_links {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}

div#page_content {
    background-image: url('images/swirl.png');
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-top: 20px;
}

h2.page_header{
    margin-top: 5px;
    text-align: center;
}

p.imcalist {
    text-align: center;
}

table.imcagencies {
    width: 100%;

}

table.imcagencies td{
    text-align : center;
    font-weight: bold;
    width: 33%;
}

img.join {
    float: right;
    position: relative;
    left: -10px;
}

div#footer {
    border-top: 1px solid black;
    padding: 10px;
    text-align: center;
    background-image: url('images/link-background.gif');
    width: 100%;
    position: relative;
    left: -10px;
}

