@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #261C0C;
	background-image: url(../site_images/images/savback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 2px none #3E391B;
} 
.twoColFixLtHdr #header {
	background: #251C0A url(../site_images/images/header.jpg) no-repeat center top;
	padding: 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. */
	height: 140px;
	width: 800px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type: none;
	position: relative;
	background-color: #251C0A;
} 
#navigation {
	top: 105px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background: #D26F19;
	clear: none;
	float: none;
	overflow: hidden;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #D26F19;
}
#navigation p {
	text-align: center;
	padding: 3px;
	margin: 0px;
	font-size: 12px;
	color: #211104;
}
#navigation a {
	text-decoration: none;
	word-spacing: 5em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #000000;
	padding-top: 5px;
}
#navigation a:hover {
	background: #DA8039;
	color: #FFFFFF;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 0px 10px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#sidebar1 p {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #251D0A;
}
#sidebar1 h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #251D0A;
	padding: 0px;
	margin: 0px;
}
#sidebar1 h4 {
	font-size: 9px;
}
.smalltext {
	font-size: 4px;
}
#mainContent a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #D26F19;
	list-style-type: square;
}
#sidebarphoto {
	padding-left: 0px;
	margin: 0px;
	background: url(../site_images/images/ssoutside.jpg);
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 400px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-left-width: 1px;
	border-top-style: none;
	border-left-color: #D26F19;
	border-left-style: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: none;
	border-bottom-style: none;
} 
iframe {
	width: 800px;
}
#mainContent p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-indent: 5px;
}
#mainContent  a:hover  {
	color: #251D0A;
}
.twoColFixLtHdr #footer {
	background:#251D0A url(../site_images/images/footer.jpg);
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
} 
#pylon {
	padding: 0px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CC9900;
	text-align: center;
	background: #D26F19;
}
#pylon a {
	color: #CC9900;
	text-decoration: none;
}
#pylon a:hover {
	color: #FFFFFF;
}
.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: 15px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	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;
}
#container {
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
#flashintro {
	height: 600px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#mainContent ul {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
