@charset "UTF-8";
body {
	background:#009900 url(/images/hawaii_clip_art/windowleaf-dark-background.jpg);
	color:#404040;
	font:76% Verdana, Tahoma, Arial, sans-serif;
	margin:0 auto;
	padding:0;
}
#wrap {
	background:#fff url(craterhilltest.png) no-repeat fixed center bottom;
	color:#404040;
	margin:0 auto;
	width:955px;
}


/* Basic tags */
a {
	background-color:inherit;
	color:#009900;
	font-weight:700;
	text-decoration:none;
}
a:hover {background-color:inherit; color:#286ea0; text-decoration:underline;}
a img {border:0;}
p {margin:0 0 1.4em;}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container { 
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/* Header */
#header {
	height:45px;
	margin:5px 0 5;
	padding:0;
}
#header h1 {
	background-color:inherit;
	color:#505050;
	float:left;
	font-size:1em;
	margin:0 0 10px;
	width:550px;
	text-indent: -5000px;
}
#header h1 a {background-color:inherit; color:#505050; text-decoration:none;}

#header h3 {
	float:right;
	font-weight:700;
	line-height:1.2em;
	margin:0px 0 10px;
	text-align:right;
	width:800px;
	padding-right: 10px;
}

#header p {
	float:right;
	font-weight:700;
	line-height:1.4em;
	margin:0px 0 4;
	text-align:right;
	width:800px;
	padding-right: 10px;
}



/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. 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 ".twoColElsLtHdr #sidebar1 p" rule.
*/
/*Left and right sidebar */
#leftside {
	clear:left;
	float:left;
	margin:50px 0 5px;
	padding:0;
	width:140px;
}
#rightside {
	float:right;
	line-height:1.4em;
	margin:50px 0 5px;
	padding:0;
	width:140px;
	position: relative;
}
#leftside  a {
	padding-left: 15px;
	font-weight: 700;
	color: #009900;
	
}
#leftside  img {
	padding-left: 5px;
	
}

#leftside table {
	padding-left: 15px;
	
}

#leftside script {
	padding-left: 15px;
	
}

#leftside p,#leftside ul, #rightside p,#rightside ul {
	margin:0 0 16px;
	padding:0 0 0 0px;
}
#leftside p, #rightside p {font-size:0.9em; line-height:1.4em;}
#leftside li, #rightside li {
	line-height:1.5em;
	list-style:none;
	margin:0 0 6px;
	padding:0;
}
#leftside ul ul, #rightside ul ul {
	margin:6px 0 0 15px;
	padding:0;
}
#leftside ul ul li, #rightside ul ul li {margin:0 0 4px;}
#leftside ul ul li a, #rightside ul ul li a {
	font-weight:400;
}
#leftside h2,#leftside h3, #rightside h2,#rightside h3 {
	color:#009900;
	font-size:1.2em;
	margin:0 0 8px 0px;
	padding:5px 1px 5px 15px;
}

/* Main menu */
#leftside ul.avmenu, #rightside ul.avmenu {
	display:block;
	list-style:none;
	margin:0 0 18px 5;
	padding:0;
	width:140px;
}
#leftside ul.avmenu li, #rightside ul.avmenu li {
	display:inline;
	line-height:1.5em;
	padding:0;
	width:140px;
}
#leftside ul.avmenu li a, #rightside ul.avmenu li a {
	color:#009900;
	float:left;
	font-weight:700;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:130px;
}
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current, #rightside ul.avmenu li a:hover,#rightside ul.avmenu li a.current {
	border-left:10px solid #009900;
	color:#009900;
}
#leftside ul.avmenu ul, #rightside ul.avmenu ul {
	font-size:1.5em;
	margin:0 0 0 15px;
	padding:0 0 5px;
	width:125px;
}
#leftside ul.avmenu ul a, #rightside ul.avmenu ul a {
	font-weight:400;
	padding:3px 1px 3px 15px;
	width:115px;
}
#leftside ul.avmenu ul ul, #rightside ul.avmenu ul ul {width:113px;}
#leftside ul.avmenu ul ul a, #rightside ul.avmenu ul ul a {width:100px;}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
/* Main content */
#content {
	border-left:2px solid #999999;
	line-height:1.5em;
	margin:50px 10px 5px 175px;
	padding:0 10px;
}
#contentwide {border-left:1px solid #e0e0e0; line-height:1.5em; margin:0 0 5px 150px; padding:0 0 0 10px;}
#contentwide2 {border-right:1px solid #e0e0e0; line-height:1.5em; margin:0 150px 5px 0; padding:0 10px 0 0;}
#content h1,#contentwide h1,#contentwide2 h1 {
	font-size:2.0em;
	margin:0 0 10px;
	line-height: normal;
}
#content h2,#contentwide h2,#contentwide2 h2 {font-size:1.6em; margin:0 0 10px;}
#content h3,#contentwide h3,#contentwide2 h3 {font-size:1.3em; margin:0 0 8px;}
#content img,#contentwide img,#contentwide2 img {background:#ccc; border:4px solid #f0f0f0; color:#303030; display:inline; padding:1px;}
#content ul,#contentwide ul,#contentwide2 ul,#content ol,#contentwide ol,#contentwide2 ol {margin:0 0 16px 20px; padding:0;}
#content li,#contentwide li,#contentwide2 li {margin:0; padding:0 0 0 5px;}
#content ul ul,#contentwide ul ul,#contentwide2 ul ul,#content ol ol,#contentwide ol ol,#contentwide2 ol ol {margin:0 0 0 16px; padding:0;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Footer */
#footer {
	border-top:2px solid #999999;
	clear:both;
	color:gray;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:760px;
	line-height:1.5em;
	font-size:0.9em;
}
#footer p {margin:0; padding:0;}
#footer a {
	color:gray;
	font-weight:400;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}
#footer span {font-size:1.2em;}

/* Additional classes */
.left {float:left; margin:3px 10px 2px 0;}
.right {float:right; margin:2px 0 2px 10px;}
.textright {text-align:right; margin:5px 0;}
.center {text-align:center;}
.small {font-size:0.8em;}
.bold {font-weight:700;}
.timestamp {font-size:1.2em; margin:-5px 0 15px 10px;}
.timestamp a {font-weight:400;}
.announce {
	clear:left;
	color:#505050;
	font-size:0.9em;
	line-height:1.5em;
	margin:10px 0 15px;
	padding:7px 5px 2px 0px;
	width:126px;
}
.announce p {margin:10px 0 0; padding:0;}
.postinfo {background-color:#f4f4f4; border-left:4px solid #ccc; color:#606060; font-size:0.9em; line-height:1.4em; margin:1px 0 20px; padding:8px 5px 8px 8px;}
.clearing {clear:left; margin:0; padding:0; visibility:hidden;}
.hide {display:none;}
.fineprint {
	font-size: 75%;
	line-height: 1em;
}

