@charset "UTF-8";

body  {
	margin: 0px;
	background-color: #DDC6AD;
}

	body.pageone a.one, 
	body.pagetwo a.two,
	body.pagethree a.three,
	body.pagefour a.four,
	body.pagefive a.five,
	body.pagesix a.six {
	background-color: #105866;
	color: #FFFFFF;
}

h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	background-color: #105866;
	width: auto;
	padding: 4px 3px 5px 9px;
}
.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #105866;
	padding: 15px;
	width: auto;
}

h2 {
	color: #4a3633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 1px;
	margin-top: 2em;
	border-top-width: 2px;
	border-top-style: solid;
	padding-top: 2px;
	margin-bottom: 0.5em;
	margin-right: 0em;
	margin-left: 0em;
	padding-left: 5px;
}

.directions {
	color: #4a3633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 1px;
	margin-top: 2em;
	border-top-width: 2px;
	border-top-style: solid;
	padding-top: 2px;
	margin-bottom: 1em;
	padding-left: 5px;
}

.rule1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4a3633;
	margin-top: 20px;
	margin-bottom: 20px;
}
.brownText {
	color: #4a3633;
	font-weight: bold;
}
.rule2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4a3633;
	margin-left: 27px;
}
.bullet_text {
	list-style-type: square;
	list-style-position: outside;
	line-height: 18px;
	list-style-image: url(images/red_bullet.gif);
	margin: 0em 0em .4em 0em;
}

h3 {
	color: #993399;
}

h6 {
	color: #333366;
}

a {
	color: #105866;
}

.whiteText {
	color: #FFFFFF;
}

.menu {
	width:115px;
	position:relative;
	font-size:12px;
	margin-top: 0px;
	}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#ffffff;
	width:85px;
	text-align:left;
	line-height:36px;
	font-size:12px;
	padding-left:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
	}

.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	}

.menu ul li ul {
	display: none;
	}

.menu ul li:hover a {
	color:#ffffff;
	background:#105866;
	}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:115px;
	width:260px;
	}

.menu ul li:hover ul li a.hide {
	background:#99cc33; 
	color:#000;
	}

.menu ul li:hover ul li:hover a.hide {
	width:260px;
	}

.menu ul li:hover ul li ul {
	display: none;
	}

.menu ul li:hover ul li a {
	display:block;
	background:#4A3633;
	color:#ffffff;
	width:215px;
	}

.menu ul li:hover ul li a:hover {
	background:#ad320b;
	color:#fff
	}

.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:260px;
	top:0;
	color:#000;
	}

.menu ul li:hover ul li:hover ul li a {
	display:block;
	width:260px;
	background:#dfc184;
	color:#000;
	}

.menu ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e; 
	color:#fff;
	}


#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 5em;
	padding-left: 0em;
	text-align: center;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5e9d1 url(images/BK_bkgd.gif);
	margin: 0 auto;
	text-align: left;
} 
#header  {
	height: 118px;
} 
#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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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: #bc987e url(images/BK_menu_back.gif) repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0px 0px 25px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* 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: #bc987e url(images/BK_rightBack.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 90px 15px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	height: auto;
	color: 4A3633;
	margin: 0em 0em .25em 0em;
}
.sidebar2  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
}
#mainContent  {
	margin: 55px 0px 20px 207px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 385px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
} 
#container  #mainContent  p  {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.75em;
	margin-left: 0em;
}
#footer  {
	background:#ad320b;
	margin-left: 35px;
	margin-right: 35px;
	height: 30px;
	text-align: center;
} 
#address  {
	background:#F5E9D1;
	margin-left: 35px;
	margin-right: 35px;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a3633;
	line-height: 30px;
} 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}
.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;
}

.rightFlt {
	float: right;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 25px;
	}

.leftFlt {
	float: left;
	font-size: 10px;
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 18px;
	}

.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;
}
.address {
}
.underscore {
	text-decoration: underline;
}

