@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #7A8E85;
	color: #000000;
}

a:link {
	/*color: #39c;*/
	font-weight: bold;
}

a:visited {
	/*color: #369;*/
}

/* layout */
#wrap {

}

#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*height: 137px;*/
	width: 700px;
}

#header a#logo {
	margin: 17px 0px 0px 12px;
	padding: 0;
	background: url(../images/Logo1.gif) no-repeat scroll 0 0;
	display: block;
	width: 434px;
	height: 75px;
	text-indent: -9999px;
/*	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;*/
}

#header h1 {
	margin: 0;
	padding-top: 17px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 12px;
	/*padding-top: 29px;*/

}

/* Main Navigation Tabs on Top of page*/
#nav {
	float: left;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	/*width: 800px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav li#home-tab {
	background-attachment: scroll;
	background-image: url(../images/Logo2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 76px;
}

/* we use css to display images instead of the hyper link text */
#nav a {
	height: 62px;
	width: 75px;
	display: block;
	text-indent: -9000px;	
	/* 1.3.2008 changed this from padding: 4px 8px; to padding: 0px 8px; because 
				to much of the lower image was being displayed. */
	padding: 0px 8px;
}

/* rotate the background up on hover as needed */
#nav #home-tab a {
	background: url(../images/home.gif) no-repeat;
	background-position: 0 0;
}
#nav #home-tab a:hover {
	background: url(../images/home.gif) no-repeat;
	background-position: 0 -62px;
}
/* do this on page to mark button as selected. */
body#home #wrap #nav #home-tab a {
	background: url(../images/home.gif) no-repeat;
	background-position: 0 -124px;
}

/* repeat this for every other tab along the top */
#nav #find-meeting-tab a {
	background: url(../images/FindAMeeting.gif) no-repeat;
	background-position: 0 0;
}
#nav #find-meeting-tab a:hover {
	background: url(../images/FindAMeeting.gif) no-repeat;
	background-position: 0 -62px;
}
body#find-meeting #wrap #nav #find-meeting-tab a {
	background: url(../images/FindAMeeting.gif) no-repeat;
	background-position: 0 -124px;
}

#nav #services-for-members-tab a {
	background: url(../images/ServicesForMembers.gif) no-repeat;
	background-position: 0 0;
}
#nav #services-for-members-tab a:hover {
	background: url(../images/ServicesForMembers.gif) no-repeat;
	background-position: 0 -62px;
}
body#services-for-members #wrap #nav #services-for-members-tab a {
	background: url(../images/ServicesForMembers.gif) no-repeat;
	background-position: 0 -124px;
}

#nav #contact-us-tab a {
	background: url(../images/ContactUs.gif) no-repeat;
	background-position: 0 0;
}
#nav #contact-us-tab a:hover {
	background: url(../images/ContactUs.gif) no-repeat;
	background-position: 0 -62px;
}
body#contact-us #wrap #nav #contact-us-tab a {
	background: url(../images/ContactUs.gif) no-repeat;
	background-position: 0 -124px;
}

#nav #more-info-tab a {
	background: url(../images/MoreInfo.gif) no-repeat;
	background-position: 0 0;
}
#nav #more-info-tab a:hover {
	background: url(../images/MoreInfo.gif) no-repeat;
	background-position: 0 -62px;
}
body#more-info #wrap #nav #more-info-tab a {
	background: url(../images/MoreInfo.gif) no-repeat;
	background-position: 0 -124px;
}

#content {
	background-color: #FFFFFF;
	height: 90%;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 88px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	clear: left;
}
#footer {
	margin: 10px;
	clear: both;
}
/*#content #home-calendar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}*/

#preamble {
	font-size: 85%;
	padding-top: 0px;
}
#content h1 {
	font-size: 130%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: bold;
}
#content h2 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}
#homepage-events {
	font-size: 105%;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#homepage-events-frame {
	/*top: 221px;
	height: 400px;
	width: 600px;
	position: absolute;
	left: 121px;
	overflow: hidden;*/
}



/*tabs*/
.ui-tabs-hide { 
	display: none; 
}

.ui-tabs-nav {
	float: left;
	margin: 0;
	width: 615px;
	padding: 10px 0 0 10px;
	list-style: none;
	background: #637173 url(../images/nav_bg.gif) repeat-x left bottom;
}

.ui-tabs-nav li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
	font-family: "Lucida Grande", sans-serif;
	font-size: 90%;
}

.ui-tabs-nav a {
	text-decoration: none;
	display: block;
	padding: 4px 15px 4px 15px;
	margin: 0;
	border: 1px solid #999;
	border-bottom: none;
	background: #FFFFFF url(../images/off_bg.gif) repeat-x left top;
	color: #333;
  }

.ui-tabs-nav a:hover, .ui-tabs-selected a {
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(../images/on_bg.gif) repeat-x top left;
}


.ui-tabs-panel {
	clear: left;
	padding: 15px 0px 15px 20px;
	/*margin: 10px;*/
	width: 603px;
	background: #FFFFFF;
	border: 1px solid #727377;
}


/*advanced search panel*/

/*#advanced-search {
	margin-top: 30px;
	float: left;
	clear: both;
}*/

#view-all-meetings {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*#find-meetings-now {
	float: left;
	width: 300px;
}*/

#advanced-search label {
	font-size: 85%;
	float: left;
	font-weight: bold;
	width: 70px;
}

select {
	font-size: 85%;
}

#advanced-search p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	clear: left;
}

#meeting-type {
	clear: left;
}

/*#advanced-search fieldset {*/
	/*float: left;*/
/*	width: 540px;
	padding-top: 10px;
}*/

#time {
	clear: none;
	float: left;
}

.submit {
	margin-left: 315px;
	margin-top: 25px;
	clear: left;
}

.day-time-inputs {
	float: left;
	margin-right: 10px;
}
.day-time-inputs p {
	padding: 0px;
	margin: 0px;
}
label {
	float: left;
	/*width: 50px;*/
	font-size: 85%;
	font-weight: bold;
	/*width: 70px;*/

}
.help {
	font-size: 80%;
}

#basic-search p {
	margin: 0px;
	padding: 0px;
}

/*
Search Results Table
*/
table.outer-bg {
	/*background-color: #7A8E85;*/
	margin: 10px 0px;
	
}

.search-results-table {
	
	border: 1px solid #7A8E85;
	width: 555px;
}

td.heading {
	font-weight: bold;
	color: #FFFFFF;
}
td.meeting-day-heading {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.odd {
	background-color: #d8d8d8;
}

#search-results {
	margin: 20px 0px;
	/*width: 555px;	*/
}

#advanced-search-results {
	padding: 20px 0px;
	clear: left;
	/*width: 555px;	*/
}

#search-results p, #advanced-search-results p {
	padding: 3px 0px;
	width: 540px;
	font-size: 90%;
}

/* "loading" image */
.search-results-loading {
	background: white url(images/loading.gif) no-repeat 50% 5%;
	height: 200px;
	width: 550px;
}

.small-note {
	font-size: 85%;
	font-style: italic;
}

form {
	margin: 0px;
	padding: 0px;
}
/*#content p {
	padding-top: 20px;
}*/
#calendar-instructions {
	padding-top: 0px;
}

#news-letter-signup {
	padding-top: 25px;
}
#contact-webmaster {
	padding-top: 25px;
}
#search-example-text {
	font-size: 75%;
	margin: 0px;
	padding: 0px 0px 20px;
}
#keyword-searcher p, #location-searcher p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#distance-label {
	float: none;
	padding-left: 5px;
}
#sel-distance {
	font-size: 100%;
}
#btn-search-by-location {
	float: right;
	margin-right: 80px;
}
#announcement {
	padding-bottom: 20px;
}
#announcement li {
	padding: 0px 0px 10px;
}
