@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/main_background.jpg);
	background-repeat: repeat-x;
	background-color: #ebf7c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0px none silver;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	background: #364500;
	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. */
	position: relative;
} 
#headernav {
	background-color: #364500;
	position: absolute;
	right: 0px;
	bottom: 210px;
	z-index: 1000;
	color: #dff2a1;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #dff2a1;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #ffffff;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding: 10px;
	font-size: 90%;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #EBF7C4;
	font-size: 80%;
	color: #666;
	text-align: center;
} 
.thrColFixHdr #container #footer p a {
	color: #666;
	text-decoration: none;
}

.thrColFixHdr #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;
}
.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:1px;
    font-size: 1px;
    line-height: 1px;
}
.thrColFixHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 9px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: silver;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
}
.thrColFixHdr #container #header a {
	text-decoration: none;
	color: #dff2a1;
}
.thrColFixHdr #container #mainContent a {
	outline: none;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 18pt;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 14pt;
}
.thrColFixHdr #container #pagebody {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: silver;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
}
.thrColFixHdr #container #pagebody #breadcrumbs {
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	color: #364500;
	font-size: 10pt;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #364500;
	border-right-color: #364500;
	border-bottom-color: #364500;
	border-left-color: #364500;
	background-color: #ebf7c4;
}
.thrColFixHdr #container #pagebody #mainContent img {
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	padding: 2px;
}
.thrColFixHdr #container #pagebody #mainContent .superscript {
	vertical-align: super;
	font-size: 75%;
}
.thrColFixHdr #container #pagebody #mainContent .ad-category h1 a {
	color: #364500;
	text-decoration: none;
}

.thrColFixHdr #container #pagebody #mainContent .testpic {
	border: 3px solid #364500;
	background-color: #FFF;
	padding: 2px;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #pagebody #mainContent .ad-category h1 {
	width: 170px;
	border: 5px double #364500;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #364500;
	font-style: normal;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-right: 8px;
}

.thrColFixHdr #container #pagebody #mainContent .ad-category {
	float: left;

}
.thrColFixHdr #container #mainContent .ad_small {
	height: 125px;
	width: 230px;
	border: 5px double #364500;
	padding: 0px;
	text-align: center;
}
.thrColFixHdr #container #pagebody #mainContent .ad_tall {
	height: 270px;
	width: 230px;
	border: 5px double #364500;
	padding: 0px;
	text-align: center;
}
.thrColFixHdr #container #pagebody #mainContent .ad_wide {
	height: 125px;
	width: 480px;
	border: 5px double #364500;
	padding: 0px;
	text-align: center;
}
.thrColFixHdr #container #mainContent .ad_full {
	height: 270px;
	width: 480px;
	border: 5px double #364500;
	text-align: center;
}
.thrColFixHdr #container #pagebody #mainContent .ad_tall ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}

.thrColFixHdr #container #pagebody #mainContent .advert {
	border: 5px double #364500;
	margin: 5px;
	padding: 0;
	float: left;
}

.blog .post-footer {
	margin-top: 10px;
}
