/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #820024; text-decoration: underline;}
a:visited {color: #820024;}
a:hover {text-decoration: none;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	/*overflow-y: scroll;*/
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.4 arial, verdana, sans-serif;
	color: #6F6F6F;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	outline: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    font-family: Georgia, Serif;
    font-size: 22px;
    color: #6F6F6F;
	}

h2 {
    font-family: Georgia, Serif;
    font-size: 18px;
	}

h3 {

	}
	
blockquote {
    border-left: 5px solid #820024;
    padding-left: 10px;
    font-style: italic;
    font-family: Times New Roman;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin: 20px 0px 0px 20px;
    }
    
    blockquote .author {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        display: block;
        line-height: 40px;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

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;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;}

.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: red;
	}
	
.redText {
	color: #820024;
	}
	
.price {
    color: #820024;
    font-size:18px;
    line-height: 25px;
    }
    
.telephone {
    font-size: 18px;
    color: #820024;
    }
    
.textCenter {
    text-align: center !important;
    }

.pdf {
    padding-left: 20px;
    background: url('images/framework/pdf-icon.gif') no-repeat left center;
    }
    
.testimonial {
    color: #811427;
    font-style: italic;
    }   
    
.leftBlock {
    float: left;
    display: block;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}
	
.firstParagraph {
    font-family: Georgia, Serif;
    font-size: 14px;
    font-weight: bold;
	line-height: 1.5;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	}
	
	.formattedList li {
		padding: 0px 0px 3px 18px;
		background: transparent url('images/framework/bullet.gif') no-repeat left 0.6em;
		line-height: 18px;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #820024;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #dfe1ce;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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: #FEFEFE;
    padding: 15px;
    border: solid 1px #eeeeee;
    line-height: 20px;
    }
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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 {

    }
    
    .loginHolder .loginArea {
        width: 247px;
        height: 130px;
        padding: 30px 10px 0px 10px;
        margin: 40px 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;
	}

.hr {
    height: 2px;
    width: 200px;
    margin: 20px auto;
    background-color: #820024;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pictureFrame {
    background-color: white;
    padding: 1px;
    border: 1px solid #820024 !Important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.newsletter-button {
    margin-top: 10px;
    float: right;
    }
    
#newsletter-signup {
    width: 292px;
    height: 236px;
    position: absolute;
    top: 210px;
    left: 555px;
    background-color: #820024;
    z-index: 5;
    padding: 30px 20px 20px 20px;
    display: none;
    color: #FFFFFF;
    font-size: 11px;
    }
    
#newsletter-signup-title {
	font-family: 'Trajan-Normal'; /* Uses Typeface */
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #FFFFFF;
	}
	
.newsletter-input {
    border:0;
    background: url('images/framework/newsletter-field-bg.gif') repeat-x;
    width: 248px;
    height:25px;
    float: left;
    color: #8a8a8a;
    font-size: 11px;
    padding-top: 10px;
    }
    
.newsletter-submit {
    border: 0;
    width: 130px;
    height: 40px;
    text-indent: -10000px;
    background: url('images/framework/newsletter-button.gif') no-repeat;
    }
    
#newsletter-field {
    background: url('images/framework/newsletter-field-bg.gif') repeat-x;
    height: 35px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mainHolder {
    width: 887px;
    margin: 0 auto;
    position: relative;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	padding: 15px 0px 15px 0px;
	}
	
	#topArea #logo {
	    float: left;
	    }
  
	#topArea #reservations {
	    float: left;
	    margin: 28px 0px 0px 299px;
	    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    padding: 0px;
    color: #FFFFFF;
	position: relative;
	height: 60px;
	}
	
	#menuArea ul {
		height: 30px;
	    list-style: none;
	    padding: 0px;
	    margin: 0px;
	    }
	    
	    #menuArea ul li {
	        float: left;
	        list-style: none;
	        margin-right: 2px;
	        }

			#menuArea ul li a {
				display: block;
				}
	        
	#menuArea ul.toplevel {
		background-color: #820024;
		padding: 0px 0px 0px 10px;
	    }
		
			#menuArea ul.toplevel li a {
	            padding: 0px 11px 0px 11px;
	            color: #FFFFFF;
	            text-decoration: none;
	            line-height: 30px;
	            }
	            
	        #menuArea ul.toplevel li a:hover {
				color: #820024;	            
				background-color: #FFFFFF;
				border: 0px; /* IE 8 Hover Fix */
	            }
			
			#menuArea ul.toplevel li a.selected {
				color: #820024;	
				background-color: #FFFFFF;			
				font-weight: bold;
				}
	
	#menuArea ul li ul.subnav {
		position: absolute;
	    left: 20px;
	    }
	    
	    #menuArea ul li ul.subnav li a {
	        color: #000000;
	        margin: 0px 20px 0px 0px;
	        padding: 0px;
	        font-size: 11px;
	        }

		#menuArea ul li ul.subnav li a:hover {
	        color: #820024;
	        }
	        
	        #menuArea ul li ul.subnav li .selected {
	            color: #000000;
				font-weight: bold;
	            }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
clear: both;
	}
	
	#contentArea #bannerArea {
		margin-bottom: 30px;
		}
		
		#contentArea #bannerArea img {
			display: block;
			}

		#contentArea #bannerArea #bannerQuote {
			position: relative;
			width: 262px;
			height: 226px;
			overflow: hidden;
			padding: 30px 35px;
			margin: -286px 0px 0px 555px;
			background-image: url(images/framework/background_bannerquote.png);
			color: white;
			}

			#contentArea #bannerArea #bannerQuote #title {
				font-family: 'Trajan-Normal'; /* Uses Typeface */
				font-size: 28px;
				line-height: 1.2;
				margin-bottom: 15px;
				}

	#contentArea .contentLeft {
	    width: 505px;
	    float: left;
	    margin-right: 50px;
	    }
	    
	#contentArea .contentRight {
	    width: 332px;
	    float: left;
	    }
	    
	    #contentArea .contentRight .feature {
	        float: left;
	        width: 156px;
	        margin-bottom: 20px;
	        }
			
			#contentArea .contentRight .feature .title {
				color: #222222;
				font-family: 'Trajan-Normal'; /* Uses Typeface */
				font-size: 13px;
				margin-bottom: 5px;
				}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    font-size: 11px;
	}
	
	#footerArea #footerAction {
	    background-color: #dfe1ce;
		padding: 10px 15px 10px 15px;
	    }
	    
	    #footerArea #footerAction img {
            float: left;
            margin-top: 10px;
	        }
    	    
        #footerArea #footerAction #starlogo {
            float: left;
	        margin: 0px 0px 0px 15px;
            }
            
        #footerArea #footerAction .facebook {
            float: left; 
            margin: 14px 15px 0px 255px;
            }
		
	#footerArea #footerBottom a {
	    color: #FFFFFF;
	    }
	    
	#footerArea #footerTop a {
	    color: #000000;
	    }
	
	#footerArea #footerTop {
	    line-height: 30px;
	    padding: 0px 10px 0px 10px;
	    }
	    
	#footerArea #footerBottom {
	    line-height: 30px;
	    padding: 0px 10px 0px 10px;
	    color: #FFFFFF;
	    background-color: #820024;
	    }
	    
	    #footerBottom .left {
	        width: 400px;
	        float: left;
	        }
	        
	    #footerBottom .right {
	        width: 400px;
	        float: right;
	        text-align: right;
	        }