body {
	background-color: #ACC3E2;
	background-image: url("../images/redskyride.pages.bg.jpg");
	background-position: left top;
	background-repeat: repeat-x;
}

#page {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/redskyride.footer.bg.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#sitenav, #sitenav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#sitenav {
	position: relative;
	height: 43px;
	background-color: #33333C;
	background-image: url("../images/redskyride.pages.sitenav.bg.middle.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

#sitenav-a {
	background-image: url("../images/redskyride.pages.sitenav.bg.left.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#sitenav-b {
	background-image: url("../images/redskyride.pages.sitenav.bg.right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 60px;
}

#sitenav ul {
	position: relative;
	list-style: none;
	height: 26px;
}

#sitenav li {
	float: left;
	height: 26px;
	margin-right: 20px;
	background-color: #33333C;
}

#sitenav a {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	display: block;
	color: #C1C1C1;
}

#sitenav li a:hover, #sitenav li.here a { color: #C1D72E; }

#sitenav li.here ul li a { color: #C1C1C1 !important; }

#sitenav li.here ul li a:hover { color: #C1D72E !important; }

#sitenav li ul { /* second-level lists */
	position: absolute;
	background-color: #33333C;
	width: 130px;
	margin-left: -10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#sitenav li ul li, #sitenav li.last { border-right: none; }

#sitenav li ul li {
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #33333C;
	width: 130px;
}

#sitenav li ul li a { padding-left: 10px; }

#sitenav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 130px;
}

#sitenav li:hover ul ul, #sitenav li.sfhover ul ul {
	left: -999em;
}

#sitenav li:hover ul, #sitenav li li:hover ul, #sitenav li.sfhover ul, #sitenav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	min-height: 500px;
	background-color: #FFFFFF;
	background-image: url("../images/redskyride.pages.content.bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 150px;
	padding-right: 30px;
	padding-top: 40px;
	height: 1%;
	border-bottom: 1px solid #FFFFFF;
}

#content1 {
	min-height: 500px;
	background-color: #FFFFFF;
	background-image: url("../images/redskyride.pages.content1.bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 150px;
	padding-right: 30px;
	padding-top: 40px;
	height: 1%;
	border-bottom: 1px solid #FFFFFF;
}

* html #content { height: 500px; } /*IE6 does not understand min-height*/

#content h1 {
	font-size: 19px;
	font-weight: 100;
	color: #F8981C;
	margin-bottom: 14px;
}

#content h2 {
	font-size: 12px;
	color: #000000;
	padding-bottom: 20px;
}

#content p, #content ul {
	font-size: 12px;
	color: #646464;
	line-height: 19px;
	padding-bottom: 20px;
}

#content ul {
	padding-left: 16px;
}

#content li {
}

#content p a, #content h2 a {
	color: #F8981C;
	text-decoration: none;
}

* html #content1 { height: 500px; } /*IE6 does not understand min-height*/

#content1 h1 {
	font-size: 19px;
	font-weight: 100;
	color: #F8981C;
	margin-bottom: 14px;
}

#content1 h2 {
	font-size: 12px;
	color: #000000;
	padding-bottom: 20px;
}

#content1 p, #content ul {
	font-size: 12px;
	color: #646464;
	line-height: 19px;
	padding-bottom: 20px;
}

#content1 ul {
	padding-left: 16px;
}

#content1 li {
}

#content1 p a, #content1 h2 a {
	color: #F8981C;
	text-decoration: none;
}

#footer {
	height: 37px;
	background-color: #FFFFFF;
}

#footer-a {
	width: 580px;
	margin-left: 150px;
	border-top: 1px solid #DADADC;
	padding-top: 8px;
}

#footer p a {
	display: block;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	color: #808080;
	border-right: 1px solid #808080;
	text-decoration: none;
}

#footer p a.left { padding-left: 0; }

#footer p a.right {
	padding-right: 0;
	border-right: none;
}

span.clear, div.clear {
	display: block;
	line-height: 1px;
	clear: both;
}

