@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#FBAA29;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-position:50% 50%;
	}
	
.container {
	width:900px;
	background-color:#FFFFFF;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FBAA29;
	}
	
.left {
	float:left;
	width:700px;
	display:block;
	background-color:#FFFFFF;

	}

.header-graphic {
	width:661px;
	height:174px;
	display:block;
	overflow:hidden;
	}
	
.right {
	float:left;
	width:200px;
	height:700px;
	display:block;
	background-color:#FBAA29;
	background-image:url(images/curve-2.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	}
	
.topMenu {
	width:100%;
	background-color:#8E8F91;
	height:30px;
	overflow:hidden;
	}
	
.mainMenu {
	width:120%;
	background-color:#006ca7;
	height:50px;
	overflow:auto;
	}

.topMenu ul, .mainMenu ul {
	margin:0px;
	padding:0px;
	margin-left:20px;
	height:100%;
	border-left:1px solid #4a7b95;
	}
	
.topMenu ul li, .mainMenu ul li {
	float:left;
	list-style:none;
	border-right:1px solid #4a7b95;
	font-weight:bold;
	}

.topMenu ul {
	float:left;
	border-left:1px solid #ccc;
	}
	
.topMenu ul li {
	float:left;
	border-right:1px solid #ccc;
	}
	
	
.topMenu ul li a, .topMenu ul li a:visited {
	display:block;
	color:#eaeaea;
	font-size:9pt;
	text-transform:uppercase;
	text-decoration:none;
	line-height:30px;
	padding-left:13px;
	padding-right:13px;
	}
	
.topMenu ul li a:hover {
	background-color:#666;
	color:#fff;
	}
	
.mainMenu ul li a, .mainMenu ul li a:visited {
	display:block;
	color:#FFFFFF;
	font-size:18pt;
	letter-spacing:-1px;
	text-decoration:none;
	line-height:45px;
	padding-left:20px;
	padding-right:25px;
	border-bottom:10px solid #006ca7;
	background-image:url(images/buttonactive.jpg);
	}

.mainMenu ul li a#active {
	border-bottom:10px solid #005482;
	}
	
.mainMenu ul li a:hover {
	border-bottom:10px solid #FBAA29;
	background-image:url(images/buttonhover.jpg);
	}
	
.rightSide {
	float:left;
	display:block;
	}
	
.rightSide .block {
	background-color:#fff;
	margin-bottom:15px;
	border:1px solid #eaeaea;
	padding:1px;
	}
	
.rightSide .block img {
	
	}
	
.mainBody {
	padding:30px;
	background-image:url(images/mainbody.png);
	background-repeat:repeat-x;
	background-position:0 0 ;
	}
	
.mainBody a, .mainBody a:visited {
	color:#006ca7;
	}
	
.mainBody  h2 {
	font-size:20pt;
	font-weight:bold;
	line-height:20pt;
	letter-spacing:-1px;
	color:#006ca7;
	text-transform:uppercase;
	}
	
.mainBody  p {
	font-size:11pt;
	color:#333333;
	line-height:135%;
	}
	
.speaker {
	margin-bottom:25px;
	}
	
.speaker h4 {
	color:#006ca7;
	text-transform:uppercase;
	font-size:16pt;
	letter-spacing:-1px;
	margin-bottom:5px;
	border-bottom:1px dotted #FBAA29;
	}
	
.speaker img {
	float:left;
	margin-right:20px;
	padding:1px;
	border:1px solid #99a8bd;
	-moz-border-radius: .5em;
	border-radius: .5em;
	}
	
.speaker p {
	margin-left:155px;

	}
	
.footer {
	margin:30px;
	margin-top:50px;
	font-size:8pt;
	text-align:center;
	border-top:1px solid #eaeaea;
	padding-top:40px;
	}
	
h3.block-menu {
	height:30px;
	display:block;
	margin-bottom:35px;
	}
	
h3.block-menu a, h3.block-menu a:visited {
	float:left;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	background-color:#FFFFFF;
	color:#FBAA29;
	display:block;
	font-size:10pt;
	margin-right:15px;
	line-height:16px;
	text-decoration:underline;
	border:2px solid #fff0d9;
	-moz-border-radius: .3em;
	border-radius: .3em;
	}
	
h3.block-menu a#active, h3.block-menu a#active:visited {
	background-color:#FBAA29;
	color:#FFFFFF;
	text-decoration:none;
	}
	
p.event {
	display:block;
	margin-bottom:15px;
	padding:10px;
		-moz-border-radius: .3em;
	border-radius: .3em;
	border:1px solid #ccc;
	}
	
.event.alt {
	background-color:#f0f0f0;
	}
	
.event em {
	display:block;
	margin-bottom:-1px;
	color:#8E8F91;
	font-weight:bold;
	}
	
.event strong em  {
	display:inline;
	color:#8E8F91;
	font-weight:bold;
	font-size:86%;
	text-transform:none;
	}
	
.event strong {
	display:block;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #FBAA29;
	text-transform:uppercase;
	color:#006ca7;
	font-size:16pt;
	letter-spacing:-1px;
	line-height:18pt;
	}
	
.event.alt strong {
	}
	
.event .speaker {
	display:block;
	width:134px;
	float:left;
	margin-top:5px;
	margin-right:15px;
	color:#99a8bd;
	font-size:9pt;
	text-align:center;
	text-decoration:none;
	font-style:italic;
	border:none;
	margin-bottom:10px;
	}
	
.event .speaker img {
	background-color:#FFFFFF;
	margin-bottom:3px;
	-moz-border-radius: .5em;
	border-radius: .5em;
	}
	
.event a .speaker, .event a:visited .speaker {
	cursor:pointer;
	display:block;
	text-decoration:none;
	}
	
.register h3 {
	background-color:#006ca7;
	line-height:32px;
	height:32px;
	color:#eaeaea;
	font-size:14pt;
	text-transform:uppercase;
	padding-left:6px;
	margin-top:0px;
	position:relative;
	left:-28px;
	top:-28px;
	margin-bottom:-28px;
	width:622px;
	padding-left:10px;
	-moz-border-radius: .3em;
	border-radius: .3em;
	background-image:url(images/buttonactive.jpg);
	}
	
input, select {
	-moz-border-radius: .3em;
	border-radius: .3em;
	border:1px solid #ccc;
	}
	
.register p {
	font-size:10pt;
	}
	
input.submit {
	}
	
.register .section {
	border:2px solid #ccc;
	padding:30px;
	margin-bottom:20px;
	background-image:url(images/bg.png);
	font-weight:bold;
	-moz-border-radius: .5em;
	border-radius: .5em;
	}
	
.register .checkradio {
	}
	
.register .section h5,
.register h5 {
	padding:0px;
	margin:0px;
	margin-top:13px;
	margin-bottom:2px;
	color:#8E8F91;
	font-weight:normal;
	}
	
.register .section h5#required,
.register h5#required {
	font-weight:bold;
	background-image:url(images/required.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:14px;
	color:#006ca7;
	}
	
.front {
	display:block;
	background-image:url(images/front-bgOCT.jpg);
	height:200px;
	padding-left:310px;
	}
	
.front span {
	color:#006ca7;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:23pt;
	font-size:18pt;
	float:right;
	text-align:right;
	margin-right:35px;
	margin-top:35px;
	}
	
.front .registerNow {
	color:#FFFFFF;
	padding-top:35px;
	display:block;
	}
	
.dirListing {
		display:block;
		margin-top:30px;
		font-size:11pt;
		}
		
	.dirListing span {
		display:block;
		line-height:24px;
		background-color:#fff5e4;
		padding-right:20px;
		color:#006ca7;
		font-weight:bold;
		border-bottom: 1px dotted #FBAA29;
		}
		
	.dirListing span.alt {
		background-color:#fff;
		}
		
	.dirListing span em {
		display:block;
		float:left;
		width:150px;
		text-align:right;
		padding-right:10px;
		font-weight:normal;
		font-size:10pt;
		color:#8E8F91;
		overflow:hidden;
		}
		
	.dirListing .sec1 {
		margin-right:10px;
		display:block;
		overflow:hidden;
		}
		
	.dirListing span.ast, .dirListing span.exp {
		line-height:16px;
		font-weight:normal;
		padding:4px;
	
		}
		
	.dirListing h6 {
		margin:0px;
		padding:0px;
		padding-left:18px;
		font-size:110%;
		text-transform:uppercase;
		
		}
		
	.dirListing ul {
		padding:0px;
		margin:0px;
		padding-left:30px;
		margin-top:3px;
		
		}
		
	.dirListing ul li {
		line-height:100%;
		margin-bottom:4px;
		margin-top:2px;	
		}
		
	.dirListing h3 {
		color:#006ca7;
		margin:0px;
		padding:0px;
		border-bottom:1px dotted #FBAA29;
		padding-bottom:4px;
		padding-left:15px;
		}
		
	h5 em {
		display:block;
		font-size:9pt;
		font-weight:normal;
		}
		
	h5 {
		margin-bottom:8px;
		font-size:11pt;
		padding:0px;
		margin-top:0px;
		}
	
	.sideInfo {
		width:190px;
		padding:15px;
		background-color:#006ca7;
		
		float:right;
		margin-left:20px;
		margin-bottom:10px;
		}
		
	.sideInfo p {
		font-size:9pt;
		color:#FFFFFF;
		}
		
	.sideInfo p em {
		font-weight:bold;
		text-align:center;
		display:block;
		}
		
	.principals {
		height:270px;
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom:1px dotted #eaeaea;
		}
		
	.principals .item {
		width:33%;
		float:left;
		text-align:center;
		}
		
	.principals .item img {
		margin-bottom:10px;
		border:1px solid #eaeaea;	
		}
		
	.principals .item a img,.principals .item a:visited img {
		}
		
	.principals .item a:hover img {
		border:1px solid #006ca7;
		}

#secondDiet {
	display:none;
	}
	
.hotel {
	padding:1px;
	border:3px solid #ccc;
	float:left;
	margin-right:20px;
	}
	
.hotelOCT {
	padding:1px;
	border:3px solid #ccc;
	float:left;
	margin-right:20px;
	}
	
p.eventArc {
	display:block;
	padding:4px 10px 4px 0;
	}
	
p.eventArc2 {
	display:block;
	padding:4px 10px 4px 0;
	font-size:28px;
        border-bottom:1px dotted #FBAA29;
	text-transform:uppercase;
	color:#006ca7;     
	}

p.eventArc em{
	display:block;
	padding:4px 10px 4px 0;
text-transform:none;
color:#666;
	}
	
p.eventArc2 em{
	display:block;
	padding:4px 10px 4px 0;
text-transform:none;
letter-spacing:-1px;
color:#666;
font-size:20px;
	}
	
.eventArc strong {
	display:block;
	border-bottom:1px dotted #FBAA29;
	text-transform:uppercase;
	color:#006ca7;
	font-size:14pt;
	letter-spacing:-1px;
	line-height:18pt;
	}
