@charset "utf-8";
/* CSS Document */
@import url("base.css");
h3.banner {
	text-indent: -999em;
	float: left;
	height: 140px;
	width: 980px;
	overflow: hidden;
}
h3.aboutus {
	background: url(img/header_about.jpg) no-repeat 0px 0px;
}
h3.services {
	background: url(img/header_services.jpg) no-repeat 0px 0px;
}
h3.strategicpartners {
	background: url(img/header_ourteam.jpg) no-repeat 0px 0px;
}
h3.casestudies {
	background: url(img/header_casestudies.jpg) no-repeat 0px 0px;
}
h3.events {
	background: url(img/header_events.jpg) no-repeat 0px 0px;
}
h3.contactus {
	background: url(img/header_contact.jpg) no-repeat 0px 0px;
}
h3.news {
	background: url(img/header_news.jpg) no-repeat 0px 0px;
}
.container {
	background: #fff;
	float: left;
	width: 776px;
	padding: 22px 182px 22px 22px;
}
.leftNav {
	font-size: 11px;
	float: left;
	width: 220px;
	margin-right: 28px;
	display:inline;
	padding-top:12px;
}
.leftNavContactUs {
	font-size: 11px;
	float: left !important;
	width: 220px;
	margin-right: 28px;
	display:inline;
	padding-top:12px;
}

.leftNav .leftNav {
	font-size: 10px;
	float: left;
	display:inline;
	width: auto;
	margin-left: 10px;
}



.leftNav li {
	float: left;
	width: 220px;
	overflow: hidden;
	display: inline;
	border-bottom: 1px solid #E8E4DD;
}

.leftNav .leftNav li, .leftNav .leftNav li a {
	width: 210px;
}

.leftNav .leftNav .leftNav li, .leftNav .leftNav .leftNav li a {
	width: 200px;
}

.leftNav li.end {
	border-bottom-style: none;
}

.leftNav li a {
	text-decoration: none;
	float: left;
	width: 220px;
	padding-left: 0px;
	color: #a98a47;
	padding-top: 8px;
	padding-bottom: 8px;
}
.leftNav li a:hover, .leftNav li a.current {
	background: url(img/arrow_red.png) no-repeat 0px 9px;
	width: 210px;
	padding-left: 10px;
	color: #C70002;
}
.leftNav li a.current {
	cursor: default;
}

.contentRight {
	float: left;
	width: 506px;
}
.contentRight p, .contentRight ul, .contentRight ol, .contentRight h2, .contentRight h3, .contentRight h4 {
	margin-top: 13px;
}
.contentRight p, .contentRight ul, .contentRight ol {
	font-size: 11px;
	color: #6b6b68;
	line-height: 18px;
}
.contentRight ul li {
	margin-right: 22px;
	margin-left: 22px;
	list-style: disc;
}
.contentRight ul li ul li {
	margin-right: 28px;
	margin-left: 28px;
	list-style: circle;
}
.contentRight ol li {
	margin-right: 22px;
	margin-left: 22px;
	list-style: decimal;
}
.contentRight ol li ol li {
	margin-right: 28px;
	margin-left: 28px;
	list-style: lower-alpha;
}
.contentRight h1 {
	font-size: 26px;
	color: #aa8022;
	font-weight: normal;
	line-height: 42px;
	border-bottom: 1px solid #E8E4DD;
}
.contentRight h2 {
	font-size: 16px;
}
.contentRight h3 {
	font-size: 18px;
}
.contentRight h4 {
	font-size: 14px;
}
.breadcrumbs {
	margin-top: 0;
	font-size: 11px;
	color: #6b6b68;
}
.breadcrumbs a {
	color: #6b6b68;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
div.emailsend{
}

div.emailsend label{
	display:block;
	font-size:12px;
	margin-bottom:3px;
	margin-top:6px;	
}
div.emailsend #submit_button {
background:url(img/button_calendar_submit.png) no-repeat 0 -26px;
height:26px;
margin-top:12px;
width:117px;
}
div.emailsend #submit_button.hover {
background:url(img/button_calendar_submit.png) no-repeat 0 0;
}
div.emailsend .error {
background:#FF0;
border:2px solid red;
color:red;
font-weight:700;
margin-right:12px;
margin-top:12px;
padding:3px;
}
