
/*** NEWSLETTER PAGE ****************************/

#content .newsletter .overview {
    background: #fff url(../../img/co/newsletter-bg-v1.gif) top left no-repeat;
    height: auto !important;
    height: 100px;
    min-height: 100px;
    padding: 0px 10px 00px 102px;
    margin: 10px 0px 10px 0px;
    width: 750px;
}


#content .newsletter h1 {
    margin: 15px 0px 5px 10px;
}

#content .newsletter h2 {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    text-align: center;
}

#content .newsletter p {
    margin: 0px 0px 0px 10px;
}
    
#content .newsletter .main {
    clear: both;
    position: relative;
    background: #fff url(../../img/co/newsletter-light-bg-v1.gif) top repeat-x;
    width: 960px;
    height: auto !important;
    height: 400px;
    min-height: 400px;
}
    #content .newsletter .main .signup .title {
        padding-left: 25px;
        float: left;
        display: inline;
    }
    #content .newsletter .main .signup .title h2 {
        color: #74b64a;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 10px 0px 20px;
        margin-bottom: 3px;
    }
    #content .newsletter .signup {
        position: relative;
        height: auto !important;
        padding-bottom: 10px;
        min-height: 40px;
        overflow: hidden;
        clear: both;
    }
    #content .newsletter .main .signup label {
        font-weight: 600;
        font-size: 14px;
        float: left;
        display: inline;
        color: #333;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 2px;
    }
    #content .newsletter .main .signup .form {
        width: 500px;
        float: left;
        display: inline;
        margin-top: 10px;
    }
    #content .newsletter .main .signup .button {
        height: 21px;
        padding-left: 5px;
        width: 67px;
        float: left;		
    }
        
    #content .newsletter .main input {
        border: 1px solid #ccc;
        width: 300px;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }	
        /* fixes the input button */
        #content .newsletter .main .button input {
            width: 67px;
            height: 21px;
            border: none;
            margin-left: 10px;
        }
        #content .newsletter .main .newsletter {
            position: relative;
            background: #fff url(../../img/co/newsletter-newsletter-bg-v1.gif) top repeat-x; 
            width: 960px;
        }
            #content .newsletter .main .newsletter .content {	
                text-align:center;
                width: 800px;
                margin: 0px auto;
            }

    #content .newsletter .main .greenbar {
        width: 960px;
        height: auto !important;
        height: 128px;
        min-height: 128px;
        background: #86bd4d url(../../img/co/newsletter-greenbar-bg-v1.gif) bottom center repeat-x;
    }
        #content .newsletter .main .greenbar ul, li
        {
            list-style: disc;
        }
        
        #content .newsletter .main .greenbar .title 
        {
            margin-left: auto;
            margin-right: auto;
            text-align:center;
            float: none;
        }
            #content .newsletter .main .greenbar .title h3 
            {
                padding-top: 5px;
                color: #fff;
                font-size: 20px;
                font-weight: 600;
                font-family: inherit;
            }
        #content .newsletter .main .greenbar .text {	
            padding-left: 70px;
            margin: 0px auto;
            text-align: center;	
            width: 700px;
            font-size: 9px;
            color: #fff;
            clear: both;
            position: relative;
        }
            #content .newsletter .main .greenbar .text .column {
                width: 150px;
                text-align: left;
                float: left;
                padding: 0px 10px;
            }
                #content .newsletter .main .greenbar .text .column ul {
                
                }
                #content .newsletter .main .greenbar .text .column ul li {
                    list-style-type: disc;
                    padding-bottom: 3px;
                }
                #content .newsletter .main .greenbar a {
                    color: #FFF;
                }
                    #content .newsletter .main .greenbar a:hover {
                        text-decoration: underline;
                    }
.recentNewsletters
{
    float: left;
    font-size: 13px;
    width: 33%;
    text-align:left;
}            
            
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        