/* General Elements */

body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	font-family:Verdana,Sans-serif;
	font-size: 12px;
	line-height:1.6em;
	background: url(/images/MainBackground.jpg) no-repeat center top;
}

/*==== CONTAINER =======*/

#header {
	text-align:center;
	}

#date {
	text-align:center;
	background-color:#55519a;
	}

#main {
	background-image:url(../images/BG_Yellow.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}

#mainNavigation {background-color:#64a2d7; padding:6px 0 6px 0; color:#adcce7; text-align:center; font-size:13px; height:20px;}
#mainNavigation #mainNavigationContainer {width:580px;}
#mainNavigation .mainNavLink {float:left;}

#content {
	background-color:#ffffff;
	width:770px;
	text-align:left;
	}

#registrationForm {
	text-align:left;
	padding:20px 20px 20px 20px;
	width:730px;
	border-top:solid 1px #55519a;
	}

#registrationForm2 {
	text-align:left;
	padding:20px 20px 20px 20px;
	width:730px;
	}

#footer {
	text-align:center;
	}

#column_HomeLeft {
	width:364px;
	float:left;
	font-size:12px;
	line-height:2.2em;
	}

#column_HomeHotel {
	width:366px;
	border:3px solid #fcf4ba;
	float:right;
	font-size:10px;
	line-height:1.4em;
	padding:4px 4px 4px 4px;
	margin-bottom:10px;
	}

#column_HomeHotel2 {
	width:366px;
	border:3px solid #fcf4ba;
	font-size:12px;
	line-height:2em;
	padding:4px 4px 4px 4px;
	margin-bottom:10px;
	}

#intro {
	font-size:14px;
	line-height:2em;
	}

#column_HomeComingSoon {
	width:366px;
	border:3px solid #fcf4ba;
	float:right;
	font-size:12px;
	line-height:1.6em;
	padding:4px 4px 4px 4px;
	margin-bottom:10px;
//	background-color:#fcf4ba;
	text-align:left;
	}

#column_HomeRight {
	width:378px;
	float:right;
	font-size:11px;
	line-height:1.6em;
	color:#FFFFFF;
	background-color:#64a2d7;
	}

/*==== LINK STYLES =======*/


a:link {
	color:#004dad;
	text-decoration:underline;
}

a:active, a:hover {
	color:#ad0051;
	text-decoration:underline;
}

a:visited {
	color:#916dad;
	text-decoration:underline;
}

#mainNavigation a {color:#fff; text-decoration:none;}
#mainNavigation a:hover {color:#edf86f; text-decoration:underline;}


a.subnav1:link, a.subnav1:visited {
	color:#004dad;
	text-decoration:none;
}

a.subnav1:active, a.subnav1:hover {
	color:#ad0051;
	text-decoration:underline;
}

a.subnav2:link, a.subnav2:visited, a.subnav2:active, a.subnav2:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


body#Home #on_Home a,
body#Conference #on_Conference a,
body#Sponsorship #on_Sponsorship a,
body#CurrentSponsors #on_CurrentSponsors a,
body#Airlines #on_Airlines a,
body#Speakers #on_Speakers a,
body#Newsletters #on_Newsletters a,
body#NewsletterSignup #on_NewsletterSignup a,
body#Registration #on_Registration a,
body#Schedule #on_Schedule a,
body#Login #on_Login a,
body#Links #on_Links a
{ text-decoration:none !important; color:#edf86f !important; font-weight:bold !important; }



/*==== TEXT STYLES =======*/

.copy_home {
	font-size: 10px;
}

.copy_gray {
	color:#64a2d7;
}

.copy_footer {
	font-size: 9px;
	color:#333333;
}

h1 {
	font-size: 18px;
	color: #55519a;
	border-bottom:2px dotted #a7a5d3;
	padding-bottom:6px;
}

h2 {
	font-size: 13px;
	color: #50539F;
}

.label {
	font-size: 9px;
	color:#333333;
	font-weight:bold
}

.intro {
	font-size: 16px;
	color:#717171;
	line-height:1.6em;
}

.subhead_underline {
	font-size: 11px;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-top:5px;
	margin-bottom:-6px;
}

.subhead2 {
	color:#64a2d7;
	font-weight:bold;
}

.subhead3 {
	color:#9390c7;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

.subhead4 {
	color:#55519a;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

.subhead_underline2 {
	font-size: 11px;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}

.container_errorMessage {
	text-align:center;
	font-size: 12px;
	color:#CC3366;
	padding:4px 8px 4px 8px;
}

.container_successMessage {
	text-align:center;
	font-size: 12px;
	color:#3c983c;
	padding:4px 8px 4px 8px;
}

.field_errorMessage {

	text-align:left;

	font-size: 12px;

	color:#CC3366;

	padding:4px 8px 4px 8px;
	border:none;

}

.label {
	font-size: 9px;
	color:#717171;
	font-weight:bold;
	text-transform:uppercase;
}

.label_required {
	font-size: 9px;
	color:#64a2d7;
	font-weight:bold;
	text-transform:uppercase;
}

