body {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background: url(../images/background_body_grey2.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-attachment:fixed;
	line-height: 1.5;
}

/* Headings */
h1 {
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size:150%;
	background:#9CBAD6 url(../images/page-title.gif) repeat-y right;
	border:solid 1px #336699;
}

h2 {
	margin: 16px 0px 8px 0px;
	font-weight: bold;
	font-size: 125%;
	color: #5890A8;
	border-bottom: solid 1px rgb(200,200,200);
	padding-bottom: 4px
}

h3 {
	font-weight: bold;
	font-size: 120%;
	color: #5890A8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

ol {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 25px;
	list-style-type: decimal;
	list-style-position: inside;
}

/* Lists */
ul.noindent {
	margin: 0px 0px 7px 15px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
}

ul.indent {
	margin: 0px 0px 7px 15px;
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
}

ul.noindent li, ul.indent li, ol li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

td, th { padding: 5px }

/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/
a, a:link, a:visited {
	color: #7FA2CA;
	text-decoration: underline;
}

a:hover, a:active {
	color: #7FA2CA;
	text-decoration: none;
}

#page-container {
	padding: 0px;
	margin: 0px;
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	background: url(../images/background_body_grey.png) top center repeat-y;
	z-index:0;
}

#page-container2 {
	width: 994px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px #646464;
	background-color: #FFFFFF;
	z-index:1;
}

#header-container { margin-bottom: 20px }

.header-img {
	width: 567px;
	height: 125px;
	margin-top:-10px;
	margin-bottom: 10px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	border-color: #336699;
}

#banner {
	clear: both;
	width: 994px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background:url(../images/header_new.jpg) no-repeat;
	z-index: 2;
}

#site-name {
	position: absolute;
	width: 500px;
	height: 45px;
	top: 6px;
	left: 190px;
	z-index: 2;
	margin: 0px;
	color: #458CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#site-name .title {
	font-weight: bold;
	font-size: 20px;
	margin-top:0px;
	line-height: normal;
}

#site-name .subtitle {
	font-size: 16px;
	margin-top:0px
}

#site-address {
	width:200px;
	position: absolute;
	right: 10px;
	top:4px;
	z-index: 2;
	margin: 0px;
	font-size: 14px;
	line-height: normal;
}

#site-address .container {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color:#458CCC
}

#site-address .title { font-weight: bold }

#site-address .text { padding:2px }

#nav1 {
	width: 994px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}

#nav1 td {
	margin: 0px;
	padding: 0px;
	background-color: #7FA2CA;
	border: solid 1px #365397;
}

#nav1 a {
	display: block;
	color: #FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*changed this from 14*/
	line-height:normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	width:100%;
	background-image: url(../images/nav1-button-off.gif);
	background-repeat:repeat-x;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#nav1 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/nav1-button-on.gif);
	background-repeat:repeat-x;
}

#nav2 {
	clear: both;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	color: #4B4B4B;
}

#nav2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav2 li {
	font-size: 12px;
	line-height:normal;
	position:relative;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#nav2 .title {
	margin: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	background:url(../images/nav2-title.gif) #9CBAD6 repeat-y top right;
	border:solid 1px #7FA2CA;
	font-size: 12px;
	padding: 5px;
}

#nav2 .items li a:link, #nav2 .items li a:visited {
	display: block;
	height: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px 7px;
	border-left: solid 1px #9CBAD6;
	border-bottom: solid 1px #9CBAD6;
	border-right: solid 1px #9CBAD6;
	color: #4B4B4B;
	text-decoration: none;
	background:url(../images/nav2-button-off.gif) #DBE6F1 top right repeat-y;
}

#nav2 .items li a:hover, #nav2 .items li a:active {
	text-decoration: none;
	background-color: #FFFFFF;
	background-image:url(../images/nav2-button-on.gif);
}

#nav2 .dropdown {
	display:block;
	position: absolute;
	left: 200px;
	top: 0px;
	visibility: hidden;
	z-index:9999;
}

#nav2 .dropdown li a:link, #nav2 .dropdown li a:visited {
	white-space:nowrap;
	display:block;
	width: 100%;
	height: 24px;
	line-height: 2;
	margin: 0px;
	background-color: #DBE6F1;
	background-image:none;
	border: solid 1px #9CBAD6;
	color: #4B4B4B;
	text-decoration: none;
}

#nav2 .dropdown li a:hover, #nav2 .dropdown li a:active {
	text-decoration: none;
	background-image:none;
	background-color: #FFFFFF;
}

#nav2 .container { padding: 10px; }

.content1 {
	float: left;
	width: 553px;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	color: #4B4B4B;
}

.content1-container {
	clear: both;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.content1-container-1col {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.content1-container-2col-left {
	float: left;
	width: 191px;
	margin: 0px;
	padding: 0px;
}

.content1-container-2col-right {
	float: right;
	width: 191px;
	margin: 0px;
	padding: 0px;
}

.content1-container-3col-left {
	float: left;
	width: 169px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
}

.content1-container-3col-middle {
	float: left;
	width: 169px;
	margin: 0px;
	padding: 0px;
}

.content1-container-3col-right {
	float: right;
	width: 169px;
	margin: 0px;
	padding: 0px;
}

.content2 {
	float: left;
	width: 755px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #4B4B4B
}

.content2-container {
	clear: both;
	width: 755px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.content2-container-1col {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.content2-container-2col-left {
	float: left;
	width: 284px;
	margin: 0px;
	padding: 0px;
}

.content2-container-2col-right {
	float: left;
	width: 284px;
	margin: 0px;
	padding: 0px;
}

.content2-container-3col-left {
	float: left;
	width: 173px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
}

.content2-container-3col-middle {
	float: left;
	width: 173px;
	margin: 0px;
	padding: 0px;
}

.content2-container-3col-right {
	float: right;
	width: 173px;
	margin: 0px;
	padding: 0px;
}

.sidebar {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #4B4B4B;
}

.sidebar-maintitle {
	padding: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	background:url(../images/nav2-title.gif) #9CBAD6 repeat-y top right;
	border:solid 1px #7FA2CA;
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.sidebar-title-noshade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	border-top: solid 1px rgb(215,215,215);
	color: #4B4B4B;
	font-weight: bold;
}

.sidebar-title-shade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	background-color: rgb(215,215,215);
	color: #4B4B4B;
	font-weight: bold;
}

.sidebar-txtbox-noshade {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
}

.sidebar-txtbox-shade {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	background-color: #EBEBEB
}

.sidebar-txtbox-noshade p, .sidebar-txtbox-shade p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size:12px;
	line-height: 1.5;
}

#footer-container {
	clear:both;
	padding-top: 20px
}

#footer {
	width: 994px;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	border-top: solid 1px rgb(125,125,125);
	background-color: #6699cc;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#botm-cover {
	float:right;
	margin-left: 20px;
}

.align-left { text-align: left; }

.align-right { text-align: right; }

.align-center { text-align: center; }

.line-box {
	border-bottom: solid 1px rgb(200,200,200);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.line-box-top {
	border-top: solid 1px rgb(200,200,200);
	padding-top: 15px;
	margin-top: 15px;
}

.line-box-both {
	border-top: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(200,200,200);
	padding: 15px 0px 15px 0px;
	margin: 15px 0px 15px 0px;
}

.line-box-block {
	border: solid 1px rgb(200,200,200);
	padding: 15px;
	margin: 15px 0px 15px 0px;
}

.float-left { float: left; }

.float-right { float: right; }

.showcode {
	font-family: monospace;
	font-weight: bold;
	font-size: 13px;
	color: rgb(255,0,0);
}

.clear { clear: both; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.hide { display: none; }

.img-border { border: solid 1px #000000 }

.calendar {
	margin: 15px;
	border: 2px solid #CCCCCC;
	float: left;
}

.calendar th, .calendar td {
	text-align:center;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	width: 48px;
	height: 48px;
	line-height:48px;
}

.calendar th {
	font-size: 16px;
	color: #5890A8;
	background-color: #DBE6F1;
}

.calendar .header {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color:#9CBAD6;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	line-height: normal;
	width:auto;
}

.calendar a:link, .calendar a:visited {
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	display:block;
	width: 40px;
	height: 40px;
	line-height:40px;
	margin: auto;
}

.calendar a:hover, .calendar a:active {
	background-color: #FFFFFF;
	text-decoration:none;
}

.calendar .past {
	font-style:italic;
	color: #CCCCCC;
}

.calendar .past_event {
	background-color: #F0FFF0;
	font-style:italic;
}

.calendar .past_holiday {
	background-color: #FFFFB7;
	font-style:italic;
}

.calendar .past_meeting {
	background-color: #FFD9D9;
	font-style:italic;
}

.calendar .current {
	font-size: 125%;
	font-weight:bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: solid 3px #5890A8;
}

.holiday { background-color: #FFFF00; }

.holidayText {
	color: #B9B900;
	font-weight:bold;
}

.event { background-color: #00FF66; }

.eventText {
	color: #00CC00;
	font-weight:bold;
}

.meeting { background-color: #FF8080; }

.meetingText {
	color: #CC0000;
	font-weight:bold;
}

.calendar_legend { margin: 0px auto; }

.calendar_legend th, .calendar_legend td {
	padding: 2px 5px;
	margin: 0px;
}

.calendar_desc {
	margin: 0px;
	padding: 0px;
	border: solid 1px #CCCCCC;
}

.calendar_desc td, .calendar_desc th { font-family: Geneva, Arial, Helvetica, sans-serif; }

.calendar_desc th {
	color: #5890A8;
	background-color: #DBE6F1;
}

.calendar_desc .header {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #9CBAD6;
}

.calendar_desc td { font-size: 14px; }

.cellcolor1 { background-color:#F8FAFC; }

.cellcolor2 { background-color:#FFFFFF; }

#members-toc {
	padding: 5px;
	text-align:center;
}

.member-img {
	float:left;
	margin-right: 10px;
	border: solid 1px #000000;
}

.tools-nav {
	border-top: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(200,200,200);
	padding: 3px 0px 3px 0px;
}

.tools-nav .navBtn { font-weight:bold; }

.tools-nav .pageNumbers span { font-weight:bold; }

.tools-nav .pageNumbers a, .tools-nav .pageNumbers span { margin: 0px 5px 5px 0px; }

.database {
	border: solid 2px #CCCCCC;
	margin:20px 0px 10px 0px;
	padding:0px;
}

.database th { width: 20%; }

.database .header {
	font-size:16px;
	background-color:#9CBAD6;
	color:#FFFFFF;
}

.highlight {
	color:#FFFFFF;
	background-color:#0099FF;
}

#display-pledgeform p {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 20px;
	font-size:16px;
}

#pledgeform table {
	margin: 0px auto;
	width: 500px;
}

#pledgeform tr { vertical-align:top; }

#pledgeform th { text-align:right; }

#pledgeform #phone1, #pledgeform #phone2, #pledgeform #phone3 { margin-right: 5px; }

#pledgeform-results #display-results { display:none; }

.error {
	margin: 6px;
	color: #FF0000;
	display: none;
}

.event-header {
	color: #5890A8;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
	position:relative;
	left: 0px;
	height: 20px;
	z-index:auto;
}

.event-header-left, .event-header-right {
	position:absolute;
	bottom: 4px;
	font-weight:bold;
	z-index:auto;
}

.event-header-left {
	left: 0px;
	font-size: 16px;
	text-align:left;
}

.event-header-right {
	right: 0px;
	font-size: 16px;
	text-align:right;
}

.event-table {
	margin: 0px;
	padding: 0px;
}

.event-table tr { vertical-align:top; }

.event-table th {
	text-align: right;
	width: 15%;
}

.event-table td { text-align: left; }

.event-table td, .event-table th { font-size: 14px; }

.video_wrap {
	background-color: #000000;
	height: 240px;
	width: 328px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#pageNav { padding-bottom: 30px; }

#pageNav #pageDisplay { float: left; }

#pageNav #pageBtns { float:right; }

#pageNav #pageIndex { display:inline; }

#contact tr { vertical-align:text-top }

#contact td { text-align:left }

#contact th { text-align:right }

.gallery { margin: auto; }

.gallery img { border:solid 2px #999 }

#gallery-container {
	position:relative;
	width: 560px;
	height: 40px;
	z-index: 0;
}

#galleryTitle {
	position:absolute;
	top: 2px;
	left: 0px;
	z-index: 0;
}

#gallerySelector {
	position:absolute;
	right: 0px;
	z-index: 0;
}

#displayLarge-container {
	position: relative;
	width: 555px;
	height: 420px;
	z-index: 0;
}

#displayLarge {
	border:none;
	position:absolute;
	left: 0px;
	bottom: 0px;
	z-index:1;
	width: 555px;
	height: 420px;
}

#displayLargeFade {
	border:none;
	visibility:hidden;
	position:absolute;
	left: 0px;
	bottom: 0px;
	z-index:2;
	height: 420px;
	width: 555px;
}

#controls {
	margin-top: 20px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
	border-collapse:collapse;
}

#slides-container {
	width: 560px;
	height: 90px;
	overflow:scroll;
}

#slides {
	white-space:nowrap;
}

#slides img {
	border: solid 5px #FFFFFF;
}

