/*
	JCAYA 2010 Website Stylesheet
	By Richard Delph
	
	See base.css for CSS reset and general classes
	
	Default body font size (in base.css) set to 100% (16px)
*/

body {
	background: #fbfbfb url(/images/body-bg.gif) repeat-x left top;
	text-align: center;
	font-family: Arial,Sans-Serif;
}

#page-outer-wrapper {
	margin: 0 auto;
	width: 992px;
	padding: 0 0 34px 0;
	background: url(/images/page-outer-wrapper-bg.gif) no-repeat left bottom;
}

#page-wrapper {
	position: relative;
	width: 966px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 13px;
	text-align: left;
	background: url(/images/page-wrapper-bg.jpg) repeat-y center top;
}

#header-wrapper {
	width: 966px;
	height: 161px;
	background-color: #fff;
	overflow: hidden;
}

#logo {
	float: left;
	margin: 22px 0 0 28px;
}
#logo a {
	display: block;
	background: url(/images/logo.gif) no-repeat left top;
	width: 193px;
	height: 128px;
	text-indent: -999em;
}

#image-rotator {
	float: right;
	width: 717px;
	height: 161px;
}

#navigation {
	position: relative;
	list-style-type: none;
	width: 956px;
	height: 25px;
	padding: 0 0 0 10px;
	background: url(/images/nav-bg.gif) repeat-x left top;
	font-size: 0.6875em;
}

#navigation li {
	float: left;
	display: block;
	position: relative;
	background: url(/images/nav-separator.gif) no-repeat right center;
	color: #808080;
}
#navigation li a {
	display: block;
	padding: 6px 13px 5px 11px;
}
#navigation li.last {
	background: none;
}
#navigation li a {
	color: #231f20;
	text-decoration: none;
}

#navigation li ul {
	display: none;
	position: absolute;
	width: 120%;
	left: 0;
	top: 25px;
}
#navigation li ul li {
	width: 100%;
	background-image: none;
	background-color: #c0bebf;
}
#navigation li ul li a {
	display: block;
	margin: 0;
	padding: 7px 15px;
}
#navigation li ul li a:hover { text-decoration: underline; }
#navigation li:hover ul {
	display: block;
}

#sidebar {
	float: left;
	width: 201px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 28px 20px 0 28px;
	background: url(/images/sidebar-bg.jpg) no-repeat left top; /*  */
	color: #fff;
}
#sidebar h2 {
	width: 190px;
	font-size: 0.75em;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li, #sidebar p {
	font-size: 0.6875em;
	margin: 5px 0;
}
#sidebar a { color: #fff; text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }

#latest-news, #events {
	margin-bottom: 20px;
}

#sponsor-link a {
	display: block;
	background: url(/images/moore-sponsor.gif) no-repeat left top;
	width: 162px;
	height: 47px;
	margin: 55px 0 0 14px;
	text-indent: -999em;
}

#content-wrapper {
	float: right;
	width: 645px;
	padding: 33px 36px;
	background: #e6e6e6 url(/images/content-bg.gif) repeat-x left top;
	color: #231f20;
}
#content-wrapper h2 {
	font-size: 1.25em;
	margin: 0 0 1em 0;
}
#content-wrapper h3 {
	font-size: 0.875em;
	margin: 1em 0;
	color: #000;
}
#content-wrapper p {
	margin: 1.5em 0;
	font-size: 0.6875em;
	line-height: 1.5em;
}
#content-wrapper ul, #content-wrapper ol { margin: 1em 2em; }
#content-wrapper ul ul { margin: 0em 2em; }
#content-wrapper li {
	font-size: 0.6875em;
	line-height: 1.5em;
}
#content-wrapper a {
	color: #ed1c24;
	text-decoration: none;
}
#content-wrapper a:hover {
	text-decoration: underline;
}
#content-wrapper a.image:hover { text-decoration: none; }

#content-wrapper blockquote {
	font-size: 0.875em;
	color: #ed1c24;
	font-style: italic;
	font-weight: bold;
}
#content-wrapper table {
	font-size: 0.6875em;
}
#calendar-table td, #calendar-table th {
	padding: 4px 0;
	border-bottom: 1px #666 solid;
}



#footer-wrapper {
	position: relative;
	clear: both;
	float: left;
	width: 660px;
	overflow: hidden;
	margin: 0 0 12px 285px;
	font-size: 0.5626em;
	color: #231f20;
}
#legal-links {
	position: absolute;
	float: left;
	bottom: 0;
}
#footer-logos {
	float: right;
	position: relative;
}
#footer-logos img {
	margin-left: 5px;
}
#footer-wrapper a {
	color: #231f20;
	text-decoration: none;
}
#footer-wrapper a:hover { text-decoration: underline; }

#credits {
	float: right;
	margin: 14px 20px 0 0;
	font-size: 0.5em;
	color: #999;
}
#credits a { color: #999; text-decoration: none; }
#credits a:hover { color: #231f20; text-decoration: none; }


h2#welcome {
	background: url(/images/welcome-title.gif) no-repeat left top;
	width: 462px;
	height: 79px;
	text-indent: -999em;
}

.content-image {
	float: right;
	margin: -50px 0 0 20px;
}

.newsItem h4 {
	color: #ed1c24;
	font-size: 0.75em;
	margin: 1em 0;
}
