/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */

#container{
	background: transparent url(../images/bg_container_home.gif) 0 0 repeat-y;
}


#header{
	background: #fff url(../images/bg_hdr_home.gif) 0 0 no-repeat;
}
	#tip-nav{
		left: 525px;
	}

	#tip-hours,
	#tip-directions,
	#tip-rates{
		left: 530px;
	}


#content{
	margin: 0px 0px 0px 8px;
	padding: 0px;
	background: #ccc;
	width: 507px;
	float: left;
	display: inline;
}



#sidebar{
	margin: 10px 7px 0 0;
	width: 216px;
	height:300px;
	padding: 0 10px 0 18px;
}
	#sidebar #colorbar{
		width: 246px;
		height: 23px;
		position: absolute;
		left: 515px;
		background: #ADBA2F;
		top: 434px;
	}
	#sidebar p{
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		color: #80745D;
		line-height: 1.75em;
	}
	#sidebar h2{
		margin: 0px -10px 10px -18px;
		padding: 5px 0px 5px 10px;
		background: #ECE9D7;
		color: #817E5C;
		text-transform: uppercase;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
	}


#footer{
	height: 71px;
	}

	#footer #colorbar{
		display: none;
	}

	#footer-nav, #social-icons {
		top: 10px;
	}

	#copyright, #email-signup {
		top: 40px;
	}
