/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #3ea3b6;}
a:visited {color: #3ea3b6;}
a:hover {color: #3ea3b6; text-decoration: none;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: #000000;
	background: url('images/framework/background-main.gif') repeat-x top #3f4da1;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #63c0d0;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
    padding-bottom: 7px;
    border-bottom: 3px solid #93d4df;
	}

h2 {
    color: #63c0d0;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left {float: left;}
.right {float: right;}
.justify {text-align: justify;}
.block {display: block;}
.clear {clear: both; height: 1px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.marginTop5 {margin-top: 5px;} .marginRight5 {margin-right: 5px;} .marginBottom5 {margin-bottom: 5px;} .marginLeft5 {margin-left: 5px;}
.marginTop10 {margin-top: 10px;} .marginRight10 {margin-right: 10px;} .marginBottom10 {margin-bottom: 10px;} .marginLeft10 {margin-left: 10px;}
.marginTop15 {margin-top: 15px;} .marginRight15 {margin-right: 15px;} .marginBottom15 {margin-bottom: 15px;} .marginLeft15 {margin-left: 15px;}
.marginTop20 {margin-top: 20px;} .marginRight20 {margin-right: 20px;} .marginBottom20 {margin-bottom: 20px;} .marginLeft20 {margin-left: 20px;}
.marginLeft22 {margin-Left: 22px;}
.marginTop30 {margin-top: 30px;} .marginRight30 {margin-right: 30px;} .marginBottom30 {margin-bottom: 30px;} .marginLeft30 {margin-left: 30px;}
.marginTop25 {margin-top: 25px;} .marginRight25 {margin-right: 25px;} .marginBottom25 {margin-bottom: 25px;} .marginLeft25 {margin-left: 25px;}
.paddingTop10 {padding-top: 10px;} .paddingRight10 {padding-right: 10px;} .paddingBottom10 {padding-bottom: 10px;} .paddingLeft10 {padding-left: 10px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.minHeight117 {min-height: 117px; height: auto !important; height: 117px;}
.minHeight200 {min-height: 200px; height: auto !important; height: 200px;}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.alertError {
    display: block;
    color: red;
	border: 3px double red;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.alertSuccess {
    display: block;
    color: green;
	border: 3px double green;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.greenText {
	color: #63C0D0;
	}
	
.blueText {
	color: #5460A3;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	}
	
	.formattedList li {
		padding: 0px 0px 10px 18px;
		background: transparent url(/App_Themes/Web/images/framework/bullet.gif) no-repeat left 0.2em;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #5967be;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		height: 40px;
		}
		
	.formattedTable td {
	    height: 40px;
	    vertical-align: middle;
	    }
	    
	.formattedTable tr {
	    background-color: #f7f7f7;
	    }
		
	.formattedTable .colorRow {
		background-color: #eeeeee;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.borderedTable {
	width: 100%;
	background-color: #0062A1;
	}

	.borderedTable th, .borderedTable td {
		padding: 5px;
		background-color: White;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.featuredHolderDouble {
	background-color: #eeeeee;
	border: 3px double #aeaeae;
	padding: 15px;
	}

.featuredHolderDashed {
	background-color: #eeeeee;
	border: 1px dashed #aeaeae;
	padding: 15px;
	}
	
.featuredHolder {
    background-color: #e0f2f6;
    border: 1px solid #a6c2c7;
    padding: 9px;
    }
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagerLink, .pagerLink:visited, .pagerLink:hover {display: inline-block; color: #0b5369; text-decoration: none; padding: 1px 5px 1px 5px; margin: 0px 2px 0px 2px;}

.prevNextLink, .prevNextLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .prevNextLink:hover {
        border: 1px solid #0b5369;
        background-color: #dee9ec;
        }
 
.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #dee9ec;
    border: 1px solid #dee9ec;
    }
        
.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .pagerNumberLink:hover {
        border: 1px solid #0b5369;
        background-color: #dee9ec;
        }

.pagerNumberLinkSelected {
    color: White;
    border: 1px solid white;
    background-color: #0b5369;
    }
    
    .pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
        color: White;
        background-color: #0b5369;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.loginHolder {
    margin-left: -220px;
    }
    
    .loginHolder .loginArea {
        width: 247px;
        height: 130px;
        padding: 30px 10px 0px 10px;
        margin: 100px auto 0px auto;
        color: white; 
        background: transparent url(images/framework/background_loginarea.jpg) no-repeat left top;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lister {
	
	}

	.lister .image {
		float: left;
		width: 25%;
		}

	.lister .description {
		float: left;
		width: 75%
		}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	height: 1px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px dotted black;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pictureFrame {
    background-color: #e0f2f6;
    padding: 9px;
    border: 1px solid #a6c2c7 !Important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
    width: 980px;
    margin: 10px auto 10px auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    background: url('images/framework/header.gif') no-repeat;
    width: 960px;
    height: 120px;
    padding: 10px 10px 0px 10px;
	}
	
	#topArea #logo {
	    background: url('images/framework/logo.gif') no-repeat;
	    height: 100px;
	    width: 237px;
	    display: block;
	    margin: 10px 0px 0px 25px;
	    }
	    
	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    background: url('images/framework/background-container.png') repeat-y;
    }
    
    #menuArea #nav {
        margin: 0px 1px 0px 1px;
        padding: 0px 5px 0px 5px;
    }
    
    /*#menuArea #nav ul li a.navSelected {
        background: #24317c;
        color: #FFFFFF;
        text-decoration: none;
        margin: 5px 0px 0px 0px;
        }
    
    #menuArea #nav {
        margin: 0px 11px 0px 11px;
        width: 938px;
        background-color: #3f4da1;
        height: 40px;
        padding: 0px 10px 0px 10px;
        }
   
        #menuArea #nav ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
            }
            
            #menuArea #nav ul li {
                float: left;
                margin: 0px 1px 0px 1px;
                }
                
                #menuArea #nav ul li a {
                    display: block;
                    color: #FFFFFF;
                    text-decoration: none;
                    margin: 5px 0px 0px 0px;
                    padding: 0px 20px 0px 20px;
                    line-height: 35px;
                    }
                    
                    #menuArea #nav ul li a:hover {
                        background: #24317c;
                        }*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
    background: url('images/framework/background-container.png') repeat-y center;
    padding: 0px 20px 20px 20px;
	}
	
	#contentArea .childLinks {
	    margin: 0;
	    background-color: #e0f2f6;
        border: 1px solid #a6c2c7;
        padding: 10px;
        list-style: none;
	    }
	    
	        #contentArea .childLinks li {
	            padding: 0px 0px 3px 18px;
		        background: transparent url(/App_Themes/Web/images/framework/bullet.gif) no-repeat left 0.2em;
	        }
        
            #contentArea .childLinks li a {
                color: #24317c;   
                }
	
	#contentArea #banner {
	    width: 940px;
	    height: 200px;
	    margin-bottom: 20px;
	    }
	    
	    #contentArea #bannerLeft {
	        width: 35px;
	        float: left;
	        }
	        
	        #contentArea #bannerLeft #bannerButtons {
	            list-style: none;
	            margin: 0px;
	            padding: 0px;
	            }
	            
	            #contentArea #bannerLeft #bannerButtons li {
	                height: 30px;
	                width: 35px;
	                padding-bottom: 5px;
	                }
	                
	                #contentArea #bannerLeft #bannerButtons li a {
	                    height: 30px;
	                    width: 35px;
	                    display: block;
	                    text-indent: -999em;
	                }
	                
	                #contentArea #bannerLeft #bannerButtons li a.one {
	                    height: 30px;
	                    width: 35px;
	                    background: url('/App_Themes/Web/images/framework/banner-button-1.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.one:hover {
	                    background: url('/App_Themes/Web/images/framework/banner-button-1-selected.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.two {
	                    height: 30px;
	                    width: 35px;
	                    background: url('images/framework/banner-button-2.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.two:hover {
	                    background: url('images/framework/banner-button-2-selected.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.three {
	                    height: 30px;
	                    width: 35px;
	                    background: url('images/framework/banner-button-3.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.three:hover {
	                    background: url('images/framework/banner-button-3-selected.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.four {
	                    height: 30px;
	                    width: 35px;
	                    background: url('images/framework/banner-button-4.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.four:hover {
	                    background: url('images/framework/banner-button-4-selected.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.five {   
	                    height: 30px;
	                    width: 35px;
	                    background: url('images/framework/banner-button-5.gif');
	                    }
	                    
	                #contentArea #bannerLeft #bannerButtons li a.five:hover {
	                    background: url('images/framework/banner-button-5-selected.gif');
	                    }
	        
	    #contentArea #bannerRight {
	        width: 905px;
	        float: left;
	        }
	    
	#contentArea .oneColumn {
		width: 300px;
		float: left;
		}

	#contentArea .twoColumn {
		width: 620px;
		float: left;
		}

	#contentArea .threeColumn {
		width: 940px;
		}
		
    #contentArea #newsletterSignup { 
        width: 300px;
        overflow: hidden;
        }
        
    #contentArea #headingNewsletter {
        width: 300px;
        height: 30px;
        background: url('images/framework/heading-newsletter.gif') no-repeat;
        margin-bottom: 10px;
        text-indent: -10000px;
        }
        
    #contentArea .newsletterTextbox {
        background: url('images/framework/newsletter-background.gif') no-repeat;
        padding-top: 8px;
        padding-left: 30px;
        width: 265px;
        height: 27px;
        color: #000000;
        padding-right: 5px;
        border: 0px;
        font-size: 14px;
        margin-bottom: 5px;
        }
        
    #contentArea .buttonSignup {
        background: url('images/framework/button-signup.gif') no-repeat;
        width: 80px;
        height: 28px;
        color: #77cfde;
        border: 0px;
        float: right;
        text-indent: -10000px;
        }
        
    #contentArea .featured {
        padding: 10px;
        background-color: #e0f2f6;
        color: #2f8192;
        border: 1px solid #A6C2C7
        }
        
    #contentArea #blog {
        width: 300px;
        }
        
        #contentArea #blog #blogHeader {
            background: url('images/framework/blog-header.gif') no-repeat;
            width: 300px;
            height: 50px;
            text-indent: -10000px;
            }
            
        #contentArea #blog #blogFooter {
            width: 300px;
            height: 10px;
            background: url('images/framework/blog-footer.gif') no-repeat top;
            }
            
        #contentArea #blog #blogContent {
            background-color: #3f4da1;
            width: 280px;
            padding: 0px 10px 0px 10px;
            overflow: hidden;
            }
            
            #contentArea #blog #blogContent a {
                color: #FFFFFF;
                text-decoration: none;
                display: block;
                }
            
            #contentArea #blog #blogContent ul {
                list-style: none;
                margin: 0;
                padding: 0;
                }
                
            #contentArea #blog #blogContent .row1 {
                margin-bottom: 1px;
                padding: 13px 5px 13px 5px;
                color: #FFFFFF;
                background-color: #5967be;
                }
                
            #contentArea #blog #blogContent .row2 {
                margin-bottom: 1px;
                padding: 13px 5px 13px 5px;
                color: #FFFFFF;
                background-color: #515eaf;
                }
                
    #contentArea #featuredEvents {
        margin-top: 30px;
        }
        
        #contentArea #featuredEvents .featuredOneColumn {
            float: left;
            width: 192px;
            }
            
        #contentArea #featuredEvents .featuredNewRow {
            clear: both;
            height: 22px;
            }
            
    #contentArea .firstParagraph {  
        font-size: 14px;
        font-weight: bold;
        color: #484848;
        }
        
    #contentArea .featuredImage {
        float: left;
        width: 190px;
        margin-right: 10px;
        }
        
    #contentArea .featuredContent {
        float: left;
        width: 400px;
        }
        
    #contentArea #twitter {
        width: 300px;
        margin: 20px 0px 20px 0px;
        }
        
        #contentArea #twitter #twitterHead {
            width: 300px;
            height: 86px;
            background: url('images/framework/twitter-top.jpg') no-repeat;
            text-indent: -10000px;
            }
            
        #contentArea #twitter #twitterContent {
            background-color: #eeeeee;
            padding: 5px 10px 5px 10px;
            width: 280px;
            margin: 0px;
            list-style: none;
            }
            
            #contentArea #twitter #twitterContent .tweet {
                margin: 0px 0px 10px 0px;
                width: 280px;
                }
           
            #contentArea #twitter #twitterContent .tweet:last-child{
                margin-bottom: 0px;
                }
                
                #contentArea #twitter #twitterContent .tweet .tweetTop {
                    height: 5px;
                    background: url("/App_Themes/Web/images/framework/tweet-top.jpg") bottom no-repeat;
                    width: 280px;
                    }
                
                #contentArea #twitter #twitterContent .tweet .tweetBottom {
                    background: url("/App_Themes/Web/images/framework/tweet-bottom.jpg") top no-repeat;
                    height: 5px;
                    width: 280px;
                    }
                    
                #contentArea #twitter #twitterContent .tweet .tweetContent {
                    padding: 5px 10px 5px 10px;
                    background-color: #DCDCDC;
                    }
                    
            #contentArea #twitter #twitterBottom {
                height: 5px;
                background: url("/App_Themes/Web/images/framework/twitter-bottom.jpg") top no-repeat;
                }
                
    #contentArea .book-tickets {
        width: 300px;
        }
        
        #contentArea .book-tickets .heading {
            background: url('images/framework/buy-tickets-heading.jpg');
            height: 56px;
            width: 300px;
            text-indent: -10000px;
            }
            
        #contentArea .book-tickets .contents {
            padding: 10px;
            background-color: #E0F2F6;
            }
            
            #contentArea .book-tickets .contents .link {
                padding: 7px 5px;
                display: block;
                text-decoration: none;
                margin-bottom: 1px;
                background-color: #b8e3ec;
                color: #35828F;
                }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    background: url('images/framework/footer.png') center top no-repeat;
    width: 940px;
    height: 60px;
    padding: 0px 20px 0px 20px;
    color: #FFFFFF;
	}
	
	#footerArea a {
	    color: #FFFFFF;
	    }
	    
	#footerArea a:hover {
	    text-decoration: none;
	    }
	
	#footerArea #footerLeft {
	    width: 540px;
	    float: left;
	    line-height: 40px;
	    margin-left: 10px;
	    
	    }
	    
	#footerArea #footerRight {
	    width: 360px;
	    float: right;
	    line-height: 40px;
	    text-align: right;
	    margin-right: 10px;
	    }
