@charset "UTF-8";
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#menu  {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 153px; /* top and bottom padding create visual space within this div  */
	font-size: 11px;
	background-color: #68B3AF;
	clear: left;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#about h4 {
	background-image: url(http://www.asja.org/pubimg5/menu_subhead_about-asja.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#find h4 {
	background-image: url(http://www.asja.org/pubimg5/menu_subhead_find-americas.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 41px;
}
#for-writers h4 {
	background-image: url(http://www.asja.org/pubimg5/menu_subhead_for-writers.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4 {
	font-size: 14px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.searchbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 15px;
	width: 150px;
	border: 1px solid #066;
	margin-left: 5px;
}
#menu #mainlinks {
	font-size: 12px;
	width: 133px;
	margin: 10px;
}
#menu #mainlinks p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: left;
}
#menu p {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#menu a {
	color: #FFF;
	display: inline;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	background-color: #AACCB0;
}
.menu-section {
	margin: 10px;
	width: 133px;
}
#asja-activities h4 {
	background-image: url(http://www.asja.org/pubimg5/menu_subhead_asja-activities.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

