@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND: url(images/bg_tile9.gif)
	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;
	background-image: url(images/bg_tile9.gif);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 887px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	border-top-color: #669999;
	border-right-color: #669999;
	border-bottom-color: #669999;
	border-left-color: #669999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;
	BACKGROUND: url(images/header_image2.gif) #FFFFFF no-repeat left bottom;
	height: 155px;	  /* 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. */
} 
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRtHdr #mainContent {
  margin: 0 13em 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 
.twoColHybRtHdr2 #mainContent2 {
  margin: 0 10px 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 
.twoColHybRtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColHybRtHdr #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 */
}
#footer {margin-top:0;/*Tynans tweak!*/
		padding-top:0;
}
/* Miscellaneous classes for reuse */
.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: 15px;
	margin-left: 15px;
}
.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;
}
IMG.displayed {
	display: block;
	margin: 0px auto;
	text-align: center
}
.menu2 {
	MARGIN: 0px 0px 20px;
	WIDTH: 100%;
	FONT-FAMILY: verdana, arial, sans-serif;
	FLOAT: left;
	FONT-SIZE: 11px;
	background-color: #679999;
	height: 40px;
}
.menu2 UL {
	LIST-STYLE-TYPE: none; MARGIN: 0px
}
.menu2 UL LI {
	POSITION: relative; FLOAT: left
}

.menu2 UL LI A {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 25px; PADDING-LEFT: 16px; PADDING-RIGHT: 16px; DISPLAY: block; FLOAT: left; HEIGHT: 30px; COLOR: #ffffff; TEXT-DECORATION: none; PADDING-TOP: 0px
}
.menu2 UL LI A:visited {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 25px; PADDING-LEFT: 16px; PADDING-RIGHT: 16px; DISPLAY: block; FLOAT: left; HEIGHT: 30px; COLOR: #ffffff; TEXT-DECORATION: none; PADDING-TOP: 0px
}
.menu2 UL LI:hover {
	WIDTH: auto; COLOR: #00ff00
}
.menu2 UL LI A:hover {
	TEXT-ALIGN: left; COLOR: #ffffff
}
.menu2 UL LI:hover A {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.menu2 UL LI UL {
	DISPLAY: none
}
.menu2 TABLE {
	POSITION: absolute; MARGIN: 0px; BORDER-COLLAPSE: collapse; FONT-SIZE: 11px; TOP: 0px; LEFT: 0px
}
.menu2 UL LI:hover UL.scroller {
	WIDTH: 172px; HEIGHT: 138px; OVERFLOW: auto
}
.menu2 UL LI:hover UL.endstop {
	LEFT: -90px
}
.menu2 UL LI:hover UL LI UL {
	DISPLAY: none
}
.menu2 UL LI:hover UL LI A {
	PADDING-BOTTOM: 4px; LINE-HEIGHT: 15px; BACKGROUND-COLOR: #5bb8fe; PADDING-LEFT: 16px; WIDTH: 120px; PADDING-RIGHT: 16px; DISPLAY: block; HEIGHT: auto; COLOR: #ffffff; PADDING-TOP: 4px
}
.menu2 UL LI:hover UL LI A.drop {
	BACKGROUND-COLOR: #5bb8fe
}
.menu2 UL LI:hover UL LI A:hover {
	BACKGROUND-COLOR: #5bb8fe; COLOR: #1d54a6
}
.menu2 UL LI:hover UL LI A.drop:hover {
	COLOR: #ff0

}

.menu2 UL LI:hover UL LI:hover UL LI A {
	
}
.menu2 UL LI:hover UL LI:hover UL LI.group {
	PADDING-BOTTOM: 5px; PADDING-LEFT: 0px; WIDTH: 152px; PADDING-RIGHT: 0px; PADDING-TOP: 5px
}
.menu2 UL LI:hover UL LI:hover UL.left {
	LEFT: -172px
}
.menu2 UL LI:hover UL LI:hover UL LI A:hover {
	BACKGROUND: #666; COLOR: #0ff
}
.menu2 UL LI A:hover UL {
	POSITION: absolute; MARGIN-TOP: 1px; DISPLAY: block; TOP: 29px; LEFT: 0px
}
.menu2 UL LI A:hover UL.scroller {
	HEIGHT: 138px; OVERFLOW: auto
}
.menu2 UL LI A:hover UL.endstop {
	LEFT: -90px
}
.menu2 UL LI A:hover UL LI A {
	PADDING-BOTTOM: 4px; LINE-HEIGHT: 15px; PADDING-LEFT: 16px; WIDTH: 120px; PADDING-RIGHT: 16px; DISPLAY: block; HEIGHT: 1px; COLOR: #000000; PADDING-TOP: 4px
}
.menu2 UL LI A:hover UL LI A.drop {
	PADDING-BOTTOM: 5px
}
.menu2 UL LI A:hover UL LI A UL {
	POSITION: absolute; WIDTH: 0px; HEIGHT: 0px; VISIBILITY: hidden
}
.menu2 UL LI A:hover UL LI A:hover {
	COLOR: #ff0
}
.menu2 UL LI A:hover UL LI A.drop:hover {
	COLOR: #ff0
}
.menu2 UL LI A:hover UL LI A:hover UL {
	POSITION: absolute; WIDTH: 170px; HEIGHT: 138px; VISIBILITY: visible; COLOR: #cccccc; OVERFLOW: auto; TOP: -70px; LEFT: 152px
}
.menu2 UL LI A:hover UL LI A:hover UL.left {
	LEFT: -170px
}
.menu2 UL LI A:hover UL LI A:hover UL LI A:hover {
	BACKGROUND: #666; COLOR: #0ff
}

