/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #7a0b09;}
a:visited {color: #7a0b09;}
a:hover {color: #7a0b09; text-decoration: none;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: #000000;
	background: #FFFFFF url('images/framework/background.gif') repeat-x;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #7a0b02;
    font-size: 28px;
    font-weight: normal;
	}
	
	h1 .small {
	    font-size: 11px;
	    color: #232323;
	    font-weight: bold;
	    }

h2 {
    font-size: 20px;
    color: #7a0b02;
    font-weight: normal;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}
		
hr {
    color: #FFFFFF;
    border-top: dashed 1px #c0c0c0;
    margin: 15px 0px;
    background-color: #ffffff;
    height: 0px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* 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;}
.marginTop25 {margin-top: 25px;} .marginRight25 {margin-right: 25px;} .marginBottom25 {margin-bottom: 25px;} .marginLeft25 {margin-left: 25px;}
.marginTop30 {margin-top: 30px;} .marginRight30 {margin-right: 30px;} .marginBottom30 {margin-bottom: 30px;} .marginLeft30 {margin-left: 30px;}
.marginTop40 {margin-top: 40px;} .marginLeft40 {margin-left: 40px;}

.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;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	color: #7a0b02;
	}
	
.firstParagraph {
    color: #7a0b09;
    font-size: 16px;
    font-weight: bold;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	}
	
	.formattedList li {
		padding: 0px 0px 0px 18px;
		background: transparent url('images/framework/bullet.png') no-repeat left 0.3em;
		margin-bottom: 7px;
		font-weight: bold;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #7A0B02;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #EFEFEF;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.borderedTable {
	width: 100%;
	background-color: #0062A1;
	}

	.borderedTable th, .borderedTable td {
		padding: 5px;
		background-color: White;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featuredHolder {
    padding: 15px;
    border: solid 1px #7A0B02;
    background-color: #EFE1E0
    }

.featuredHolderDouble {
	background-color: #eeeeee;
	border: 3px double #aeaeae;
	padding: 15px;
	}

.featuredHolderDashed {
	background-color: #eeeeee;
	border: 1px dashed #aeaeae;
	padding: 15px;
	}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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: 0 auto;
    }
    
    .loginHolder .loginArea {
        width: 247px;
        height: 130px;
        padding: 30px 10px 0px 10px;
        margin: 50px auto 70px 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: white;
    padding: 9px;
    border: 1px solid #adadad !Important;
    }

.featureBlock {
    
    }
    
    .featureBlock .content {
        padding: 15px;
        background: #7a0b02 url('images/framework/featurebox-bottom.gif') no-repeat bottom;
        color: #FFFFFF;
        line-height: 18px;
        }
        
        .featureBlock .content .more {
            margin-top: 10px;
            float: right;
            }
            
        .featureBlock .content .blogList {
            list-style: none;
            padding: 0;
            margin:0;
            }
            
            .featureBlock .content .blogList li {
                line-height: 30px;
                border-bottom: 1px solid #ac2116;
                }
                
                .featureBlock .content .blogList li:last-child {
                    border: none;
                    }
            
                .featureBlock .content .blogList li a {
                    color: #FFFFFF;
                    text-decoration: none;
                    display: block;
                    padding-left: 5px;
                    }
                    
                    .featureBlock .content .blogList li a:hover {
                        background-color: #950f04;
                        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sidebarImage {
    position: relative;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    }
    
.sidebarImage, sidebarImage:hover {
    color: #FFFFFF;
    }
    
 .sidebarText { 
    position: absolute;
    left: 5px;
    color: #FFFFFF;
    bottom: 7px;
    }
    
    .sidebarText:visited {
        color: #FFFFFF;
        }
        
    .sidebarText:hover {
        color: #FFFFFF;
        }
    
.twoline {
    bottom: 5px;
    }

.menu {
	background-color: #eaeaea;
	border: 1px solid #757575;
	padding: 50px;
	text-align: center;
	color: #555555;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mainHolder {
    width: 960px;
    margin: 0 auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.oneColumn {
    width: 60px;
    float: left;
    display: inline;
    }
    
.twoColumn {
    width: 140px;
    float: left;
    display: inline;
    }
    
.threeColumn {
    width: 220px;
    float: left;
    display: inline;
    }
    
.fourColumn {
    width: 300px;
    float: left;
    display: inline;
    }
    
.fiveColumn {
    width: 380px;
    float: left;
    display: inline;
    }
    
.sixColumn {
    width: 460px;
    float: left;
    display: inline;
    }
    
.sevenColumn {
    width: 540px;
    float: left;
    display: inline;
    }
    
.eightColumn {
    width: 620px;
    float: left;
    display: inline;
    }
    
.nineColumn {
    width: 700px;
    float: left;
    display: inline;
    }
    
.tenColumn {
    width: 780px;
    float: left;
    display: inline;
    }
    
.elevenColumn {
    width: 860px;
    float: left;
    display: inline;
    }
    
.twelveColumn {
    width: 940px;
    float: left;
    display: inline;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    padding: 0px 0px 0px 0px;
    margin-top: 10px;
	}
	
	#topArea #logo {
	    background: transparent url('images/framework/logo.png') no-repeat;
	    display: block;
	    width: 285px;
	    height: 125px;
	    float: left;
	    }
	    
	#topArea .strapline {
	    float: right;
	    margin-top: -10px;
	    }
	    
	#topArea #book-online {
	    float: left;
	    margin-top: 20px;
	    }
	    
	#topArea #callus {
	    float: left;
	    margin-left: 151px;
	    margin-top: 10px;
	    }
	    
	#topArea .threeStar {
	    float: left;
	    margin-left: 40px;
	    margin-top: 15px;
	    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    height: 35px;
    padding: 5px 10px 0px 10px;
    background-color: #363636;
    position: relative;
	}
	
	#menuArea ul {
	    list-style: none;
	    margin: 0px;
	    padding: 0px;
	    }
	    
	    #menuArea ul li {
	        list-style: none;
	        float: left;
	        margin-right: 5px;
	        }
	        
	        #menuArea ul li a {
	            display: block;
	            color: #FFFFFF;
	            line-height: 35px;
	            text-decoration: none;
	            text-align: center;
	            text-transform: uppercase;
	            padding: 0px 15px;
	            }
	            
            #menuArea ul li a:hover {
                background-color: #FFFFFF;
                color: #363636;
                }
                
            #menuArea ul li a.selected {
                background-color: #FFFFFF;
                color: #363636;
                }
                
            #menuArea .subSelected {
                font-weight: bold;
                }   
                
    #subnav {
        height: 30px;
        background-color: #FFFFFF;
		border-bottom: 5px solid #363636;
        }
                
            #menuArea ul li ul.subNav {
                position: absolute;
                list-style: none;
                padding: 0px;
                margin: 0px;
                top: 40px;
                left: 10px;
                }
                
                #menuArea ul li ul.subNav li {
                    float: left;
                    margin-right: 30px;
                    list-style: none;
                    }
                    
                    #menuArea ul li ul.subNav li a {
                        line-height: 30px;
                        text-decoration: none;
                        color: #7a0b02;
                        padding: 0px;
                        text-transform: none;
                        font-size: 11px;
                        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#bannerArea {
    height: 256px;
    clear:both;
    width: 960px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
    margin-bottom: 30px;
	}
	
	#contentArea .menus {
	    padding: 15px;
	    border: 1px solid #CFCFCF;
	    background-color: #EFEFEF;
	    }
	    
	    #contentArea .menus ul {
	        padding: 0;
	        margin: 0;
	        list-style: none;
	        }
	        
	        #contentArea .menus ul li {
	            float: left;
	            margin-right: 20px;
	            line-height: 30px;
	            }
	            
	            #contentArea .menus ul li a.selected {
	                font-weight: bold;
	                text-decoration: none;
	                }
	                
.map {
    border: solid 5px #7a0b02;
    }
	    
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    background: #363636 url('images/framework/footer-background.gif') repeat-x;
    padding: 0px 10px 10px 0px;
	}
	
	#footerArea h2 {
	    color: #FFFFFF;
	    text-transform: uppercase;
	    font-size: 20px;
	    font-weight: normal;
	    }
	    
	#footerArea a {
        color: #FFFFFF;
        }
	
	#footerArea #footerTop {
	    height: 40px;
	    line-height: 40px;
	    color: #FFFFFF;
	    }
	        
	#footerArea #footerBottom {
	    color: #FFFFFF;
	    }
	    
	   
	    #footerArea #footerBottom .field {
	        background: url('images/framework/field-bg.gif') repeat-x;
	        height: 24px;
	        padding-top: 11px;
	        width: 255px;
	        font-size: 11px;
	        color: #7a7a7a;
	        float: left;
	        border:0px;
	        }
	        
	    #footerArea #footerBottom .button {
	        background: url('images/framework/btn-signup.gif') no-repeat;
	        width: 92px;
	        height: 32px;
	        border: 0px;
	        text-indent: -10000px;
	        }
