﻿body 
{
    margin: 0px;
    text-align: center;  
    background-color: #669933;
    
    font-family: Sans-Serif;
    font-size: 12px;
    color: #666666;
}

h1 
{
    clear: both;
    
    font-family: Sans-Serif;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: Navy;
}

h2 
{
    clear: both;
    
    font-family: Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    
    color: #000000;
    margin-top: 25px;
    display: inline;
}


h3 
{
    clear: both;
    
    font-family: Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    
    color: #000000;
}

h4
{
    clear: both;
    
    margin-bottom: 0px;
    
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    
    color: #666666;
    
}



/* CONTAINERS */

div#page_container 
{
    clear: both;
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
    
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
    
    div#header_container 
    {
        clear: both;
        overflow: hidden;
        width: 100%;
        background-color: #900021;
        text-align: left;
        padding: 10px;
    }
    
    div#header_left 
    {
        width: 700px;
        float: left;
        clear: left;
    }
    
    
    div#header_right 
    { 
        width: 250px;
        float: left;
        clear: right;
        
    }
    
    div#body_container 
    {
        clear: both;
        overflow: hidden;
        width: 100%;
        
        background-color: #FFFFFF;
        text-align: left;
        
        
    }
    
        div#body_left 
        {
            float: left;
            clear: left;
            width: 205px;
            height: 100%;
            margin-bottom: 50px;
            background-color: #FFFFFF;
        }

            
        
        div#body_right 
        {
            float: left;
            clear: right;
            width: 744px;
            overflow: hidden;
                
            margin-top: 1px;
            margin-left: 1px;
            /*margin-bottom: 50px;*/
            
            background-color: #FFFFFF;

        }
        
        div#body_bottom
        {
            float: left;
            clear: both;
            width: 741px;
        }
        
        
        
        
    
    div#footer_container 
    {
        clear: both;
        float: left;
        overflow: hidden;
        width: 100%;
        text-align: center;
        background-color: #FFFFFF;
        
        

    }
        div#footer_image
        {
            clear: both;
            float: none;
            width: 100%;
            /*margin-top: -80px;*/
        }
        
        div#footer_top 
        {
            clear: both;
            float: none;
            overflow: hidden;
            width: 950px;          
            background-color: #960026;            
        }
            div#footer_top_left 
            {
                float: left;
                clear: left;
                overflow: hidden;
                width: 600px;
                height: 60px;
                text-align: left;
                padding: 0px;
                margin-left: 15px;
                   
            }
            
            div#footer_top_right 
            {
                float: left;
                clear: right;
                overflow: hidden;
                width: 310px;
                height: 37px;
                text-align: right;
                padding: 10px;
                
                font-family: Sans-Serif;
                font-size: 14px;
                font-weight: bold;
                font-style: normal;
                color: #FFFFFF;
                
            }
        
        div#footer_bottom 
        {
            margin-top: 10px;
            clear: both;
            float: none;
            width: 950px;
            text-align: center;
        }
        
        
div.footer_menu 
{
    
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;

    text-align: center;
    font-family: Sans-Serif;
    font-size: 10px;
    
}

div.footer_disc 
{
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;

    text-align: center;
}


















/* BUTTONS AND HYPERLINKS*/
a.RollOverButtons 
{
    
	display: inline;
	float: left;
	height: 20px;

	overflow: hidden;
	width: 100%;
	background: transparent url(/assets/img/nav_buttons.gif) repeat-x scroll left top;
	background-position: 0 0px;
	
    margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	padding-top: 11px;
	padding-left: 15px;
	padding-bottom: 9px;
	
    font-family: Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: left;
    
}


a.RollOverButtons:hover  
{
	background-position: 0 -40px; 
	color: #FFFFFF; 
}




a.RollOverButtonsSub
{
    
	display: inline;
	float: left;
	height: 15px;

	overflow: hidden;
	width: 125px;
	background: transparent url(/assets/img/navsub_buttons.gif) repeat-x scroll left top;
	background-position: 0 0px;
	
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 3px;
	
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-align: left;
    
}


a.RollOverButtonsSub:hover  
{
	background-position: 0 -40px; 
	color: #FFFFFF; 
}

a.aOrange 
{
    color: #FF9933;
    text-decoration: none;
}

a.aOrange:hover
{
    color: #FF9933;
    text-decoration: underline;
}

a.aGreen
{
    color: #669933;
    text-decoration: none;
}

a.aBlack
{
    color: #000000;
    text-decoration: none;
}

a.aBlack:hover
{
    color: #000000;
    text-decoration: underline;
}

a.aBlue 
{
    color: #4A5EA5;
    text-decoration: none;
}

a.aBlue:hover 
{
    color: #4A5EA5;
    text-decoration: underline;
}

a.aGreen:hover
{
    color: #669933;
    text-decoration: underline;
}

a.aFooter
{
    color: #FFFFFF;
    text-decoration: none;
    margin: 5px;
    

}

a.aFooter:hover 
{
    color: #FFFFFF;
    text-decoration: underline;
}


div#HeaderRightTitle
    {
        float: left;
        clear: both;
        
        font-family: Sans-Serif;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        
        color: #FFCC33;
    }
    
div#HeaderRightCounter 
{
    float: left;
    clear: left;
    
    margin-top: 10px;
    padding: 0px 5px;
    
    font-family: Sans-Serif;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    
    color:  #000000;
    
    background-color: #FFFFFF;
    width: 64px;
}

div#HeaderRightCounterText 
{
    float: left;
    clear: right;
    margin-top: 25px;
    margin-left: 15px;
    
    font-family: Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    
    color: #FFFFFF;
    width: 150px;
    
}




/* CONTACT PAGE */
div.ContactRow 
{
    float: left;
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.ContactHeading 
{
    font-size: 12px; 
    width: 200px; 
    float: left;
    clear: left;
}

div.ContactDetail 
{
    font-size: 12px;
    width: 200px;
    float: left;
    clear: right;
}

div.ContactLabel 
{
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    float: left;
    clear: both;
    
}

div.ContactInput
{
    width: auto;
    float: left;
    clear: both;
}



/* OPENING HOURS */
div.HoursHeading
{
    font-size: 12px;
    width: 250px;
    float: left;
    clear: left;
}

div.HoursDetail 
{
    font-size: 12px;
    float: left;
    clear: right;
}









/*STORE DIRECTORY*/
div.DirectoryTop 
{
    
    clear: both;
    width: 250px;
    font-weight: bold;
}

div.DirectoryMap
{
    clear: both;
    width: 700px;
    height: 660px; 
    background-image: url(/centre/images/store_directory.jpg);
    background-attachment: scroll; 
    background-repeat:no-repeat;
}

div.DirectoryMapOld
{
    clear: both;
    width: 700px;
    height: 660px; 
    background-image: url(/centre/images/store_directory.gif);
    background-attachment: scroll; 
    background-repeat:no-repeat;
}


/*COMMUNITY NEWS ARTICLES*/

.NewsHeader 
{
    clear: both;
    
    margin-bottom: 0px;
    
    font-family: Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    
    color: #666666;
    
}

.NewsDate 
{
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    padding-bottom: 10px;
}

.NewsCopy 
{
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color:#666666;
    
    
}

div.NewsRow 
{
    padding-bottom: 50px;
    clear: both;
}

/* HISTORY */
div#HistoryContainer  
{
    height: 500px;
    padding: 25px;
    padding-top: 10px;
    background-image: url(/assets/img/historybg.jpg);
    background-attachment: scroll;
    background-position: -25px;
    background-repeat: no-repeat;
}


/*COUPONS PAGE*/

div.CouponRow
{
    float: left;
    clear: both;
    margin-top: 15px;
    width: 100%;
    
    background-color: #FFFEEE;
}

    div.CouponImage 
    {
        float: left;
        clear: left;
        
        width: 150px;
        height: 150px;
        margin: 5px;    
        
        text-align: center;

    }
    div.CouponInformation 
    {
        float: left;
        clear: none;
        width: 350px;
        margin: 5px;
    }
        
    div.CouponOffer
    {
        float: left;
        clear: both;
        
        margin: 5px;
        
        font-size: 14px;
        font-weight: bold;
    }
    
    div.CouponDescription 
    {
        float: left;
        clear: both;
        
        margin: 5px;
        
        font-size: 12px;
        font-weight: normal;
    }
    
    div.CouponDownload 
    {
        float: left;
        clear: right;
        margin: 5px;
    }
    
    
    
    
    
  

div#KidsHeader
{
    float: left;
    clear: both;
    width: 100%;
}


div#KidsMenu 
{
    float: left;
    clear: both;
    width: 731px;
    text-align: right;
}

div.KidsContainer_About
{
    float: left;
    clear: both;
    width: 100%;
    height: 375px;
    
    background-color: #FFF200;
    background-image: url(/assets/img/KidsClubBG.jpg);
    background-position: 335px 65px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    
}

div.KidsContainer_Membership
{
    float: left;
    clear: both;
    width: 100%;
    background-color: #4A5EA5;
    color: #FFFFFF;
    overflow: visible;
    padding-bottom: 50px;
}

div.KidsContainer_Events
{
    float: left;
    clear: both;
    width: 100%;
    height: 500px;
    background-color: #189045;
    color: #FFFFFF;
    overflow: hidden;
}

    div#KidsContainer_Events_Left 
    {
        float: left;
        clear: left;
        width: 330px;
        height: 400px;
        
        margin: 20px;
        
        background-image: url(/assets/img/NotePaper.png);
        background-attachment: scroll;
        background-position: top;
        background-repeat: no-repeat;

    }
        div#KidsContainer_Events_LeftInner 
        {
            clear: both;
            float: left;
            color: #000000;
            
            margin-top: 70px;
            margin-left: 50px;
            
            width: 250px;
            height: 300px;
        }
                    
            
    
    div#KidsContainer_Events_Right 
    {
        float: left;
        clear: right;
        width: 330px;
        height: 400px;
        
        margin: 20px;

        background-image: url(/assets/img/NotePaper.png);
        background-attachment: scroll;
        background-position: top;
        background-repeat: no-repeat;
    }
        div#KidsContainer_Events_RightInner 
        {
            clear: both;
            float: left;
            color: #000000;
            
            margin-top: 70px;
            margin-left: 50px;
            
            width: 250px;
            height: 300px;
        }


div.KidsContainer_Competitions
{
    float: left;
    clear: both;
    width: 100%;
    height: 600px;
    background-color: #DC5026;
}

div.KidsLeft 
{
    float: left;
    clear: left;
    width: 350px;
    padding: 25px 25px;
}

div.KidsRight 
{
    float: left;
    clear: right;
    width: 335px;
}

div.ClubRows 
{
    float: left;
    clear: both;
    width: 330px;
}

div.ClubLabel 
{
    float:left;
    clear: left;
    width: 170px;
    margin-top: 5px;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
}

.ClubControl
{
    float: left;
    clear: right;
    width: 150px;
    margin-top: 5px;
}

div.KidsClubHeading2
{
    color: #FFFFFF; 
    font-size: 16px; 
    font-weight: bold;
    margin-top: 50px;
}

div.KidsMembershipForm 
{
    clear: both;
    float: left;
    margin-top: 50px;
}

div.KidsMembershipComplete 
{
    clear: both;
    float: left;
    margin-top: 50px;
}
    
    


/* OPENING HOURS */

div#OpeningHours_Container
{
    float: left;
    clear: both;
    width: 693px;
    
    margin: 25px;
}
    
div#OpeningHours_Left 
{
    float: left;
    clear: left;
    width: 340px;
    
}

div#OpeningHours_Right
{
    float: right;
    clear: right;
    width: 340px;

}

div.OpeningHours_Rows 
{
    margin-top: 5px;
}

span.OpeningHours_Cell 
{
    display: block;
    float: left;
    width: 200px;
}
