/* @override 
	http://daves-mac-pro.local/campbellcompany/css/cc.css
	http://www.campbellcompany/css/cc.css
	http://campbellcompany.com/css/cc.css
*/

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	background: #F5F4C8 url(../img/page_bg2.gif) 50% 0 repeat-y;
	text-align: center;
}
a:active {
	outline: none;
}
a:focus
{
-moz-outline-style: none;
}

/* @group Layout */

#hdr {
	background: #E1E0B1 url(../img/hdr_bg.gif) center center repeat-y;
	border-bottom: 1px solid #000;
	padding: 35px 0 0 0;
}
#masthead {
	height: 105px;
	background: url(../img/1px_k.gif) 0 100px repeat-x;
	width: 800px;
	margin: 0 auto;
	background-color: #D6D284;
}
#tag {
	position: relative;
	top: -5px;
}
#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	_padding-left: 1px;
	border: 0;
	overflow: hidden;
}
#left {
	overflow: hidden;
	float: left;
	width: 576px;
	background: url(../img/1px_k.gif) 0 51px repeat-x;
}
#right {
	float: right;
	width: 224px;
	overflow: hidden;
}

#ftr {
	position: relative;
	padding: 5px 10px;
	border-top: 1px solid #000;
	clear: both;
}
.content {
	padding: 15px;
	background-color:#ffffff;
}

#right .content {
	background-color: transparent;
}
.red{
		color: #993333;
}

/* @end */

/* @group Right Column */


#right a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Nav */
#nav {
	height: 51px;
	position: relative;
	background: #e3e2ac url(../img/nav-off.gif) 0 0 no-repeat;
	_overflow: hidden;
	width: 576px;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#nav ul {
	position: absolute;
	width: 576px;
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
}
#nav ul ul {
	line-height: 16px;
	position: absolute;
	background-color: #fff;
	top: 25px;
	left: 0;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
#nav ul ul li {
	display: inline;
}
#nav ul li.cur ul a {
	position: relative;
	left: 0;
	right: 0;
	display: inline;
	background: transparent none;
	padding: 0 3px;
	margin: 0;
	height: 15px;
	text-indent: 0;
	overflow: visible;
}
#nav ul li.cur ul a:hover {
	background: none;
	color: #993333;
}
#nav a {
	text-decoration: none;
	position: absolute;
	background: transparent url(../img/nav-off.gif) 0 0 no-repeat;
	text-indent: -9000px;
	padding: 25px 0 0 0;
	margin: 0;
	height: 0 !important;
	height /**/: 25px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

li#nav-about a {
	left: 0px;
	width: 67px;
}

li#nav-people a {
	left: 67px;
	width: 80px;
	background-position: -67px 0;
}

li#nav-services a {
	left: 147px;
	width: 91px;
	background-position: -147px 0;
}

li#nav-clients a {
	left: 238px;
	width: 83px;
	background-position: -238px 0;
}

li#nav-resources a {
	left: 321px;
	width: 104px;
	background-position: -321px 0;
}

li#nav-contact a {
	left: 425px;
	width: 88px;
	background-position: -425px 0;
}

li#nav-login a {
	left: 513px;
	width: 63px;
	background-position: -513px 0;
}


li#nav-about ul, li#nav-services ul {
	padding-left: 8px;
	width: 568px;
	text-align: left;
}
li#nav-resources ul {
	padding-left: 300px;
	text-align: left;
	width: 276px;
}
#nav a:hover {
	background-image: url(../img/nav-hover.gif);
}
#nav li.cur a, #nav li.cur a:hover {
	background-image: url(../img/nav-on.gif);
}

#nav ul li.cur ul a {
	  background: transparent none;
	  position: inherit;
}
#nav li.cur li.cur a, #nav li.cur li.cur a:hover {
  	color: #000;
}
/* @end */

/* @group Footer */

#ftr #copy {
	top: 5px;
	width: 209px;
	right: 0;
	position: absolute;
}
#ftr ul {
	width: 560px;
}
#ftr li a {
	padding: 0 5px;
}

/* @end */

/* @group Executive Search */
table {
	font-size: 10px;
	margin: 10px 0;
	line-height: 13px;
}
table h2 {
	margin-top: 1.5em;
}
#es th, #es td {
	background-color: #e1e0b1;
	text-align: left;
	padding: 5px;
}
#es th {
	background-color: #993333;
	color: #fff;
}
#es tr.even td {
	background-color: #f5f4c8;
}
#es #es-org {
	width: 150px;
}
#es #es-loc {
	width: 50px;
}
/* @end */
.bio img {
	display: block;
	float: left;
	margin: 2px 15px 5px 0;
	_margin-top: 14px;
}
.right {
	text-align: right;
}
table td, table th {
	padding: 2px 5px 2px 0;
	vertical-align: top;
}

.clear
{
clear: both;
}