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

#slideshow {
	position: relative;
	float: left;
}
#topImage {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
#bottomImage {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
}

.myheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #090;
	margin-right: auto;
	margin-left: auto;
	font-weight: bolder;
}
.meetingdate {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.meetinginfo {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #090;
	margin-right: auto;
	margin-left: auto;
	font-weight: bolder;
}

#maindiv {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	vertical-align: top;
	height: auto;
	background-color: #FFF;
	min-height:100%;
}
body {
	height: 100%;
}


#content-onecol {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
}

p:target {
	font-size: 110%;
	color:#090;
}

#content-left {
	float: left;
	width: 35%;
	padding: 20px;
	vertical-align: top;
	height: auto;
}
#content-right {
	float: right;
	width: 55%;
	padding: 20px;
	height: auto;
}
.plaintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000;
	font-weight: normal;
}

.hidename {
	visibility:hidden;
}

#divBanner {
	width: 900px;
}

#navbar li {
	float:left;
	list-style-type: none;

}

#navbar li a {
	z-index:1500;
	display: block;
	width: 6em;
	height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#navbar li ul {
	display:none; 
	margin:0;
	padding:0;
/*	width:8em; */
}

#navbar li li {
	float:none;
/*	width:10em; */
}

#navbar li li a {
width: 10em; 
}

#navbar li:hover ul {
	display: block; 
	position:absolute; 
	z-index:1500;
} 

#navbar li a:focus ul {
	display: block; 
	position:absolute; 
} 

#navbar li:hover li, #navbar li:focus li {
	background-color: #9D939C;
	z-index:1500;
}

#navbar li a:hover, #navbar li a:focus {
	color: #999;
	background-color: #000;
}

#navbar li {
	vertical-align: middle;
}


#navbar {
	width: 100%;
	background-color: #9D939C;
	margin: 0px;
	padding: 0px;
	height: 1.5em;
}
#News {
	display: block;
	margin-top: 250px;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
}
#map {
	text-align: center;
}
#footer {
	clear: both;
	height: 99px;
	position: relative;
}
.footerbooks {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.imageRight {
	float: right;
	margin-right: 5%;
}
.divHeading {
	width: 60%;
	display: block;
	float: left;
}
#booktable {
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.borderfix-col1 {
	padding: 0px 5px 0 5px;
	border-top: thin none #000;
	border-right: thin none #000;
	border-left: thin solid #000;
	border-bottom: thin solid #000;
}

.borderfix-col4 {
	padding: 3px;
	border-top: thin none #000;
	border-right: thin solid #000;
	border-bottom: thin solid #000;
	border-left: thin solid #000;
}
.questions {
	font-size: 2em;
	color: #5D738E;
}
.meetinginfoparagraph {
	text-align: left;
}
#nextmeeting {
	color: #090;
	font-weight: bold;
}
