@charset "UTF-8";
/* CSS Document */
html, body { min-height:100%; margin-bottom:1px; } 
body  {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	background: url(images/GradientHorzSlice.png) repeat-x;
	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 */
}
h1  {
	color: #660000;/*Dark Gradient Red*/
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	line-height: 95%;
	margin: -3px 0 4px; /* 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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 2em;
	}

h2  {
	font-size: 1.6em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #660000;/*Dark Gradient Red*/
	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: 4px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
h3 h4  {
	font-size: 80%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #660000;/*Dark Gradient Red*/
	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: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixRtHdr #Navigation {
	height: auto;
	width: 500px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}

.twoColFixRtHdr #header {
	z-index: 400;
	  /* 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. */
} 
.twoColFixRtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #DCBF8D; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 10px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	border: thin outset #B87240;
}
.twoColFixRtHdr #sidebar1 ul  {
	font-size: 80%;	
}
.twoColFixRtHdr #container #sidebar1 #image {
	height: auto;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
.twoColFixRtHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #fff; /* Gradient mid-brown; the background color will be displayed for the length of the content in the column, but no further */
	font-size: 80%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
	display: inline;
	}
.twoColFixRtHdr #container #sidebarLeft table {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #B87240; /*Tawny Brown */
	text-align: center;
	vertical-align: top;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 10px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.85em;
	font-weight: 400;
	background-color: #ffffff;
	z-index: 200;
	height: auto;
} 
.twoColFixRtHdr #container #mainContent #Gallery {
	height: auto;
	width: 400px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.twoColFixRtHdr #mainContentAlt {
	margin: 0 240px 0 220px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.85em;
	font-weight: 400;
	background-color: #ffffff;
	z-index: 200;
} 
.twoColFixRtHdr #mainContentAlt h2 h3 h4 {
	margin: -10px 0 0;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 80%;
	color: #660000;
	z-index: 200;
} 
.twoColFixRtHdr #LeftSubCol {
	height: auto;
	width: 240px;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	float: left;
}

.twoColFixRtHdr #RightSubCol {
	height: auto;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	right: 360px;
	float: right;
}
.twoColFixRtHdr #container #mainContent #FLlogo {
	height: auto;
	width: 200px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	float: left;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-size: .7em;
	font-weight: 400;
}
.twoColFixRtHdr #container #sidebar2 p {
	font-size: .7em;
	font-weight: 400;
}
.twoColFixRtHdr #footer {
	padding: 0;
	height: 126px;
	width: 900px;
	background-position: bottom;
	list-style-type: none;
	background-image: url(images/FooterMaskCap.gif);
} 
.twoColFixRtHdr #container #footerCap {
	background-image: url(images/FooterMaskCapBigger.gif);
}
.twoColFixRtHdr #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 20px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.7em;
	font-weight: 400;
	color: #287369; /* Irish Green */
}
.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;
}
/************* breadCrumb styles ***************/

#breadCrumb {
	padding: 0 0 10px 6px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-seriff;
	font-weight: 500;
	font-size: .7em;
	color: #287369;  /* Irish Green */
	margin-left:12px;
	margin-top: -3px;
}

#breadCrumb a{
	font-size: .7em;
	color: #287369;  /* Irish Green */
}

#breadCrumb a:hover{
	color: #c1884c;
	text-decoration: underline;
}

#CatTable {
margin-left: 4px;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
color: #660000;
background: #DCBF8D; /* Light Tan */
padding: 5px;
width: 80%;

}


#CatForm {
margin-left: 4px;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
color: #660000;
background: #DCBF8D;
padding: 5px;
width: 80%;
margin-top:10px;
border-spacing: 1em 0.5 em;
border-right-style:inset;
border-right-color: #660000;
border-right-width:thin;
border-top-width:thin;
border-top-style:inset;
border-top-color:#660000;
}

a:link {
	color: #287369;/*Catamount Green*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #59b200;/*Light Version of Catamount Green*/
}
a:hover {
	text-decoration: none;
	color:#c1884c;/*Gradient Mid Brown*/
}
a:active {
	text-decoration: none;
	color: #556600;/*Much Darker CG Green*/
}
hr {
	border: thin solid #060;
}
ul {
	font-size: .9 em;
}

