/* CSS Document */
body {
	margin: 0px;
	cursor: default;
	text-align: center;
	background-color: #9EC7EC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Comic Sans MS"; 
	}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 350px;
	text-align: center;
}	
a:link {
	color: #642B8E;
}
#wrapper {
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		width: 951px;
}
#home-header {
	height: 272px;
	background-image: url(images/bg-home-header.png);
}
#home-bottom {
	height: 468px;
	background-image: url(images/bg-home-bottom.jpg);
	background-repeat: no-repeat;
}
#home-image-links {
	float: left;
	width: 725px;
	margin-top: 70px;
	height: 170px;
}

#home-nav {
	float: right;
	width: 200px;
	margin-top: 50px;
	text-align: center;
	padding-right: 20px;
}
#home-nav .home-link {
	display:none;
	}
#banner-ad {
	background-color: #FFFFFF;
	width: 150px;
	height: 120px;
	float: right;
	margin-right: 10px;
	border: 1px solid #59227F;
	padding-right: 3px;
	padding-left: 3px;
	padding-top:10px;
}
#banner-ad a{
	text-decoration: none;
	color: #000000;
}
#home-content {
	float: left;
	margin-top: 80px;
	font-size: 12px;
	width: 400px;
	padding-left: 300px;
}
#nav-links {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 20px;
}
#nav-links a{
	text-decoration: none;
	color: #FFFFFF;
}
#interior-header {
	height: 100px;
	width: 953px;
	background-image: url(images/bg-interior-header.png);
	text-align: right;
	padding-top: 155px;
}
#calendar-header {
	height: 100px;
	width: 953px;
	background-image: url(images/bg-calendar-header.png);
	text-align: right;
	padding-top: 155px;
}
#interior-main-cont {
	background-image: url(images/bg-interior-spacer.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}
#interior-nav {
	float: left;
	width: 186px;
	background-image: url(images/bg-interior-nav.jpg);
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
}
#interior-text-area {
	float: left;
	width: 655px;
	background-image: url(images/bg-interior-cont.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	overflow: visible;
}
.image-box-right {
	float: right;
	clear: right;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}
.image-box-left {
	float: left;
	clear: left;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}
#footer {
	height: 32px;
	margin-bottom: 20px;
	background-image: url(images/subbottom.png);
	background-repeat: repeat-x;
	width: 941px;
}
#page-title {
	text-align: left;
	margin-left: 80px;
	margin-top: 10px;
	margin-bottom: 30px;
	height: 60px;
	font-weight: bold;
}
#page-title h1{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 32px;
}
#compucast-footer {
	text-align: center;
	margin-bottom: 20px;
	color: #642B8E;
}
#compucast-footer a{
    color: #642B8E;
}
#hotel-listing-box p {
	padding-left: 130px;
}
#hotel-listing-box img {
	float: left;
}
#hotel-listing-box h2 {
	margin-bottom: -20px;
	padding-left: 140px;

}
#restaurant-listing-box p {
	padding-left: 130px;
}
#restaurant-listing-box img {
	float: left;
}
.featured {
	background-color: #d2ff87;
	padding-bottom: 1px;
}
.featured-img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

