/* CSS Document */

body {font-family: "Georgia", "Times", "Times New Roman", "serif"; color: #523822; font-size: 90%;
	}
* {margin: 0; padding: 0;}
*html body {text-align: center;} /*So IE6 will center the div*/

a, img, li, ul {border: none;}
h1, h2, h3, h4, h5, h6, p, ul, li, dl {margin: 0; padding: 0;}
object {display: none; }

#wrapper {width: 100%; margin: 0 auto; text-align: left /*to move the text back over*/}

#header {background: #fff url(../images/logo.gif) no-repeat; height: 80px;}
#header h1#mainheader {visibility: visible;}

#nav {display: none; background: #009999 url(../images/nav_bar.gif); no-repeat; height: 30px;}
#nav ul {list-style: none; color: #fff; text-align: right; padding-top: 6px;}
#nav ul li {display: inline;}

#contentwrapper {width: 100%;}

/*Styles for the main body of content*/
#maincontent {width: 100%; float: none;}
#maincontent h1 {font-size: 1.5em; padding: 0; margin: 1em 1em 0 0;}
#maincontent p {padding: 0; margin: 0 2em 1em 0;}
#maincontent a {color: #009999; text-decoration: none; font-weight: bold;}
#maincontent ul, ol {padding: 0;}
#maincontent h2 {font-size: 1.25em; padding: 0; margin: 0 2em .5em 0;}
#maincontent h3 {font-size: 1em; padding: 0; margin: 0 2em .5em 0;}

/*#maincontent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#maincontent a[href^="/"]:after {
  content: " (http://www.alistapart.com" attr(href) ") ";
   }*/

/*Styles for the column on every page*/
#columncontent {display: none; width: 200px; float: none; background: #99d6d6 url(../images/right_column.gif) no-repeat;}
#columncontent a {text-decoration: none; color: #000; border: none;}
#columncontent p {font-size: .8em; padding: 10px;}
.boxes {height: 165px; width: 165px; margin: 8px auto; background:  url(../images/box.jpg) no-repeat; position: relative; overflow: hidden;}
.boxes ul {list-style: none; font-size: .8em; position: absolute; top: 6px; left: 6px;}
li.box-text {margin: 0 6px;}
li.actionbuttons img {position: absolute; top: 132px; left: 75px; padding: 0 4px 4px 0;}
#asjh-address {padding-left: 10px;}

/*Styles for the footer*/
#footer {font-size: .75em; color: #000; text-align: right; margin: 20px 0 0 0;}
#footer a {color: #000; text-decoration: none;}

/*Global classes*/
.clearing {clear: both;}
.hidden {visibility: visible;}
.picleft {float: left; margin: 0 2em 2em 0;}
.small {font-size: .75em; color: #666;}

/*Membership Form*/
.alignright input {margin-left: 10em;}
.cleartop {clearing: top; display: block; width: 100%;}
.clearboth {clearing: both;}
label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
label.paymentinfo {width: 25em;}
label.memberlevels {color: #009999; font-weight: bold; width: 23em;}
input {
color: #000;
background: #99d6d6;
border: 1px solid #009999;
}
.submit input {
color: #fff;
background: #009999;
border: 2px outset #99d6d6;
margin-left: 35em;
}
fieldset {border: 1px solid #009999; width: 100%; margin-bottom: 1em;}

legend
{
color: #000;
background: #99d6d6;
border: 1px solid #009999;
padding: 2px 6px; margin-bottom: 1em; margin-left: .5em;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/*======================================Styles for Officers page===============================================*/
#officers {margin-left: 40px;}
#officers dl.table-display {width: 750px; margin: 2em 0; padding: 0;}
#officers dl.table-display dt {width: 25%; float: left; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999; font-weight: bold;}
#officers dl.table-display dt.header-term {color: #009999;}
/* commented backslash hack for mac-ie5 \*/
dt {clear: both;}
/* end hack */

#officers dl.table-display dd {float: left; width: 65%; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999;}

/*======================================Styles for glossary===============================================*/
#glossary {margin-left: 40px;}
#glossary dl.table-display {width: 750px; margin: 2em 0; padding: 0;}
#glossary dl.table-display dt {width: 25%; float: left; margin: 0 0 0 0;
padding: .5em; border-top: 1px solid #999; font-weight: bold; }

/* commented backslash hack for mac-ie5 \*/
dt {clear: both;}
/* end hack */

#glossary dl.table-display dd {float: left; width: 65%; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999;}

/*====================================Styles for the Pageheader div===================================*/
#pageheader {margin: 0 0 1em 0;}
#pageheader h1 {color: #fff; font-size: 1.5em;}
#pageheader span.bluebackground {background-color: #009999; padding: 0 4px;}
#pageheader ul {list-style: none; margin: 0 0 0 30px; padding: 0;}
#pageheader ul li {display: inline; }
#pageheader ul li a.subnavlast {border-right: 0;}
#pageheader ul li a {font-size: .75em; text-decoration: none; color: #000; border-right: solid 1px black; padding: 0 4px;}
#pageheader ul li a:hover {color: #009999;}

