@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#bottombar {
	display: block;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
	padding-bottom: 50px;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #999;
}


#topbar {
	height: 145px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 25px;
}


#artists a * {
	display: none;
}
#artists {
	width: 635px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 185px;
}
#content {
	width: 630px;
	margin-top: 0px;
	margin-left: 185px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 145%;
	padding-top: 0px;
}
#artistarea #artistpic {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #666;
}
#artistarea ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#artistarea p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#artistarea ul li a {
	display: block;
	width: 230px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #464646;
	color: #FFF;
	margin-bottom: 1px;
	text-decoration: none;
	padding-left: 20px;
	font-size: 10px;
}
#content h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
}
#content h3 a {
	color: #666;
	text-decoration: underline;
}
#content a {
	color: #600;
}



#artistinfo {
	margin-right: 250px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 145%;
	padding-top: 0px;
	padding-right: 30px;
}
#content p {
	margin-top: 0px;
}
#content h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #333;
	text-transform: uppercase;
}


#topbar h1 a {
	font-size: 16px;
	position: absolute;
	margin-top: 85px;
	margin-left: -10px;
	background-image: url(images/archery_club_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	width: 202px;
	text-indent: -5000px;
}
#navbarleft {
	width: 185px;
	float: left;
}

#topbar #navbartop {
	float: right;
	height: 46px;
	margin-top: 95px;
		padding:0;
}
#topbar #navbartop li a {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	clear: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
}
#topbar #navbartop li {
	list-style-type: none;
	display: inline;
}

#navbarleft li a {
	display: block;
	margin-bottom: 15px;
	clear: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}
 #navbarleft ul {
	list-style-type: none;
	padding:0;
	margin: 0px;
}

#artists li {
	float: left;	
	margin-right: 1px;
	margin-bottom: 1px;		
}

#artists a, #artists a .hover {
	height: 125px;
	width: 125px;
	display: block;
	background:url(images/nav3.jpg) 0 0 no-repeat;
	position:relative;
}


#artists a.r1c1 {
	background-position: 0px 0px;
	}
#clearme {
	height: 25px;
	clear: both;
}
#bottombar a {
	color: #999;
	text-decoration: none;
}













/* ------------ FIRST ROW --------------- */

#artists .highlight a.r1c1:hover,
#artists a.r1c1 .hover {
	background-position: 0px -500px;	
	}	
#artists a.r1c2{
	background-position:-125px 0px;
}
#artists .highlight a.r1c2:hover,
#artists a.r1c2 .hover {
	background-position:-125px -500px;
}
#artists a.r1c3 {
	background-position: -250px 0px;
	}
#artists .highlight a.r1c3:hover,
#artists a.r1c3 .hover {
	background-position: -250px -500px;	
	}	
#artists a.r1c4{
	background-position:-375px 0px;
}
#artists .highlight a.r1c4:hover, 
#artists  a.r1c4 .hover {
	background-position:-375px -500px;
}
#artists a.r1c5{
	background-position:-500px 0px;
}
#artists .highlight a.r1c5:hover,
#artists a.r1c5 .hover{
	background-position:-500px -500px;
}

/* ------------ SECOND ROW --------------- */

#artists a.r2c1 {
	background-position: 0px -125px;
	}
#artists .highlight a.r2c1:hover,
#artists a.r2c1 .hover {
	background-position: 0px -625px;	
	}	
#artists a.r2c2{
	background-position:-125px -125px;
}
#artists .highlight a.r2c2:hover,
#artists a.r2c2 .hover {
	background-position:-125px -625px;
}
#artists a.r2c3 {
	background-position: -250px -125px;
	}
#artists .highlight a.r2c3:hover,
#artists a.r2c3 .hover {
	background-position: -250px -625px;	
	}	
#artists a.r2c4{
	background-position:-375px -125px;
}
#artists .highlight a.r2c4:hover, 
#artists  a.r2c4 .hover {
	background-position:-375px -625px;
}
#artists a.r2c5{
	background-position:-500px -125px;
}
#artists .highlight a.r2c5:hover,
#artists a.r2c5 .hover{
	background-position:-500px -625px;
}

/* ------------ THIRD ROW --------------- */

#artists a.r3c1 {
	background-position: 0px -250px;
	}
#artists .highlight a.r3c1:hover,
#artists a.r3c1 .hover {
	background-position: 0px -750px;	
	}	
	
#artists a.r3c2{
	background-position:-125px -250px;
}
#artists .highlight a.r3c2:hover,
#artists a.r3c2 .hover {
	background-position:-125px -750px;
}

#artists a.r3c3 {
	background-position: -250px -250px;
	}
#artists .highlight a.r3c3:hover,
#artists a.r3c3 .hover {
	background-position: -250px -750px;	
	}	
	
#artists a.r3c4{
	background-position:-375px -250px;
}
#artists .highlight a.r3c4:hover, 
#artists  a.r3c4 .hover {
	background-position:-375px -750px;
}

#artists a.r3c5{
	background-position:-500px -250px;
}
#artists .highlight a.r3c5:hover,
#artists a.r3c5 .hover{
	background-position:-500px -750px;
}


/* ------------ FOURTH ROW --------------- */

#artists a.r4c1 {
	background-position: 0px -375px;
	}
#artists .highlight a.r4c1:hover,
#artists a.r4c1 .hover {
	background-position: 0px -875px;	
	}	
	
#artists a.r4c2 {
	background-position: -125px -375px;
	}
#artists .highlight a.r4c2:hover,
#artists a.r4c2 .hover {
	background-position: -125px -875px;	
	}	

#artists a.r4c3 {
	background-position: -250px -375px;
	}
#artists .highlight a.r4c3:hover,
#artists a.r4c3 .hover {
	background-position: -250px -875px;	
	}	
	
#artists a.r4c4 {
	background-position: -375px -375px;
	}
#artists .highlight a.r4c4:hover,
#artists a.r4c4 .hover {
	background-position: -375px -875px;	
	}	

#artists a.r4c5 {
	background-position: -500px -375px;
	}
#artists .highlight a.r4c5:hover,
#artists a.r4c5 .hover {
	background-position: -500px -875px;	
	}	
	
	
	
/* ------------ END OF ROWS --------------- */	









ul li {
	margin: 0px;
	padding: 0px;
}
#content #artistarea {
	width: 250px;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
}
#artistarea ul li a:hover {
	display: block;
	width: 230px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #333;
	color: #FFF;
	margin-bottom: 1px;
	text-decoration: none;
	padding-left: 20px;
	font-size: 10px;
}
#navbarleft ul li ul {
}
#navbarleft ul li ul li a {
	font-size:11px;
	font:"Lucida Sans Unicode", "Lucida Grande", arial, verdana, sans-serif;
	color:#999;
	text-decoration:none;
}
.currentpage {
	font-size:11px;
	font:"Lucida Sans Unicode", "Lucida Grande", arial, verdana, sans-serif;
	color:#333;
	text-decoration:none;
}
.menuactive .menuparent .parent {
	display:none;
	
}
