  
.note{
   color: #A9A9A9;
   }
	 
.smallNote {
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
	}	
	

#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 85%;
	}
	
#content p{
	text-align: left;	
	}

			
#content a {
   background: none transparent; 
   color: #202080; 
   font-weight: normal;
   text-decoration:none;
   border-bottom: 1px solid #9999CC;
	 vertical-align: bottom;
         }   
				 
#content a:hover {
	 color: #708090; 
   } 

/* * * * * * * * * * * * * * * * * * * forms * * * * * * * * * * * * * * * * * * */	
form {
		text-align: center;
		margin-top: 0;
			}
			
	
/* position and display for padding and bkg in ie */
fieldset {
	position: relative;	
	display: block;
	margin: 30px 5px 40px 5px;
	padding: 10px 20px 20px;
	text-align: center;
	border: 2px solid #D6D6EB;
	background: #E8E8F4; 
	}	
	
/* position and neg top margin for padding and bkg in ie */	
legend {
	position: relative;	
	top: -20px;
	font-weight: bold;
	color: #202080; 
	background: #D6D6EB;
	border: 2px solid #ccc;
	padding: 2px 30px;
	}	
	
form div {
	clear: left;
	padding-top: 5px;
	text-align: left;
	}
	
/* use p in form cautiously in nn4, hide style using import */
form p {
	padding-top: 5px;
	text-align: left;
	margin: 0 0 10px 0;
	}		

label {
	width: 150px;
	float: left;
	display: block;
	}	

/* nn4 needs block statement for width */	
input {
	/*/*//*/ 
	display: block;
	/* */
	width: 450px;
	}
	
textarea {
	width: 500px;
	}

	
form .btn {
	width: 100px;
	margin: 20px auto 10px;
	padding: 0 10px;
	clear: both;
	}
	
/* wrap button in label tag, class radio on label */
/* caution: could take style from label selector */
.chbx {	
	text-align: center;
	margin-right: 20px;
	width: 500px;
	margin: 5px auto;
	float: none;
	}	
	
.chbx input {	
	width: 20px;
	margin-right: 10px;
	}	
	
/* for file uploads - set size on in html */	
form .upfile {
	width: auto;
	}

form .l100 {width: 100px;}
form .l200 {width: 200px;}
form .l300 {width: 300px;}
form .l500 {width: 500px;}


	 
/* * * * * * * * * * * * * * * * * * * login form * * * * * * * * * * * * * * * * * * */

#loginForm {
	margin-bottom: 80px;
	}

#loginForm p {
	margin-top: 0;
	margin-bottom: 0px;
	}	
		
#loginForm fieldset {	
	position: relative;
	width: 70%;
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	}	
	
#loginForm legend {
	font-weight: bold;
	color: #202080; 
	border: 0;
	background: none;
	padding: 0;
	}

#loginForm label {
	width: 115px;
	float: none;
	display: block;
	}	
	
#loginForm input {
	width: 200px;
	}	
	
#loginForm .btn {
	width: 100px;
	}	
	
#loginForm .side {
	width: 130px;
	text-align: center;
	background: #fff;
	border: 2px solid #ddd;
	padding: 5px;
	float: right;
	margin-top: 40px;
	font-size: 90%;
	}	
	
#loginForm .side a {
	text-decoration: underline;
	border: none;
	display: block;
	padding: 5px;
	}	
	
#boxout {
	margin: 0;
	width: auto;	
	background: url(/member/question.gif) no-repeat 10px; 
	padding-left: 3px;
	}
	
#boxout a.questions {
	display: block;
	border: 2px solid  #eeffdd;
	color: #336600;
	padding: 3px;
	padding-left: 30px;
	margin-top: -1px;
	}		
	
#boxout a:hover.questions {
	background-color: #777;
	color: #fff;	
	background: url(/member/question.gif) no-repeat 7px #777; 
	}
	
.clearR {
	clear: right;
	}	
	
/* * * * * * * * * * * * * * * * * * * log in help * * * * * * * * * * * * * * * * * * */

/* place holder for on page links  a.classname overrides other id specifications */
a.pageAnchor {
	padding-bottom: 10px; /* ensures white space above text in browser window */
	text-decoration: none;
	border-bottom: none;
	background: none;
	background-color: transparent;
	}
		
#trouble {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	text-align: left;
	border: 1px dashed #202080;	
	padding: 5px;
	background: #f8f8f8;
	margin-bottom: 10px;
	font-size: 90%;
	}

#trouble h2 {
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	padding-left: 0;
	}
	
#trouble h3 {
	font-weight: bold;
	text-align: left;
	}	
	
#trouble p {
	text-align: left;
	line-height: 1.3em;
	}

#trouble a {
		text-decoration: none;
		border: none;
		}
		

/* * * * * * * * * * * * * * * * * * * photos form * * * * * * * * * * * * * * * * * * */
#showPhoto, #showPhoto div {
	text-align: center;
	}	
#delPhoto {
	border-top: 1px dotted #777;
	width: 500px;
	margin: 15px auto;
	}			
	
#memberForm img {	
	width: 200px;
	margin: 10px;
}

#about label {
	width: 500px;
	float: none;
	padding: 2px 0;
	display: block;
	}
	
#about input, #about textarea {
	width: 625px;
	}	
	
/* * * * * * * * * * * * * * * * * * * member directory pages * * * * * * * * * * * * * * * * * * */
#dirTop {
	text-align: center;
	margin: 0 auto;
	color: #800000;
	}
	
/* use to style a div to clear floated elements (set height for those) - need &nbsp; in div */
.divider {
	clear: both;
	font-size: 0; 
	height: .1%; 
	line-height: .1%;
	}	

#dirTop h1 {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
	}

#dirTop h2 {
	text-align: left;
	color: #999999;
	float: right;
	margin: 0 30px 0 0;
	font-size: 110%;
	background: transparent;
		}	
	
#dirTop p {
	margin: 0;
	padding: 0;
	text-align: center;
}		
	
#letterCap, #phonebook {	
	background: #D6D6EB; 
	text-align: center; 	
	width: 80px; 
	height: 70px; 
	float: left;
	}
	
#letterCap {
	font-family : "Times New Roman", Times, serif;
	font-size: 54px; 
	}
	
#phonebook {
	font-size: 0; 
	}	

	
p #phonebook img {text-align: left;}

#dirTop table{
	margin-left: -1px;
	margin-bottom: 1px;
	clear: both;
	}	
	

#dirTop a{
	position: relative;
	padding: 5px;
	border: 1px solid #D3D3D3;
	background: #fff;
	text-decoration: underline;
	color: #3e5671;
	display: inline;
	}
	
.rightLinks {
	float: right;
	margin-left: 10px;
	}
	
.leftLinks {
	float: left;
	}		
	
#dirTop a:hover {
	background: #777;
	color: #fff;
	border: 1px solid #fff;
	}		

#letters {
	width: 100%;
	margin: 0 auto;
	margin-top: 1px;
	clear: both;
	}
		
#letters td {
	width: 3.4%;
	text-align:center;
	}

#letters a {
   display: block; 
   background: #D6D6EB; 
	 height: auto;
	 padding: 0;
   width: 100%;
   color: #202080; 
   text-decoration: none;
   line-height: 20px;
	 font-size: 16px;	 
	 border-bottom: none;	 
	 border: none;
      }      
       
#letters a:hover {
	 background: #E8E8F4; 
   color: #708090; 
	 border: none;
   }      
      
/* * * * * * * * * * * * * * * * * * * result list tables * * * * * * * * * * * * * * * * * * */
/* grid color */
#showList {
	width: 715px;
	background: #D3D3D3; 
	margin: 10px 0 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	text-align: left;
	table-layout: fixed;
	}

#showList caption {
	position: relative;
	text-align: center;
	clear: both;
	color: #fff;	
	background: #888;
	margin: 10px 0;
	font-size: 80%;
	padding: 4px 5px;
	}
	
#listDir {
	float: left;
	text-align: center;
	}
	
/* how many results shown in table */
#listCount {
	float: right;
	text-align: left;
	}

	
/* result page links */
#resultPages {
	margin: 20px 0; 
	text-align: left; 
	border-bottom: solid 2px #D6D6EB; 
	}
	
 	
#showList th {background: #cccccc;}  /* header color */ 
#showList td {background: #ffffff; overflow: hidden; white-space: nowrap; width: 150px;}  /*list of results*/
#showList a {
	border: none; 
	display: block; 
	width: 100%; 
	/*/*//*/ 
	width: 150px;
	/* */
	padding: 2px 3px 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/*#showList a:visited {color: #505080;}*/
#showList a:hover {color: #fff; background: #bbb;}

#showList #name {
	width: 150px;
	}
	
#showList #city {
	width: 75px;
	}
	
#showList #phone {
	width: 90px;
	}	
	
#pageCount {
	margin-bottom: 10px;
	}

A.pageCount, A.next{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #202080;
		text-align: center;
		font-weight: bold;
		display: block;
		width: auto;
		padding: 0px 5px;
		margin: 0px;
		line-height: 25px;
		text-decoration: none;
		background: #eeeeee;
		border-right: 1px solid #ccc;;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		
		}	
		
A.pageCount:visited{}
A.pageCount:hover {
	border-left: 1px solid #ccc;;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #708090;
	}

A.next {width:80px;}	
		
span.next	{
		font-family : Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #202080;
		text-align : center;
		font-weight : bold;
		display: block;
		width: auto;
		padding:0px 5px;
		margin:0px;		
		border:none;
		width:80px;
		}		
		

.currentPage{ /*shows current page */
		font-family : Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align : center;
		font-weight : bold;
		display: block;
		width: auto;
		padding:0px 5px;
		margin:0px;
		line-height: 25px;
		border:none; 
		color: #708090; 		
		}	
		

/* * * * * * * * * * * * * * * * * * * navigation links * * * * * * * * * * * * * * * * * * */

/* return to member directory link */

#dirLink {
	position: relative;
	text-align: center;
	margin: 30px auto 10px;
	}
	
#dirLink a {
	width: 250px;
	margin: 0 auto;
	display: block;
	background: #fff url(dir.gif) no-repeat 8px;	
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #ccc;
	color: #202080;
	padding: 8px 14px 8px 28px;
	}	

	
#dirLink a:hover {
	background-color: #eee;
	color: #202080;	
		}		
		
#backLink {
	position: relative;	
	background: #fff url(arrow.gif) no-repeat 8px;	
	margin-bottom: 0;
	padding:0;
	padding-left: 20px;
	padding-right: 10px;
	height: 25px;
	float: right;
	display: inline;
	top: -8px;
	margin-left: -120px;
	}
	
#backLink a {
	border-top: 0 none;
	color: #202080;
	padding: 0;
	border-bottom: 0 none;
	height: 25px;
	line-height: 28px;
	}	

/* * * * * * * * * * * * * * * * * * * member page * * * * * * * * * * * * * * * * * * */ 

#myPage {
padding: 0 0 10px;
margin: 0;
text-align:center;
}


#myPage fieldset {
	background:#ffffff;
	border: 2px solid #D6D6EB;
	margin: 0;
	margin-top: 15px;
	}

#myPage legend {
	font-family : "Times New Roman", Times, serif;
	left: 75px;
	border: 2px solid #D6D6EB;
	background-color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	}
		
#myPage div {
background: #fff;
border: 2px solid #D6D6EB;
margin-bottom: 15px;
padding: 5px 8px;
text-align: left;
}

/* using legend instead of this */	
#myPage h2 {
	margin:0 0 20px; 
	padding:0 20px;
	text-align:center; 
	font-size:20px;
	font-weight: bold;
	color: #202080; 
	background: #D6D6EB;
	border: 2px solid #ccc;
	}

#myPage h3 {
	font-family : "Times New Roman", Times, serif;
	background-color:#D6D6EB;
	margin:0;
	padding:0 5px;
	font-size:15px;
	color:#202080;
	text-align:left;
}


#myInfo{	
	}

#myInfo p{
	border: none;
	border-bottom: 1px solid #D6D6EB;
	padding: 5px;
	margin-bottom:0;
	margin-top: 5px;
	}
	
#myInfo label {
	/*font-family : Arial, Helvetica, sans-serif;*/
	border-top: 1px solid #D6D6EB;
	border-right: 1px solid #D6D6EB;
	width: 70px;
	text-align: right;
	padding-right: 5px;
	margin-right: 5px;
	color: #777;
	}	
	
div#myAddress {	
	}

div#myPhone {
		}

div#myEmail {
	}

#myPage img {
	text-align: center;
	width:400px;
	margin:10px;
	border: 2px solid #eee;
	}

	
/* * * * * * * * * * * * * * * * * * * misc text* * * * * * * * * * * * * * * * * * */

#content .error {
	font-weight: bold;
	color: red;
	border: 2px solid red;
	padding: 5px;
	line-height: 1.5em;
	text-align: center;
	}
	
/* * * * * * * * * * * * * * * * * * * q and a * * * * * * * * * * * * * * * * * * */	
dl {
	text-align: left;
	}

dt {
	border: none; 
	font-weight: bold;
	font-size: 105%;
	padding-left: .3em;
	margin-top: 25px;
	width: auto;
	text-align: left;
	background: url(/member/Q.gif) no-repeat 0 #f7f7f7;
	padding: 15px 60px;
	}
	
dd {
	margin-left: 0;
	/*border: 1px dashed #777;*/
	border: none;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}	

dl cite {
	display: block;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 100%;
	text-align: center;
	}