
@import url(reset.css);

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #543b26;
    background: #fffdef url(/images/bggrad.jpg) repeat-x;
}

p {
    margin-bottom: 10px;
}

p.small
{
    font-size: 11px;
}
span.red {
    color: #e53016;
}
a {
    color: #22aa48;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #e53016;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h1.subheading
{
    color: #543b26;
    text-transform: none;
    padding-top: 5px;
}

h2 {
    color: #e53016;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 14px;
    margin-bottom: 12px;
}
h3 {
    color: #22aa48;
    /*line-height: 1.2;*/
    margin-bottom: 12px;
}

hr {
    margin: 1.4em 0;
    height: 1px;
    border: 0;
    /*border-top: 1px solid #22aa48;*/
    border-color: #9dcf78;
    background-color: #9dcf78;
}

#container {
    margin: 0 auto;
    width: 906px;
}

#header {
    width: 906px;
    height: 158px;
    background-image: url(/images/header.jpg);
    position: relative;
}

#header a.language_selector
{
    background: url(/images/en_francais.png) top left no-repeat;
    display: block;
    height: 12px;
    left: 750px;
    position: absolute;
    top: 93px;
    width: 86px;
}



#header a.language_selector:hover
{
    background-position: 0 -12px;
}
#header a.language_selector span
{
    display: none;
}

#header a.orderkit {
    background: url(/images/orderkit.png) top left no-repeat;
    display: block;
    height: 33px;
    left: 737px;
    position: absolute;
    top: 110px;
    width: 121px;
}

#header a.orderkit:hover {
    background-position: 0 -33px;
}

#header a.orderkit span
{
    display: none;
}

/* Main Navigation */
#mainnav {
    
    
    width: 906px;
    height: 74px;
    background-image: url(/images/mainnavbg.jpg);
}

#mainnavcontainer {
    padding-top: 25px;
    
    
}

#mainnavcontainer ul {
    margin-left: 75px;
    
}

#mainnavcontainer ul li {
    list-style: none;
    display: block;
    float: left;
    height: 42px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 8px;
    background: url(/images/greenline_light.gif) top right no-repeat;
}

#mainnavcontainer ul li.last
{
    background-image: none;
}
#mainnavcontainer ul li a {
    color: #543b26;
    display: block;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
}
#mainnavcontainer ul li a:hover, #mainnavcontainer ul li.MainMenuSelected a
{
    color: #ffffff;
    text-decoration: none;
}

#mainnavcontainer ul li.MainMenuSelected a
{
    background: url(/images/mainnav_selected.png) bottom center no-repeat;
}

/* Secondary Navigation */

#secnav {
    width: 906px;
    height: 65px;
    background-image: url(/images/secnavbg.jpg);
}

#secnavcontainer {
    width: 800px;
    height: 65px;
    text-align: center;
    margin: 0 auto;
    clear: both;
}
#secnavcontainer .submenu_container{
    margin: 0 auto;
}

#secnavcontainer td{
    background: url(/images/greenline_dk.gif) bottom right no-repeat;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 115px;
    padding: 0 20px;
}
#secnavcontainer a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    padding: 10px 0px;
    line-height: 15px;
}
#secnavcontainer td.last{
    background-image: none;
}
#secnavcontainer a:hover, #secnavcontainer td.SubMenuSelected a
{
    color: #ec341a;
    text-decoration: none;
    background: url(/images/secnav_selected.png) bottom center no-repeat;
}



#secnavcontainer ul li.last 
{
    background-image: none;
}

#secnavcontainer ul li a
{
    color: #ffffff;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: 55px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 115px;
}



#secnavcontainer ul li a:hover, #secnavcontainer ul li.SubMenuSelected a
{
    color: #ec341a;
    text-decoration: none;
}


#secnavcontainer ul li.SubMenuSelected a
{
    background: url(/images/secnav_selected.png) bottom center no-repeat;
}


/* End Navigation */

#mainarea {
    background: transparent url(/images/containerbg.jpg) top left repeat-y;
    height: 100%;
    padding: 40px 50px 20px 105px;
}

img.mainarea {
    border: 1px solid #9ccf78;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

#mainbase {
    width: 906px;
    height: 69px;
    background-image: url(/images/mainbase.jpg);
}

#footer {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 35px;
    text-align: center;
}

#footer ul
{
    float: right;
    margin: 0 50px 0 0;
    width: 800px;
}
#footer ul li
{
    float: right;
    margin-top: 9px;
    padding: 5px;
}

#footer ul li.logo
{
    margin-top: 0px;
}
#footer ul li {
    font-size: 12px;
    font-weight: bold;
    color: #543b26;
    text-decoration: none;
    
}
#footer ul li a
{
    color: #543b26;
    text-decoration: none;
}

#footer a:hover {
    color: #543b26;
    text-decoration: underline;
}

#c3pfooter
{
    background: url(/images/c3plogo_en.png) top left no-repeat;
    display: block;
    height: 42px;
    
    width: 279px;
}

#c3pfooter:hover
{
    background-position: 0 -42px;
}

#c3pfooter span
{
    display: none;
}



div.lefty
{
    float: left;
    width: 450px;
}
div.lefty-wide {
    float: left;
    padding-right: 50px;
    /*border: 1px solid pink;*/
}
div.clear
{
    clear: both;
}

/* side boxes */

img.free_puppet_button
{
    float: right;
    margin-bottom: 24px;
    margin-left: 20px;
    width: 270px;
}

.info_box_freeform {
    position: relative;
    float: right;
    padding: 4px;
    background-color: #ffffff;
    border: 2px solid #d3e8c1;
    border-radius: 18px;
}
.info_box_freeform .contents {
    padding: 22px;
    color: #22aa48;
    background-color: #eff7e8;
    border-radius: 12px;
}
.info_box_freeform:before {
    position: absolute;
    display: block;
    content: '';
    top: -52px;
    right: 20px;
    height: 50px;
    width: 270px;
    background-image: url(/images/right_column_pic_top.png);
}
.lefty-wide > .info_box_freeform {
    margin-right: -50px;
}

div.info_box, div.info_box_pic, div.info_box_pic_stretchy
{
    background-image: url(/images/right_column_bg.png);
    background-repeat: repeat-y;
    color: #22aa48;
    float: right;
    font-size: 14px;
    line-height: 1.6;
    width: 270px;
}
div.info_box .top, div.info_box_pic_stretchy .top{
    background-image: url(/images/right_column_top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 270px;
    height: 70px;
}
div.info_box .bottom, div.info_box_pic_stretchy .bottom{
    background-image: url(/images/right_column_btm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 270px;
    height: 19px;
}

div.info_box, div.info_box_pic_stretchy{
    background-image: url(/images/right_column_pic_bg.png);
}
div.info_box_pic_stretchy .top {
    background-image: url(/images/right_column_pic_top.png);
}

div.info_box .top {
    background-image: url(/images/home_right_column_top.png);
    height: 27px;
}
div.info_box .bottom, div.info_box_pic_stretchy .bottom{
    background-image: url(/images/right_column_pic_btm.png);
}
div.info_box_pic_stretchy .contents{
    width: 270px;
    color: #543b26;
}
div.info_box_pic_stretchy .contents .caption{
    margin: 0px 0px 40px 40px;
    width:200px;
    font-size: 10px;
    text-transform: uppercase;
}
div.info_box_pic_stretchy .contents .caption a{
    color: #543b26;
}
div.info_box_pic_stretchy .plain_image{
    width: 220px;
    margin: 0 auto;
}
.lefty-wide > .info_box_pic_stretchy {
    margin-right: -50px;
}
div.info_box_pic{
    position: relative;
    background-image: url(/images/right_column_pic_chrome.png);
    background-repeat: no-repeat;
    height: 361px;
}
div.info_box_pic .pic_container{
    position: absolute;
    top: 54px;
    left: 2px;
}
div.pic_caption{
    float: right;
    width: 270px;
    color: #22aa48;
    font-size: 14px;
}
div.pic_caption .contents{
    padding: 25px;
    text-transform: uppercase;
}
div.pic_caption .contents .author{
    font-style: italic;
    font-size: 12px;
}
div.info_box_content
{
    margin: 12px 24px 24px;
}

div.info_box_content ul
{
    font-size: 12px;
}

div.info_box_light
{
    color: #543b26;
    background-image: url(/images/home_right_column_seperator.png);
    background-repeat: no-repeat;
    width: 270px;
}

div.info_box_light_content
{
    padding: 20px;
}

div.info_box h3
{
    
    font-size: 22px;
    
}

div.info_box_content a, div.info_box_content a:visited
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

div.info_box_light_content a, div.info_box_light_content a:visited
{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

div.info_box p.author
{
    font-size: 12px;
}

div.info_box a.download
{
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-decoration: none;
    width: 189px
}

div.info_box a.download img
{
    float: left;margin-right: 10px;margin-top: 5px;
}

/* content */
#mainarea ul
{
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 12px;
}
#mainarea ul li
{
    padding: 3px 0;
}
#mainarea ol
{
    list-style-type: decimal;
    margin-left: 15px;
    margin: 10px 0 10px 30px;
}

#mainarea ol li
{
    padding: 3px 0;
}
#mainarea ul.none
{
    padding-left: 1.5em;
    list-style-type: none;
}
#mainarea ul.checklist
{
    list-style-image: url(/images/checkmark_bullet.gif);
}
#mainarea ul.none li {
    text-indent: -1.5em;    
}
#mainarea ul li ul
{
    margin-left: 30px;
    list-style-image: url(/images/dash_bullet.gif);
}

#mainarea ul.none li ul li
{
    padding-left: 1.5em;
}

span#csa_note1
{
    font-size: 12px;
    font-style: italic;
}

span#csa_note2
{
    font-size: 11px;
}

span#csa_note3
{
    color: #808080;
    font-style: italic;
}
span.getting_involved_note
{
    font-size: 11px;
}

div#kit_contents{
    float: left;
    width: 350px;
}
div#kit_pics{
    float: left;
    width: 310px;
}

div#kit_contents a
{
    color: #543B26;
}

div#kit_contents a:hover
{
    color: #22AA48;
    cursor: default;
    text-decoration: none;
}

div.expandable{
    padding-bottom: 10px;
}



div.expandable a{
    color: #71bf44;
    padding-left: 35px;
    display: block;
    background-image: url(/images/expandable_icon.png);
    line-height: 16px;
    background-repeat: no-repeat;
    height: 16px;
}
div.expandable a:hover{
    background-position: 0 -16px;
    color: #22aa48;
    text-decoration: underline;
    
}
div.expandable a.expanded{
    color: #543b26;
    background-image: url(/images/collapsable_icon.png);
    background-position: 0 0;
}
div.expandable div.contents div {
    color: #543b26;
}
div.expandable .contents{
    padding-left: 52px;
}

div.expandable .contents p
{
    margin-top: 10px;
}

a#csa{
    background-image: url(/images/right_column_csa.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    display: block;
    width: 225px;
    height: 262px;
    margin: 0 auto;
}

a#prevention_kit{
    height: 280px;
    background-image: url(/images/right_column_preventionkit.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    display: block;
    width: 225px;
    margin: 0 auto;
}
a#csa:hover {
    background-position: -225px 0px;
}

a#prevention_kit:hover {
    background-position: -226px 0px;
}

table.list1{
    width: 702px;
    font-size: 14px;
}
table.list1 td{
    background-image: url(/images/list1_bg.png);
    background-position: 0 0px;
    background-repeat: repeat-y;
    padding: 10px;
}
table.list1 td.first{
    padding-top: 0px;
}
table.list1 td.last{
    padding-bottom: 0px;
}
table.list1 td.bg2{
    background-image: url(/images/list1_bg2.png);
}
table.list1 td.top{
    background-image: url(/images/list1_top.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    height: 17px;
    padding: 0px;
}
table.list1 td.bottom{
    background-image: url(/images/list1_btm.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    height: 17px;
    padding: 0px;
}
table.list1 td div{
    padding-left: 70px;
    background-image: url(/images/dot_bullet.gif);
    background-repeat: no-repeat;
    background-position: 57px 3px;
}
table.list1 td div.heading{
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    background-image: none;
}

input.text_box, textarea.text_area{
    background-color: #e0efd4;
    font-weight: bold;
    color: #543b26;
    font-style: normal;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    width: 340px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}
input.default_content, textarea.default_content{
    color: #978372;
    font-style: italic;
    font-weight: normal;
}

/* utility */

.spacing-top { margin-top: 1em; }
.spacing-bottom { margin-bottom: 1em; }
.spacing-left { margin-left: 1em; }
.spacing-right { margin-right: 1em; }

.more-spacing-top { margin-top: 2em; }
.more-spacing-bottom { margin-bottom: 2em; }
.more-spacing-left { margin-left: 2em; }
.more-spacing-right { margin-right: 2em; }
