@charset "utf-8";
body {
	/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
	background: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	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 */
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
}
.FixHdrFtr #container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px 10px 20px;
/*	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #F0EEE4;
*/	background-image: url(../images/container-bg-png24_2.png);
	background-repeat: repeat-y;
}
.FixHdrFtr #header {
	height: 90px;
	background-image: url('../images/layout_header_new.gif');
}
.FixHdrFtr #flashContainer {
    position: inherit;
    z-index: 10;
    margin-bottom: 8px;
}
.FixHdrFtr #thrColSidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	padding: 10px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
}
.FixHdrFtr #thrColSidebar1 ul { /* remove bullets and list indents */
	list-style: none;
	margin: -6px 40px 0 5px;
	padding: 0;
	background-image: url(../images/bambo.gif);
}
.FixHdrFtr #thrColSidebar1 li {
	padding: 6px 0 10px 0;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C1C1C1;
}
.FixHdrFtr #thrColSidebar1 li a {
	text-decoration: underline;
	color: #a3b782;
	font-size: 11px;
	font-weight: bold;
}
.FixHdrFtr #thrColSidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	padding: 10px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
}
.FixHdrFtr #thrColMainContent {
	background: #f2f5ea;
	margin: 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #thrColMainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
/*	border-width: 0 3px 0 3px;
	border-style: solid;
	border-color: #FFFFFF; */
}
.FixHdrFtr #thrColMainContent p.welcome {
	text-align: justify;
}

.FixHdrFtr #thrColMainContent div.item { position: relative; padding:0px 0px 15px 0; line-height:1.1;overflow: hidden;}
.FixHdrFtr #thrColMainContent div.item img { border:#000 solid 1px; float:left; margin-right: 0;}
.FixHdrFtr #thrColMainContent div.item p { margin-left: 80px;line-height:1.1; margin-bottom:0; padding-bottom:0.65em; margin-top:5px;}
.FixHdrFtr #thrColMainContent div.item p.itemtitle { margin-left: 80px;line-height:1.1em;font-size:1.05em; padding-bottom:0; margin-top:0px; font-weight: bold;}

.FixHdrFtr #twoColSidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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: 10px 15px 15px 15px; */
}
.FixHdrFtr #twoColMainContent { 
	margin: 0 0 0 240px; /* 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: 10px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: #FFFFFF;
}
.FixHdrFtr #twoColMainContent li {
    list-style-type: square;
}
.FixHdrFtr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 8px;
	background: #C8D5A9;
	height: 65px;
}
.FixHdrFtr #footer p.lft {
	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 */
	float: left;
	font-family: palatino, georgia, serif;
	font-size: 11px;
	color: #000000;
}
.FixHdrFtr #footer p.rft {
	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 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	font-family: palatino, georgia, serif;
	font-size: 11px;
	color: #000000;
}
.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;
}
.ContentNav {
    float: left;
    width: 230px;
    margin: 0 10px 10px 0;
}
.SearchForm {
	float: right;
	font-size: 11px;
	color: #666666;
	padding: 5px 5px; /* IE6 has issues here */
    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 */
}
.FixHdrFtr #twoColSecTitle {
}
.SectionHeading {
 	background: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3AA;
    color: #73736C;
    font-family: georgia, "times new roman" ,times,serif;
    font-size: 3.2em;
    font-weight: normal;
    line-height: 50px;
    margin: 0pt auto;
    padding: 0 30px 0 0;
    text-align: right;
}
.SectionTitle {
    font-size: 25px;
    color: #91AFF7;
    font-weight: normal;
	line-height: normal;
}
.floatImgRt {
    margin: 5px;
    float: right;
    text-align: center;
    font-size: 10px;
}
.floatImgRt img {
    border: 1px solid #000000;
    display: block;
}
.floatImgLft {
    margin: 5px;
    float: left;
    text-align: center;
    font-size: 10px;
}
.floatImgLft img {
    border: 1px solid #000000;
    display: block;
}
a {
	text-decoration: underline;
	color: #77787a;
	font-size: 12px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 {
	color: #85A059;
	font-size: 14px;
	line-height: normal;
}
h2 {
	color: #85A059;
	font-size: 16px;
	line-height: normal;
}

/* Accordion */
.accordionHeader {
/*  border: 1px solid #2F4F4F;
    background-color: #2E4d7B; */
	font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 4px;
/*  margin-top: 5px; */
    cursor: pointer;
}

.accordionHeader a {
	background: none;
	text-decoration: none;
	font-weight: bold;
}

.accordionHeader a:hover {
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected {
    border-bottom: 1px solid #CCCCCC;
/*  background-color: #5078B3; */
	font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 5px;
/*  margin-top: 5px; */
    cursor: pointer;
}

.accordionHeaderSelected a {
	background: none;
	text-decoration: none;
	font-weight: bold;
}

.accordionHeaderSelected a:hover {
	background: none;
	text-decoration: underline;
}

.accordionContent {
    background-color: #e5ecfe;
/*  border: 1px dashed #77787a; */
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}