body {
	font-family: arial;
}
h1 a {
	display: block;
	text-indent: -9999px;
	height:208px;
	background-image: url(../img/masthead.jpg);
}
a {
	color: #F16422;
	text-decoration: none;
}
.entry a:hover {
	text-decoration: underline;
}
#logo {
	position: absolute;
	display: block;
	text-indent:-9999px;
	overflow: hidden;
	width: 120px;
	height: 30px;
	top: 35px;
	left: 20px;
}
h2 {
	position: relative;
	z-index: 1;
}
#left h3 {
	position: relative;
	z-index: 1;
}
/* LAYOUT
=============================*/
#container {
	width: 955px;
	margin: 0 auto;
	position: relative;
}
#body {
	clear: both;
}
#header {
	background: url(../img/bg.nav.gif) repeat-y bottom right;
	padding-bottom:28px;
}
#left {
	float: left;
	height: 426px;
	width: 244px;
}
#middle {
	background: url(../img/bg.side.bar.gif) no-repeat 5px 25px;
	float: left;
	padding-top: 25px;
	width: 405px;
	margin-left: -20px;
	padding-left: 50px;
	padding-right: 50px;
	min-height: 300px;
	padding-bottom: 50px;
}
#right {
	float: right;
	padding-top: 60px;
	width: 218px;
}
#right .abstract {
	font-size: 11px;
	display: none;
}
#right .abstract li {
	margin-bottom: 2px;
}
#right .abstract a {
	color: white;
	display: block;
	background: black;
	padding: 2px 8px;
}
#right .abstract a:hover {
	background: #F6921D !important;
}
#right .abstract li.one a {
	background: #969696;
}
#right .abstract li.two a {
	background: #4B4B4B;
}

#right .partners h4 {
	font-size: 13px;
	padding: 15px 0;
}
#right .partners img {
	margin-left: 35px;
}
/* MAIN NAV
=============================*/
#main-nav {
	margin-left: 244px;
	display: block;
}
#main-nav li {
	float: left;
	position: relative;
}
#main-nav li a {
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	padding: 9px 49px 8px;
	margin-bottom: -1px;
	display: block;
}
#main-nav li a:hover {
	background-color: #F6921D;
}
#main-nav li.last a {
	padding-right: 54px;
}
#main-nav li ul {
	position: absolute;
	margin-top: 0px;
	z-index: 20;
	left: -99999px;
	width: 100%;
}
#main-nav li:hover ul,#main-nav li.over ul {
	left: auto;
}
#main-nav li li {
	float: none;
	margin-top: 3px;
	width: 100%;
	display: inline-block;
}
#main-nav li li a {
	background: black;
	display: block;
	padding: 10px 49px;
}
#main-nav li li a:hover {
	background-color: #FFC10E;
}

/* BODY
=============================*/
#left .onsite {
	background: white url(../img/bg.left.barcelona.gif) no-repeat 0px 0px;
	padding-top: 50px;
}
#left .online {
	background: white url(../img/bg.left.online.gif) no-repeat 0px 0px;
	padding-top: 50px;
}
#left .other {
	background: white url(../img/bg.left.intro.gif) no-repeat top left;
	padding-top: 30px;
}
#left .onsite, #left .online, #left .other { 
	min-height: 426px;
}
#left h3 {
	margin: 0px 25px 45px;
	color: black;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
}
#left h2 {
	margin: 0px 25px 50px;
	text-transform: uppercase;
	color: #EC1C24;
	font-size: 24px;
	font-weight: normal;

}

#left a {
	color: black;
}
#left a:hover, #left li.current_page_item a {
	color: #EC1C24;
}
#left li {
	margin: 8px 0;
	padding:0 25px;
}
#left li:hover,#left li.over,#left li.current_page_item {
	background-image: url(../img/left.nav.hover.gif);
	background-repeat: no-repeat;
}
#left .other p {
	margin: 0px 25px 15px;
	font-size: 12px;
	font-weight: bold;
}
#left .other p.intro {
	font-weight: normal;
	line-height: 20px !important;
	color: black;
}
#left .other em {
	display: block;
	color: #0071BB;
	font-size: 10px;
	font-style: normal;
}
#left .other a {
	color: #F16422;
	font-size: 10px;
}
#left .other a:hover {
	text-decoration: underline;
}
#middle h2 {
	color: #0071BB;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#middle h4 {
	font-size: 13px;
	margin-bottom: 15px;
}
/* BODY PRAGRAPHS, ETC.
=============================*/
#body .email:hover {
	text-decoration: underline;
}
#body p {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 15px;
}
#middle h5 {
	font-size: 11px;
	margin-bottom: 10px;
}

#body strong {
	color: #0071BB;
}
#body td {
	font-size: 11px;
	padding: 0 10px 0 0;
}
#middle ul {
	font-size: 11px;
	margin-bottom: 15px;
}
#middle ul li {
	list-style: none;
	background: transparent url(../img/bull.gif) no-repeat 0px 5px;
	margin-left: 0px;	
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
}
.box {
	background: #EFF0F0;
	padding: 10px;
	margin-bottom: 15px;
}
.box table {
	width: 100%;
}
.box th {
	color: #0071BB;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid black;
}
.box th span {
	color: black;
}
.box td, .box th {
	font-size: 11px;
	padding-right: 15px;
	vertical-align: top;
	margin-bottom: 5px;
}
#middle .box td {
	color: #626366;
}
#middle .box td ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
}
#middle .box td ul li {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 0px;
	background: none;
	padding-left: 0;
	font-size: 9px;
	font-weight: bold;
	color: #626366;
}
#middle .box ul.three-col li {
	width: 120px;
	float: left;
}

#download-agenda {
	color: #0071BB
}

#download-agenda:hover {
	color: #F16422;
}



/* TARGETING PAGES
=============================*/

.parent-pageid-5 .other,.parent-pageid-5  .online{
	display: none;
}

.parent-pageid-8 .other, .parent-pageid-8 .onsite {
	display: none;
}
.home .online, .home .onsite,.page-id-43 .online, .page-id-43 .onsite, .page-id-45 .online, .page-id-45 .onsite, .page-id-95 .online, .page-id-95 .onsite, 
.page-id-133 .other, .page-id-131 .other, .page-id-135 .online, .page-id-133 .online, .page-id-131 .online, .page-id-135 .other, .page-id-259 .online, .page-id-259 .other, 
.page-id-275 .online, .page-id-275 .onsite
{
	display: none;
}
#right .abstract
{
	display: block;
}
