/** Reset 
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}
/** End Reset **/
#Banner {
    width: 960px;
    height: auto;
    /*border: 1px solid #6699cc;
    border-radius: 10px;*/
    /*background-image: -moz-linear-gradient(top, #fcfcfc, #000 23%, rgba() 89%, #bfbfbf);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(23%, #000), color-stop(89%, rgba()));*/
    float:left;
    /*margin-bottom: 10px;*/
}


#BannerTop {
    width: 960px;
    height: 279px;
    float:left;
    background-image: url('../images/bg_BannerTop_blue.png');
}

#Interests {
    width: 205px;
    height: 160px;
    margin: 30px 15px 0 0;
    float: right;

}

.interest1 {
    width: 205px;
    height: 80px;
    float: left;
    text-align: center;
    margin-bottom:20px;
}

.interest1 a {
    display:block;
    background-image: url('../images/btn_parent_grey.png');
    height: 80px;
    width: 205px;
}

.interest1 a:hover {
    background-position: 0 -78px;
}



.interest2 {
    width: 205px;
    height: 80px;
    float: left;
    text-align: center;
}

.interest2 a {
    display:block;
    background-image: url('../images/btn_survey_grey.png');
    height: 80px;
    width: 205px;
}

.interest2 a:hover {
    background-position: 0 -78px;
}


.interest3 {
    width: 240px;
    height: 110px;
    float: left;
    text-align: center;
}

.interest3 a {
    display:block;
    background-image: url('../images/btn_participate3.png');
    height: 110px;
    width: 240px;
}

.interest3 a:hover {

    background-position: 0 -110px;
}


#BannerBottom {
    width: 958px;
    /*height: 300px;*/
    float:left;
    /*background-image: url('../images/bg_BannerBottom.png');*/
    background:#FFFFFF;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.blurb {
    width: 300px;
    
    margin-top: 10px;
    margin-left: 10px;

    float:left;
    border-right: 1px dotted #cccccc;
}

.blurb_last {
    border: none;
    width:325px;
}

#Associations {
    padding: 0px 20px;
    float: left;
    width: 940px;
}

.badge {
    width: 300px;
    height: 75px;
    margin-bottom: 20px;
}