*,html {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 100% "Trebuchet MS", Arial, sans-serif;
	/*behavior: url("/csshover3.htc");*/
	background: #FFF url(../i/bg.png) top left repeat-x;
}
h1, h2 {
	text-indent: -20000px;
}
h3 {
	font-weight: normal;
	font-size: 1.0em;
	color: #5A471B;
	margin: 0 0 15px 0;
}
h3 img {
	margin-left: 0px;
	position: relative;
	top:1px;
}
h4 {
	margin: 10px 0 0 25px;
	color: #6D8D23;
	font-weight: normal;
	font-size: 0.8em;
}
p {
	font-size: 0.8em;
	line-height: 1.6em;
}
a, #footer #contactPop a {
	color: #6D8D23;
	text-decoration: none;
	font-weight: normal;
}
a:hover, #footer #contactPop a:hover {
	color: #BAC895;
}
a:active, a:focus, :-moz-any-link:focus {
  outline: none;
}
a img {
	border: none;
}
a.skip {
	position:absolute;
	left: -20000px;
}

/* BASIC STRUCTURE */

#container {
	width: 950px;
	margin: 35px auto;
	text-align: left;
}

#header {
	height: 140px;
	width: 950px;
	margin: 0 auto;
}

#sidebar {
	width: 174px;
	margin-right: 90px;
	float: left;
	position: relative;
}

#logo a {
	background: url(../i/logo.png) no-repeat;
	display: block;
	float: left;
	height: 138px;
	width: 198px;
}
#tag a {
	background: url(../i/tag.png) no-repeat;
	display: block;
	float: right;
	height: 138px;
	width: 150px;
}

#nav {
	padding-bottom: 20px;
}

#opener {
	margin-bottom: 25px;
}

#content {
	width: 675px;
	float: left;
	margin-top: 0px;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 18px;
	padding-top: 2px;
	background-color: #6d8d23;
	/*background: url(../i/footer_bg.png) repeat-x;*/
	color: #FFF;
	width: 100%;
	z-index: 300;
}
#footer div {
	position: relative;
}
#footer #contactPop {
	background: url(../i/contact_popup.png) no-repeat;
	height: 228px;
	width: 214px;
	position: absolute;
	bottom: 8px;
	right: 100px;
	z-index: 100;
	display: none;
	text-align: left;
}
#footer #contactPop h3 {
	color: #f6831a;
	font-size: 1.0em;
	margin-bottom: 20px;
	padding: 0 20px;
}
#footer #contactPop p {
	color: #646464;
	margin-bottom: 10px;
	font-size: 0.7em;
	padding: 0 20px;
}
#footer #contactPop .contactClose {
	position: relative;
	bottom: -8px;
	right: -190px;
	z-index: 101;
}
#ltbar {
	position: fixed;
	top: 0;
	left: 0;
	background: #a1b46f url(../i/left.png) top left no-repeat;
	width: 14px;
	height: 100%;
}
#rtbar {
	position: fixed;
	top: 0;
	right: 0;
	background: #6f5921;
	width: 10px;
	height: 100%;
}




/* NAV */

.nav, .subnav {
	width: 134px;
	padding: 10px 20px;
	background: #FFF url(../i/nav_bottom.png) bottom left no-repeat;
	border-left: 1px solid #6d8d23;
	border-right: 1px solid #6d8d23;
	margin-bottom: 20px;
}

.subnav {
	background: #FFF url(../i/subnav_top.png) top left no-repeat;
	border-left: 1px solid #d2dcbb;
	border-right: 1px solid #d2dcbb;
}

.cont_close {
	width: 176px;
	height: 10px;
	position: relative;
	background: url(../i/nav_bottom.png) top left;
	bottom: -10px;
	left: -21px;
	margin-top: -10px;
}

.subnav .cont_close {
	background: url(../i/subnav_bottom.png) top left;
}

.cont_open {
	width: 176px;
	height: 10px;
	position: relative;
	background: url(../i/nav_top.png) top left;
	top: -10px;
	left: -21px;
	margin-bottom: -10px;
}

.subnav .cont_open {
	background: url(../i/subnav_top.png) top left;
}

.nav ul {
	list-style: none;
}

.nav ul li {
	margin-bottom: 5px;
	font-size: 0.9em;
}
.nav a {
	color: #999;
}
.nav a:hover {
	color: #333;
}
.nav li.on a {
	color: #6D8D23;
	position: relative;
	padding-left: 12px;
	left: -12px;
	background: url(../i/menu_active.png) 0 2px no-repeat;
}

.subnav ul {
	list-style: none;
	width: 134px;
	margin-left: 5px;
}
.subnav ul li {
	float: left;
	font-size: 0.8em;
	margin: 5px 0;
}
.subnav.social ul li {
	float: left;
	width: 33px;
}
.subnav.social ul li img:hover {
	opacity: 0.50;
	-moz-opacity: 50;
}

.subnav dl {
	font-size: 0.75em;
	color: #606060;
}

.subnav dt, .subnav dt a {
	color: #f6831a;
	font-size: 1.08em;
}

.subnav dd {
	margin-bottom: 15px;
}

.subnav dd a {
	color: #f6831a;
	text-decoration: underline;
}



/* CONTENT PRESENTATION */

#opener p {
	margin-bottom: 10px;
	font-size: 0.7em;
	float: left;
}
#opener p.tagline {
	margin: 10px 0 10px 30px;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
	width: 350px;
	color: #666;
}
#opener img {
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer div {
	width: 950px;
	margin: 0 auto;
}

#footer p {
	font-size: 0.7em;
}
#footer .left, #footer a:hover {
	color: #b6c691;
}

#footer a {
	color: #FFF;
}

/* MISC CLASSES */

.home {
	background: url(../i/dots_home_bg.png) 0 80px no-repeat;
	height: 527px;
	position: relative;
	top: -75px;
	margin-bottom: -75px;
}
.thinking {
	position: relative;
	padding-top: 10px;
	min-height: 400px;
}
.thinkers {
	background: url(../i/dots_who_bg.png) 0 20px no-repeat;
	position: relative;
}
.genius {
	background: url(../i/dots_genius_bg.png) 46px 0 no-repeat;
	position: relative;
	height: 454px;
	margin-left: 150px;
}
.contact #phoneNo, .contact #fax {
	float: left;
	margin: 0 5px 15px 0;
}
.contact p {
	margin: 0 0 0px 25px;
	clear: left;
}
.contact label {
	width: 60px;
	float: left;
	text-align: right;
}
.contact input {
	float: left;
	margin: 0 0 10px 15px;
	color: #5A471B;
	width: 250px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.contact input[type="text"] {
	border: 1px solid #6D8D23;
	padding: 2px 5px;
}
.contact input[type="checkbox"] {
	padding: 0;
	margin-left: 15px;
	float: none;
	width: auto;
}
.contact textarea {
	margin-left: 15px;
	border: 1px solid #6D8D23;
	padding: 2px 5px;
	width: 250px;
	height: 100px;
	overflow: hidden;
	color: #5A471B;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.contact input[type="image"] {
	padding: 2px 5px;
	margin-left: 65px;
	width: auto;
}
.contact .checkLabel {
	width: 100px;
	float: none;
	text-align: left;
}
.contact #needs_events {
	margin-left: 75px;
}
#TB_ajaxContent ul.clientlist {
	list-style: none;
}
#TB_ajaxContent ul.clientlist li {
	margin-bottom: 0;
}
#header p {
	margin: 0 25px 0 0;
	text-align: right;
	font-size: 0.6em;
	color: #6D8D23;
	padding-bottom: 0;
}

br.clear, br.clearall {
	clear: both;
	height: 0;
}




/* home only */

#intro {
	position: absolute;
	top:80px;
	left: 0px;
	width: 165px;
	line-height: 2.2em;
	font-size: 0.8em;
	color: #646464;
}
#genius {
	position: absolute;
	top: 0px;
	left: 245px;
	width: 203px;
}
#process {
	position: absolute;
	top: 185px;
	left: 350px;
	width: 189px;
}
#thinkers {
	position: absolute;
	top: 345px;
	left: 100px;
	width: 168px;
}

#genius a, #process a, #thinkers a {
	background: url(../i/subnav_home.png) no-repeat;
	overflow: hidden;
	display: block;
	margin: 0; padding: 0;
}

#genius a {
	background-position: 0 0;
	height: 174px;
	width: 203px;
}
#process a {
	background-position: 0 -174px;
	height: 162px;
	width: 189px;
}
#thinkers a {
	background-position: 0 -336px;
	height: 144px;
	width: 168px;
}

#genius a:hover, #genius:hover a {
	background-position: -203px 0;
}
#process a:hover, #process:hover a {
	background-position: -203px -174px;
}
#thinkers a:hover, #thinkers:hover a {
	background-position: -203px -336px;
}

#genius a span, #process a span, #thinkers a span {
	position: absolute;
	left: -20000px;
}
