/* CSS Document */

body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#262626;
	/* color:#888888; */
	background: #ffffff;
	background:url(images/page_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

a {
	color:#c45628;
}

strong {
	color:#454545;
}

a strong {
	color:#c45628;;
}
	
.twoColFixLtHdr #container { 
	width: 985px;
	text-align: left;
	background:url(images/bg.gif) no-repeat;
} 
.twoColFixLtHdr #header {
	background:url(images/logo_top.jpg) no-repeat;
	height:76px;
} 
.twoColFixLtHdr #header2 {
	height:355px;
	border-bottom: 1px solid #c9c9c9;
} 

.twoColFixLtHdr h2{
	font-weight:normal;
	font-size:28px;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:38px;

}

.twoColFixLtHdr h5{
	font-weight:normal;
	font-size:10px;
	color:#c45628;
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	text-transform:uppercase;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	background: #e6e6e6;
	border:1px solid #d0d0d0;
	margin:22px 0px 0px 30px;
	padding: 15px;
}

.twoColFixLtHdr #boxtitle {
	background-color:#FFFFFF;
	border-top:1px solid #bcbcbc;
	border-right:1px solid #bcbcbc;
	border-left:1px solid #bcbcbc;
	padding:5px;
	font-size:11px;
	color:#c45628;
	width:100px;
	text-align:center;
}
.twoColFixLtHdr #innerbox {
	background-color:#FFFFFF;
	border:1px solid #bcbcbc;
	padding:20px;
	font-size:11px;
	line-height:16px;
}
.twoColFixLtHdr #mainContent { 
	margin: 22px 0 0 270px;
	padding: 0 20px;
} 
.twoColFixLtHdr #footer { 
	padding: 20px 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size:11px;
	float:right;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Top Navigation Menu */
.twoColFixLtHdr #header .top-nav {
	float:right;
	padding:0px 45px 0px 0px;
	margin-top:30px;
}

.twoColFixLtHdr #header .top-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.twoColFixLtHdr #header .top-nav ul li{
	float: left;
	font-size: 14px;
	height:35px;
	padding:6px 5px 0px 5px;
}

.twoColFixLtHdr #header .top-nav ul li a{
	display: block;
	text-decoration: none;
	color: #70787f;
	padding: 6px 6px 0px 6px;
}

.twoColFixLtHdr #header .top-nav ul li a.active{
	color:#c45628;
}

.twoColFixLtHdr #header .top-nav ul li a:hover{
	display: block;
	text-decoration: none;
	color: #c45628;
}
/* End Top Navigation Menu */

