@charset "utf-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.thrColFixHdr #container { 
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* 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. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 115px; /* 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-color: #96c9ff;*/
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/Page/NavBGFixedWidth.gif);
	background-repeat: repeat-y;
}

.thrColFixHdr #sidebar2 {
	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 */
	float: right; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
/* I put this in just to show how it could be done - this is an entity that floats right and text wraps around it - it is essentially the same as sidebar2 */
#imagewrap {
	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 */
	float:right;
	padding-left:10px;
	background-color: #00CC99;
	margin: 5px;
	border: thin double #6600FF;
	clear: right;
}
.thrColFixHdr #mainContent {
	margin-top: 13px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
 min-height:400px;
  height:auto !important;
  height:400px;
/* use this with pstsCMS.php - if you don't want the text to wrap - do not use it with pstsCMSfloatright
	width: 400px;
*/
} 
p, li {
	font-size: small;
} 
h1 {
	font-size: medium;
	color: #000066;
} 
h2 {
	font-size: small;
	font-weight: bold;
} 
.thrColFixHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}
.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;
}
.noclear {
	clear:none;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a.leftnav:link, a.leftnav:visited   {
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-align: left;
	padding-left: 4px;
	margin-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: normal;
	border: none;
	display: block;
	width: 116px;
	margin-top: 0px;
	margin-bottom: -10px;
	background-image: url(images/Page/Button.gif);
	font-weight: bolder;
}
a.leftnav:hover   {
	color: #AF9A6F;
}
/* Containers for the Photo Gallery 
div.catcontainer {
	background-color: transparent;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}*/
div.catcontainer {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
/*	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
*/	padding-bottom: 15px;
	clear: none;
	float: left;
}
div.spacer {	 
	clear: both;
}
div.gallerylist {
	float: left;
	width: 175px;
	height: 160px;
	color: navy;
	font-size: 11px;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 15px;
}
div.gallerylist a {
	color: navy;
}
div.catalog {
	float: left;
	width: 175px;
	height: 170px;
	text-align: center;
	padding-bottom: 15px;
}
div.catalog p {	 
	text-align: center;
	margin-bottom: 2px;
	color: navy;
	font-size: 11px;
}
div.catalog img {	 
	text-align: center;
	font: bold 0.8em;
}
/* end containers for the photo gallery */