/* alvisorotary.com CSS Styles									*/
/* Lasted updated 13 August 2009 								*/
/* Valid CSS Level 2.1 per 'http://jigsaw.w3.org/css-validator/'*/

/* see 'myiehacks.css' for revised CSS to accommodate various	*/
/* IE7 issues -- not tested with IE6 and earlier.				*/

body {background: #B0B9F2; /* existing site color */
	background-color: #B0B9F2;
	color: #000066; /* existing site color, a very dark blue */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5em 0.5em;
	padding: 0;
	text-align: left;
	width: 840px;
	}
/* head of each page */
#head_table {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #B0B9F2;
	}
.head_left {
	float: left;
	width: 250px;
	margin: 140px 0 0 0;
	border: 1px solid #B0B9F2;
	}
.head_left img {
	border: 1px solid #000066;
	float: right;
	}
.head_center {
	width: 396px;
	margin: 0 auto;
	border: 1px solid #B0B9F2;
	}
.head_right {
	float: right;
	width: 250px;
	margin: 110px 0 0 0;
	border: 1px solid #B0B9F2;
	}
#meeting_table {width: 250px; margin: 0 auto;}
.meeting_row {clear: both; padding: 5px 0; margin: 0 auto;}
.meeting_cell_l1 {display: block; float: left; width: 100px;}
.meeting_cell_r1 {display: block; float: right; width: 146px;}
.meeting_cell_l2 {display: block; float: left; width: 60px;}
.meeting_cell_r2 {display: block; float: right; width: 186px;}

a:link {color: #000066; /* same as body text */
	text-decoration: underline;
	}
a:visited {color: #4B0082; /* indigo */
	text-decoration: underline;
	}
a:active {color: #FF0000; /* red */
	text-decoration: underline;
	}
a:hover {color: #0000FF; /* blue */
	text-decoration: underline;
	}
/* FireFox always-border-a-linked-image fix */
a img {border: none;
	}
hr {width: 100%;
	color: #000066; /* existing site color, a very dark blue */
	}
h1 {font-size: 1.5em;
	font-weight: 800;
	line-height: 100%;
	margin: 2em 0 1em;
	text-align: center;
	text-transform: capitalize;
	}
h2 {font-size: 1em;
	font-weight: 800;
	line-height: 100%;
	margin: 1.5em 0 0.5em;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	}
h3 {font-size: 1em;
	font-style: italic;
	font-weight: 800;
	line-height: 100%;
	margin: 0 0 0.5em;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	}
h4 {font-size: 0.83em;
	font-weight: 800;
	line-height: 100%;
	margin: 0 0 0.5em;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	}
h5 {font-size: 0.83em;
	font-style: italic;
	font-weight: 800;
	line-height: 100%;
	margin: 0 0 0.5em;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	}
ul {list-style-type: none;
	margin: 0 0 0.5em;
	}
li {margin: 0 0 0.5em;
	}

/* menus */
/* horizontal menu per 'http://www.cssmenumaker.com/horizontal_css_menu.php' */
#menu {
	clear: both;
	float: left;
	background: #B0B9F2;
	border-bottom: 3px solid #708090; /* slategray */
	font-size: 100%;
	line-height: normal;
	margin: 0;
	width: 100%;
	}
#menu ul {
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
	}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#menu a {
	float: left;
	background: url("images/tableftF.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	width: auto;
	}
#menu a span {
	float: left;
	display: block;
	background: url("images/tabrightF.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #000066;
	width: auto;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float: none;
	width: auto;
	}
/* End IE5-Mac hack */
#menu a:hover span {color: #000000;}
#menu a:hover {background-position: 0% -42px;}
#menu a:hover span {background-position: 100% -42px;}
/* horizontal menu from 'http://css.maxdesign.com.au/listamatic/horizontal03.htm' */
#bottom_menu ul {
	background: #00008B; /* darkblue */
	background-color: #00008B;
	color: #FFFFFF; /* white */
	float: left;
	font-weight: 800;
	margin: 12px 0 36px 0;
	padding-left: 0;
	width: 100%;
	}
#bottom_menu ul li {
	display: inline;
	}
#bottom_menu ul li a {
	background: #00008B; /* darkblue */
	background-color: #00008B;
	border-right: 1px solid #FFFFFF; /* white */
	color: #FFFFFF; /* white */
	float: left;
	padding: 0.25em 1em;
	text-decoration: none;
	}
#bottom_menu ul li a:hover {
	background: #483D8B; /* darkslateblue*/
	background-color: #483D8B;
	color: #FFFFFF; /* white */
	}
.valid_xhtml_css {display: inline;} /* 'cause it is */

/* two column layout for index.html */
#two_column {
	width: 840px;
	}
#main_story {
	float: right;
	width: 420px;
	margin: 0 20px;
	padding: 0 40px;
	}
#sidebar_story {
	width: 270px;
	margin: 0 15px;
	padding: 0 20px;
	border-right: 1px solid #000066;
	}
#officers_table {width: 230px; margin: 0; text-align: center;}
.officers_head {font-weight: 800; text-align: center; margin: 3em 0 1em 0;}
.officers_name {font-weight: 800; text-align: center; margin: 0;}
.officers_title {text-align: center; margin: 0 0 1em 0;}
#notes_box {clear: both;}
#certificate_box {clear: both; margin: 0 auto;}
#bottom_menu {clear: both;}
#footer {text-align: center; margin: 0 auto;}

/* functional categories of text */
.caption_text {
	font-size: 0.83em;
	font-style: italic;
	margin: 1.5em 5em 1.5em;
	text-align: center;
	}
.footer_text {
	font-size: 0.83em;
	font-style: italic;
	margin: 2em 5em 2em;
	text-align: center;
	}
.caption_text {
	font-size: 0.83em;
	font-style: italic;
	margin: 1.5em 5em 1.5em;
	text-align: center;
	}
.footer_text {
	font-size: 0.83em;
	font-style: italic;
	margin: 2em 5em 2em;
	}
.alpha_list {
	list-style: lower-alpha;
	margin: 0 2em 0.5em;
	}
.bullet_list {
	list-style-type: disc;
	margin: 0 2em 0.5em;
}

/* various types of text */
.italic_text {
	font-style: italic;
	}
.centered_text {
	text-align: center;
	}
.indented_text {
	margin: 0 5em 0.5em;
	text-align: left;
	}
.bolded_text {
	font-weight: 800;
	}
.underlined_text {
	text-decoration: underline;
	}

/* Tables */
/* Center tables in both old and new browsers per 'http://theodorakis.net/tablecentertest.html' */
div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto;
	text-align: left;
}

/* 'Zebra' tables from 'http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/' */
.zebra_table {
	background: #fff;
	border-spacing: 0; /*Others*/
	border-collapse: collapse; /*IE*/
	border-top:  1px solid #708090; /* slategray */
	border-right:  3px solid #708090;
	border-bottom:  3px solid #708090;
	border-left:  1px solid #708090;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 112.5%;
	table-layout: auto;
}
.zebra_table th {
	border-bottom: 2px solid #708090;
	color: #00008B; /* darkblue */
	font-weight: bold;
	padding: 1em .75em;
	text-align: center;
}
.zebra_table td {
	border-bottom: 1px solid #708090;
	color: #000066; /* existing site color, a very dark blue */
	padding: .75em .5em;
	text-align: left;
	vertical-align: top;
}
.zebra_table tbody tr td {
	color: #000066;
}
.zebra_table tbody tr td a {
	color: #00008B; /* darkblue */
}

/* Give a 'paper' look to the agendas */
#Agenda_page {
	background: white;
	background-color: white;
	border-top: 1px solid gray;
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
	border-left: 1px solid gray;
	margin: 2em 4em 4em 4em;
	padding: 0 2em 2em 4em;
}
#Agenda_page h1 {
	text-align: center;
	text-indent: -2em;
}
#Agenda_page h2 {
	margin: 0 0 2em 0;
}

/* Used in 'Agenda.html' table */
.table_date {
	width: 25%;
}
