@charset "utf-8";
/* CSS Document */

html, body { height:100%; }
body  { 
	background-image:url(images/background_main_ponds.jpg);
	background-color: #e5eef5;
	background-attachment:fixed;
	background-position:bottom center;
	background-repeat:no-repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	position:relative;
}

.thrColAbsHdr #container { 
	position: relative;
	z-index:0;
	width: 970px;  
	height:100%;
	margin: 0 auto; 
} 
.thrColAbsHdr #inside_container { 
	z-index:0;
	position: relative;
	width: 100%; 
	min-height:100%;
	border-left: 1px solid #6b0000;
	border-right: 1px solid #6b0000;
	text-align: left; 
	background: #FFFFFF;
	background-image:url(images/mainContent_BG.jpg); 
	background-position:0px 225px; 
	background-repeat: no-repeat; 
} 

.thrColAbsHdr #header { 
	 position:relative;
	z-index:10;
	height: 170px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #6b0000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
margin:0 auto; text-align:center;
} 


.thrColAbsHdr #links {
	position:relative;
	z-index:11;
	padding:5px;
	margin:0 auto;
	text-align:center;
	height:12px;
	border-bottom:2px solid #6b0000;
	border-top:2px solid #6b0000;
	background-color:#FFF
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	right:0;
	top:0;
	height:100%;
	/*background: #ebefff;*/
	border-left:  0px solid #d5d9e7;
	z-index:1;

}
.thrColAbsHdr #inside_sidebar2 {
	width: 210px;
	padding: 230px 15px 0px 20px; 
}

.thrColAbsHdr #inside_sidebar2 p {
	font-size:.9em;
}
.thrColAbsHdr #inside_sidebar2 h3 {
	margin-top:15px;
}


.thrColAbsHdr #mainContent { 
	margin: 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 240px 35px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		position:relative;
}

.thrColAbsHdr #mainContent_noSideBar { 
	margin: 0px 18px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 15px 0px 50px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#333;
	font: .8em/1.8em Verdana, Arial, Helvetica, sans-serif;;
	position:relative;
}

.thrColAbsHdr #footer { 
	position:absolute;
	bottom: 0px;
	left:0px;
	width:100%;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color:#FFF;
	margin:0 auto; 
	text-align:center;
	font-size:.8em;
	z-index:5

} 

.thrColAbsHdr #inside_footer { 
	position:relative;
	padding: 2px 6px 2px 12px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6b0000;
	border-bottom: 1px solid #000000;
} 

.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.thrColAbsHdr #links a:link   { color: #626262; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
.thrColAbsHdr #links a:visited { color: #AAAAAA; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
.thrColAbsHdr #links a:active { color: #BB0000; text-decoration: none; }
.thrColAbsHdr #links a:hover  { color: #BB0000; text-decoration: underline; }
.thrColAbsHdr #links {font-size:.7em; color:#999;}

.thrColAbsHdr #footer a:link   { color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
.thrColAbsHdr #footer a:visited { color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
.thrColAbsHdr #footer a:active { color: #909090; text-decoration: none; }
.thrColAbsHdr #footer a:hover  { color: #BB0000; text-decoration: underline; }
.thrColAbsHdr #footer {font-size:.7em; color:#fff;}

a:link       { color: #BB0000; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
a:visited    { color: #EF5A5A; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
a:active { color: #909090; text-decoration: none; }
a:hover  { color: #BB0000; text-decoration: underline; }


.mainHeading {font:1.9em/1.5em Verdana, Geneva, serif; color:#900;}
.tipSubHeading{font:1.6em/1.5em Verdana, Geneva, serif; color:#555; font-style:italic;}

#mainContentText { font: 1em/1.8em Georgia, "Times New Roman", Times, serif;}
#mainContentTextSans { font: 1em/1.8em Verdana, Arial, Helvetica, sans-serif;}
.img_right {float:right; margin:3px 0px 10px 10px; border:2px solid #CCC;}
.img_left {float:left; margin:3px 10px 10px 0px; border:2px solid #CCC;}
.img_right_noBord {float:right; margin:3px 0px 10px 10px; border:0px solid #CCC;}
.img_left_noBord {float:left; margin:3px 10px 10px 0px; border:0px solid #CCC;}

.largeFont{font-size:1.6em;}
.medFont {font-size:1.5em;}

.Abig {font-size:1.4em; color:#aaa; }
.Asmall {font-size:.9em; color:#999; }

.bookTitle { font: italic normal 1.8em/1.4em Verdana, Arial, Helvetica, sans-serif; color: #4167AF; }
.bookDescrip { font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif; color:#787878;}
.bookAuthor { font: italic normal 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;color: #4167AF; }


.textSizeButtons {position: absolute; right:150px; top:210px; z-index:50;}
.textPrintButtons {position: absolute; right:30px; top:220px; z-index:50;}
.textSizePipe { font-size:1.6em; color:#999 }
.clearer { clear:both; }
.sans { font-family:Verdana, Geneva, sans-serif; }
