body {
	background: url(../img/background.gif) no-repeat center top;
}
body.index {
	background-image: none;
}
#site {
	width: 832px;
	margin: 281px auto 0 auto;
}
.leftCol {
	float: left;
	width: 335px;
}
.rightCol {
	float: left;
	width: 497px;
}

#logo {
	position: relative;
	top: -11px;
}
#logo a {
	display: block;
	width: 242px;
	height: 30px;
	background: url(../img/logo.gif) no-repeat;
	font-size: .1em;
	text-indent: -9999px;	
}
#arrow {
	position: relative;
	left: -30px;
}


ul {
	list-style-type: none;
}
li {
	margin-right: 0px;
	margin-bottom: 8px;
	padding: 0 0 0 10px;
	background: url(../img/background-li.gif) no-repeat 0 8px;
}
.tflush {
	margin-top: 0;
}
.bflush {
	margin-bottom: 0;
}
img.right {
	float: right;
}


.caseStudy {
	float: left;
	width: 80px;	
	text-align: center;	
	margin-left: 55px;
}
.caseStudy.first {
	margin-left: 0;
}
.caseStudy a {
	display: block;
	margin: 0 auto 0 auto;
	width: 34px;
	height: 46px;
	margin-bottom: 5px;
	background: url(../img/document.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.caseStudy a:hover {
	background-position: 0 -46px;
}

.mediaHabits {
	margin-bottom: 20px;
	position: relative;
}
.mediaHabits a {
	display: block;
	float: left;
	background: url(../img/mediaHabits.gif) no-repeat;
	height: 91px;
	width: 145px;
	text-indent: -9999px;
	margin-right: 10px;
	border: red;
}
.mediaHabits a:hover {
	background-position: 0 -91px;
}
.mediaHabits p {
	float: left;	
	position: absolute;
	margin-left: 335px;
	width: 335px;
}


ul#experienceAreas li {
	background: none;
	padding: 0;
}
#experienceAreas a {
	display: block;
	background-color: #e6f5dc;
	padding: 3px 3px 3px 10px;
	margin-bottom: 3px;
}
#experienceAreas ul {
	margin: 0 0 0 20px;
}

#contactForm {
	background-color: #95d671;
	padding: 20px;
}
#contactForm .vform {
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
	width: 356px;	
}
#contactForm .vform select {
	width: 356px;
}
#contactForm .vform label {
	width: 300px;
	margin-bottom: 3px;
}
#contactForm label {
	width: 150px;
}
#contactForm input, #contactForm textarea, #contactForm select {
	border: none;
}
#contactForm .textarea {
	position: relative;
}
#contactForm #comments {
	float: left;
}
#contactForm #submit {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	padding: 2px 4px 2px 4px;
/*	float: left;
	margin: 23px 0 0 20px;*/
}
/* Menu ========================================================================== */
#menu {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#menu li {
	float: left;
	margin: 0 0 0 25px;	
	background: none;
	padding-left: 0;
}
#menu li.first {
	margin-left: 0;
}
#menu li a {
	display: block;	
	height: 18px;
	background-repeat: none;
	text-indent: -9999px;
	background-position: top left;
}

#mImpact a{ width: 93px; background-image: url(../img/menu-impact.gif); }
#mImpact a:hover { background-position: 0 18px; }
body.impact #mImpact a{ background-position: 0 18px; }
#mEfficiency a{ width: 147px; background-image: url(../img/menu-efficiency.gif); }
#mEfficiency a:hover { background-position: 0 18px; }
body.efficiency #mEfficiency a { background-position: 0 18px; }
#mEffectiveness a{ width: 204px; background-image: url(../img/menu-effectiveness.gif); }
#mEffectiveness a:hover { background-position: 0 18px; }
body.effectiveness #mEffectiveness a { background-position: 0 18px; }

#submenu {
	position: absolute;
	top: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #95d671;
	height: 31px;
}
#submenu li {
	float: left;
	margin: 0;
	padding: 5px 15px 5px 15px;
	background: none;
}
#submenu li.first {
	padding-left: 30px;
}
#submenu li.last {
	padding-right: 30px;
}

