body { background: #000; }
/* Wrapper ------------------------------------------------*/
#wrapper {
	float: left;
	width: 100%;
	background: url(../../images/header_wrapper.gif) repeat-x #000;
}
/* Container ----------------------------------------------*/
#container {
	width: 920px;
	margin: 0 auto;
}
/* Header -------------------------------------------------*/
#header {
	width: 930px;
	height: 212px;
	background: url(../../images/header_bg.png) no-repeat;
	position: relative;
	margin-left: -10px;
}
h1#logo { float: left; }
h1#logo a {
	float: left;
	background: url(../../images/logo.png) 35px 10px no-repeat;
	width: 823px;
	height: 186px;
	text-indent: -9999px;
	outline: none;
}
/* Main --------------------------------------------------*/
#main {
	float: left;
	width: 900px;
	background: url(../../images/main_bg.jpg) -2px 0 repeat-y;
	margin-left: 20px;
}
/* Featured ----------------------------------------------*/
#featured {
	background: url(../../images/featured_bg_home.jpg) 175px 190px no-repeat;
	height: 510px;
}
/* Sidebar -----------------------------------------------*/
#sidebar {
	float: left;
	background: url(../../images/sidebar_bg.png) -2px 0 no-repeat;
	width: 155px;
	padding: 0 20px;
	text-align: center;
	font-size: .8em;
	line-height: 1.6em;
}
#sidebar h4 {
	color: #6e3a1a;
	margin-top: .625em;
	margin-bottom: .625em;
}
/* Navigation --------------------------------------------*/
#nav { float: left; }
#nav a {
	display: block;
	width: 141px;
	outline: none;
	padding: .625em 0;
	margin-left: .5em;
	margin-bottom: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: 700;
	color: #370000;
}
#nav a:hover, #home #nav .home, #profile #nav .profile, #gallery #nav .gallery, #available #nav .available, #contact #nav .contact {
	background-color: #140467;
	color: #fff
}
*/ /* Drop Down Menu ----------------------------------------*/
#nav ul a {
	text-indent: 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-top: -3.35em;
	z-index: 100;
	margin-left: 140px;
}
#nav li ul ul { /* third-and-above-level lists */ left: -999em; }
#nav ul li a {
	display: block;
	width: 140px;
	color: #fff;
	text-align: center;
	padding: .825em .5em;
	text-decoration: none;
	background-color: #140467;
	margin: 0;
	font-weight: 100;
}
#nav li ul li a:hover { background-color: #0724b3; }
#nav li:hover, #leftnav li.hover { position: static; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }
/* Content -----------------------------------------------*/
#content {
	float: left;
	width: 665px;
	margin: 0 20px 1.625em;
	padding-top: 20px;
	font-size: .8em;
	line-height: 1.8em;
	color: #370000;
}
#content li { margin: 0 1.625em .225em; }
#content ul {
	list-style: disc;
	margin-bottom: 1.625em;
}
#content ol {
	list-style: decimal;
	margin-bottom: 1.625em;
}
.pagetitle { text-align: center; }
/* Footer ------------------------------------------------*/
#footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: url(../../images/footer_bg.gif) repeat-x #000;
}
#footer-container {
	width: 900px;
	margin: 0 auto;
}
#footer {
	float: left;
	width: 860px;
	background: url(../../images/footer_bg.jpg) repeat;
	margin-left: 10px;
	padding: 33px 20px 0;
}
#footer img { margin-left: 25px; }
#footer address {
	font-style: normal;
	color: #fff;
}
#footer address a { color: #fff; }
#bottomlogos {
	clear: left;
	padding-top: 20px;
}
#bottomlogos ul { text-align: center; }
#bottomlogos a { margin: 0 80px; }
/* CJ Copyright -----------------------------------------*/
#cjcopyright {
	clear: both;
	font-size: .7em;
	line-height: 1.4em;
	color: #f0f0f0;
	text-align: center;
}
#cjcopyright a {
	color: #fff;
	text-decoration: underline;
}
#cjcopyright a:hover { text-decoration: none }
/* Misc -------------------------------------------------*/
.inline li { display: inline; }