@charset "utf-8";
/* CSS Document */

/*Body setup tags*/
body {
	background-color:#4c4c4c;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#424242;
	}
	
.clearboth {
	clear:both;
	}
	
	
/*wrapper*/
#wrapper {
	margin:0 auto;
	width:778px;
	height:auto;
	}
	
/*Header*/
#header {
	width:778px;
	background-color:#FFF;
	height:90px;
	}
	
#header h1 {
	background-image:url(../images/logo.jpg);
	width:164px;
	height:62px;
	background-repeat:no-repeat;
	text-indent:-999em;
	float:left;
	margin-left:8px;
	margin-top:10px;
	}
	
#header h3 {
	background-image:url(../images/contact-us-bg.jpg);
	width:249px;
	height:62px;
	background-repeat:no-repeat;
	text-indent:-999em;
	float:right;
	margin-right:8px;
	margin-top:10px;
	}
/*Content*/
#content {
	width:778px;
	height:auto;
	margin-top:10px;
	background-color:#FFF;
	padding-top:1px;
	}
	
#website-image {
	background-image:url(../images/header-bg.jpg);
	height:186px;
	width:776px;
	margin-left:1px;
	padding-top:7px;
	background-repeat:no-repeat;
	}
	
#player {
	margin-left:3px;
	}
	
#content-left {
	float:left;
	width:450px;
	height:auto;
	padding-top:20px;
	padding-left:10px;
	}
	
#content-left h3 {
	font-size:1.2em;
	}
	
#content-left p {
	line-height:1.4em;
	margin-top:10px;
	}
	
.homepage-image {
		margin-top:10px;
		margin-right:10px;
		}
	
#content-left ul {
	margin-top:10px;
	}
	
#content-left li {
	color:#0056af;
	background-image:url(../images/list-bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:7px;
	margin-left:3px;
	line-height:1.5em;
	}
	
#content-left li a {
	color:#424242;
	}
	
	
#map-button {
	margin-top:7px;
	margin-left:-5px;
	cursor:pointer;
	}

#content-right {
	float:right;
	height:auto;
	width:250px;
	}
	
#contact-us-container {
	background-image:url(../images/right-panel.jpg);
	width:231px;
	height:248px;
	background-repeat:no-repeat;
	margin-top:15px;
	padding-left:15px;
	padding-top:10px;
	}

#google_tripadvisor{
	width:231px;
	height:100px;
	margin-top:15px;
	padding-left:15px;
	padding-top:10px;
	}
	

#contact-us-container h3 {
	font-size:1.2em;
	}

#contact-us-container address {
	margin-top:10px;
	line-height:1.2em;
	margin-bottom:10px;
	}
	
#contact-us-container p {
	line-height:1.4em;
	}
	
#contact-us-container a {
	text-decoration:none;
	color:#0056af;
	}


/*Nav*/
#nav {
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	width:776px;
	margin-left:1px;
	height:24px;
	}

#nav li {
	display:inline;
	margin-left:10px;
	margin-right:15px;
	line-height:1.9em;
	}

#nav li a {
	color:#FFF;
	text-decoration:none;
	}
	
/*footer section*/
.footer-bar {
	background-image:url(../images/footer-bg.jpg);
	width:776px;
	height:8px;
	margin-left:1px;
	margin-top:15px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	}
	
.copyright {
	font-size:0.8em;
	color:#FFF;
	float:left;
	margin-top:5px;
	}

.development {
	font-size:0.8em;
	color:#FFF;
	float:right;
	margin-top:5px;
	}

.development a {
	color:#FFF
	}
