@import url(defaults.css);

body {

}

#page {
	width: 850px;
	margin: 0 auto;
}

/*
----------------------------------

TOP LINKS

----------------------------------
*/

#top-links-wrapper {
	border-bottom: 1px solid #1a1a1a;
}

#top-links {
	width: 850px;
	margin: 0 auto;
}

#top-links a, #top-links a:visited {
	display: inline;
	float: right;
	padding-left: 10px;
	margin-right: 20px;
	line-height: 34px;
	text-transform: uppercase;
	color: #1a1a1a;
	background: url(../images/header-link-bg.gif) scroll center left no-repeat;
}

#top-links a:hover, #top-links a:active {
	text-decoration: none;
	color: #ff0000;
}

/*
----------------------------------

NAVIGATION

----------------------------------
*/

#navigation-wrapper {
	background-color: #b6a9a9;
}

#navigation {
	position: relative;
	width: 850px;
	height: 91px;
	margin: 0 auto;
	background: url(../images/navigation-bg.gif) scroll 0 0 repeat-x;
}

#navigation .logo {
	float: left;
	width: 297px;
	height: 91px;
}

#navigation ul li {
	float: left;
	display: block;
	height: 91px;
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/navigation-hr-bg.gif) scroll top left no-repeat;
}

#navigation ul li a, #navigation ul li a:visited {
	padding: 16px 0 0 0;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
}

#navigation ul li a.current, #navigation ul li a.current:visited {
	color: #ffcc00;
}

#navigation ul li a:hover, #navigation ul li a:active {
	text-decoration: none;
	color: #ffcc00;
}

#main-nav-balloon {
	position: absolute;
	display: none;
	z-index: 10;
}

#main-nav-balloon .content {
	overflow: auto;
}

#main-nav-balloon .content a, #main-nav-balloon .content a:visited {
	display: block;
	float: left;
	margin-left: 15px;
	font-size: 12px;
	line-height: 28px;
	color: #ff0000;
}

#main-nav-balloon {
	background: url(../images/nav-ballon-right.gif) scroll top right no-repeat;
}

#main-nav-balloon .content {
	float: left;
	margin-right: 15px;
	background: url(../images/nav-ballon-left.gif) scroll top left no-repeat;
}

/*
----------------------------------

HEADER

----------------------------------
*/

#header-wrapper {
	background-color: #d0d0d0;
}

#header {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

/*
----------------------------------

CONTENT

----------------------------------
*/

#content-wrapper {
	background-color: #ededed;
}

#content {
	width: 850px;
	margin: 0 auto;
}

#main {
	padding-bottom: 15px;
	border-top: 1px solid #cdcdcd;
}

#main .sidebar ul {
	width: 247px;
	margin: 0 auto;
}

#main .sidebar ul li {
	width: 247px;
	height: 56px;
	background-position: 0 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#main .sidebar ul li.contact {
	background-image: url(../images/sidebar-contact-bg.jpg);
}

#main .sidebar ul li.faq {
	background-image: url(../images/sidebar-faq-bg.jpg);
}

#main .sidebar ul li.links {
	background-image: url(../images/sidebar-links-bg.jpg);
}

#main .sidebar ul li.news {
	background-image: url(../images/sidebar-news-bg.jpg);
}

#main .sidebar ul li.events {
	background-image: url(../images/sidebar-events-bg.jpg);
}

#main .sidebar ul li a, #main .sidebar ul li a:visited {
	display: block;
	padding-right: 20px;
	line-height: 56px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #4d4d4d;
}

#main .sidebar ul li a:hover, #main .sidebar ul li a:active {
	color: #ff0000;
	text-decoration: none;
}

#main .sidebar .sub-nav {
	width: 236px;
	margin: 15px auto;
	padding: 0 0 5px 0;
	background: url(../images/sub-nav-bg.gif) scroll bottom left no-repeat;
}

#main .sidebar .sub-nav .title {
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	color: #669933;
	background: url(../images/sub-nav-title-bg.gif) scroll top left no-repeat;
}

#main .sidebar .sub-nav .item {
	margin: 2px 5px 1px 3px;
	padding-top: 2px;
	background: url(../images/sub-nav-item-bg.gif) scroll top left repeat-x;
}

#main .sidebar .sub-nav .item.first {
	padding-top: 0;
	background: none;
}

#main .sidebar .sub-nav .item a, #main .sidebar .sub-nav .item a:visited {
	display: block;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #4d4d4d;
	background: #ffffff url(../images/white-bullet-bg.gif) scroll 5px center no-repeat;
}

#main .sidebar .sub-nav .item.current a, #main .sidebar .sub-nav .item.current a:visited {
	color: #669933;
	background: #c9dbb2 url(../images/green-bullet-bg.gif) scroll 5px center no-repeat;
}

#main .page-top {
	text-align: right;
}

#main .page-top a, #main .page-top a:visited {
	padding: 0 0 0 25px;
	color: #252525;
	background: url(../images/page-top-arrow.gif) scroll 5px center no-repeat;
}

/*
----------------------------------

BOTTOM LINKS

----------------------------------
*/

#bottom-nav-wrapper {
	background-color: #f2e9e3;
}

#bottom-nav {
	width: 850px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/bottom-nav-bg.gif) scroll 0 0 repeat-x;
}

#bottom-nav ul li {
	display: inline;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 9px;
	line-height: 64px;
	background: url(../images/bottom-nav-hr-bg.gif) scroll center left no-repeat;
}

#bottom-nav ul {
	float: left;
}

#bottom-nav ul li.first {
	padding-left: 0;
	background: none;
}

#bottom-nav .copyright {
	display: inline;
	float: right;
	margin-right: 15px;
	font-size: 9px;
	line-height: 64px;
	color: #ffffff;
}

#bottom-nav a, #bottom-nav a:visited {
	color: #ffffff;
}

#bottom-nav a:hover, #bottom-nav a:active {
	text-decoration: none;
	color: #ffcc00;
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer-nav-wrapper {
	background-color: #ffffff;
}

#footer {
	width: 850px;
	margin: 20px auto 0;
}

#footer p {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 18px;
}

#footer p.highlight {
	border: 1px solid #ae7372;
}