	
	
#masthead {
	background:#dadada;
        background-image:url('/images/VH-corporate_header.jpg');
        background-repeat: no-repeat;
	overflow: hidden;
    
            height: 260px;
        margin: auto;
        width: 905px;
        
        }


#reservationslink a{
	height: 150px;
	width: 130px;
	position: absolute;
	top: 150px;
	left: 920px;
	font-size: 70px;
	text-decoration: none;
	
	}

#reservationslink a:hover{
text-decoration: none;

}
	
	h1 {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
		color: #961E36; 
}
 
h2 {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	padding: 0px;
	margin: 0px; 
	font-weight: normal;
		color: #961E36; }
	
	#logo {
        background-image:url('/images/logo.png');
        background-repeat: no-repeat;
        display: block;        
        height: 151px;
        width: 176px;
        position:absolute;
        top:0px;
        left: 215px;
	}
	
	
.ui_footer_wrapper {
	margin: 0px auto;
	width: 924px;
	color: #939598;
}
 
.ui_footer {
	float: left;
	padding: 5px 1px;
	font-size: 12px;
}
 
.ui_footer  a{
	text-decoration: none;
}
	
#logo a
{
    height: 151px;
        width: 176px;
        position:absolute;
        top:0px;
}

#content {
	margin: auto;
	background: #fff;
	width: 905px;
	padding-bottom: 100px;
	}
	

#wrapper {
    width: 800px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(/images/images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(/images/images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}


.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

        
