/* Sunrift Adventures main stylesheet */

	.carousel_container {
				width: 550px;
				height: 450px;
				border: 0px solid #3399FF;
			}
/* Body */
	body { 
		background: #fff url(theme/outer-tile-bg.gif) repeat-x top left;
		font-family: Arial, sans-serif;
		font-size: 15px;
		color: black;
	}

	h1 {
		margin: 5px 14px 9px 0px; 
		padding: 0px; 
		font-family: Arial; 
		font-size: 2.6em; 
		color: orange; /*rgb(1,100,1);*/
		letter-spacing:-0.04em;
		border-bottom: #000000 2px solid;
		text-align: center;
	}


	h1.titleshadow {
		color:#333;
		border-bottom: 0px;
	}

	div.titleshadow {
		position: absolute; left:237px; top: 122px; z-order:1; width:550px; color:#333;
	}

	div.title {
		position: absolute; left:235px; top: 120px; z-order:0; width:550px;
	}
	div.imgtitle {
		position: absolute; left:235px; top: 135px; z-order:0; width:550px; text-align: center;
	}
	h2 {
		margin: 10px 0px 0px 0px;
		padding:0px;
		font-size:18px;
		color: black;
	}

	a { 
		color: rgb(0,87,44); 
		font-weight: bold;
	}

	a:hover { 
		color: rgb(45,117,81); 
		text-decoration: none;
	}

	p {
		
		font-family: tahoma;
		color: black;
		font-weight: normal;
		margin:0px 0px 6px 0px;
		padding:0px;
	}

	th {
		font-style: italic;
	}

	img {
		padding:0px;
	}

	ul {
		padding:0px;
		margin: 0px;
		padding-left:18px;
		text-indent:0px;
	}

	li {
		marker-offset: 5px;
		padding-left: 10px;
	}

	/* CSS container shadow */
	div.infobarwide { 
		width: 525px;
		float: center;
		padding:5px;
		margin:10px;
		margin-top:0px;
		border-left: 0px solid silver;
		border-right: 0px solid silver;
	}

	div.infobar { 
		width: 200px;
		float: right;
		padding:5px;
		margin:10px;
		margin-top:0px;
		border-left: 0px solid silver;
		border-right: 0px solid silver;
	}

	#shadow-container {
		position: relative;
		left: 3px;
		top: 3px;
		margin-right: 3px;
		margin-bottom: 3px;
	}

	#shadow-container .shadow2,
	#shadow-container .shadow3,
	#shadow-container .container {
		position: relative;
		left: -1px;
		top: -1px;
	}

	#shadow-container .shadow1 {
		background: #F1F0F1;
	}

	#shadow-container .shadow2 {
		background: #DBDADB;
	}

	#shadow-container .shadow3 {
		background: #B8B6B8;
	}

	#shadow-container .container {
		background: #ffffff;
		padding:5px;
		border: 1px solid #848284;
	}
	/* CSS container shadow */


	/* backgrounds */
		#outer-wrapper { 
			width: 808px; 
			position:absolute; 
			top: 0; 
			left: 50%; 
			margin-left: -404px;
			background: url(theme/container-tile-bg.gif) no-repeat top left;
			min-height: 650px;
		}

		#inner-wrapper { 
			width: 808px;
			background: url(theme/main-container-bg.jpg) no-repeat; 
			min-height: 800px;
			padding: 0px 15px 0px 15px;
		}

		#bod { 
			width: 780px;
			margin:0px;
			padding:0px;
		}

		#main-content { 
			float: left; 
			background: url(theme/content-bg.jpg) no-repeat -189px -24px; 
			min-height: 165px; 
			width:573px; 
			padding-left:10px;
			padding-top:27px;
			padding-right:5px;
		}
	/* end backgrounds */
/* end body */



/* Header */

	div#header { 
		background: url(theme/header-bg.jpg) no-repeat top left;  
		width: 777px; 
		height: 170px;
		float: left;
		padding-bottom:0px;
		margin-bottom:0px;
		
	}

	div#header-flash {
		position:absolute;
		margin:0px;
		padding:0px;
		float: left;
		margin-top:55px;
	}


	/* start top-top level navigation */
		div#above-nav {
			position: absolute;
			float: right;
			z-index:0;
		}

		ul#above-level-nav {
			margin:0;
			padding:0;
			list-style:none; 
			float: right;
			margin-right:7px;
			border:0px solid red;
		}
		ul#above-level-nav li {
			margin:0;
			padding:0;
			float: left;
			height: 25px; 
			cursor: pointer;
			background-repeat: no-repeat;
		}
		ul#above-level-nav li a {
			display: block;
			height: 25px;
			background-repeat: no-repeat;
		}
		ul#above-level-nav li a:hover {
			background:none;
		}
		ul#above-level-nav li a span {
			display: none;
		}
		
		#above-level-nav-home {
			background: url(theme/home_o.gif); 
			width: 45px; 
			border-right: 1px solid #607595; 
		}
		#above-level-nav-home a {
			background: url(theme/home.gif); 
			width: 45px;
		}
		
		#above-level-nav-contact-us {
			background: url(theme/contactUs_o.gif);
			width: 76px; 
		}
		#above-level-nav-contact-us a {
			background:url(theme/contactUs.gif);
			width: 76px;
		}
		
		#above-level-nav-search {
			background: url(theme/search_o.gif);
			width: 54px; 
			border-right: 1px solid #607595; 
		}
		#above-level-nav-search a {
			background:url(theme/search.gif);
			width: 54px;
		}
	
	/* end top-top level navigation */
/* end Header */


/* Left Banner */
	#left-nav {
		width: 189px;
		height: 296px;
		float: left;
		margin:0px;
	}
	#left-nav-links{ 
		background: url(theme/leftnav.jpg) no-repeat 0px -1px; 
		height:296px;
		width: 189px;
		
	}
	#left-nav-title{
		font-family:tahoma,arial,helvetica,sans-serif;
		font-size:13px;
		font-weight:bold;
		padding-left:25px;
		padding-top: 11px;
		color: white;
		text-decoration: none;
	}
/* Left Banner */


/* start footer */
	#ft {
		margin-top:22px; 
		width: 780px; 
		clear:both;
		position: relative;
	}
	#ft ul {
		margin:0 0 0 270px;
		padding:0; 
		list-style: none;
	}
	#ft ul li {
		float: left; 
		margin-right: 16px;
	}
	#ft ul li a{ 
		display: block; 
		height: 15px; 
	}
	#ft ul li a span {
		display: none;
	}
	#ft-terms-of-use {
		background:url(theme/terms-of-use.gif) no-repeat top left;
	}
	#ft-terms-of-use a {
		width: 68px;
	}
	#ft-privacy-policy {
		background:url(theme/privacy-policy.gif) no-repeat top left;
	}
	#ft-privacy-policy a {
		width: 78px;
	}
	#ft-site-map {
		background:url(theme/site-map.gif) no-repeat top left;
	}
	#ft-site-map a {
		width: 44px;
	}
/* end foooter */
