﻿/* zero padding and margin*/
* {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-type: none;
}
p {
	padding-bottom: 10px;
}
body {
	background: #797979;
}
a {
	text-decoration: none;
	color: #797979;	
}
/* container*/
#container {
	margin: auto;
	width: 750px;
	font-family: Arial, sans-serif;
	position: relative;
	font-size: 100%;
	color: #797979;
	background: white;
	padding: 0px 25px 20px 25px;
}
/* Main menu area*/
#branding {
	width: 100%;
	display:block;
	position:relative;
	height: 185px;
	padding-bottom: 10px;
}
#nav_main {
	float: right;
	width: 40%;
	padding-top: 161px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #797979;
	padding-bottom: 5px;
}
#nav_main li {
	font-size: .75em;
	display: block;
	margin-top: 0px;
	float: right;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 8px;
	white-space: nowrap;
}
#nav_sub {
	padding-top: 166px;
	float: left;
	width: 60%;
	padding-left: 0px;
	margin: 0px;
}
#nav_sub li, #nav_sub img {
	display: inline;
	padding: 0px;
	margin: 0px;
}
/* Stonewest Group logo replacing words*/

#logo {
	width: 200px;
	height: 100px;
	position: relative;
	font-size: 6px;
	position:absolute;
	right:10px;
	top:40px;
	z-index:12;

}
#logo span {
	background: url(/images/logo.jpg) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
/* main content left and right div*/
#content_container {
	width: 100%;
}
#content_main {
	width: 40%;
	float: right;
	background: white;
	height: 100%;
	opacity: .85;
	filter: alpha(opacity=85);
}
*html #content_main{margin-right:-5px;}
#content_main p {
	margin-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .75em;
}
#content_sub {
	width: 60%;
	float: left;
}
/* clear floats*/
#site_info {
	clear: both;
}
/* home page background image*/
#home_content_container {
	background: url(#BGImg#) no-repeat;
	width: 100%;
	height: 387px;
}
/* companies content container*/
#content_main_companies {
	width: 100%;
}
#companies_logos li {
	clear: both;
	display: block;
	width: 100%;
}
#companies_logos img {
	padding-left:4%;
	padding-top:4%;
	text-align:center;
	border:0;
	/*padding-bottom: 20px;
	padding-right: 20px;
	text-align: right;*/
}
#companies_logos.findus img
{
	margin-left:0%;
	margin-top:0%;
}
#companies_logos p {
	float: left;
	width: 74.8%;
	background: #F4F1EC;
	color:#333;
	margin-bottom: 20px;
	padding: 10px 20px 20px 20px;
	font-size: .7em;
	line-height:1.7em;
}
#companies_logos.findus p{width: 53%;}
#companies_logos li span {
	width: 17.2%;
	display: block;
	height: 120px;
	float: left;
	text-align:center;
	padding-right: 20px;
}
#companies_logos.findus li span{width: 27.4%; margin-top:6%; vertical-align:middle; text-align:center;}
#companies_logos.findus 
{
	width:63%;
	float:left;
}
#map{float:left; width:20%; margin-left:-25px; display:block;}
/* team pages*/
#team_main_companies {
	width: 100%;
}
#content_supp2 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding: 20px 10px 20px 0px;
}
*html #content_supp2{margin-right:10px;}
.grey_underline {
	padding-bottom: 10px;
	border-bottom: 1px #797979 solid;
}
#team_pic {
}
#content_supp_details {
	padding-right: 10px;
	font-size: .75em;
}
#team_slideshow {
	position:absolute;
	bottom:16px;
	left:24px;
	width:600px;
}

*html #team_slideshow
{
	bottom:19px;
	left:24px;
}
#team_slideshow li {
	display: inline;
	padding-top: 20px;
}
