/* start global styles */

* {
margin: 0px;
padding: 0px;
}

body {
	font-family: arial, sans-serif;
	background: #a1a283;
}

h1 {
	color: #f0c238;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

p {
	color: #f0c238;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 9px;
}

a {
	color: #f0c238;
}


#shadow_top {
	width: 990px;
	height: 20px;
	background: url(/site_images/shadow_top.png) top center no-repeat;
	margin: 25px auto 0px auto;
}


#shadow_sides {
	width: 990px;
	background: url(/site_images/shadow_sides.png) top center repeat-y;
	margin: 0px auto;
}

#header {
	width: 930px;
	height: 160px;
	text-align: right;
	font-family: times, serif;
	background: url(/site_images/RAAlogo.gif) 20px 10px no-repeat;
	padding: 20px 20px 0px 0px;
	margin: 0px auto;
}

#header p {
	font-size: 14px;
	margin-bottom: 7px;
}


#container {
	width: 950px;
	color: #edb407;
	background: #403421;
	border: #1e170e solid 1px;
	margin: 0px auto;
}

#content {
	width: 890px;
	overflow: hidden;
	padding: 10px 0px 10px 10px;
	border-top: #665734 solid 1px;
	border-bottom: #665734 solid 1px;
	margin: 0px auto;
}



#main {
	float: right;
	width: 690px;
	margin: 10px 0px 10px 10px;

}

#main ul {
	color: #f0c238;
	font-size: 12px;
	line-height: 17px;
	margin-left: 20px;
}

#main li {
	margin-bottom: 7px;
}

#footer {
	width: 950px;
	height: 115px;
	margin: 0px auto;
}

#shadow_bottom {
	width: 990px;
	height: 20px;
	background: url(/site_images/shadow_bottom.png) top center no-repeat;
	margin: 0px auto;
}

#shadow_bottom p {
	color: #775a03;
	font-size: 10px;
	text-align: right;
	padding: 7px 25px 0px 0px;
}


/* end global styles */


/* start homepage styles */

/* end homepage styles */


/* start nav styles */

#nav {
	float: left;
	width: 180px;
}

#nav ul {
	list-style-type: none;
	text-align: right;
	margin-top: 18px;
}


#nav a {
	font-size: 12px;
	text-decoration: none;
}


#nav ul li a {
	display: block;
	width: 140px;
	padding: 1px 20px 0px 8px;
	background-color: #403421;
	background-image: url(/site_images/gavel_off.gif) 10px left no-repeat;
	margin: 0px 3px;
	border-top: #665734 solid 1px;
	border-bottom: #665734 solid 1px;
}

#nav ul li a:hover {
	color: #fce6a2;
	background: url(/site_images/gavel_on.gif) 10px left no-repeat;
}

body#home li a#home_on { color: #fce6a2; }
body#about li a#about_on { color: #fce6a2; }
body#calendar li a#calendar_on { color: #fce6a2; }
body#mail li a#mail_on { color: #fce6a2; }
body#archive li a#archive_on { color: #fce6a2; }
body#contact li a#contact_on { color: #fce6a2; }

	
#nav li { /* all list items */
	position : relative;
	float : left;
	height: 36px;
	line-height: 34px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 10.5em;
	margin-top : -1.35em;
}

#nav li a {
	display : block;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	padding : 0 0.5em;
}

#nav li ul li {
	height: 26px;
	line-height: 24px;
}

#nav li ul li a {
	text-align: left;
	color : #403421;
	font-weight : normal;
	background: #988b6b;
	padding: 1px 10px 0px 8px;
	margin: 0px 3px;
	height: 26px;
	line-height: 24px;
	width: 270px;
	border-top: #c1b79d solid 1px;
	border-left: #c1b79d solid 1px;
	border-bottom: #665734 solid 1px;
	border-right: #665734 solid 1px;
}

#nav li ul li a:hover {
	color : #fce6a2;
	background: #988b6b;
}

#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;
}


/* end nav styles */


/* start mailing list table styles */

table {
}

tr {
}

td {
	font-size: 12px;
	padding: 3px 5px 3px 3px;
}

/* end mailing list table styles */


/* start members list table styles */

body#members table {
}

body#members tr {
}

body#members th {
	font-size: 10px;
	padding: 3px;
	font-weight:bold;
	color: #f0c238;
}

body#members td {
	font-size: 10px;
	padding: 3px;
}

/* end mailing list table styles */



/* start photo gallery styles */

table.photogallery {
}

tr {
	vertical-align: top;
}

td.thumbs {
	text-align: center;
	font-size: 12px;
	padding: 0px;
}

.photo_cell {
	float:left;
	height: 225px;
	width: 170px;

}


.auction_item {
	text-align: center;
	height: 165px;
	width: 155px;
	overflow: hidden;
	margin-bottom: 5px;
	border: #352a1a
}

.title {
	width: 155px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 5px;
}

.pages {
	float: right;
	margin-right: 20px;
}

/* end photo gallery styles */


/*start gallery popup styles */

table.popup {
	text-align: center;
	margin: 25px auto 0px auto;
	background: #403421;
	padding: 15px 15px 10px 15px;
}

tr.popup {
	vertical-align: top;
}

td.popup {
	text-align: center;
	font-size: 12px;
	padding: 0px;
}

.popup_title {
	font-size: 13px;
	line-height: 15px;
	color: #f0c238;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

.stats {
	text-align: center;
	color: #f0c238;
	font-size: 11px;
}

.windowclose {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

.windowclose a {
	text-decoration: none;
	color: #775a03;
}

/*end gallery popup styles */


/* start calendar styles */

#content_events {
	width: 800px;
	background: url(/site_images/watermark.jpg) center 20px no-repeat;
	overflow: hidden;
	padding-top: 75px;
	margin: 0px auto 0px auto;
}

#content_events h1 {
	text-align: center;
	margin-bottom: 5px;
}

#content_events h2 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}

.calendarBG table {
	width: 800px;
	margin: 0px auto;
}

.calendarBG td {
 width: 114px;
}

.calendarBG {
 background-color: #806e50; 
}

.calendarBlank { 
 background-color: #e0cbaa;
}

.calendarHeader { 
 color: #403421; 
 background-color: #e0cbaa;
 text-align: center;
 text-transform: uppercase;
}

.calendarHeader th {
 	font-size: 12px;
 	font-weight: normal;
 	letter-spacing: 1px;
 	padding: 8px 0px;
 }
 
.calendarHeader th a {
	font-weight: bold;
 color: #403421; 
	text-decoration: none;
}

.calendarMonthLinks {
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #311111;
 background-color: #e0cbaa;
}

.calendarMonthLinks td {
	padding: 5px 0px;
}

.calendarMonthLinks a {
 color:             #311111;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #311111;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #f15c24;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	13px;
 color: #f15c24; 
 background-color: #ffffff; 
 text-align:  center;
 vertical-align: middle;
}

#calendarEventTitle { 
 font-size:         9px;
 font-weight:		normal;
 text-align:  center;
 vertical-align: middle;
 color:             #5e3333;
}

#calendarEventTitle p { 
 font-size:         9px;
 line-height:10px;
 margin: 5px 0px;
 font-weight:		normal;
 text-align:  center;
 vertical-align: middle;
 color:             #5e3333;
}

.calendarToday { 
 font-size:         11px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #5e3333;
 background-color: 	#efefef;
 padding: 3px;
}

.calendarCell {
 font-size:         11px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #5e3333;
 background-color:  #fff;
 padding: 3px;
}

.calendarCell a {
 font-size:         9px;
 color:             #5e3333;
 text-decoration:   underline;
}
  
.calendarCell a:visited {
 color:             #5e3333;
 text-decoration:   underline;
}

.calendarCell a:hover {
 color:             #5e3333;
 text-decoration:   none;
}

th {
 font-size:         18px;
 color:#311111;
 text-decoration:   none;
}

/* end calendar styles */