/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

body {
	margin: 0px auto;
	padding: 0px;
	color: #000000;
	background: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
#page-container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#page-container2 {
	width: 770px;
	margin: 0px;
	padding: 0px;
}

.print_hide { display:none }

/*************************************/
/* SECTION 2 - HEADER AND NAVIGATION */
/*************************************/

#header-container { margin-bottom: 20px; height: 70px; border-bottom: solid 2px #CCCCCC }

#banner { clear:both; }

#site-name {
	margin: 0px;
	color: #000000;
	padding: 0px;
	margin-top:4px;
	float: left;
}
#site-name .title  {font-weight: bold; font-size: 18pt; margin-top:0px}
#site-name .subtitle  {font-size: 12pt; margin-top:0px}

#site-address { float: right; width:120px; margin: 0px; margin-top:4px }
#site-address .container {margin: 0px; padding: 0px; text-align: right; color:#000000 }
#site-address .title { font-weight: bold; font-size:10pt; line-height:12pt }
#site-address .text { font-size:9pt; padding:2px; line-height:12pt }

/*----------------------------*/
/* 2.2 - Navigation - Level 1 */
/*----------------------------*/
#nav1  {
	display: none;
}

/*----------------------------*/
/* 2.3 - Navigation - Level 2 */
/*----------------------------*/

#nav2 {
	display: none;
}

/******************************************************************************/
/* SECTION 3 - SPECIFIC CLASSES FOR LAYOUT #1 (With navigation, with sidebar )*/
/******************************************************************************/

.content1 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 590px; 
	color: #000000;
}
.content1-container {clear: both; float: left; margin: 0px; padding: 0px;}
.content1-container-1col { width: 575px; margin: 0px; padding: 0px 5px 0px 5px;}
.content1-container-2col-left {float: left; width: 191px; margin: 0px; padding: 0px;}
.content1-container-2col-right {float: left; width: 191px;  margin: 0px; padding: 0px;}
.content1-container-3col-left {float: left; width: 119px; margin: 0px 25px 0px 0px; padding: 0px;}
.content1-container-3col-middle {float: left; width: 119px; margin: 0px; padding: 0px;}
.content1-container-3col-right {float: left; width: 119px; margin: 0px 0px 0px 25px; padding: 0px;}

/******************************************************/
/* SECTION 4 - SPECIFIC CLASSES FOR LAYOUTS #2 and #3 */
/******************************************************/

.content2 {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #000000
}
.content2-container {clear: both; float: left; margin: 0px; padding: 0px;}
.content2-container-1col { width: 760px; margin: 0px; padding: 0px 5px 0px 5px;}
.content2-container-2col-left {float: left; width: 384px; margin: 0px; padding: 0px;}
.content2-container-2col-right {float: left; width: 384px; 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: left; width: 173px; margin: 0px 0px 0px 25px; padding: 0px;}

/* Headings */
h1 {
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 8px;
	font-weight: bold;
	font-size:16pt;
	border:solid 1px #CCCCCC;
}
h2 {
	margin: 16px 0px 8px 0px;
	font-weight: bold;
	font-size: 12pt;
	line-height:18pt;
	color: #000000;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 4px
}
h3 {
	margin: 16px 0px 8px 0px;
	font-weight: bold;
	font-size: 12pt;
	line-height:14pt;
	color: #000000;
}

/* Paragraphs */
p, td, th {
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* 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;
}
ol {margin: 0px 0px 0px 9px; padding: 0px 0px 0px 25px; list-style-type: decimal; list-style-position: outside;}
ul.noindent li, ul.indent li, ol li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	line-height: 21px;
}
ul.linklist-noindent {margin: -5px 0px 8px 0px; padding: 0px; list-style-type: none; line-height: 19px;}
ul.linklist-indent {margin: -5px 0px 8px 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 19px; }

/* Tables */
td, th { padding: 5px }

/*--------------------*/
/* 6.2 - Sidebar Area */
/*--------------------*/
.sidebar {
	float: right;
	width: 160px;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
}
.sidebar-maintitle {
	margin: 0px 0px 10px 0px;
	padding: 3px 5px 2px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	border:solid 1px #CCCCCC;
}
.sidebar p {
	font-size: 10pt;
	line-height: 14pt;
}
/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
#footer-container { clear:both; padding-top: 20px }

#footer {
	margin: 0px;
	border-top: solid 1px #CCCCCC;
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	font-size: 10pt;
}

/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/
a {
	color:#0000FF;
}

/*******************************/
/* SECTION 7 - GENERIC CLASSES */
/*******************************/

/*---------------------------*/
/* 7.5  Bottom border colors */
/*---------------------------*/
.line-box {border-bottom: solid 1px #CCCCCC; padding-bottom: 15px; margin-bottom: 15px;}
.line-box-top {border-top: solid 1px #CCCCCC; padding-top: 15px; margin-top: 15px;}
.line-box-both {border-top: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC; padding: 15px 0px 15px 0px; margin: 15px 0px 15px 0px;}
.line-box-block {border: solid 1px #CCCCCC; padding: 15px; margin: 15px 0px 15px 0px; }

/*****************************/
/* SECTION 8 - MISCELLANEOUS */
/*****************************/
.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;}

/*****************************/
/* SECTION 9 - CALENDAR */
/*****************************/

.calendar {
	margin: 10px;
	border: 2px solid #CCCCCC;
}

.calendar .header {
	font-weight: bold;
	font-size: 12pt;
	text-transform:uppercase;
	font-weight:bold;
}

.calendar th {
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	height: 36px;
	border-bottom: 2px solid #CCCCCC;
}

.calendar td {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	width: 36px;
	height: 36px;
}

.calendar a:link, .calendar a:visited {
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	display:block;
	width:30px;
	height:30px;
	line-height:30px;	
}
.calendar a:hover, .calendar a:active {
	background-color: #FFFFFF;
	text-decoration:none;
}

.calendar .past {
	background-color: #EFEFEF;
	font-style:italic;
}

.calendar .past_event {
	background-color: #00CC00;
	font-style:italic;
}

.calendar .past_holiday {
	background-color: #B9B900;
	font-style:italic;
}

.calendar .past_meeting {
	background-color: #CC0000;
	font-style:italic;
}

.calendar .current {
	font-size: 14pt;
	font-weight:bold;
	width: 29px;
	height: 29px;
	line-height:29px;	
	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 th, .calendar_legend td {
	padding: 2px;
	margin: 0px;
}
.calendar_desc {
	margin: 0px;
	padding: 0px;
	border: solid 1px #CCCCCC;
}

.calendar_desc .header {
	font-size: 12pt;
	background-color: #eeeeee;
	border-bottom: solid 1px #CCCCCC;
}

.calendar_desc td {
	font-size: 10pt;
}

#calendar_sidebar {
	padding: 0px;
	margin: 0px;
}

#calendar_sidebar tr {
	vertical-align:text-top;
}

#calendar_sidebar td {
	font-size:8pt;
	line-height:normal;
}

/*****************************/
/* SECTION 10 - MEMBERS BIOS */
/*****************************/

.members_toc {
	float: right;
	background-color: #DBE6F1;
	border: solid 1px #9CBAD6;
	margin-left: 15px;
}

.members_toc li {
	list-style-type:none;
	text-indent: -30px;
	padding: 2px 0px 0px 0px;
}

.members_toc .title {
	margin: 0px 0px 0px 0px;
	padding: 3px 15px 2px 15px;
	background-color: #9CBAD6;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}

.tools-nav {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	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 {
	margin:20px 0px 10px 0px;
	padding:0px;
}

.database th {
	width: 20%;
}

.database .header {
	border: solid 2px #CCCCCC;
	font-size:12pt;
}

#display-pledgeform p {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 20px;
	font-size:12pt
}

#pledgeform tr {
	vertical-align:top;
}

#pledgeform th {
	text-align:right;
	width: 90px;
	padding-top: 7px;
}

.error {
	margin: 6px;
	color: #FF0000;
	display: none;
}

.event-header {
	color: #000000;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px;
	margin-bottom: 4px;
}

.event-header-left {
	font-size: 12pt;
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
}
.event-header-right {
	font-size: 10pt;
	font-weight:bold;
	text-align:right;
	vertical-align:bottom;
}

.event-table {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
}
.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: 10pt;
}
