﻿/* StyleSheet for BartowCountSocialClub.org
/* Author: Marion Owen - MowenWorks.com
/* Email:  marionmowen@mowenworks.com
/* Comments: Style page for the Membership page.
*/

/**************
**  Join Us  **
***************/
#content_wrapper
{
    height:750px;
}

#wrapper
{
    background: url('../images/mem_bg.png') no-repeat!important;
    height:1060px;
}
        
#left_content
{
    height:auto!important;
    width:auto!important;
    margin:97px 0 0 50px!important;
}
        
#upcoming_events_wrapper
{
    float:right;
    width:400px;
    height:270px;
    padding:40px 0 0 15px;
}
        
#mem_intro
{
    float:left;
    width:430px;
}
        
#mem_top_wrapper
{
    width:860px;
    height:290px;
}
        
#membership_form
{
    background:url('../images/acc_bg.png') no-repeat left;
    height:266px;
    width:536px;
    overflow: hidden; 
    margin-bottom:20px;
}

#mem_form_wrapper
{
    width: 540px;
}
        
#about_you
{   
    display:block;         
    padding:20px 110px 0 65px;
}

#address_fields
{
   padding:20px 78px 0 50px;
}

#mem_options
{
    padding: 50px 0 0 15px;
    width:320px;
}

#mem_plan
{
    padding-right:14px;
    padding-left:20px;    
}

#mem_plan_message
{
    width:300px;
}

.sml_font
{
    color:#231F20;
    font-family:arial;
    font-size:10pt;
    font-weight:bold;
    padding-bottom:10px;
    padding-left:5px;     
}

.acc_button
{
    width:50px;
    height:266px;
    float:left;
    background:black;
    cursor: pointer;
    overflow: hidden; 
}

.acc_content
{
    display:none;
    height:266px;
    float:left;
    overflow: hidden; 
}

/*  Social Section  */
#mem_social_network
{
    margin-top:-250px;
    padding-left:615px;
}

#facebook
{
    margin-right:30px;
}

