/* ---------------------CBR CSS --------------------- */

body {
	background-color: #141414;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 20px;
}

a {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.clear {
	clear: both;
}

h3 {
	color: #C00;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

.tr1 {
	background-color: #EEE;
}

/* ---------------------PAGE --------------------- */

#page {
	background-image: url(../images/page_bg.gif);
	background-position: center;	
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -390px;
	position: absolute;
	text-align: left;
	width: 780px;
}

/* ---------------------HEADER --------------------- */

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 232px;
}

#header a#cbr {
	float: left;
	height: 100px;
	width: 200px;
}

#header a#members {
	background-image: url(../images/members_hover.gif);
	background-position: -120px;
	background-repeat: no-repeat;
	float: right;
	height: 100px;
	width: 120px;	
}

#header a:hover#members {
	background-position: 19px 15px;
}

/* ---------------------NAVIGATION --------------------- */

#navigation {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 43px;
	padding: 0px;	
}

#navigation ul {
	height: 26px;
	margin: 0px 0px 0px 24px;
	padding: 0px;
	width: 705px;
}

#navigation ul li {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#navigation ul li a {
	background-position: 0 -26px;
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	text-decoration: none;
}

#navigation ul li a.nav1 { background-image:url(../images/nav_1home.gif); width: 55px; }
#navigation ul li a.nav2 { background-image:url(../images/nav_2club_news.gif); width: 83px; }
#navigation ul li a.nav3 { background-image:url(../images/nav_3comp_scene.gif); width: 94px; }
#navigation ul li a.nav4 { background-image:url(../images/nav_4cbr_crew.gif); width: 78px; }
#navigation ul li a.nav5 { background-image:url(../images/nav_5photo_gallery.gif); width: 106px; }
#navigation ul li a.nav6 { background-image:url(../images/nav_6about_the_club.gif); width: 112px; }
#navigation ul li a.nav7 { background-image:url(../images/nav_7sponsors.gif); width: 80px; }
#navigation ul li a.nav8 { background-image:url(../images/nav_8contact_cbr.gif); width: 97px; }

#navigation ul li a:hover {
	background-position: 0px;
}

/* ---------------------SUB NAV --------------------- */

ul#subNav {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 140px;
}

ul#subNav li {
	margin: 0px 0px 0px 0px;
}

ul#subNav li a {
	background-color: #FFF;
	border-bottom: 1px solid #EEE;	
	color: #C00;
	display: block;
	height: 12px;
	padding: 6px;
	text-decoration: none;	
}

ul#subNav li a:hover {
	background-color: #FAFAFA;
	color: #F00;
	text-decoration: none;	
}

ul#subNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 140px;	
}

ul#subNav ul li a {
	background-color: #FFF;
	border-bottom: 1px solid #FAFAFA;	
	color: #666;
	display: block;
	height: 12px;
	padding: 6px 2px 6px 18px;
	text-decoration: none;	
}

ul#subNav ul li a:hover {
	background-color: #FAFAFA;
	color: #333;
	text-decoration: none;	
}

/* ---------------------CONTENT --------------------- */

#contentHeading {
	background-image: url(../images/line.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px 0px 12px 33px;	
}

#content {
	padding: 12px 33px 0px 33px;
}

#contentRight {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 560px;
}

/* ---------------------HOME PAGE --------------------- */

#col1, #col2, #col3 {
	background-image: url(../images/home_col_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#col1 p, #col2 p, #col3 p {
	margin: 0px;
	padding: 0px 0px 14px 0px;
}

#col1 {
	background-position: top left;
	padding: 0px 10px 0px 0px;
	width: 224px;	
}

#col1 a {
	border-bottom: 1px solid #EEE;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 1px;
}

#col1 a:hover {
	background-color: #C00;
	color: #FFF;
	text-decoration: none;
}

#col2 {
	background-position: top center;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;	
	padding: 0px 10px;
	width: 214px;
}

#col2 table {
	border-top: 1px dashed #333; 
	border-bottom: 1px dashed #333;
	margin: 4px 0px;	
}

#col2 a {
	font-weight: bold;
}

#col2 a.block {
	display: block;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 1px;
}

#col2 a.block:hover {
	background-color: #C00;
	color: #FFF;
	text-decoration: none;
}

#col2 a.tab {
	padding: 2px;
	text-decoration: none;
}

#col2 a.tab:hover {
	background-color: #C00;
	color: #FFF;
	text-decoration: none;
}

#col3 {
	background-position: top right;
	padding: 0px 0px 0px 10px;
	width: 224px;	
}

#col3 a {
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 1px;
}

#col3 a:hover {
	background-color: #C00;
	color: #FFF;
	text-decoration: none;
}

#col3 strong {
	font-size: 11px;
}

/* -----------------------PROFILE ----------------------- */

.profileForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.profileForm .formfield {
	border: 2px solid #DDD;
	color: #333;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	margin: 0px;
	padding: 6px;
	width: 250px;
}

.profileForm .formarea {
	border: 2px solid #DDD;
	color: #333;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	margin: 0px;
	padding: 6px;
	width: 350px;
}

/* ---------------------CONTACT FORM --------------------- */

#contactForm {
	background-color: #FEFEFE;
	background-image: url(../images/contact_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 3px solid #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#contactForm .formfield {
	border: 3px solid #EEE;
	color: #444;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	margin: 0px;
	padding: 6px;
}

/* ---------------------PHOTO GALLERY --------------------- */

ul#listGal {
	margin: 0px;
	padding: 0px;
}

ul#listGal li {
	list-style: none;
	margin: 4px 0px;
}

ul#listGal li a {
	background-color: #FAFAFA;
	color: #333;
	display: block;
	height: 30px;
	line-height: 28px;
	padding: 0px 8px;
	text-decoration: none;
}

ul#listGal li a:hover {
	background-color: #EEE;
	color: #333;
}

#thumbs img {
	border: 1px solid #CCC;
	margin: 2px;
}

#thPages {
	background-color: #FAFAFA;
	color: #333;
	height: 30px;
	line-height: 28px;
	margin: 4px 0px 0px 0px;
	padding: 0px 8px;
	text-align: center;
}

#thPages a {
	color: #333;
	padding: 0px 5px;
}

#thPages a:hover, #thPages a.active {
	color: #C00;
	text-decoration: none;
}

.galImage {
	border: 2px solid #444;
	margin: 0px 50px;
}

/* ---------------------FOOTER --------------------- */

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 39px;
	padding: 30px 30px 0px 0px;
	text-align: right;
}

#jvd {
	background-image: none;
	background-color: #141414;
	padding: 0px 22px 10px 0px;
	text-align: right;
}

#jvd a {
	color: #FFF;
	padding: 2px;
	text-decoration: none;
}

#jvd a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}