h1{
	color: #224156;
	font-size:12px;
	

}

h2{
	color: #fff;
	font-size:21px;
	padding: 0 30px 0 20px;
	line-height:24px;
	text-shadow: 2px 2px 2px #224156;
	list-style: none;
	list-style-type:none;
}
h3 {
	color:#DB9E35;
	font-size:12px;
	line-height:18px;
	font-weight:200;
	
}
h4{
	color: #fff;
	font-size:15px;
	padding: 0 20px 0 20px;
	font-weight:200;
	line-height:20pt;
}
h5{
	color: #224156;
	font-size:30px;
	font-weight:bolder;
}

h6{
font-size:14px;
font-weight: bold;
color:#DB9E35;
line-height:20px;
}

p{
	font: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
}

.thrColFixHdr a{
color:#666666;
text-decoration:none;
font-weight:bold;
border:none;
}

.thrColFixHdr a:hover{
color: #0099FF;
text-decoration:none;
font-weight:bold;
border:none;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/site/background.gif) 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: 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;
}

bodyinside  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/site/background.gif) 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: 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;
}
.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	height:455px;
 
} 

/*Navigation*/
#headernav { 
	height:106px;
	
	margin-top:-13px;
	}
	
#headernav ul{ 
	width: 400px;
	margin-left: 550px;
	font-size: 13px;
	list-style-type: none;	
}

#headernav ul li{ 
	float: left;
}
#headernav ul li a{ 
	padding: 0 0 0 6px;
	width: 70px;
	display: block;
	color: #224156;
	background: transparent;
	text-decoration: none;
}
#headernav ul li a:hover{
	height:24px;
	font-weight:bold;
	color:#db9e35;
	
}

#headernav .selected{
	height: 24px;
	font-weight:normal;
	color:#DB9E35;
	
}

/*Header*/	
.thrColFixHdr #headercontent { 
	height:349px;
	width: 1000px;
	background-image:url(../images/site/header_bkgrd.jpg); 
	background-repeat:no-repeat;
}

.thrColFixHdr #headercontentright{ 
	float: right;
	width: 580px;
	height: 349px;
}

.thrColFixHdr #headercontentrightinside{ 
	background: url(../images/pathbuilder_services_right.png) no-repeat;
	float: left;
	width: 580px;
	height: 349px;
}
.thrColFixHdr #headercontentleft{ 
	float: left;
	width: 420px;
	height: 349px;
}
.thrColFixHdr #headercontentleftinside{ 
	background: url(../images/services_left.png) no-repeat;
	float: left;
	width: 420px;
	height: 349px;
}

.thrColFixHdr #table {
width:960;
height:90px;
margin-top:-75px;
float:left;

}
.thrColFixHdr #content {
	width: 960px;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.thrColFixHdr #sidebar1 {
	padding: 0 5px 0 0;
	width: 300px;
	float: left;
	
}
.thrColFixHdr #sidebar2 {
	margin: 0 5px 0 0;
	width: 300px;
	float: left;
}
.thrColFixHdr #sidebar1inside {
	padding: 0 5px 0 0;
	width: 450px;
	float: left;	
}

.thrColFixHdr #sidebar2inside {
	margin: 0 5px 0 0;
	width: 450px;
	float: left;
}

.thrColFixHdr #mainContent { 
	margin: 0 0 0 0;
	width: 330px;
	float: left;
}
.thrColFixHdr .image{ 
	padding-right:10px;
	width: 51px;
	float: left;
}


.thrColFixHdr .sidebarcontent {
	width: 265px;
	
} 

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footerbkgrd.gif) repeat-x;
	height: 108px;
	padding-top:30px;
	text-align:center;
} 

.thrColFixHdr #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 */
	text-align:center;
	font-size:12px;
}
.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;
	padding: 0 30px 30px 30px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-top:4px;
	
}
.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;
}
.li{
	font-size:12px;
	text-indent: -8px;
	line-height:20px;
}
img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
#buttons{
	margin-left:150px;
	
	}
#buttons img{
padding: 0 10 0 10;

}	