@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F9F9F9;
	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: #000000;
}
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid #F9F9F9;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	background-color: #FFFFFF;
} 
#container #header {
	padding: 0;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 175px;
	float: none;
	clear: both;
} 
#container #header h1 {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 135%;
	font-family: "Trebuchet MS";
	font-style: italic;
}
#container #header h2 {
	font-size: 125%;
	font-style: italic;
	font-family: "Trebuchet MS";
	color: #2B3B27;
	font-weight: normal;
	text-align: center;
}
#container #navHoriz form {
	margin: 0px;
	padding: 0px;
}
#container #mainContent {
	margin: 0 0 0 255px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F6F3EF;
} 
#container #mainContent a {
	color: #663300;
	text-decoration: underline;
}
#container #mainContent a:hover {
	color: #660000;
	text-decoration: none;
}
#container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #4F2821;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F3EF;
	padding-bottom: 3px;
}
#container #mainContent h2 {
	font-size: 150%;
	font-family: "Trebuchet MS";
	color: #263137;
}
#container #mainContent h3 {
	font-family: "Trebuchet MS";
	font-size: 125%;
	font-weight: normal;
	color: #993333;
}
#container #mainContent p {
	font-size: 90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
#container #mainContent ul {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#container #mainContent ol {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#container #mainContent .box {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1A252B;
	margin: 0px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6F3EF;
} 
#container #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 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 78%;
	color: #F6F3EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #footer a {
	color: #F6F3EF;
	text-decoration: underline;
}
#container #footer a:hover {
	color: #800905;
}
#container #footer h1 {
	font-size: 125%;
	color: #F6F3EF;
	padding: 3px 25px 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-style: italic;
	font-weight: normal;
}
.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;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 1px;
	border: 1px solid #865D50;
}
.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 #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	margin: 0px;
	clear: left;
	width: 250px;
}
#container #sidebar1 .content {
	font-size: 90%;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Tahoma;
	color: #333333;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../assets/sidebarContentBG-175x165.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 133px;
	margin: 0px;
}
#container #sidebar1 p {
}
#container #sidebar1 .nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	margin: 0px;
	padding: 0px;
}
#container #sidebar1 .nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #673526;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	height: 25px;
	font-size: 100%;
}
#container #sidebar1 .nav a:hover {
	color: #FBD089;
	background-color: #673526;
	display: block;
	border-bottom-color: #000000;
}
#container #sidebar1 .headlines {
	font-family: Tahoma;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#container #sidebar1 .box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 3px;
	display: block;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#container #sidebar1 .headlines a {
	color: #666633;
}
#container #sidebar1 .headlines a:hover {
	color: #404040;
	text-decoration: none;
}
#container #sidebar1 .headlines p {
	color: #333300;
	font-size: 78%;
	padding: 0px;
	margin: 2px 0px;
}
#container #sidebar1 .headlines h1 {
	font-size: 100%;
	color: #663300;
	font-family: "Trebuchet MS";
	padding: 5px 0px;
	margin: 0px;
	line-height: 1em;
}
#container #sidebar1 .headlines img {
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
}
#container #sidebar1 .headlines li {
	font-size: 78%;
	color: #663300;
	line-height: 1.5em;
}
#container #sidebar1 .headlines .CollapsiblePanelContent .box .fltlft {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #5F5F36;
}
#container #mainContent .imageLg {
	border: 1px solid #E0E0E0;
	padding: 2px;
}
#container .description {
	margin-right: auto;
	margin-left: auto;
	background-color: #F9F9F9;
	padding: 5px 10px;
	border: 1px solid #C3B09A;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 100%;
}
#container .description-Inner {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px 10px;
	border: 1px solid #C3B09A;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 100%;
}
#container .description h1 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993333;
}
#container .description p {
	color: #B36F66;
}
#container #navHoriz {
	font-family: "Trebuchet MS";
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	display: block;
	height: 25px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	margin-left: 250px;
	background-color: #F6F3EF;
}
#container #navHoriz h1 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	color: #1F2B2F;
	padding: 0px;
	margin: 5px 0px 0px;
}
.description-Inner dt {
	color: #404010;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 2px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F3EF;
}
.description-Inner dd {
	margin: 5px 0px 10px 15px;
	padding: 0px;
	line-height: 1.4em;
	font-size: 90%;
}
