@charset "UTF-8";
@import "/assets/css/widgets.css";
@import "/assets/css/type.css";
@import "/assets/css/print.css";

.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CC9999;
	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. */
}
.twoColFixLt #sidebar1 {
	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: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px;
	/*border: 1px solid #000000; /*for test purposes only*/
}
*html .twoColFixLt #sidebar1 {
	padding-top: 1em;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left 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 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: 1px solid #000000; /*for test purposes only*/
}

*html .twoColFixLt #mainContent {
	padding-top: 1em;
}

.caption {
	font-size: 0.85em;
	}

.feature {
	width: 215px;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 10px;
	float: right;
	border: 1px solid #660000;
	background-color: #F7C6C6;
	font-style: italic;
	font-size: 90%;
}

.feature img {
	border: 1px solid #660000;
}

#footer {
	border-top: 1px solid;
	padding-top: 1em;
	padding-bottom: 0;
	margin: 0 0 0 0;
}

.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: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.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;
}


/* menu list code */

#navcontainer
{
	width: 12em;
	border-right: 1px solid #6E5E50;
	padding: 0 0 0.7em 0;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #6E5E50;
	color: #333;
}

*html #navcontainer {
	width: 10.1em;
	margin-top: 0;
	
}

#navcontainer img {
	margin-bottom: 0;
	border: 0;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #EFEB9B;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #6E5E50;
border-right: 10px solid #6E5E50;
background-color: #8E6867;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #A47058;
border-right: 10px solid #A47058;
background-color: #EFEB9B;
color: #000;
}
