@charset "UTF-8";



body {
	
	background: #55453d;
	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: #54453e;
	line-height: 15px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear:both;
}

#wrap {
	background:#000;
}

img {border:none;}
.oneColFixCtrHdr #container{
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000; /* the auto margins (in conjunction with a width) center the page */
	font-family: Helvetica;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
.oneColFixCtrHdr #header {
	background: #000;
	/*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. */
	height:105px;
	width:960px;
	margin:0;
	padding:0;
	
	

}
.oneColFixCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





.oneColFixCtrHdr #mainContent {
	background:#FFF;
	width:960px;
	height:440px;
	text-align:left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	
	
}

.oneColFixCtrHdr #mainContent .home {
	background:#FFF;
	width:960px;
	
	text-align:left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	
	
}





.oneColFixCtrHdr #mainContent_testimonials {
	background:#FFF;
	width:960px;
	height:660px;
	text-align:left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	

	
}

td.testimonials {
	padding:0px 30px 25px;
}

td.testimonials h1 {
	padding-top:10px;
}






/*
.oneColFixCtrHdr #mainContent .centerContent td{
	
	padding-left:30px;
	padding-right:20px;
	line-height:20px;
	
	
	
}*/


	

.oneColFixCtrHdr #mainContent .centerContent{
	
	padding-left:30px;
	padding-right:20px;
	line-height:12px;
	
	
	
}

.oneColFixCtrHdr #mainContent .positions{
	
	padding-left:30px;
	line-height:17px;
}


.oneColFixCtrHdr #mainContent .positionsLast{
	padding-left:0px;
	line-height:17px;
}


.fltlft {float:left;}

.fltrt {float:right; margin-right:250px;}





.oneColFixCtrHdr #mainContent a {
	text-decoration:none;
	color:#f7941e;
}

.oneColFixCtrHdr #mainContent .centerContent h1, h1 {color:#f7941e;
font-size:24px;
text-transform:uppercase;
padding-top:15px;
text-align:left;
margin-bottom:1px;

font-family: 'Open Sans Condensed', Helvetica, sans-serif;

font-weight:normal;
}

.oneColFixCtrHdr #mainContent h2 {color:#f7941e;
font-size:16px;
padding-top:15px;
line-height:10px;
text-align:left;
font-family: 'Open Sans Condensed', Helvetica, sans-serif;
font-weight:normal;
}

.oneColFixCtrHdr #mainContent h3{
	text-align: justify;
	font-weight:normal;
	font-size:11px;
	color:#f7941e;
	line-height:15px;
}


.oneColFixCtrHdr #mainContent p{
	text-align:justify;
	line-height:17px;
}





.oneColFixCtrHdr #mainContent .breadcrumb, .oneColFixCtrHdr #mainContent_testimonials .breadcrumb{
	font-size:9px;
	color:#f7941e;
	padding-left:30px;
	padding-top:10px;
	text-align:left;
	
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent .breadcrumb a, .oneColFixCtrHdr #mainContent_testimonials .breadcrumb a{
	color:#54453e;
}

.oneColFixCtrHdr .openQuote {
	
	margin-bottom: 5px;
}

.oneColFixCtrHdr .closeQuote {
	float:right;
	margin-top: 10px;
	
}


.oneColFixCtrHdr .quoteCredit {
	float:left;
	margin-top: 10px;
}

.oneColFixCtrHdr p.quoteCredit {
	text-align:left!important;
}




.oneColFixCtrHdr #sidebar p{
	
	padding-bottom:12.5px;
	line-height: 15px;
	font-size:11px;
}

.oneColFixCtrHdr #sidebar {
	text-align: justify;
	padding-right: 35px;
	padding-left: 35px;
	line-height: 15px;
	font-size:11px;
	padding-bottom:12.5px;
}








.oneColFixCtrHdr #mainContent_testimonials #sidebar {
	text-align: justify;
	padding-right: 35px;
	padding-left: 35px;
	line-height: 15px;
	font-size:11px;
	padding-top:20px;
	padding-bottom:12.5px;
}

.oneColFixCtrHdr #sidebar li{
	list-style-position: outside;
	margin-left:-20px;
	text-align:left;
}


