/* Optional Code */
/* 	color:#20510b; dark green welcome_text */
/* 	border-left-color: #effbd7; outer class border,left color*/
/*      background-color: #fefefe; outer class background*/
/*	background-color:#363661;  row2*/
/*	background-color:#0b0c51;  row1*/
/*     	color: #8c8dad; "Contact Us" blue-gray */
/*	color:#0b0c51; left content text*/
/*      color:#7d7e98; left content */
/*	background-color:#d8eba9; footer */
/*	color:#41346e; h1,h2 dark blue */
/*	purple: #712f76	*/

body { 
      margin: 0; 
      padding: 0; 
      text-align: justify; 
      width:100%;
      
}

.wrapper { 
   width: 100%;               /* total width was 100%*/
}


.outer {
	border-left-width: 166px;  /* left column width */
	border-left-color: #effbd7;
	background-color: #fefefe; /* center column colour */
	border-left-style: solid; 
	width:685px;
}

.wrapper > .outer { width:auto;min-width:685px;}

#blc_logo {
	position:absolute;
	top:28px;
	left:43px;
}

#welcome_info {
	width:100%;
	padding-top:5px;
	padding-bottom:25px;
}

#welcome_img {
	margin:0;
	width:593px;
	height:240px;
	display:inline;
	padding:0;
}

.splitter {
	width:1px;
	height:70px;
	margin-top:10px;
	margin-left:16px;
	margin-right:0px;
	border-right:1px solid #d0f2a0;
	float:left;
}

.welcome_text {
	width:155px;
	height:90px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#20510b;
	margin-left:16px;
	overflow:hidden;
	float:left;
}

.welcome_text a {
	letter-spacing:-0.05em;   
	padding-top:10px;
	font-size:smaller;
	text-decoration:none;
        text-align:center;
	display:inline;
	width:100%;
	color:#712f76;
}


#row2 {	
	height:9px;
	background-color:#363661;
	font-size:0px;
	margin:0;
	background:url(./images/row2.gif);
}
.wide  > .row2 { width:auto; min-width:800px; }

#row1 {
	height:43px;
	background-color:#0b0c51;
	margin:0;
	background:url(./images/row1.gif);
}

#row1 ul {
	margin: 0px;
	padding-top: 10px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #8c8dad;
	float:left;
	padding-left:700px;
}

#row1 li {
	list-style-type: none;
	margin:0;
	padding-right:10px;
	white-space:nowrap;
}

#row1 li a {
	text-decoration: none;
	color: #8c8dad;
	margin:0;
}

#row1 ul li a:hover {
	text-decoration:underline;
}

.left {
	width: 165px;              /* left column width */
	margin-left: -165px;       /* _negative_ left column width */
	float: left; 
	position: relative; 
	background-color:#effbd7;
	display:inline;
}
.inner > .left { margin-right: 2px; }

.left_content {
	margin:0;
	width:127px;
	font-weight:100;
	font-size:9pt;
	padding-top:90px;
	padding-left:0px;
	padding-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#0b0c51;
	float:right;
	text-align: left;
	display:inline;
}


.x, .current_x  {
   font-family: Arial, Helvetica, sans-serif;
   /*font-weight:600;
   letter-spacing:-0.05em;   */
   font-size:10pt;
   text-align:left;
   /*float:left;*/
   width:100%;
   border-bottom:1px solid black;
   padding-top:10px;
}

.current_x a { 
        text-decoration:none;
	/*color:#16175a;*/
	color: #000;
	font-weight: bold;
   letter-spacing:-0.04em;
}
.x a,.x a:active,.x a:visited,.x a:link {
   text-decoration:none;
   /*color:#7d7e98;*/
	color: #000;
}

.x a:hover {
	font-weight: bold;
   letter-spacing:-0.04em;
	/*color:#16175a;*/
}
.right {
	width: 100px;              /* right column width */
	margin-right: -10px;      /* _negative_ right column width */
	float: left; 
	position: relative; 
	z-index: 11; 

}

.wide {
	width: 100%;
	position: relative; 
	z-index: 13; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:center;
	background-color:#d8eba9;        
	border-bottom:1px solid #0b0c51;
}

.footer {
	background-color:#d8eba9;
	width: 100%; 
	position: relative; 
	z-index: 13; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:center;
	margin: 0; 
	padding: 0; 
}

.inner { 
   margin: 0; 
   width: 100%; 
}

.center { 
    float: left; 
    width:593px;
    display:inline;
    position: relative; 
    z-index: 12; 
    border-left:1px solid #363661;
}

.inner > .center { margin: 0 -8px 0 -2px; } 

.clear { clear: both; }

/* Mozilla code */
/*.left { margin-right: 1px; }
.right { margin-left: 1px; }
.center { margin: 0 -8px 0 -2px; } */



#spacer {
	width:165px;
}
#about {
	width:65px;
	margin:0;
}
#new {
	width:60px;
	margin:0;
}

#resources {
	width:66px;
	margin:0;
}
#membership {
	width:110px;
	margin:0;
}

#activities {
	width:150px;
	margin:0;
}

#login {
	width:1px;
	height:28px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}


#button-bar {
	height:28px;
	width:800px;
	margin:0px;
	padding:0px;
	background-color:#d8eba9;        
	float:left;
}
.wide  > #button-bar { width:auto; min-width:800px;float:none; }

#button-bar a:hover {
	text-decoration:none;
	color:#626360;
	background-color:#b7eb6d;
	border-left:1px solid #d0f2a0;
	border-right:1px solid #74a430;
	border-bottom:1px solid #d0f2a0;
}

#button-bar a:link {
	color:#0b0c51;
	text-decoration:none;
}
#button-bar a:visited {
	color:#0b0c51;
	text-decoration:none;
}

#button-bar .image-button {
	height:16px;
	margin:0;
	font-family: Garamond, Georgia, Times, serif;
	font-size:9pt;
	text-transform:uppercase;
	line-height:80%;
	border-left:1px solid white;
	border-right:1px solid #74a430;
	border-bottom:1px solid #d0f2a0;
	background-color:#d8eba9;
	text-align:center;
	font-weight:bolder;
	letter-spacing:-0.05em;
	float:left;
	padding-top:11px;
}



.photos img {
	padding-top:25px;
	border-bottom:5px #0b0c51 solid;
	padding-bottom:1px;
	display:block;
	float:right;
	height:82px;
	width:116px;
}

.photos {
	float:right;
	width:120px;
	height:250px;

}

.right_content {
	width:70%;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:100;
	color:#666666;
	float:left;
	padding-right:25px; 
	padding-left:15px; 
	padding-bottom:0px;
	border-right: 1px solid #CCCCCC;
}

.right_content a {
	text-decoration:none;
	color:#712f76;
	font-weight:bolder;
}

.right_content a:visited {
	text-decoration:none;
	color:#330033;
}
.right_content a:hover {
	text-decoration:underline;
}

.right_content a:link {
	text-decoration:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12pt;
	color:#41346e;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:5px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:10pt;
	color:#41346e;
	margin:0px;
	display:block;
	padding:0px;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:10pt;
	color:#41346e;
	margin:0px;
	display:block;
	padding:0px;
}	

.rx {
   font-family: Arial, Helvetica, sans-serif;
   font-weight:600;
   font-size:9pt;
   letter-spacing:-0.05em;   
   text-align:left;
   float:left;
   width:100%;
   padding-top:10px;
   padding-left:20px;	
   padding-bottom:10px;

}

.rx a {
   text-decoration:none;
}

.member_group_links {
	margin:0px;
	display:block;
}

.member_group_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:13px;
 	color:#7d7e98;
	text-decoration:underline;
}

.member_group_links a:hover {
	color:#16175a;
}

.member_group_anchor {
	display:block;
}

.title, .address, .phone, .fax, .email {
	display:block;
}

.newsletter_cover {
	height:51px;
	width:50px;
	border:0px;
}

.member {
	font-weight:800;
	font-size:larger;
}

.member a {
	padding-top:10px;
	display:block;
}

.member_group_anchor {
	font-size:larger;
	border-bottom:1px solid black;
	padding-top:15px;
	padding-bottom:5px;
}
	
.profile_pop {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:left;
	margin:0px;
	border-top:15px solid #0b0c51;
	overflow:auto;
	background-color:#7d7e98;	
}


.member_profile {
	padding-top:20px;
	padding-left:10px;	
	padding-right:10px;	
	border-top: 5px solid white;

}

.profile_pop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12pt;
	color:#41346e;
	display:block;
	height:180px;
}	

#headshot {
	float:left;
	display:block;
	width:137px;
	height:183px;
	margin-left:5px;
	margin-right:20px;
}

#past_events ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#past_events ul li {
	padding-bottom:10px;
}

.photo_box {
	width:49%;
	float:right;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:smaller;
}

.photo_box img {
	height:145px;

	display:block;
	float:left;
	padding:0px;
	margin:0px;
}

.photo_caption {
	width:185px;
	height:15px;
	padding:0px;
	margin:0px;
	border:1px solid black;
	display:inline;

}

.back_to_top {
	font-size:smaller;
}
