body {
    font-family: arial, helvetica, sans-serif;
	color: #000;
	background: #4a7349 url(../images/background.jpg) repeat-x;
}

a {
    color: #496573;
}

a:visited {
    color: #334650;
}


#container {
    width: 772px;
	position: relative;
	margin: auto;
	background: #fff url(../images/container-bg.jpg) repeat-y;
}

#container-sub {
    background: url(../images/container-top.jpg) no-repeat;
}

#footer {
    background: url(../images/footer.jpg) no-repeat;
	width: 772px;
	height: 35px;
	clear: both;
}

#content {
    margin: 60px 35px 0 35px;
	_margin: 60px 15px 0 35px;
	background: url(../images/logo-bg.jpg) no-repeat;
	min-height: 398px;
	_height: 398px;
	width: 488px;
	float: right;
}

#sidebar {
    margin: 60px 0 0 0;
	width: 197px;
	position: absolute;
	top: 150px;
	left: 30px;
}


h1 {
    background: url(../images/lawrence.jpg) no-repeat;
	width: 500px;
	height: 48px;
	text-indent: -9999px;
	position: relative;
	top: 50px;
	left: 230px;
}

h2 {
	font-family: georgia, serif;
	font-weight: bold;
    color: #4a7349;
	margin: 0;
	padding: 0;
}

#logo {
    position: absolute;
	top: 30px;
	left: 30px;
	text-indent: -9999px;
	background: url(../images/logo-header.jpg) no-repeat;
	width: 184px;
	height: 150px;
}

#sidebar ul, #sidebar ul li {
    margin: 0;
	padding: 0;
	list-style: none;
}


#image_rotate img, .photo {
    padding: 5px;
	border: 1px solid #666;
}



#image_rotate {
    float: right;
	width: 250px;
	margin: 10px;
	padding: 0;
	height: 185px;
}

#menu a {
    width: 207px;
	display: block;
	text-indent: -9999px;
	outline: 0;
}

li#home a {
    background: url(../images/menu-home.jpg) no-repeat;
	height: 28px;
}

li#home a:hover {
    background-position: -207px 0;
}

li#about a {
    background: url(../images/menu-about.jpg) no-repeat;
	height: 28px;
}

li#about a:hover {
    background-position: -207px 0;
}

li#islandtour a {
    background: url(../images/menu-islandtour.jpg) no-repeat;
	height: 25px;
}

li#islandtour a:hover {
    background-position: -207px 0;
}

li#afterislandtour a {
    background: url(../images/menu-afterislandtour.jpg) no-repeat;
	height: 28px;
}

li#afterislandtour a:hover {
    background-position: -207px 0;
}

li#beachtour a {
    background: url(../images/menu-beachtour.jpg) no-repeat;
	height: 25px;
}

li#beachtour a:hover {
    background-position: -207px 0;
}

li#zipline a {
	background: url(../images/menu-zipline.jpg) no-repeat;
	height: 25px;
}

li#zipline a:hover {
	background-position: -207px 0;
}

li#photogallery a {
    background: url(../images/menu-photogallery.jpg) no-repeat;
	height: 27px;
}

li#photogallery a:hover {
    background-position: -207px 0;
}

li#links a {
    background: url(../images/menu-links.jpg) no-repeat;
	height: 25px;
}

li#links a:hover {
    background-position: -207px 0;
}

li#contact a {
    background: url(../images/menu-contact.jpg) no-repeat;
	height: 30px;
}

li#contact a:hover {
    background-position: -207px 0;
}

#map {position:absolute; top:30px; left:30px; width:184px; background-color:#fff; z-index:100;}
#map a.p1, #map a.p1:visited {display:block; width:184px; height:150px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#map a img {border:0;}
#map a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#map a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#map a.p1:hover .large {display:block; position:absolute; top:45px; left:10px; width:350px; height:325px; border:3px solid #ccc;}

/* liScroll style declarations */
#tickerbox {
   position: relative;
   left: 230px;
   top: 10px;
}


.tickercontainer { /* the outer div with the black border */
width: 500px;
height: 27px;
margin: 0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 500px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 500px;
font: bold 12px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}

ul.newsticker span {
margin: 0 50px 0 0;
color: #000;
white-space: nowrap;
}

