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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .72em;
	line-height: 1.7em;
	background: #5b6335 url(images/pattern-background.gif) center top;
	margin: 0;
	padding: 0;
	color: #ffffff;
}





/* define some sitewide defaults for common elements -- e.g., links, headings, etc. */
h1 { font-size: 2.7em; font-family: Georgia, "New York", serif; margin: 0;}
h2 { font-size: 1.5em; font-family: Georgia, "New York", serif; margin: 0;}
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .83em; }
h1, h2, h3, h4, h5, h6 { color: #ffffff; }
a:link, a:visited, a:hover, a:active { color: #efca77; text-decoration: underline; }
a:hover { color: #efca77; text-decoration: none; }
/* done with sitewide defaults */


#solid-background {
	width: 930px;
	margin: 0 auto 0 auto;
	background: #5b6335 url(images/heading.jpg) left top no-repeat;
}

/*div {border: 1px dashed #ff00ff;
	padding: 5px;
	}*/
	
#header {
	height: 180px;
	position: relative;
	z-index: 500;
}

#logo {
	position: absolute;
	top: 10px;
	right: 25px;
}
	
#navbar {
	/*border: 1px solid #00ff00;*/
}
	

#content {
	position: relative;
    width: 928px;
    /* border: 1px dotted #000000;
    border-collapse: collapse; */
    padding: 0px 0px 20px 0px;
    z-index: 1;
}
	
#leftColumn {
	width: 450px;
	padding: 0px 0px 5px 90px;
	float: left;
}	

p.busMember {
	font-size: 1em;
	text-indent: 15px;
	font-weight: bold;
	line-height: 1em;
	color: #d1c491;
}
ul.busMemberBullet {
	color: #d1c491;
	line-height: 1.4em;
}
#rightColumn {
	width: 300px;
	float: right;
	padding: 0px 65px 5px 0px;
}

#rightColumn p.italic {
	font-style: italic;
	padding: 0px 20px 0px 20px;
}
#rightColumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2.5em;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 20px 20px 0px 20px;
}
#oneColumn {
	float: left;
	padding: 0px 65px 5px 90px;
}
#homeRow1 {
	float: left;
	width: 863px;
	position: relative;
	height: 200px;
	background: url(images/home/3boxes.jpg) right top no-repeat;
	z-index: 2;
}
#homeRow1 p {
	font-family: Arial, Helvetica, sans-serif;
}
p.BoxHead {
	font-weight: bold;
	font-size: 1.5em;
	line-height: .1em;
}
p.BoxText {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6em;
}
#Row1welcomeText {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 150px;
	padding: 0;
	z-index: 3;
}
#Row1joinUs {
	position: absolute;
	top: 60px;
	left: 298px;
	width: 155px;
	height: 130px;
	/*background: #ba7b3c url(images/home/orange-box.jpg) center top no-repeat;*/
	z-index: 3;
}
#Row1nextMeeting {
	position: absolute;
	top: 60px;
	left: 498px;
	width: 155px;
	height: 130px;
	/*background: #c6ad6f url(images/home/tan-box.jpg) center top no-repeat;*/
	z-index: 3;	
}
#Row1currentExhibit {
	position: absolute;
	top: 56px;
	left: 699px;
	width: 155px;
	height: 130px;	/*background: #000000 url(images/home/black-box.jpg) center top no-repeat;*/
}
#homeRow2 {
	float: left;
	padding: 0px 0px 5px 0px;
	position: relative;
	height: 265px;
}
#Row2featArtistPic {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 470px;
	height: 265px;
	padding: 0;
	border: 1px solid #ba7b3c;
}
#Row2featArtistTextBox {
	position: absolute;
	top: 0px;
	left: 578px;
	width: 285px;
	height: 265px;
	background: #494f2a;
	padding: 20 20 20 20;
	z-index: 2;	
}
#Row2featArtistText {
	/*position: absolute;
	top: 20px;
	left: 598px;*/
	padding: 20px 20px 20px 20px;
	/*width: 245px;
	height: 265px;*/
	z-index: 3;	
}
p.featArtistHead {
	font-weight: bold;
	font-size: 1.5em;
	line-height: .1em;
}
p.featArtistText {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6em;
}

#footer {
	padding: 10px 0px 0px 0px;
	height: 40px;
	border-collapse: collapse;
}
	
#footer p { font-size: .9em;
	text-align: center;
	margin: 0;
	line-height: 1.5em;
}	
	

.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    font-size: 0;
    line-height: 0;
}	
	
	
#content table {
	color: #ffffff;
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
}	
#content table td{
	padding-left: 15px;
}	
.tableHead {
	background: #2f341f; 
	color: #ffffff;
	font-family: Georgia, "New York", serif;
	text-transform: uppercase;
	font-weight: bold;
}	
.tableEntryNoBorder {
	background: #494f2a;
	padding-top: 8px;
	padding-bottom: 2px;
}
.tableEntryBorder {
	background: #494f2a;
	padding-top: 8px;
	padding-bottom: 2px;
	border-top: 1px dotted #8e8a59;
}	
#memberJumpTo {
	width: 60px;
}
.memberLetter {
	background: #b27842;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Georgia, "New York", serif;
	text-transform: uppercase;
	font-weight: bold;
}	
.memberEntryNoBorder-artist {
	background: #494f2a;
	padding-top: 8px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: .83em;
}
.memberEntryNoBorder {
	background: #494f2a;
	padding-top: 8px;
	padding-bottom: 2px;
	font-size: .83em;
}
.memberEntryBorder-artist {
	background: #494f2a;
	padding-top: 8px;
	padding-bottom: 2px;
	border-top: 1px dotted #8e8a59;
	font-weight: bold;
	font-size: .83em;
}
.memberEntryBorder {
	background: #494f2a;
	padding-top: 8px;
	padding-bottom: 2px;
	border-top: 1px dotted #8e8a59;
	font-size: .83em;
}
.boardPosition {
	background: #494f2a;
	padding-top: 6px;
	padding-bottom: 0;
	font-family: Georgia, "New York", serif;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px dotted #8e8a59;
}
table.homePage {
	background: none;
	color: #ffffff;
	padding: 90px;
	margin: 0px 0px 5px 90px;
	border: 0;
	border-spacing: 0;
}


#tabmenu {
border-bottom:1px solid #2f341f;
margin:0;
padding-bottom:19px;
padding-left:10px;
}
#tabmenu ul, #tabmenu li {
display:inline;
list-style-type:none;
margin:0;
padding:0;
}
#tabmenu a:link, #tabmenu a:visited {
background:#2f341f none repeat scroll 0 0;
border:1px solid #2f341f;
font-family: Georgia, "New York", serif;
text-transform: uppercase;
font-weight: bold;
color:#ffffff;
float:left;
font-size:1em;
font-weight:normal;
line-height:14px;
margin-right:8px;
padding:2px 10px;
text-decoration:none;
}
#tabmenu a.active:link, #menu a.active:visited {
background:#494f28 none repeat scroll 0 0;
border-bottom:1px solid #494f28;
color:#ffffff;
}
#tabmenu a:hover {
background:#494f28 none repeat scroll 0 0;
color:#ffffff;
}
#tabmenu li a.up {
background:#494f28 none repeat scroll 0 0;
border-bottom:1px solid #494f28;
color:#ffffff;
}
/*#tabmenu #subnav-1, #menu #subnav-2, #menu #subnav-3, #menu #subnav-4 {
display:none;
width:90%;
}
body.section-1 #menu ul#subnav-1, body.section-2 #menu ul#subnav-2, body.section-3 #menu ul#subnav-3, body.section-4 #menu ul#subnav-4 {
display:inline;
left:10px;
position:absolute;
top:95px;
}
body.section-1 #menu ul#subnav-1 a, body.section-2 #menu ul#subnav-2 a, body.section-3 #menu ul#subnav-3 a, body.section-4 #menu ul#subnav-4 a {
background:#FFFFFF none repeat scroll 0 0;
border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color #CCCCCC;
border-style:none none none solid;
border-width:medium medium medium 1px;
color:#999999;
font-size:smaller;
font-weight:bold;
line-height:10px;
margin-right:4px;
padding:2px 10px;
text-decoration:none;
}*/
#tabmenu ul a:hover {
color:#ffffff !important;
}
#tabcontent {
background:#494f28 none repeat scroll 0 0;
border-color:#2f341f;
border-style:none solid solid;
border-width:medium 1px 1px;
clear:both;
margin:0;
padding:15px;
}
 


	
	
/* ******************** drop down menus ******************** */
/* source: http://htmldog.com/articles/suckerfish/dropdowns/ */
ul#nav {
	position: absolute;
	top: 134px;
	left: 300px;
	width: 618px;
	/*border: 1px solid #ff00ff;*/
}
ul#nav, ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
}
ul#nav ul {
	margin: 0;
}
ul#nav a {
	display: block;
	width: 99px;      /* sets a default width */
	height: 10px;
	text-align: center;
	padding: 1px 0 0 0;
	color: #373c21;
	background: #8e8a59;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: .15em;
}
ul#nav a:hover {
	color: #ffffff;
	/* background: #a0a9b6; */
}
/* one level down */
ul#nav ul a {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0px;
}
ul#nav ul a:hover {
	background: #935824; 
	color: #ffffff;
}
ul#nav li {
	float: left;
	width: 99px;
}
ul#nav li ul {
	position: absolute;
	left: -999em;
	/* border: 1px solid #33381d; */
	width: 175px;                /* = (width of 'ul#nav .drop1') + (padding of 'ul#nav a.drop1') */
	opacity: 0.90;               /* for all modern standards-compliant browsers */
	text-transform: none;
	letter-spacing: 0px;
	/* make pull-downs transparent: */
	filter:alpha(opacity=90);    /* <-- for ie */
	-moz-opacity:0.90;           /* <-- optional: for old versions of netscape navigator only */
	-khtml-opacity: 0.90;        /* <-- optional: for safari 1.x only */
}
ul#nav li:hover ul {
	left: auto;
}
ul#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* set custom widths on top-level buttons */
ul#nav .btn1 { width: 99px; }
ul#nav .btn2 { width: 99px; }
ul#nav .btn3 { width: 99px; }


/* set custom widths and padding for first-level pulldown block */
ul#nav .drop1, ul#nav .drop2 { 
	width: 155px; 
	background-color: #b27842;
}
ul#nav a.drop1, ul#nav a.drop2 { 
	padding: 5px 5px;
	color: #2f341f; 
}
ul#nav .drop2 {
	width: 155px;
}
/* ******************** end drop down menus ******************** */
	
