@charset "utf-8";
/* CSS Document */

#opener {
	text-align:center;
}
h1 {
	text-align:center;
	color: #ffd733;
	margin-bottom: 0px;
}
h3{
	text-align:left;
	align:left;
}
#aboutnav {
	line-height: 32px;
	font-family:'ralewaymedium';
	font-size:14px;
}
#aboutnav a {
	margin-right: 16px;
	color: #666666;
}
#aboutnav a.right-end {
	margin-right: 0px;
}
#aboutnav a:hover {
	color: #000;
}
#aboutnav a.active {
	color: #000;
}
hr {
	width: 100%;
	border-color:#ffd733;
	margin-bottom: 10px;
}
body p{
	font-family:'ralewayregular';
	font-size:14px;
	text-align:left;

}
.section a:hover{
	color:#666;
}
.left-img{
	float:left;
	margin: 10px;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
}
.right-img{
	float:right;
	margin: 10px;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
}
#opener h4 {
	margin-top:7px;
	font-size:28px;
}
#intro p{
	text-align:left;
}

#list {
	margin-left:60px;
}
#list li {
	margin-bottom: 7px;
	list-style: disc;
}
#expectations {
	margin-left: 14px;
	padding: 14px;
}
#picture1 {
	margin-top:14px;
	float: left;
	background: #fff;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}
#picture1 p {
	margin-bottom: 0px;
}
#side-ribbon2 {
	position: relative;
	color: #fff;
	background: #ff9900;
	display: block;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
	width: 170px;
	clear:both;
	padding: 10px;
	margin-left:-18px;
}
#side-ribbon2:before {
	content:"";
	position:absolute;
	display:block;
	bottom:-6px;
	margin-bottom: -6px;
	left:0px;
	border: 6px solid #808080;
	border-left-color: transparent;
	border-bottom-color: transparent;
	z-index:-1;
}
#side-ribbon3 {
	position: relative;
	color: #fff;
	background: #ff9900;
	display: block;
	-moz-box-shadow:    2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow:         2px 2px 1px #888;
	width: 160px;
	clear:both;
	padding: 10px;
	margin-left:-18px;
}
#side-ribbon3:before {
	content:"";
	position:absolute;
	display:block;
	bottom:-6px;
	margin-bottom: -6px;
	left:0px;
	border: 6px solid #808080;
	border-left-color: transparent;
	border-bottom-color: transparent;
	z-index:-1;
}
#schedulecontainer {
	float:left;
	margin: 10px 10px 20px;
	width: 420px;
	height: 450px;
	background: #e3e3e3;
	padding: 7px;
}
#schedule p {
	padding:7px;
}
#schedule-table {
	margin: auto auto;
	color: #0077de;
}
#ratescontainer {
	float:left;
	margin: 10px 20px 0px 20px;
	width: 450px;
	height:380px;
	background: #e3e3e3;
	padding: 7px;
}
#rates-dates p {
	text-align:left;
	margin-top:7px;
}
#rates-dates a {
	margin-top:14px;
}
#rates p {
	text-align:center;
	display: block;
}
#photo-container {
	clear:both;
	width:910px;
	margin: 10px auto 10px;
	padding:10px;
}
#section2 {
	clear: both;
	padding: 7px;
	margin: 10px auto 0px;
	width:480px;
}
#section2 h3 {
	text-align: center;
	padding: 6px;
}
#footer p{
	text-align:center;
	font-size:11px;
}