
body {
	margin: 0;
	color: #262626;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	background: #042c57 url(../images/bg-main-tiling.gif) repeat-x;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

img {border: none;}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {font-family: Helvetica, Arial, sans-serif;}

.clear-both {clear: both;}

#wrapper-home {background: #2468af url(../images/bg-main-home.jpg) top center no-repeat;}
#wrapper-inside {background: #2468af url(../images/bg-main-inside.jpg) top center no-repeat;}

#header-home {height: 315px;}
#header-inside {height: 135px;}
#header-inside h1 {
	display: block;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 34px;
	line-height: 85px;
	text-shadow: 1px 1px 0px #123871;
}

#menu-container {
	height: 50px;
	background: url(../images/bg-menu.png) repeat-x;
	-webkit-box-shadow: 0px 8px 5px -3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 8px 5px -3px rgba(0, 0, 0, .25);
	box-shadow: 0px 8px 5px -3px rgba(0, 0, 0, .25);
}
#menu {
	width: 820px;
	margin: 0 auto;
}
#logo {
	float: left;
	padding: 12px 48px 0 0;
}
#menu ul {
	float: left;
	font-size: 14px;
	line-height: 50px;
}
#menu ul li {
	float: left;
	margin: 0 13px;
}
#menu ul li:nth-child(5) {margin: 0 0 0 13px;}
#menu ul li a {
	color: #fff;
	text-shadow: 1px 1px 0px #082247;
}

#hero {
	width: 820px;
	height: 265px;
	margin: 0 auto;
	color: #fff;
	background: url(../images/executives.png) bottom right no-repeat;
}
#hero h1 {
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 36px;
}
#hero p {
	margin: 10px 0 15px 0;
	font-size: 24px;
	font-weight: normal;
}
#hero h1, #hero p {
	display: block;
	width: 375px;
	text-shadow: 1px 1px 0px #123871;
}
#hero .cta, #left-column .cta {
	display: block;
	width: 215px;
	height: 40px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	text-shadow: 1px 1px 0px #04193b;
	background: #0e4272;
	background: -moz-linear-gradient(top, #0e4272 0%, #04254d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e4272), color-stop(100%,#04254d));
	background: -webkit-linear-gradient(top, #0e4272 0%,#04254d 100%);
	background: -o-linear-gradient(top, #0e4272 0%,#04254d 100%);
	background: -ms-linear-gradient(top, #0e4272 0%,#04254d 100%);
	background: linear-gradient(top, #0e4272 0%,#04254d 100%); /
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4272', endColorstr='#04254d',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .5);
}
#hero .cta:hover, #left-column .cta:hover {
	text-decoration: none;
	text-shadow: 0px 0px 5px #6fade6;
	background: #3070ab;
	background: -moz-linear-gradient(top, #3070ab 0%, #0e4272 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3070ab), color-stop(100%,#0e4272));
	background: -webkit-linear-gradient(top, #3070ab 0%,#0e4272 100%);
	background: -o-linear-gradient(top, #3070ab 0%,#0e4272 100%);
	background: -ms-linear-gradient(top, #3070ab 0%,#0e4272 100%);
	background: linear-gradient(top, #3070ab 0%,#0e4272 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3070ab', endColorstr='#0e4272',GradientType=0 );
}

.extra-room { margin-top: 20px; }

#main {
	background: #fff url(../images/bg-content.gif) repeat-x;
	border-top: 1px solid #fff;
}

#content {
	width: 820px;
	margin: 0 auto;
	padding: 30px 0;
}
#content p {
	font-size: 14px;
	line-height: 1.6em;
}
#wrapper-inside #content p:first-child {
	margin-top: 0;
}
#content a {color: #2f75ba;}

#left-column {
	float: left;
	width: 500px;
	padding: 0 25px 0 0;
}
#left-column ul {
	margin: 15px 0 15px 15px;
	font-size: 14px;
	line-height: 1.6em;
}
#left-column h2 {
	color: #16559c;
	margin: 0;
	font-size: 24px;
	text-shadow: -1px -1px 0 #fff;
}

#left-column #linkedin {
	display: block;
	width: 350px;
	height: 44px;
	margin: 20px 0 0 0;
	color: #3488b1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 1%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#e5e5e5 100%);
	background: linear-gradient(top, #ffffff 1%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .25);
}
#linkedin span {
	display: block;
	width: 290px;
	height: inherit;
	margin: 0 0 0 15px;
	padding: 0 0 0 45px;
	line-height: 44px;
	background: url(../images/icon-linkedin.png) 0 7px no-repeat;
}
#left-column #linkedin:hover {
	color: #0c6596;	
	text-decoration: none;
}

#reference-logos { margin: 20px 0; }

#right-column {
	float: left;
	width: 269px;
	padding: 0 0 0 26px;
}
#right-column h3 {
	color: #525252;
	font-size: 20px;
	margin: 0;
	padding: 0 0 6px 0;
	text-shadow: -1px -1px 0px #fff;
	border-bottom: 1px solid #d4d4d4;
}

.home, .our-process {background: url(../images/bg-right-column.png) no-repeat;}
.our-services, .about-bennett-search {min-height: 855px; background: url(../images/bg-right-column-long.png) no-repeat;}
.bennett-search-guarantee, .contact-us {min-height: 310px; background: url(../images/bg-right-column-short.png) no-repeat;}

#bennett-services {
	margin: 15px 0 20px 0;
	font-size: 16px;
}
#bennett-services li {
	margin: 0 0 5px 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet-arrow-right.gif) 0 2px no-repeat;
}

#why-bennett span {
	display: block;
	text-align: right;
}

#quote {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.6em;
}
#quote span {
	display: block;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	text-align: right;
}
#quote span em {font-size: 12px;}

#footer-container {
	height: 53px;
	background: #042c57 url(../images/bg-footer.gif) repeat-x;
}
#footer {
	width: 820px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 53px;
	text-shadow: 1px 1px 0px #082247;
}
#footer a {color: #fff;}
#footer ul li {
	float: left;
	margin: 0 15px 0 0;
}
#email {float: right;}




