/* CSS Document */

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

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

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

#header {
	background: #fff url(../images/logo.gif) no-repeat;
	height: 80px;
	clear: both;
	float: left;
	width: 1000px;
	position: relative;
}
#header h1#mainheader {
	visibility: hidden;
}


/*Styles for the Main Navigation Drop Down Menu*/
body {behavior: url(../csshover.htc);} /* WinIE6 behavior call */
div#nav {
	background: #009999 url(../images/nav_bar.gif);


no-repeat; 			height: 30px;
	z-index: 30;
	position: relative;
	clear: both;
	float: left;
	width: 1000px;
}
div#nav ul {list-style: none; color: #fff; text-align: right; padding-top: 6px; padding-right: 2em;}
div#nav li {position: relative; margin: 0; float: right; line-height: 1em; text-align: center;}
div#nav li li {width: 11em;}
div#nav li li:hover {background: #99d6d6;}
div#nav li a {display: block; border-right: solid 1px #fff; padding: 0.25em 6px 0.25em 6px; 
	text-decoration: none; color: #fff; font-weight: bold;}
div#nav li a.last {border-right: none;}
div#nav li a:hover {color: #000;}
div#nav li li a {color: #fff; width: 10.5em; padding: 0.25em 0 0.25em 0.25em; border-right: none;}
div#nav li li a:hover {color: #000;}
div#nav ul ul {position: absolute; width: 11em; display: none; padding-right: 0em;}
div#nav ul ul li {border-bottom: 1px solid #CCC;}
div#nav ul.level1 li.submenu:hover ul.level2 {display: block; background: #009999;}
div#nav ul.level2 {top: 1.5em; left: -1px;}

/*Styles for the Pageheader navigation*/
#pageheadernav {margin: 0 0 .5em 0;}
#pageheadernav h1#pageheader {color: #fff; font-size: 1.5em;}
#pageheadernav span.bluebackground {background-color: #009999; padding: 0 4px;}
#pageheadernav ul {
	list-style: none;
	margin: 0px;
}/*the negative margin moves the list to the left to line up with the header*/
#pageheadernav ul li {display: inline;}
#pageheadernav ul li a.subnavlast {border-right: 0;}
#pageheadernav ul li a {font-size: .75em; text-decoration: none; color: #000; border-right: solid 1px black; padding: 0 4px;}
#pageheadernav ul li a:hover {color: #009999;}

#contentwrapper {/*This wrapper forces the right column to have a background color all the way down*/
	width: 1000px; /*Same width as overall wrapper*/
	background: #fff url(../images/content_background.gif) repeat-y; /*Pushes the text in the maincontent div over to the left to make room for the right column*/
	overflow: hidden;
	position: relative;
	float: left;
}

/*Styles for the main body of content*/
#maincontent {width: 800px; float: left; background: #fff url(../images/content_background.gif) repeat-y;}
#maincontent h1 {font-size: 1.5em; padding: 0 0 0 30px; margin: .5em 1em 0 0; color: #009999;}
#maincontent p {padding: 0 0 0 30px; margin: 0 2em 1em 0;}
#maincontent a {color: #009999; text-decoration: none; font-weight: bold;}
#maincontent ul, ol {padding: 0 0 1em 60px;}
#maincontent h2 {font-size: 1.25em; padding: 0 0 0 30px; margin: 0 2em .5em 0;}
#maincontent h3 {font-size: 1em; padding: 0 0 0 30px; margin: 0 2em .5em 0;}

/*Styles for the column on every page*/
#columncontent {
	width: 165px;
	float: right;
	background: #99d6d6 url(../images/right_column.gif) no-repeat;
	position: relative;
	padding-left: 17px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
}
#columncontent a {text-decoration: none; color: #000; border: none;}
#columncontent p {
	font-size: .8em;
	padding: 10px;
}
.boxes {
	height: 165px;
	width: 165px;
	background: url(../images/box.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
}
#asjh-address p {
	padding: 0px;
}

*html .boxes {margin-left: 16px;}/*fix for IE6 to center the boxes in the column*/
.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 {
}

/*Styles for the footer*/
#footer {
	font-size: .75em;
	color: #fff;
	text-align: right;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 20px;
	position: relative;
}
#footer a {
	color: #fff; 
	text-decoration: none;
}

/*Global classes*/
.clearing {
	clear: both;
	float: left;
	width: 1000px;
	position: relative;
}
.hidden {visibility: hidden;}
.picleft {float: left; margin: 0 2em 2em 0;}
.small {font-size: .75em; color: #666;}
div.emphasisbox {/*Use anywhere for a box with a solid blue edge*/
	border: solid 1px #009999; 
	margin: 2em; 
	padding-top: 1em;
}
p.firstletter:first-letter {font-size: 320%; float: left; color: #009999;}


/**********************************************Individual Page Styles Below****************************/

#homepagecolumn {width: 300px; float: left; font-size: .85em; margin: 0 1em 1em 0;}
/*#homepagecolumntext {border-right: dotted 1px #333;} use this again when they drop in some text*/

/*===============================================Membership Form============================================*/
.alignright input {
	margin-left: 10em;
}
.cleartop {
	clearing: top; 
	display: block; 
	width: 760px;
}
.clearboth {
	clearing: both;
}
label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
div.surveytopics {
	float: left; 
	width: 33%;
}
div.surveytopics label {
	width: 12em; 
	font-size: .85em;
}
label.paymentinfo {
	width: 25em;
}
label.memberlevels {
	color: #009999; 
	font-weight: bold; 
	width: 23em;
}
label.survey {
	width: 15em;
}
input, textarea {
	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: 760px; 
	margin-left: 30px; 
	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: 95%; margin: 2em 0; padding: 0;}
#officers dl.table-display dt {width: 30%; 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;}
