@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #fff;
	background-image:url(images/body_bkg.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: left; /* 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: 1089px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/side_bkg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin: 0 ; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { background-image:url(images/TnC_header.jpg); background-position:left; background-repeat:no-repeat; height:161px; margin:0; padding: 0px 0px 0 5px;  /* 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. */
} 
.twoColFixLtHdr #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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #fff; the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 20px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size:16px;
	color:#0079aa;
	font-weight:400;
	line-height:1.3em;
}
.twoColFixLtHdr #sidebar1 p {
	font-size:12px;
	color:#999999;
	font-weight:400;
	line-height:1.3 em;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size:12px;
	color:#999999;
	font-weight:800;
	line-height:1em;
	padding:8px 0 8px 0 ;
	margin:0;
	border-bottom-style:solid;
	border-width:thin;
	border-color:#999;
	width:240px;
}
.twoColFixLtHdr #sidebar1 h2.top {
	border-bottom-style:solid;
	border-top-style:solid;
	border-width:thin;
	border-color:#999;
}
/*.twoColFixLtHdr #sidebar1 a {
	color:#999;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a.hover {
	color:#999;
	text-decoration: underline;
}*/

.twoColFixLtHdr #mainContent { 
	margin: 2px 0 0 350px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1{
	font-size:12px;
	font-weight:400;
	padding:20px 0 0 0;
	border-top-style:solid;
	border-width:thin;
	border-color:#999;
	margin:0;
	clear:right;
	text-transform:uppercase;
}
.twoColFixLtHdr #mainContent h2{
	font-size:10px;
	font-weight:600;
	padding:10px 0 0 0;
	margin:0;
}
.twoColFixLtHdr #mainContent h4{
	font-size:16px;
	font-weight:800;
	padding:4px 0 4px 0;
	margin:0;
	color:#fff;
	background-color:#999999;
	width: 60px;
	text-align:center;
}
.twoColFixLtHdr #mainContent p {
	font-size:12px;
	font-weight:400;
	line-height:1.5em;
	padding:0px 0 0 0px;
	margin:0;
	width:365px;
}
.twoColFixLtHdr #mainContent p.dots {
	border-bottom:dotted thin #999;
	width: 700px;
	padding:0px 0 0px 0;
	margin:0px 0 10px 0;
}
.twoColFixLtHdr #mainContent img {
	border:none;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
border-top-style:solid;
	border-width:thin;
	border-color:#999;
	background-image:url(images/side_bkg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	
} 
.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 */
}
.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;
}
.twoColFixLtHdr #mainContent h7{
	font-size:16px;
	color:#0079aa;
	font-weight:400;
	line-height:1.3em;
}
.menu{
	width:100%;
}

.menu ul{ margin: 22px 0px 0 200px; padding: 0;float: left; color:#FFF;font-size:10px;}
.menu ul li{ display: inline;}
.menu ul li a{ float: left; text-decoration: none; color: white; padding: 5px 10px;}
.menu ul li a:visited{ color: white;}
.menu ul li a:hover, .menu ul li, .current{color: #fff;  text-decoration:underline;}

.menu2{
width: 100%;}

.menu2 ul{ margin: 50px 0px 0 50px; padding: 0;float: left; color:#FFF;font-size:24px; font-weight:100;}
.menu2 ul li{ display: inline;}
.menu2 ul li a{ float: left; text-decoration: none; color: white; padding: 5px 20px;}
.menu2 ul li a:visited{ color: white;}
.menu2 ul li a:hover, .menu ul li, .current{color: #ffd990;  text-decoration:none;}
.menu2 ul img{ border:none;}

.menu_sidebar { width: 280px; float:left;}
.menu_sidebar ul{ font-family: Arial, Helvetica, sans-serif; list-style-type:none; margin: 8px 0 160px 30px; padding:0;}
.menu_sidebar ul li{ display: inline; text-transform:uppercase;}/* for IE5 and IE6 */

.menu_sidebar ul li a{ color: #fdb70f;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 6px 3px;
	width: 160px;
	border-bottom: 0px solid #eee;}

.menu_sidebar ul li a:visited{  color: #fdb70f;}
.menu_sidebar ul li a:hover { background-color: #fff; color: #0079aa; text-decoration:underline;}
