@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../images/bot_bck.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/
}

#header {
    width: 100%;
    padding-top: 20px;
    padding-top: 19px;
    float: left;
	position:relative;
}

#header h1 {
    display: block;
    position: absolute;
    right: 0px;
    top: 38px;
}


#header #logo {
	width: 880px;
	margin-left: 27px;
	text-align:right;
	margin-bottom: 5px;
}
img.floatingRight {
    float: right;
    margin: 37px 35px 0px 0px;
}
.hideandshow {
	display: none;
}
#header #main_pic {
	width: 880px;
	margin-left: 27px;
	margin-bottom: 5px;
}

#title h1 {
	display: none;
}

#header img {
    width: 100%;
}

#nav {
	margin-bottom: 20px;
	height: 32px;
	/* margin-left: 15px; */
	background-color: #69141e;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
}
#nav ul {
	list-style: none;
	padding:0px;
	text-align: center;
	margin: 10px 0px;
}
#nav li {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
#nav a {
	float: left;
	display: block;
	height: 24px;
	padding: 6px 21px 0 21px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #69141e;
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	border-top:1px solid #69141e;
	border-bottom:1px solid #69141e;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
	/* margin-right: 12px; */
}
#nav a:hover, #nav #current a {
	background-color: #fff;
	background-repeat:repeat-x;
	background-position: bottom;
	color:#69141e;
	border-top:1px solid #69141e;
	border-bottom:1px solid #69141e;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
#form_main {
    width: 100%;
    /* margin-left: 40px; */
    float: left;
}
#main_content {
	margin-left: 27px;
	width: 676px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom:solid #939598 1px;
	margin-bottom:0px;
}
#main_content p {
	font-size: 12px;
	line-height: 16px;
}
#main_content p.small_print {
	font-size: 10px;
}

span.small_print2 {
	background-color: #EF0000;
	background-image:url(../images/content/navbck.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	color:#FFFFFF;
	padding:5px 10px 10px 10px;
	display:block;
	font-size:11px;
}
#main_body {
	margin-top:20px;
}

.margin-right5{
	margin-right:5px;
}

.margin-bottom5{
	margin-bottom:5px;
}

.form_break {
	margin-bottom: 8px;
	border-bottom:solid #939598 1px;
	padding-bottom: 6px;
}

.gallery-thumbnail {
	width:285px;
	float:left;
	margin:0px 10px 10px 0px;
}

.gallery-thumbnail img, .gallery-thumbnail-right img {
	width:285px;
}


.gallery-thumbnail p {
	margin:0px;
}

.gallery-thumbnail-right {
	width:285px;
	float:left;
	margin:0px 0px 10px 0px;
}

.gallery-thumbnail-right p {
	margin:0px;
}

a.red-button {
	display:block;
	height: 24px;
	padding: 6px 12px 0 12px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #EF0000;
	background-image:url(../images/content/navbck.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	text-decoration: none;
}

.gallery-thumbnail:hover a.red-button {
	background-color: #231f20;
	background-image:url(../images/content/navover.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

.gallery-thumbnail-right:hover a.red-button {
	background-color: #231f20;
	background-image:url(../images/content/navover.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

.gallery-images {
	width:200px;
	height:130px;
	float:left;
	margin:0px 10px 10px 0px;
	overflow:hidden;
}

.gallery-images.land img {
	width:220px;
	margin-left:-10px;
}

.gallery-images.port img {
	height: 320px;
	margin-top: -40px;
}

.gallery-images-right {
	width:200px;
	height:130px;
	float:left;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}

.gallery-images-right.land img {
	width:220px;
	margin-left:-10px;
}

.gallery-images-right.port img {
	height: 320px;
	margin-top: -40px;
}

.registerbox {
	background-color: #EF0000;
	background-image:url(../images/content/navbck.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	
}

.registerbox p {
	color:#FFF;
	
}


label {
	color:#666666;
	font-size: 12px;
    width: 90px;
    float: left;
    text-align: left;
    margin-right: 5px;
    display: block;
	padding-top: 3px;
}

label.large {
	color:#666666;
	font-size: 12px;
    width: 540px;
    text-align: left;
    margin-right: 15px;
    display: block;
	padding-top: 3px;
}

#options {
	width: 500px;
	float:left;
}
#options2 {
	width: 190px;
	margin-left: 15px;
	float:left;
}
#options label, #options2 label {
	color:#666666;
	font-size: 12px;
    text-align: left;
    margin-right: 15px;
	padding-top: 3px;
	width:auto;
	float:left;
}
#options input, #options2 input {
	display: inline;
	float:left;
	margin-right: 20px;
}
.formholder {
	margin-bottom:10px;
	width:100%;
}
.formsubmit {
	margin-bottom: 10px;
	text-align:right;
}

input.text {
    background: #fff;
    color: #000000;
    border: 1px solid;
    border-color: #999999 #999999 #CCCCCC #CCCCCC;
    padding: 10px;
    font-size: 1em;
    width: 802px;
}

textarea {
	background: #fff;
    color: #000000;
    border: 1px solid;
    border-color: #999999 #999999 #CCCCCC #CCCCCC;
  
    font-size: 1em;
    width: 95.5%;
	border-radius: 5px;
	padding: 10px 2%;
}
input.text2, textarea.smallarea {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	/* border-color: #3399cc #3399cc #66ccff #66ccff; BLUE BORDER */
	border-color: #999999 #999999 #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 180px;
}
input.text3 {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	/* border-color: #3399cc #3399cc #66ccff #66ccff; BLUE BORDER */
	border-color: #999999 #999999 #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 385px;
}
.selectmenu {
	width: 180px;
}
.selectmenu2 {
	width: 490px;
	clear:both;
	margin:5px 0px 10px 0px;
}
input.text:focus, textarea:focus {
	border-color: #000000;
}

.tbl_padding {
	padding: 0 0 4px 0;
}


#rightcol {
	width: 200px;
	text-align:center;
	float:right;
}
#rightcol img {
	margin-bottom: 15px;
	width: 200px;
	float: right;
}


#footer {
	margin-left: 27px;
	width: 676px;
	padding-bottom: 20px;
	padding-top: 30px;
}
#footer p {
	font-size: 10px;
	line-height: 14px;
}
.small_print {
	font-size: 10px;
}

.hideit {
	visibility: hidden;
	display: none;
}

#content {
    float: left;
    width: 100%;
    position: relative;
}

#rightcol2 {
    float: right;
    width: 280px;
    margin-top: 33px;
	    margin-left: 25px;
}
#rightcol2 img {
    margin-bottom: 10px;
    width: 100%;
}

.hightlight ul {
    float: left;
}
.programmeHolder {
background-color: #f5f5f5;
padding: 10px;
margin-bottom: 10px;
}

.speakerPanelHolder {
width: 104px;
float: left;
margin-right: 10px;
}
.speakerPanelHolderRight  {
width: 104px;
float: left;
margin-right: 0px;
}

.speakerPanelHolder img, .speakerPanelHolderRight img {
width: 104px;
}

.circle {
    position: absolute;
    right: -10px;
    top: -8px;
}

.circle img {
width: 150px;
}

h2 strong {
  line-height: 25px;
}

.speakersImage {
	width:100%;
	margin-bottom:20px;
	
}

footer {
    background-color: #69141e;
    padding: 10px 14px;
    margin-top: 10px;
}

footer p {
   margin:0px;
   color:#fff;
   text-align:center;
}

a.registerbut {
    background-color: #EF0007;
    color: #fff;
    padding: 13px 22px;
    text-transform: uppercase;
}

.col-1-2 {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}

.col-1-3 {
    display: inline-block;
    width: 31%;
    margin-right: 2%;
}

.col-1-2 textarea, .col-1 textarea {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100px;
}

.col-1-2 input, .col-1 input, .col-1-3 input {
    display: block;
    width: 98%;
    padding: 0px 0px 0px 2%;
    margin: 0px;
    height: 33px;
    background: #fff;
}

.col-1-2 label, .col-1 label, .col-1-3 label {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 10px 0px 5px 0px;
}

.col-1 {
    width: 98%;
    margin-right: 2%;
}

p.playerTitle {
    background-color: #4b5861;
    padding: 15px 2%;
    color: #fff;
    display: block;
    width: 96%;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 0px;
}

.playerContent {
    padding: 15px;
}

.playerHolder {
	background-color:rgba(0,0,0,0.1);
	margin-top: 20px;
}

.col-1 select, .col-1-2 select {
    width: 100%;
    height: 30px;
}

p.invoices {
    color: #EF0000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 26px;
    text-align: center;
    padding: 15px;
    border: 2px solid #EF0000;
}

p.statement {
    margin-bottom: 0px;
    margin-top: 10px;
}

label.tiny {
    width: 25px !important;
}

.radioSmall {
    width: 25px !important;
    float: left;
    margin-right: 20px !important;
}

input#updateDeleagte {
    background-color: #EF0000;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
	margin-top: 10px;
	border: none;
}

form#register {
    background-color: rgba(0,0,0,0.1);
    margin-top: 20px;
    padding: 25px 0px 25px 26px;
    border: 2px solid #4b5861;
	    margin-bottom: 40px;
}

input#emailCheck {
    background-color: #EF0000;
    color: #fff;
    width: 97%;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.speakerBox .image {
    position: relative;
}

.speakerBox .image img {
    margin-bottom:0px !important;
}

.speakerBox span {
    background-color: rgba(75,88,97,0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.contentArea {
	padding: 15px;
background-color: #f5f5f5;
}



.formHolder label {
    width: 100%;
    display: block;
}



.formHolder input, .formHolder select, .formHolder label {
    width: 100% !important;
    display: block;
}

.formHolder input {
    background-image: none;
    padding: 10px 2%;
    width: 95.5% !important;
    border-radius: 5px;
}

.formHolder select {
  height: 40px;
	padding: 0px 10px;
	line-height: 40px;
	width: 100%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	z-index: 2;
	position: relative;
	border: 1px solid;
	border-color: #999999 #999999 #CCCCCC #CCCCCC;
}

.formHolder  {
	margin-bottom: 15px;
	
}



.formHolder label  {
	margin-bottom: 5px;
	
}

.radioBox input {
    width: 5% !important;
    display: inline-block;
	float: none;
}

.radioBox label {
    width: 90% !important;
    display: inline-block;
	float: none;
}

.fridayfood {
	display: none;
}

.error {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.formHolder .checkbox input {
	width: auto !important;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.formHolder .checkbox label {
	width: 80% !important;
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.pullout {
	border-top: 2px solid #000; padding: 20px 10px 10px; margin-bottom: 20px; margin-top: 10px; border-bottom: 2px solid #000;
}
.pullout p {
	font-size: 14px;
	font-weight: bold;
}

/***************************************************************************/


/***************************** NOTE STYLES *********************************/


/***************************************************************************/


.note {
          margin: 0 0 20px 0;
          padding: 15px 30px 15px 15px;
          border-left: 5px solid #eee;
          border-radius: 0 4px 4px 0;
}
.formholder .note {
          margin: 0 0 0px 0;
          padding: 8px 30px 8px 15px;
          display: block;
}
.note p {
          margin: 0px;
}
.note.note-success {
          background-color: #eef7ea;
          border-color: #bbdba1;
          color: #3c763d, 80%;
}
.note.note-info {
          background-color: #eef7fb;
          border-color: #91d9e8;
          color: #31708f, 80%;        
}
.note.note-warning {
          background-color: #fcf8e3;
          border-color: #f2cf87;
          color: #8a6d3b, 80%;
}
.note.note-error {
          background-color: #f9f0f0;
          border-color: #dca7b0;
          color: #a94442, 80%;       
}
.note .checkbox {
	margin-top: 15px;
}
.note .checkbox input[type="checkbox"] {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}
.note .checkbox label {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
.note .formsubmit {
	margin-top: 15px;
	width: 40%;
}

.registrationholder {
	max-width: 90%;
	margin: 0 auto;
	padding: 40px 0px;
}
.registrationholder label {
	font-size: 14px;
	line-height: 18px;
}
.columns .formHolder {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.columns .formHolder:nth-of-type(2) {
	margin-left: 3.5%;
}

.teamholder {
	padding: 25px 15px;
	background-color: #ececec;
	margin-top: 40px;
	border-radius: 12px;
}
.teamholder .member {
	position: relative;
}
.teamholder .member:before {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

