body {
    margin: 0; padding: 0; 
    background: #48bbec url(images/background_home.jpg) repeat-x;
    text-align: center;
}

body, html{margin: 0;padding: 0;}
img {border: 0}
a {text-decoration: none;}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 

#page {
    margin: 0px auto;
    text-align: left;
    width: 1024px;
}

/** home header **/

#wrap-out {
    width: 100%;
    float: left;
}

#wrap {
    width: 1024px;
    margin: 0px;
    float: left;
}

#header {
    position: relative;
    width: 1024px;
    height: 305px;
    padding: 0px; 
    margin: 0px;
    background: transparent;
    background: url(images/header-home.jpg) no-repeat;
    
}

#search-box {
    width: 330px;
    height: 74px;
    position: absolute;
    right: 80px;
    top: 0;
}

#search-box-left {
   width: 24px;
   height: 74px;
   float: left;
   clear: left;
   background: url(images/search-box-left.png) no-repeat;
}

#search-box-middle {
   width: 261px;
   height: 74px;
   float: left;
   clear: none;
   background: url(images/search-box-middle.png) no-repeat;
}

#search-box-right {
   width: 23px;
   height: 74px;
   float: left;
   clear: none;
   background: url(images/search-box-right.png) no-repeat;
}

#search-input-image {
    float: right;
    margin-top: 26px;
    margin-right: 2px;
    width: 250px;
    height: 28px;
    border: 0;
    font-size: 16px;
    background: url(images/search-input-image.png) no-repeat right top;
}

#search-input {
    float: right;
    background-color: #273571;
    margin-right: 2px;
    border: 0;
}

#header-message {
    font: 12px Verdana, Arial, serif;
    width: 320px;
    position: absolute;
    right: 65px;
    top: 275px;
    
}

#col1, #col2, #col3 {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    float: left;
    width: 315px;
    background: url(images/col-background.png) no-repeat left top;
    height: 423px;
    text-align: right;
}
#col1 {
    margin-left: 30px;
}

.column-title {
    clear: left;
    float: left;
    width: 300px;
    height: 41px;
}
.column-title a {
    float: right;
    clear: both;
    display: block;
    padding: 0;
    margin:0;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 6px;
    height: 24px;
    vertical-align: text-bottom;
    font: 25px LLRoubberGrotesque, 'Times New Roman', serif;
}

#column1-title {
   background: url(images/learn.png) no-repeat left top;
   width: 93px;
   height: 23px;
}
#column1-title:hover {
   background: url(images/learn_home_on.png) no-repeat left top;
   width: 93px;
   height: 29px;
   margin-bottom: 0px;
}

#column2-title {
   background: url(images/participate.png) no-repeat left top;
   width: 152px;
   height: 23px;
}
#column2-title:hover {
   background: url(images/participate_home_on.png) no-repeat left top;
   width: 152px;
   height: 29px;
   margin-bottom: 0px;
}

#column3-title {
   background: url(images/share.png) no-repeat left top;
   width: 93px;
   height: 23px;
}
#column3-title:hover {
   background: url(images/share_home_on.png) no-repeat left top;
   width: 93px;
   height: 29px;
   margin-bottom: 0px;
}

.column-title-divider {
   float: left;
   clear: both;
   width: 277px;
   margin-left: 20px;
   height: 9px;
   background: url(images/home-column-title-background.png) no-repeat left top;
}

.column-content-main {
    float: left;
    clear: left;
    font: 11px Verdana, Arial, serif;
    text-align: justify;
    margin-left: 25px;
    margin-right: 20px;
    margin-top: 10px;
    width: 250px;
}
a.column-subtitle {
    display: block;
    float: left;
    clear: left;
    padding: 0;
    margin: 0;
    padding-right: 25px;
    background: url(images/subtitle_off.png) no-repeat 25px 0px;
    margin-left: 8px;
    margin-top: 14px;
    width: 265px;
    height: 16px;
    font-weight: bold;
    font: 16px Verdana, 'Times New Roman', serif;
    color: #272b74;
}

a.column-subtitle:hover {
    color: #9e30ab;
    background: url(images/subtitle_on.png) no-repeat 25px 0px;
}
.column-subcontent {
    clear: left;
    font: 12px Verdana, Arial, serif;
    color: #6b6c6e;
    margin-left: 20px;
    margin-right: 30px;
    margin-top: 3px;
}


#footer-top {
    background: url(images/footer-top-background.png) no-repeat;
    width: 990px;
    height: 125px;
    margin-left: 30px;
    margin-top: 15px;
}
#footer-top-title-left {
    display:block;
    float: left;
    width: 100%;
    color: #283371;
    font: 20px LLRoubberGrotesque, 'Times New Roman', serif;
}
#footer-top-content a {
    color: #6b6c6e;
}
#footer-top-content a:hover {
    color: #c927c7;
}
#footer-top-content {
    font: 12px Verdana, Arial, serif;
    color: #6b6c6e;
    width: 460px;
    margin: 10px;
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom:0;
    float: left;
}
#footer-top-links {
    display: block;
    float: left;    
    width: 270px;
    height: 35px;
    margin-left:10px;
}
#footer-top-links a{
    margin-top: 5px;
    width: 42px;
    height: 30px;
    display: block;
    float:left;
}

#footer-top-links #footer-email {
   background: url(images/email.png) bottom no-repeat;
}
#footer-top-links #footer-email:hover {
   background: url(images/email_on.png) bottom no-repeat;
}

#footer-top-links #footer-facebook {
   background: url(images/facebook_footer.png) bottom no-repeat;
}
#footer-top-links #footer-facebook:hover {
   background: url(images/facebook_footer_on.png) bottom no-repeat;
}

#footer-top-links #footer-twit {
   background: url(images/twitter_footer.png) bottom no-repeat;
}
#footer-top-links #footer-twit:hover {
   background: url(images/twitter_footer_on.png) bottom no-repeat;
}

#footer-top-links #footer-youtube {
   background: url(images/youtube_footer.png) bottom no-repeat;
}
#footer-top-links #footer-youtube:hover {
   background: url(images/youtube_footer_on.png) bottom no-repeat;
}

#footer-top-links #footer-del {
   background: url(images/del_footer.png) bottom no-repeat;
}
#footer-top-links #footer-del:hover {
   background: url(images/del_footer_on.png) bottom no-repeat;
}

#footer-top-title-right {
    display: block;
    float: right;
    width: 400px;
    height: 125px;
    margin-right: 50px;
    margin-top: 8px;
    color: #283371;
    font: 24px LLRoubberGrotesque, 'Times New Roman', serif;
    background: url(images/readytoquit.png) no-repeat;
}

#footer-top-title-right:hover{
    background: url(images/readytoquit_on.png) no-repeat;
}

#footer-bottom {
    background: url(images/footer-bottom-background.png) no-repeat;
    width: 990px;
    height: 100px;
    margin-left: 30px;
    margin-top: 0px;
}
#footer-bottom-content {
    color: #fcfcfc;
    font: 13px Verdana, Arial, serif;
    padding-top: 35px;
    padding-right: 100px;
    padding-left: 27px;
}
#footer-bottom-content a {
    color: #9bdff4;
    font: 13px Verdana, Arial, serif;
}

#footer-links {
    color: #ffffff;
    font: 14px Verdana, Arial, serif;
    width: 970px;
    text-align: right;
}
#footer-links a {
    color: #fff;
}
#footer-links a:hover {
    color: #293471;
}

#nocopy {
    font-size:10px;
    position:relative;
    top:34px;
    left:-12px;
}