@charset "UTF-8";
body  {
	margin: 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: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #291414;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 5px 0 10px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 5px 0 10px 0;
	line-height: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0;
	margin: 5px 0 10px 0;
}
h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding: 0;
	margin: 5px 0 10px 0;
}
h5 {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0;
	margin: 5px 0 10px 0;
}
p {
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding:5px 0;
	margin:0;
}
ul, ol{
margin:5px 0;
padding:0;
}
li{
margin:0 0 0 20px;
padding:0;
}
address {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding:5px 0;
	margin:0;	
}
#container {
	width: 780px;  /* 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. */
	
}

#containerbottom {
	margin: 0 auto;
	position: relative;
	border-bottom: 12px solid #666666;
	border-left: solid 12px #666666;
	border-right: solid 12px #666666;
	/*background: #6a0d01;*/
	background: url(images/faux_columns.gif) left repeat-y;
	position: relative;
}
#header {
	background: url(images/leverage_tunnel.jpg) left top no-repeat;
	height:161px;
	border-left:12px solid #822525;
	border-right:12px solid #822525;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#header h1{
	font-size:1px;
	padding:0;
	margin:0;
	text-indent:-1500px;
}
#header address{
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	line-height:14px;
	position:absolute;
	bottom:15px;
	right:15px;
	padding:0;
}
#sidebar1 {
	float: left;
	margin:-1px 0 0 0;
	width: 148px;
}
#sidebar1 h3 {
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin:0;
	padding:10px 10px 0 10px;
}
#sidebar1 p{
	text-align:right;
	font-size:10px;
	font-style: italic;
	line-height: 16px;
	color: #CCCCCC;
	padding:0 10px 0 10px;
	margin:0;
}
#menu {
	background: #ffffff;
	text-align:center;
	border-top:#666666 1px solid;
	border-bottom:#666666 1px solid;
}
#menu ul{
	margin:0;
	width:148px;
	padding:0;
}
#menu li{
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
}
#menu a{
	border-bottom:solid #666666 1px;
	text-transform:uppercase;
	letter-spacing:3px;
	display:block;
	border-right:#666666 solid 1px;
	padding:3px 0;
	text-decoration:none;
	font-size:10px;
	color:#333;
	background:#efefef;
}
#menu a:hover{
	background:#dbdbdb;	
}
.home #navhome a,
.company #navcompany a,
.contact #navcontact a,
.careers #navcareers a,
.services #navservices a,
.studies #navstudies a
{
	border-right:none;
	background:#fff;
}
#navlinks a{
border-bottom:none;
}

#mainContent {
	margin: 0 0 0 148px;
	background-repeat: no-repeat;
	padding:10px 10px 10px 20px;
} 
.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;
}

.people{
	background:url(images/leverage_people.jpg) right bottom no-repeat; 
}
.servicepeople{
	background:url(images/people_services.jpg) right bottom no-repeat; 
}
.staffing{
	background:url(images/staffing.jpg) right bottom no-repeat; 
}
.indent{
padding-left:20px;
}
#column1{
	width:300px;
}

#footer{
	background:#eee;
	margin:0 0 0 148px;
	padding:0 0 0 20px;
}
#footer p{
	font-size:10px;
	line-height:14px;

}

a:link {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#660000;
}
.people {
	/*background:url(images/leverage_people.jpg) bottom right no-repeat;*/

}
#column2 {
	width:560px;
}
#linkfloat {
	position:absolute;
	left:520px;
	top:150px;
	width:250px;
}

