@charset "utf-8";
body  {
	font: 14px  Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixLtHdr #container {
	width: 971px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#subpagesearch {
	width:207px;
	height: 78px;
	background: url(images/update_16.jpg);
}

#subpagesearch input {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 17px;
	padding: 0px;
	padding-left: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: inset 1px #708090;
}
.photo {
	border: 1px solid #999999;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 255px; /* 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 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	background: url(images/main-content-bg.jpg) repeat-y;
	line-height: 18px;
} 

.twoColFixLtHdr #mainContent a {
color: #6b1418;
}
.twoColFixLtHdr #mainContent h1{
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #6b1418;
}

.twoColFixLtHdr #mainContent h2{
	font-size: 18px;
	font-weight: normal;
	color: #6b1418;
	margin-bottom: -13px;

}

.twoColFixLtHdr #mainContent h3{
	font-size: 16px;
	font-weight: normal;
	color: #6b1418;

}
.twoColFixLtHdr #footer {
	background:#6b1418 url(images/footer-bg.jpg) repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	height: 153px;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer a {
	color: #e3b743;
}
.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;
}


#menu {list-style-type:none; padding:0; margin:0; width:218px; z-index:100;}
#menu ul {list-style-type:none; padding:0; margin:0; width:218px;}
#menu li {float:left; background:#FFF; position:relative; }

#menu li.sub {
	color: #404040;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height:24px;
	font-style: normal;
	background: url(images/sidenav-arw-rt.jpg) no-repeat;
}

#menu li.subhead {
	background-image: url(../images/menu-top.jpg);
	color: #404040;
	font-family:  Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height:24px;
}


#menu li, #menu li a {
	display:block;
	color:#404040;
	font-family:  Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height:24px;
	width:218px;
	text-decoration:none;
	cursor:pointer;
	text-indent:20px;
}


#menu ul,
#menu li.click ul ul,
#menu li.click ul li.hover ul ul {display:none;}

#menu li.hover {
	color:#404040;
	z-index:500;
}
#menu li.click {
	color:#6b1418;
	background: url(images/sidenav-arw-dn.jpg) no-repeat;
}

#menu li.click ul {
	display:block;
}
#menu li.click ul li.hover ul, 
#menu li.click ul li.hover ul li.hover ul {display:block; position:absolute; left:110px; top:-1px; border:1px solid #fff; border-width:0 1px 1px;}

#menu li.click ul li.fly {background: #FFF url(../tree_frog_vertical/frog_arrow.gif) no-repeat top right;}
#menu li.click ul li.hover {
	background:#E5E5E5;
}

#menu li.click ul li.hover ul li {background:#c60;}
#menu li.click ul li.hover ul li.hover ul li {background:#780; z-index:500;}

#menu li.click ul li.hover ul li.fly {background: #c60 url(../tree_frog_vertical/frog_arrow.gif) no-repeat top right;}
#menu li.click ul li.hover ul li.hover {z-index:500; background:#fa4;}
#menu li.click ul li.hover ul li.hover a {color:#000;}

#menu li.click ul li.hover ul li.hover ul li.hover {background:#aa0;}
#menu li.click ul li.hover ul li.hover ul li.hover a {color:#fff;}

#menu2 {list-style-type:none; padding:0; margin:0; width:218px; z-index:100;}
#menu2 ul {list-style-type:none; padding:0; margin:0; width:218px;}
#menu2 li {float:left; background:#FFF; position:relative; }

#menu2 li.sub {
	color: #404040;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height:24px;
	font-style: normal;
	background: url(images/sidenav-arw-rt.jpg) no-repeat;
}

#menu2 li.subhead {
	background-image: url(../images/menu-top.jpg);
	color: #404040;
	font-family:  Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height:24px;
}


#menu2 li, #menu2 li a {
	display:block;
	color:#404040;
	font-family:  Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height:24px;
	width:218px;
	text-decoration:none;
	cursor:pointer;
	text-indent:20px;
}


#menu2 ul,
#menu2 li.click ul ul,
#menu2 li.click ul li.hover ul ul {display:none;}

#menu2 li.hover {
	color:#404040;
	z-index:500;
}
#menu2 li.click {
	color:#6b1418;
	background: url(images/sidenav-arw-dn.jpg) no-repeat;
}

#menu2 li.click ul {
	display:block;
}
#menu2 li.click ul li.hover ul, 
#menu2 li.click ul li.hover ul li.hover ul {display:block; position:absolute; left:110px; top:-1px; border:1px solid #fff; border-width:0 1px 1px;}

#menu2 li.click ul li.fly {background: #FFF url(../tree_frog_vertical/frog_arrow.gif) no-repeat top right;}
#menu2 li.click ul li.hover {
	background:#E5E5E5;
}

#menu2 li.click ul li.hover ul li {background:#c60;}
#menu2 li.click ul li.hover ul li.hover ul li {background:#780; z-index:500;}

#menu2 li.click ul li.hover ul li.fly {background: #c60 url(../tree_frog_vertical/frog_arrow.gif) no-repeat top right;}
#menu2 li.click ul li.hover ul li.hover {z-index:500; background:#fa4;}
#menu2 li.click ul li.hover ul li.hover a {color:#000;}

#menu2 li.click ul li.hover ul li.hover ul li.hover {background:#aa0;}
#menu2 li.click ul li.hover ul li.hover ul li.hover a {color:#fff;}

#solink {
	font-size: 14px;
	line-height: 18px;
	color: #404040;
	text-decoration: none;
}

#solink a{
	
	color: #404040;
	text-decoration: none;
}

.specialemph {
	color: #6b1418;
}
strong {
	color: #6b1418;
}

.texta
{
font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 17px;
	padding: 0px;
	padding-left: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: inset 1px #708090;
}