@charset "utf-8";
body  {
	font: 100% Arial narrow, Arial, Helvetica, sans-serif;
	background: #ededed;
	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: #4c5b52;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* 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. */
	background-image:url(images/backgroundcontent.gif);

} 
.twoColFixRtHdr #header { 
	background: #DDDDDD;
	background-image:url(images/rightbackground.gif);
	background-repeat:repeat-y;
	background-position:right;
	margin:0;
	height:198px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 431px; /* 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: #b1c7ba; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin:0;
		background-image:url(images/rightbackground.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 431px 0 0; /* the right margin on this div element creates the column down the right 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 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent h1{ 
margin-top:10px;
margin-bottom:10px;
}

#textsidebar {
margin-left:20px;
margin-right:40px;

}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-size:10pt; 
} 
.twoColFixRtHdr #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 */
}
.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;
}

#colorbar {
background-color:#4c5b52;
height:30px;
}
h1 {
font-size:24px;
font-weight:500;}

h2 {
font-size:20px;
font-weight:500;}

li { line-height:1.5em}

a:link {color:#4c5b52; font-weight:bold; text-decoration:none;}
a:hover {color:#c3b600; font-weight:bold; text-decoration:underline;}
a:visited {color:#4c5b52; font-weight:bold; text-decoration:none;}

#header a:hover {color:#ffffff; font-weight:bold;}

/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/
#navbar {
margin:0;
padding:0;
background-color:#f1ecb9;
}

ul#navigation {	
	width:900px;
	list-style:none;
	height:32px;
	margin:0;
	padding:0;
}

ul#navigation li {
	display:inline
}

ul#navigation li a {
	height:32px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#navigation  li a span {
	float:left;
	display:block
}

ul#navigation li#navigation-1 a {
	width:83px;
	background:url(images/bannermenu.jpg) no-repeat 0px 0
}

ul#navigation li#navigation-1 a:active,
ul#navigation li#navigation-1 a:hover {
	background-position:0px -32px
}
ul#navigation li#navigation-1 a.current {
	background-position:0px 0px -32px
}

ul#navigation li#navigation-2 a {
	width:109px;
	background:url(images/bannermenu.jpg) no-repeat -86px 0
}

ul#navigation li#navigation-2 a:active,
ul#navigation li#navigation-2 a:hover {
	background-position:-86px -32px
}
ul#navigation li#navigation-2 a.current {
	background-position:-86px -86px -32px
}

ul#navigation li#navigation-3 a {
	width:140px;
	background:url(images/bannermenu.jpg) no-repeat -197px 0
}

ul#navigation li#navigation-3 a:active,
ul#navigation li#navigation-3 a:hover {
	background-position:-197px -32px
}
ul#navigation li#navigation-3 a.current {
	background-position:-197px -197px -32px
}

ul#navigation li#navigation-4 a {
	width:148px;
	background:url(images/bannermenu.jpg) no-repeat -339px 0
}

ul#navigation li#navigation-4 a:active,
ul#navigation li#navigation-4 a:hover {
	background-position:-339px -32px
}
ul#navigation li#navigation-4 a.current {
	background-position:-339px -339px -32px
}

ul#navigation li#navigation-5 a {
	width:121px;
	background:url(images/bannermenu.jpg) no-repeat -491px 0
}

ul#navigation li#navigation-5 a:active,
ul#navigation li#navigation-5 a:hover {
	background-position:-491px -32px
}
ul#navigation li#navigation-5 a.current {
	background-position:-491px -491px -32px
}

ul#navigation li#navigation-6 a {
	width:129px;
	background:url(images/bannermenu.jpg) no-repeat -615px 0
}

ul#navigation li#navigation-6 a:active,
ul#navigation li#navigation-6 a:hover {
	background-position:-615px -32px
}
ul#navigation li#navigation-6 a.current {
	background-position:-615px -615px -32px
}

ul#navigation li#navigation-7 a {
	width:153px;
	background:url(images/bannermenu.jpg) no-repeat -747px 0
}

ul#navigation li#navigation-7 a:active,
ul#navigation li#navigation-7 a:hover {
	background-position:-747px -32px
}
ul#navigation li#navigation-7 a.current {
	background-position:-747px -747px -32px
}


/* HORIZONTAL NAVIGATION BAR END
/////////////////////////////////////*/

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #f2ecba;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 200; /* zIndex should be greater than that of shadow's below */
background: #b1c7ba;
width: 230px; /* default width for menu */
text-align:left;

}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:-5;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #f2ecba;
color: #4c5b52;
}

.anylinkmenu a:link{ /*hover background color*/
color: #4c5b52;
}

.anylinkmenu a:visited{ /*hover background color*/
color: #4c5b52;
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

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



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
