@charset "utf-8";
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: #534A39;
	font-family: "Gill Sans MT", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #534A39;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding: 0 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. */
	background-color: #7A6C54;
} 

.twoColFixLtHdr #header h1 {
	font-size: 24px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}

#flashcontent {
	text-align: center;
	width: 800px;
	height: 200px;
	font-size:15px;
	font-family: "Gill Sans MT", Tahoma, Verdana, Arial, sans-serif;
	;
	margin: 0px 0px 0px 0px;
	background-color: #776A53;
}

#flashcontent h1{ font-size:15px; color:#FFFFFF;}
.twoColFixLtHdr #container #header #flashcontent p {
	padding: 0 20px;
	color: #FFFFFF;
}

.twoColFixLtHdr #navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	background-color: #E1D193;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DFA800;
	border-right-color: #DFA800;
	border-bottom-color: #DFA800;
	border-left-color: #DFA800;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-bottom: 0%;
}
.twoColFixLtHdr #container #navigation p {
	font-size: 13px;
}
.twoColFixLtHdr #navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d07800;
	border-right-color: #d07800;
	border-left-color: #d07800;
}
.twoColFixLtHdr #navigation li
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
.twoColFixLtHdr #navigation li a
{
	display: block;
	padding: 7px 5px 7px 0.5em;
	background-color: #DFA800;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #navigation li a:hover
{
	background-color: #d07800;
	color:  #660000;
}

.twoColFixLtHdr #container #navigation #fors {
	font-size: 13px;
}

.twoColFixLtHdr #container #navigation #fors ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A87E00;
}
.twoColFixLtHdr #navigation #fors li
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A87E00;
}
.twoColFixLtHdr #navigation #fors li a
{
	display: block;
	padding: 7px 5px 7px 0.5em;
	background-color: #6D624B;
	color: #DFA800;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #navigation #fors li a:hover
{
	background-color: #534A39;
	color:  #DFA800;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.twoColFixLtHdr #container #mainContent li {
	font-size: 14px;
	color: #534A39;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 20px;
	color: #CC6600;
	margin-bottom: -10px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 14px;
	color: #660000;
	margin-bottom: -15px;
}

.twoColFixLtHdr #container #mainContent h3 {
	font-size: 16px;
	color: #CC9900;
	margin-top: 30px;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-size: 20px;
	color: #660000;
	margin-bottom: -15px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #CC6600;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #CC6600;
	text-decoration: none;
}

.twoColFixLtHdr #container #contacts {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #container #contacts h1 {
	font-size: 20px;
	color: #CC6600;
	margin-bottom: -10px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #maps #contactusflash {
	font-size: 12px;
	color: #CC3300;
	padding: 10px;
	width: 380px;
}

.twoColFixLtHdr #maps {
	float: right; /* since this element is floated, a width must be given */
	width: 414px;
	background-color: #FFFFFF;
	margin-top: 28px;
	height: 350px;
	padding: 4px;
	margin-right: 5px;
}

.twoColFixLtHdr #footer {
	padding: 5px 10px;
	background-color: #C16100;
	border: 1px solid #CC9900;
} 
.twoColFixLtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: #534A39;
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif, Arial;
}
.twoColFixLtHdr #container #footer a {
	text-decoration: underline;
	color: #534A39;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #534A39;
	text-decoration: none;
}

.eventLinks { font-weight:bold; text-decoration:underline; cursor:hand; cursor:pointer;}
.topicstyle { padding:5px 20px 5px 20px; background-color:#D8E3ED; font-size:12px; color:#273E51; border-left:10px solid #4D7B99; border-top:10px solid #4D7B99; border-right:10px solid #4D7B99; border-bottom:10px solid #4D7B99; line-height: 16px;}

.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;
}
