@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
img {
	border:0px;
}
.twoColFixLtHdr #container { 
	width: 950px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #fff;  /* 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. */
	width:950px;
	margin: 0px auto 0px 0px;
	border: 0px solid #f0f0f0;
} 
.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: 10px 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: 240px; /* 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;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C60;
} 
.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;
}



#logo {
	background-color: #ffffff;
	width:700px;
	padding-top:28px;
	margin-left:0px;
	margin-top:-1px;
	margin-bottom:0px;
	float:left;
	display:inline;
	vertical-align: text-bottom;
	text-align: center;
	padding-left: 120px;
}
#client {
	background-color: #ffffff;
	width:130px;
	padding-top:0px;
	height:79px;
	margin-left:0px;
	margin-top:-1px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
.TxtO_title20 {
	margin-left:4px;
	margin-top:11px;
	width:118px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:20px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #e16e21;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;

}
#clientBG {
	background-color: #e16e21;
	width:126px;
	padding-top:0px;
	height:21px;
	margin-left:1px;
	margin-top:8px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
.TxtClient {
	margin-left:35px;
	margin-top:3px;
	width:118px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-align: left;
	color: #ffffff;
	line-height: 100%;
	padding-top:1px;
	padding-bottom:2px;

}



.twoColFixLtHdr #footer2 {
	display: inline;
} 

.navSide {
	margin-left:10px;
	margin-top:22px;
	width:200px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:18px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #390;
	line-height: 60%;
	padding-top:1px;
	padding-bottom:2px;
	text-decoration: none;
}
a.navSide:link {
	text-decoration: none;
}

.twoColFixLtHdr #footer p {
	float:left;
	font-size:13px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #e16e21;
	padding-left: 15px;
	line-height: 20px;
	font-weight: bold;
}
.twoColFixLtHdr #footer2 p {
	margin-left:300px;
	float:right;
	font-size:13px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #e16e21;
	line-height: 20px;
	padding-right: 10px;
	font-weight: bold;
}

hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E16E1F;
	width: 935px;
	}
	
	#DivNav {
	background-color: #63b62f;
	width:933px;
	height:39px;
	float:right;
	padding-top: 15px;
}
.navMain {
	font-size:18px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	line-height: 100%;
	padding-left: 25px;
	padding-right:25px;
}


	
.twoColFixLtHdr #footer {
	height: 30px;
	display: inline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 140%;
}
a {
	color: #390;
}
abbr {
	color: #666;
	text-decoration: none;
}
.titleSmall {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C60;
}
.titleBig {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #C60;
}
.titleGreen {
}
.titleSmaller {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C60;
}
.TxtClient a {
	color: #FFF;
	text-decoration: none;
}
a.navMain:hover {
	color: #FF6600;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 20px;
}
a.navSide:hover {
	color: #FF6600;
	text-decoration: underline;
}
