/*
---------------------------
NHAND - styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 30 august 2005
---------------------------
*/

body {
	background-color: rgb(247,244,240);
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
}

a:link {
	color: rgb(72,89,67);
}

a:visited {
	color: rgb(72,89,67);
}

a:hover {
	color: rgb(8,24,9);
	text-decoration: none;
}

input, textarea {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #f5f5f5;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px 2px 4px;
	border: solid 1px #56566d;
}

input:focus, textarea:focus {
	background-color: #fff;
}

select {
	font-size: 12px;
	background-color: #f5f5f5;
	padding: 2px;
}

img.right {
	float: right;
	margin-left: 6px;
	padding: 0px;
}

img.right_wborder {
	float: right;
	margin-left: 4px;
	border: 1px solid rgb(59,68,48);
}

#extra_padding {
	margin-bottom: 400px;
}

#med_padding {
	margin-bottom: 250px;
}

#small_padding {
	margin-bottom: 150px;
}

#container {
	font-family: Verdana, arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px auto 0px;
	padding: 0px;
	position: relative;
	width: 749px;
}

#header {
	background: url(pics/header.jpg) no-repeat 0px 0px;
	width: 749px;
	height: 227px;
}

#header  h1, h2 {
	display: none;
}

/* subheaders section
--------------------------------- */

h3 {
	color: rgb(70,87,59);
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid rgb(189,182,166);
}

#menu h3 {
	background: transparent url(pics/subheaders/menu.gif) no-repeat 0px 50%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	border-bottom: 0px none;
	width: 205px;
	height: 24px;
}

#menu h3 span {
	display: none;
}

/*#menu h3  { margin-left: 1em; border-bottom: 0px }*/

/*h3 span { display: none }*/

#menu h3.mainmenu {
	background-image: url(pics/subheaders/menu.gif);
}

#menu h3.doctorsmenu {
	background-image: url(pics/subheaders/members.gif);
	height: 33px;
}

/* address bar
--------------------------------- */

#address {
	color: rgb(72,89,67);
	font-size: 12px;
	background: url(pics/address_bck.jpg) no-repeat 0px 0px;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 2px;
	padding-top: 8px;
	padding-right: 10px;
	height: 24px;
}

#small_border {
	background: url(pics/small_border.jpg) no-repeat 0px 0px;
	margin-top: 4px;
	height: 17px;
}

#small_border span {
	display: none;
}

/* body section
--------------------------------- */

#body {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid rgb(247,244,240);
	border-right: 1px solid rgb(223,221,203);
	border-bottom: 1px solid rgb(247,244,240);
	position: relative;
}

#menu {
	background-color: transparent;
	margin-top: 4px;
	border-top: 1px solid rgb(189,182,166);
	position: absolute;
	z-index: 111;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 100%;
	overflow: hidden;
}

#menu ul {
	font-size: 13px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	text-decoration: none;
	margin: 0px;
	padding: 0.5em 1em;
	width: 205px;
	display: block;
}

#menu>ul a {
	width: auto;
}

#menu li a:hover {
	background-color: rgb(247,244,240);
	text-decoration: none;
}

#menu li:hover {
	background-color: rgb(247,244,240);
}

#menu a.here {
	color: rgb(8,24,9);
	background-color: rgb(235,233,219);
}

#content {
	color: rgb(54,50,40);
	font-size: 12px;
	line-height: 1.5em;
	background: transparent url(pics/side_bck_shadow.gif) repeat-y;
	padding: 1px 20px 1px 227px;
	width: auto;
	/* height: auto; */
	
	min-height: 690px;
	height: auto !important;
	height: 690px;
}

#subheader {
	color: rgb(70,87,59);
	font-weight: bold;
	font-size: 16px;
	margin-top: 1em;
	padding: 0px;
	border-bottom: 1px solid rgb(189,182,166);
	position: relative;
	height: 1em;
}

#subheader #butterfly {
	background: transparent url(pics/green_moth.gif) no-repeat 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 445px;
	width: 90px;
	height: 82px;
}

/* footers section
--------------------------------- */

#footer {
	background: url(pics/footer.jpg) no-repeat 0px 0px;
	position: relative;
	height: 50px;
}

#footer #butterfly {
	display: none;
	background: transparent url(pics/green_moth.gif) no-repeat 0px 0px;
	position: absolute;
	bottom: 100%;
	left: 700px;
	width: 90px;
	height: 82px;
}

#frill {
	background: transparent url(pics/green_moth.gif) no-repeat 0px 0px;
	position: absolute;
	bottom: 100%;
	left: 450px;
	width: 90px;
	height: 82px;
}

#credits {
	color: rgb(54,50,40);
	font-size: 11px;
	text-align: center;
}

#formtable {
	border: #a59e8e;
}

#formtable td {
	border: dotted 1px #a59e8e;
}

/* admin forms
--------------------------------- */

#registrationform table {
	font-size: 12px;
	background-color: #ece9e6;
	margin-right: 1em;
	margin-left: 1em;
}

#registrationform td {
	background-color: #ece9e6;
	padding: 3px;
}

#registrationform td.left {
	text-align: right;
	width: 200px;
}

table#memberlist {
	text-align: left;
	border-top: 1px solid #a59e8e;
	border-left: 1px solid #a59e8e;
	width: 480px;
}

table#memberlist td {
	padding: 6px;
	border-right: 1px solid #a59e8e;
	border-bottom: 1px solid #a59e8e;
}

/* member display
--------------------------------- */

#member_display {
	background: rgb(251,251,251);
	padding: 1em;
	border: solid 1px #bdb6a6;
	position: relative;
	width: 473px;
}

#member_display #butterfly {
	background: transparent url(pics/green_moth.gif) no-repeat 0px 0px;
	position: absolute;
	bottom: 100%;
	left: 450px;
	width: 90px;
	height: 82px;
}

#member_display div.header {
	text-align: left;
}

#member_display span.name {
	font-weight: bold;
	font-size: 1.4em;
}

#member_display span.short {
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	text-transform: capitalize;
}

#member_display span.organization {
	font-weight: bold;
	text-transform: uppercase;
}

#member_display span.address {

}

#member_display span.contact_info {

}

#member_display span.email {

}

#member_display span.website {

}

#member_display div.full {
	text-align: left;
}

#member_display img {
	float: right;
	margin-bottom: 2px;
	margin-left: 4px;
	padding: 0px;
	border: solid 1px #282623;
}

p.logged_in {
	font-size: 11px;
	background-color: rgb(223,221,203);
	padding: 4px;
	border: solid 1px #bdb6a6;
	width: 98%;
}

.alert {
	color: red;
}

/* bylaws list
--------------------------------- */

#bylaws ul.first {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#bylaws ul.first li {
	color: rgb(70,87,59);
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif; 
	letter-spacing: 2px; 
	margin-top: 1em; 
	padding-bottom: 1em; 
	border-bottom: 1px solid #bdb6a6;
}

#bylaws ul.second {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 12px;
	padding-left: 12px;
}

#bylaws ul.second li {
	color: rgb(54,50,40);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: 0px none;
}

#bylaws ul.second li span {
	color: rgb(54,50,40);
	font-weight: bold;
}

#bylaws ol.third {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
	padding-left: 2em;
	border-bottom: 0px;
}

#bylaws ol.third li {
	color: rgb(54,50,40);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}

/*List and Resources newslist styles*/

#newslist ul {
	line-height: 1.3em;
	text-indent: 0em;
	list-style-type: none;
	list-style-position: outside;
	margin-right: 8px;
	margin-left: 10px;
	padding-top: 1em;
	padding-left: 0em;
	border-top: 1px dashed #a9a9a9;
	width: 95%;
}

#newslist ul.members_notes {
	line-height: 1.3em;
	text-indent: 0em;
	list-style-type: none;
	list-style-position: outside;
	margin-right: 8px;
	margin-left: 10px;
	padding-top: 1em;
	padding-left: 0em;
	border-top: 1px dashed #a9a9a9;
	border-bottom: none;
	width: 95%;
}

#newslist li a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: url(links/images/bullet_double.gif) no-repeat 0px 3px;
	padding-left: 12px;
	border-bottom: 1px none #a59e8e;
}

#newslist a:hover {
	text-decoration: none
}

#newslist span.title {
	color: #624737;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#newslist span.author {
	font-style: italic;
	font-size: 11px;
}

#newslist span.date {
	color: #746951;
	font-size: 11px;
	text-transform: lowercase;
}

#newslist span.desc {
	font-size: 11px;
}

#newslist span.full {
	font-size: 12px;
}

#newslist span.full ul li {
	font-size: 12px;
	text-indent: 0em;
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 2em;
	margin-bottom: 8px;
	margin-left: 2em;
	padding-left: 0em;
}

#newslist span.member_edit  a {
	font-size: 11px;
	background: none;
	padding-left: 0px;
	border-bottom: none;
}

/*members page news and articles list*/

div.members_news_articles {
	background-color: rgb(251,251,251);
	margin-top: 6px;
	margin-bottom: 1em;
	padding: 0px 1em 0.5em;
	border: solid 1px #bdb6a6;
	position: relative;
	width: 473px;
}

div.members_news_articles p span {
	font-weight: bold;
}

div.members_news_articles ul {
	line-height: 1.3em;
	text-indent: 0em;
	list-style-type: none;
	list-style-position: outside;
	margin-right: 8px;
	margin-left: 10px;
	padding-top: 1em;
	padding-left: 0em;
	border-top: 1px dashed #a9a9a9;
	border-bottom: 1px dashed #a9a9a9;
	width: 95%;
}

div.members_news_articles li {
	line-height: 1.3em;
	background: url(links/images/bullet_double.gif) no-repeat 0px 3px;
	padding-left: 12px;
	margin-bottom: 11px;
}

div.members_news_articles li span {
	font-size: 10px;
}

div.members_news_articles li span.status_no {
	color: rgb(124,52,52);
	font-size: 11px;
}

div.members_news_articles li span.status_yes {
	color: rgb(117,124,113);
	font-size: 11px;
}

div.members_news_articles span.title {
	color: #624737;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

div.members_news_articles span.desc {
	font-size: 11px;
}

div.members_news_articles span.date {
	color: #746951;
	font-size: 11px;
	text-transform: lowercase;
}

div.members_news_articles .member_notes ul {
	border-bottom: none;
}

div.members_news_articles .member_notes li {
	padding-bottom: 1em;
	border-bottom: 1px dashed #a9a9a9;
}

/*page numbering style for db results*/

div.page_numbers {
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px 2px 2px 4px;
	border: solid 1px #cbc0b1;
	width: auto;
}

div.page_numbers a {
	font-weight: bold;
	text-decoration: none;
}

div.page_numbers a:hover {
	text-decoration: underline;
}

div.page_numbers span.here {
	color: #746951;
}

div.member_signature {
	font-size: 11px;
	line-height: 1.4em;
	background-color: transparent;
	text-align: center;
	margin: 8px 10px 10px;
	padding: 4px;
	border-top: 1px dashed #cbc0b1;
	width: auto;
}

div.member_signature a {
	font-weight: bold;
	text-decoration: none;
}

div.member_signature a:hover {
	text-decoration: underline;
}

/*============================================
=============PHPList Styles=======================*/

h1.confirmh1 {
	font-weight: bold;
	font-size: 12px;
}

div#confirmli ul {
	line-height: 1.3em;
	text-indent: 0em;
	list-style-type: none;
	list-style-position: outside;
	margin-right: 8px;
	margin-left: 10px;
	padding-top: 1em;
	padding-left: 0em;
	border-top: 1px dashed #a9a9a9;
	border-bottom: 1px dashed #a9a9a9;
	width: 95%;
}

div#confirmli li {
	line-height: 1.3em;
	background: url(links/images/bullet_double.gif) no-repeat 0px 3px;
	padding-left: 12px;
	margin-bottom: 11px;
}

.required {
	color: #ac3022;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	text-decoration: none;
}

.missing {
	font-size: 14px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #ac3022;
}

.error {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: red;
	text-decoration: none;
}

.info {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #854067;
	text-decoration: none;
}

.botbar {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: white;
	text-decoration: none;
}

ul.unsubscribe_list {
	list-style-type: none;
	list-style-position: outside;
}

#laws {
	line-height: 1.3em;
	text-indent: 0em;
	list-style-type: none;
	list-style-position: outside;
	margin-right: 8px;
	margin-left: 10px;
	padding-top: 1em;
	padding-left: 0em;
	border-top: 1px dashed #a9a9a9;
	border-bottom: 1px dashed #a9a9a9;
	width: 95%;
}

#laws li a {
	display: block;
	text-decoration: none;
	background: url(links/images/bullet_double.gif) no-repeat 0px 3px;
	padding-left: 12px;
}

#laws li a:visited {
	text-decoration: none;
	background: url(links/images/blue_check.gif) no-repeat 0px 3px;
}

#laws li a:hover {
	text-decoration: none;
	background-color: #f0e68c;
}

#laws li {
	line-height: 1.3em;
	margin-bottom: 11px;
}



/* Other Tables -------------------------------- */

table.schedule {
	border-collapse: collapse;
	border-top: 1px solid #C7C5B5;
	border-left: 1px solid #C7C5B5;
	margin: 6px 0 15px 0;
}

table.schedule th, table.schedule td {
	font-size: 12px;
	padding: 3px;
	border-right: 1px solid #C7C5B5;
	border-bottom: 1px solid #C7C5B5;
}

table.schedule th {
	font-weight: bold;
	background-color: #DFDDCB;
	text-align: center;
	vertical-align: top;
}

td.nowrap, th.nowrap {
	white-space: nowrap;
}

caption {
	font-weight: bold;
	margin: 9px 0;
}

/* Other lists --------------- */

#body #content ul.horiz {
	list-style-type: none;
	margin: 6px 0 12px 0;
	float: left;
	width: 94%;
	padding: 6px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #DFDDCB;
	position: relative;
}

#body #content ul.horiz li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 12px;
	position: relative;
}

ul.horiz li a {
	font-weight: bold;
	text-decoration: none;
}

ul.horiz li a:hover {
	text-decoration: underline;
}

/* MISC -------- */

.clearer {
	clear: both;
	line-height: .1em;
	height: 1px;
}

ul.horiz li a.this {
	text-transform: uppercase;
	text-decoration: underline;
	color: #97968A;
}

.info_box {
	float: right;
	border: 1px solid #BDB6A6;
	background-color: #E4E0DA;
	padding: 5px;
	width: 185px;
	margin-top: 12px;
	margin-left: 6px;
}

a.pdf {
	display: block;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #903D38;
	padding-left: 20px;
	background: transparent url(pics/pdficon_small.gif) no-repeat left center;
}

a.pdf:hover {
	text-decoration: underline;
}

a.pdf span {
	font-weight: normal;
}
