* {
	margin:0;
	padding:1;
	z-index: 11;
}
body{ background:#735A4D;}
html, tr, td {font-family:Tahoma, Arial, Verdana; font-size:11px; color:#46362D;}

/* styles for Article view page - CLS 12/22/2010 */
.MsoNormal {font-family:Tahoma, Arial, Verdana; font-size:11px; color:#000000;}
.article {}


/*
	ADDED BY CLS 1/10/2011 FOR OFFICERS AND COMMITTEES INDEX PAGE
*/
.right_links_header {
   background: #E3D6B1;
   background-position: 8px 9px;
   text-align: left;
   color: #735A4D;
   /*font-weight: bold;*/
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   padding: 6px 6px 5px 5px;
   border-top: 2px solid #735A4D;
   border-bottom: 2px solid #735A4D;
 }


/*  
	ADDED BY CLS 1/7/2011 
	STYLE FOR BANNER 
*/
.banner_info {
   background: #E3D6B1 url(../images/icons/info_sm.png) center no-repeat;
   background-position: 8px 9px;
   text-align: left;
   color: #735A4D;
   font-weight: bold;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   padding: 8px 18px 8px 34px;
   border-top: 2px solid #735A4D;
   border-bottom: 2px solid #735A4D;
 }

.banner_event {
   background: #E3D6B1 url(../images/icons/calendar_sm2.png) center no-repeat;
   background-position: 8px 9px;
   text-align: left;
   color: #735A4D;
   font-weight: bold;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   padding: 8px 18px 8px 34px;
   border-top: 2px solid #735A4D;
   border-bottom: 2px solid #735A4D;
 }
 
 .banner_alert {
   background: #E3D6B1 url(../images/icons/alert_sm.png) center no-repeat;
   background-position: 8px 9px;
   text-align: left;
   color: #735A4D;
   font-weight: bold;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   padding: 8px 18px 8px 34px;
   border-top: 2px solid #735A4D;
   border-bottom: 2px solid #735A4D;
 }
 
.banner_other {
   background: #E3D6B1 url(../images/icons/info_sm.png) center no-repeat;
   background-position: 8px 9px;
   text-align: left;
   color: #735A4D;
   font-weight: bold;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   padding: 8px 18px 8px 34px;
   border-top: 2px solid #735A4D;
   border-bottom: 2px solid #735A4D;
 }

/* ADDED BY CLS 3/1/08 */
input{ 
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	border:1px solid #46362D; 
	background:#F9F7F5; 
	line-height:18px; 
	height: 18px;
}
select {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	border:1px solid #BCAD98; 
	background:#F9F7F5; 
	line-height:25px; 
	/* MESSES UP SELECT AREAS height: 25px;*/
}

.textarea {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-color:#BCAD98;
	background-color:#F9F7F5; 
}

.forms {
	background-color:#F9F7F5; 
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-color:#BCAD98;
}

.formLabel {
	font-weight: bold; 
	text-align:right;
}

.button {
	border:1px solid #BCAD98; 
	background: #F9F7F5; 
	height: 22px;
}
	
.h1 {
	color:#EA6C13; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.h2 {
	color:#EA6C13; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.h3 {
	color:#46362D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.pageTitles {
	color:#EA6C13; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.greyText {
	color: #999999;
}
hr { 
	color: #E3D6B1;
	height: 1px; 
	noshade:noshade
}

/* THESE sortable STYLES ARE FOR HEADERS OF SORTABLE TABLES - THEY WILL STAY BOLD AND BLACK, BUT WILL BE LINKS */
a.sortable:link {
	color: #46362D;
	font-weight:bold;
	text-decoration:none;
}
a.sortable:visited {
	color: #46362D;
	font-weight:bold;
	text-decoration:none;
}
a.sortable:hover {
	color: #46362D;
	font-weight:bold;
	text-decoration:none;
}
a.sortable:active {
	color: #46362D;
	font-weight:bold;
	text-decoration:none;
}

/* END ADD */

/*in_line*/
/*input, select { vertical-align:middle; font-weight:normal;}*/
img {border:0; vertical-align:top;}
/*ul { list-style:none;}*/
strong a{ 
	color:#EA6C13;  
	background:url(../images/bull_link.gif) no-repeat left top; 
	background-position:0 3px; 
	padding-left:9px; 
	text-decoration:underline; 
	font-size:12px; 
	font-weight:normal;
}

strong a:hover{ text-decoration:none}
/*strong{ color:#EA6C13; font-size:13px;}*/
a:hover{text-decoration:none;}
a {color:#EA6C13;}
.column { float:left;}
.clear { clear:both;}
b{ font-size:13px;}
span{ color:#EA6C13;}
p{ padding:0;}

/*New Member Log Out div
#memberLogOut{position:absolute; margin-left:-521px; margin-top:-16px; z-index:200;}
*/
/*header*/
.flash_header{position:absolute; margin-left:-21px; margin-top:-16px; z-index:100;}
#header img{ margin:8px 0 0 524px;}
#memberLogOut {
	position:absolute;
	margin-left:521px;
	top:29px;
	width:71px;
	height:23px;
	z-index:102;
	left: 168px;
}
.header_text{ height:47px; background:url(../../site_flash/images/header_book1.jpg) no-repeat 493px 0;}
.header_text img{ margin:24px 0 0 90px;}
.header_logo{ background:url(../../site_flash/images/h_wrapper_logo.jpg) no-repeat 12px 0; width:721px; height:111px;}
.header_logo img{ margin:32px 0 0 46px;}

/*left nav*/
.flash_left_nav{position:absolute; margin-left:-21px; margin-top:-16px; z-index:101;}
#left_nav img{ margin:8px 0 0 524px;}
.left_nav_text{ height:47px; background:url(../../site_flash/images/header_book1.jpg) no-repeat 493px 0;}
.left_nav_text img{ margin:24px 0 0 90px;}
.left_nav_logo{ background:url(../../site_flash/images/h_wrapper_logo.jpg) no-repeat 12px 0; width:721px; height:111px;}
.left_nav_logo img{ margin:32px 0 0 46px;}

/*footer*/
#footer{color:#DECEA4; padding:16px 15px 17px 12px;}
#footer a{ color:#DECEA4; text-decoration:underline}
#footer a:hover{ color:#DECEA4; text-decoration:underline}
#footer span{ float:right; color:#DECEA4;}

/*content*/
.wrapper_top_book{ background:url(../../site_flash/images/wrapper_top_book.jpg) no-repeat 409px 0; width:721px}
.wrapper_menu{ background:url(../../site_flash/images/wrapper_menu.jpg) no-repeat 12px 6px; width:721px;}
.wrapper_separate{background:url(../images/wrapper_separate.gif) repeat-y 229px 7px; width:721px;}
.main_heit{ float:left; height:515px; width:12px;}
.indent_bottom{ height:41px; width:721px;}
.separate{width:25px; height:7px; float:left;}
.menu{
	padding:38px 0 0 42px;
	height:270px;
}
.menu img{ display:block; margin-bottom:4px;}
.title, .title1, .title2{ display:block; margin-bottom:14px;}
.indent_left{ margin-right:12px; float:left}
.col_1 .indent_text{ margin:0 0 0 14px;}
.col_2{ padding-top:29px;}


/* 	
 *	ADDED BY CLS 3/22/08 
 *	1 COLUMN PAGES
 */
#general .one_col .indent_text{ width:189px;}
#general .one_col .indent_text img{ display:block; margin:5px 0 11px 0;}
#general .one_col .indent_text p{ margin-top:11px;}
#general .one_col .title1{ margin:31px 0 9px 0;}


/* 	
 *	ADDED BY CLS 3/22/08 
 *	2 COLUMN PAGES
 */
 

#general .col_1 { width:700px;}
#general .col_1 .indent_text{ width:10px;}
#general .col_1 .indent_text img{ display:block; margin:5px 0 11px 0;}
/*#general .col_1 .indent_text p{ margin-top:11px;}
#general .col_2 .box_col{ margin:11px 0 11px 0; width:430px;}
#general .col_2 .box_col_1{ width:201px;}
#general .col_2 .box_col_2{ width:228px;}
#general .col_2 .box_col_2 ul{ margin-top:11px;}
#general .col_2 .title1{ margin:31px 0 9px 0;}
#general .col_2 .box_cola{ margin:11px 0 11px 0; width:453px;}
#general .col_2 .box_col_1a{ width:232px;}
#general .col_2 .box_col_2a{ width:220px;}*/






/*================== index.html ==================*/
#page1 .col_1 .indent_text .indent_list{ margin:11px 0 11px 0;}
#page1 .col_1 .title{ margin-bottom:12px;}

#page1 .col_2 .title1{ margin:42px 0 16px 0;}
#page1 .col_2 .title2{ margin:30px 0 13px 0;}
#page1 .col_2 .indent_text{ line-height:18px;}

/*================== index-1.html ==================*/
#page2 .col_1 .indent_text{ width:182px;}
#page2 .col_1 .indent_text img{ display:block; margin:5px 0 11px 0;}
#page2 .col_1 .indent_text p{ margin-top:11px;}

#page2 .col_2 .box_col{ margin:11px 0 11px 0; width:430px;}
#page2 .col_2 .box_col_1{ width:201px;}
#page2 .col_2 .box_col_2{ width:228px;}
#page2 .col_2 .box_col_2 ul{ margin-top:11px;}

#page2 .col_2 .title1{ margin:31px 0 9px 0;}

#page2 .col_2 .box_cola{ margin:11px 0 11px 0; width:453px;}
#page2 .col_2 .box_col_1a{ width:232px;}
#page2 .col_2 .box_col_2a{ width:220px;}

/*================== index-2.html ==================*/
#page3 .col_1 .indent_text{ width:189px;}
#page3 .col_1 .indent_text ul{ margin:11px 0 11px 0;}

#page3 .col_2{ width:444px;}
#page3 .col_2 .indent_img{ margin-bottom:16px;}

/*================== index-3.html ==================*/
#page4 .col_1 .indent_text{ width:189px;}

#page4 .col_2{ width:444px;}
#page4 .col_2 p{ margin:11px 0 11px 0;}
#page4 .col_2 .title1{ margin:21px 0 11px 0;}
#page4 .col_2 .box_col{ width:446px; margin:11px 0 11px 0;}
#page4 .col_2 .box_col_1{ width:173px;}
#page4 .col_2 .box_col_2{ width:270px;}

/*================== index-4.html ==================*/
#page5 .col_1 .indent_text{ width:189px;}

#page5 .col_2{ width:444px;}
/*#page5  input, select{ width:201px; height:24px; font-size:11px;} */
#page5  input, select, textarea{ border:1px solid #46362D; background:#EFE7D0; line-height:15px;}
#page5  textarea{ width:440px; height:138px; overflow:auto; margin-bottom:16px;}
#page5  .f1{ margin-left:20px; width:219px;}
#page5 form div{ height:41px;}
#page5 .col_2 p{ margin:11px 0 11px 0;}

/*================== index-5.html ==================*/
#page6 .col_1 .indent_text{ width:189px;}
#page6 .col_1 .indent_text p{ margin:11px 0 11px 0;}

#page6 .col_2{ width:450px;}
#page6 .col_2 .box_col{ margin:11px 0 0 0; width:450px;}
#page6 .col_2 .box_col .indent{ width:220px;}
#page6 .col_2 .box_col .indent p{ margin:13px 0 12px 0;}
#page6 .col_2 .box_col .box_col_1{ width:246px;}
#page6 .col_2 .box_col .box_col_2{ width:200px;}
#page6 .col_2 .box_col .box_col_2 ul{ margin-top:11px;}

/*================== index-6.html ==================*/
#page7 .col_1 .indent_text{ width:189px;}
#page7 .col_1 .indent_text p{ margin:11px 0 11px 0;}
#page7 .col_1 .indent_text a{ color:#46362D; text-decoration:none}
#page7 .col_1 .indent_text a:hover{ color:#46362D; text-decoration:underline}

#page7 .col_2{ width:450px;}
#page7 .col_2 .box_col{ margin:31px 0 0 0; width:450px;}
#page7 .col_2 .box_col .box_col_1{ width:246px;}
#page7 .col_2 .box_col .box_col_2{ width:200px;}
#page7 .col_2 .box_col .box_col_2 p{ margin-bottom:11px}
#page7 .col_2 .box_col .box_col_2 b{ display:block;}

#page7 input{ width:214px; height:24px; font-size:11px; margin-bottom:11px;}
#page7 input, textarea{ border:1px solid #46362D; background:#EFE7D0; line-height:15px; display:block;}
#page7 textarea{ width:214px; height:111px; overflow:auto; margin-bottom:16px;}

/*================== index-7.html ==================*/
#page8 .col_1 .indent_text{ width:189px;}
#page8 .col_1 .indent_text p{ margin:0 0 14px 0;}
#page8 .col_1 .indent_text span img{ margin-right:6px;}


#page8 .col_2{ width:446px;}
#page8 .col_2 img{ margin-right:6px;}
#page8 .col_2 p{ margin-top:16px;}


/*==================list====================*/
.wrapper_site .t { background:url(../images/m2-t-dr.gif) repeat-x top #EFE7D0;}
.wrapper_site .b { background:url(../images/m2-b-dr.gif) repeat-x bottom;}
.wrapper_site .l { background:url(../images/m2-l-dr.gif) repeat-y left;}
.wrapper_site .r { background:url(../images/m2-r-dr.gif) repeat-y right;}
.wrapper_site .l_t { background:url(../images/m2-l-t.gif) no-repeat left top;}
.wrapper_site .r_t { background:url(../images/m2-r-t.gif) no-repeat right top;}
.wrapper_site .l_b { background:url(../images/m2-l-b.gif) no-repeat left bottom;}
.wrapper_site .r_b { background:url(../images/m2-r-b.gif) no-repeat right bottom; width:721px;}


ul { margin:0; padding:0;}
/*	CLS - 08/23/2010 - REMOVED THIS STYLE BC IT WAS ADDING A GT (>) SIGN TO IMAGES ON THE GALLERY PAGE
	li { background:url(../images/list_bull.gif) top left no-repeat; margin:0 0 0 0; padding:0 0 0 8px; font-size:12px;}
*/
li a {line-height:16px; color:#EA6C13; text-decoration:underline;}
li a:hover { text-decoration:none; color:#EA6C13;}

.list ul { margin:0 0 11px 0; padding:0;}
.list li { font-size:12px; background:none; margin:0; padding:0; font-size:11px; margin-top:15px;}
.list li b{ display:block;}
.list li a {line-height:16px; color:#EA6C13; text-decoration:none;}
.list li a:hover { text-decoration:underline; color:#EA6C13;}
/*==========================================*/

