/* CSS Document */

h1 {
	font-size: 150%;
	color: #347a65;
}
.thrColFixHdr #sidebar2 p {
	font-size: 80%;
	color: #316AC5;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #347a65;
	margin-left: 50px;
	left: auto;
}
.thrColFixHdr #container {
	width: 780px;
	background: #FFFFFF;
	border: 0;
	text-align: left;
	vertical-align: top;
	margin-left: 0px;
	padding-left: 0px;
	position: static;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	border-left-color: #666666;
} 
.thrColFixHdr #header {
	background: #999999;
	padding: 0 10px 0 20px;  /* 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. */
	background-image: url(images/trms_header.gif);
	height: 120px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* 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: #cccccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: auto;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* 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 */
	color: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
	background: #347a65;
	overflow: auto;
}
.thrColFixHdr #mainContent {
	margin: 0 200px;
	padding: 0 10px;
	
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
	color: #347a65;
	font-size: 130%;
}
.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 {
	float: left;
	margin-right: 8px;
	position: static;
	left: 50px;
	top: 360px;
}
.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;
	direction: inherit;
	float: left;
	width: inherit;
	padding-right: 0px;
	overflow: auto;
	display: compact;
	font-stretch: normal;
}
/* styles for menu */
ul li {
	position: relative;
	background-color: #CCCCCC;
	color: #347a65;
	}

li ul {
	position: absolute;
	left: 159px;
	top: 0;
	display: none;
	width: 105px;
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #ccc;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	background: #347a65;
    padding: 5px;
	border: 1px solid #EBEBEB;
	border-bottom: 0;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	border-bottom: 1px solid #EBEBEB;
}

li:hover ul { display: block;}

li:hover ul, li.over ul { 
	display: block;}
	
a:hover {
	color: #ECE9D8;
	margin-right: 10px;
	width: auto;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 {
	width: 160px;
	color: #347a65;
	background-color: #cccccc;
	border-right-color: #CCCCCC;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent {
	zoom: 1;
	font-size: 120%;
	color: #333333;
	margin-left: 50px;
	position: static;
	left: 174px;
	top: 131px;
	width: 656px;
	display: inline;
	text-align: center;
	vertical-align: top;
	height: auto;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]>

