@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
}

body {
	background:#003C5B url(images/bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	padding-top:1px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}	


#wrapper {
	width:930px;
	margin:0 auto;
	position:relative;
	background:#FFF url(images/hd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*min-height: 100%;*/
}

#nav_wrapper_top {
	width:930px;
	height:24px;
	margin:0 auto;
	position:relative;
}	

#nav_top {
	margin:0 auto;
	position:relative;	
	list-style-type:none;
	font-size:.9em;
	margin-left:640px;
}

#nav_top LI{
	float:left;
}

#nav_top A, #nav_top A:VISITED {
	display: block;
	padding: 2px 15px 2px 15px;
	text-decoration:none;
	color:#0E0E0E;
	font-weight:bold;
	border-top:#CACACA solid 2px;
}

#nav_top A:HOVER {
	color:#333;
	background:#B9E140;
	border-top:#00A3ED solid 2px;
}

#nav {
	clear:both;
	width:930px;
	margin:0;
	padding:0;
	height:26px;
	padding-top:121px;
}


#content_main {
	width:900px;
	margin:0 auto;
	position:relative;
	color:#333;
	padding-top:20px;
	padding-bottom:20px;
	min-height:100%;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#000;
	background:#E6F282;
	text-decoration:none;
}

#content_main A:HOVER{
	border-bottom:dotted 2px #000;
}

#content_main li {
	list-style:url('images/bullet.gif');
	font-size:.9em;
	margin-bottom:.5em;	
	padding-left:.2em;
}	

#content_main a img {display: block;}

#content_main IMG {
	padding:5px;
	background:#FFF;
	border:1px solid #999;
}	

H1 {
	font-size:1.4em;
	color:#1688A2;
	border-bottom:solid 1px #BDC3BC;
}

H2 {
	font-size:1.2em;
	color:#000;
	margin-top:7px;
	border-bottom:solid 1px #BDC3BC;
}

H3 {
	font-size:1em;
	color:#000;
	background:#ffeaca;
	padding:3px 6px;
}

H4 {
	font-size:1.1em;
	color:#1688A2;
	border-bottom:solid 1px #BDC3BC;
}

P {
	font-size:.9em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.table_noborder_gridbt {
	font-size:.9em;
	
}	

.table_noborder_gridbt TD {
	border-bottom: 1px solid #E7F6F3;
	padding:3px;
	
}

.table_schedule {
	font-size:.7em;
}	

.table_schedule TD {
	border-bottom: 1px solid #1688A2;
	padding:3px;
}

.schedule_hd {
	font-size:1.1em;
	background:#FFFFCC;
}	

.table_news {
	float:right;
	border:solid 2px #1D438B;
	background:#F5F5F5;
	font-size:.8em;
}

.table_newsletter {
	font-size:.8em;
}

#sponsors {
	float:right;
	padding:10px;
	margin-left:10px;
	border:solid 2px #1D438B;
	background:#F5F5F5;
	font-size:.8em;
}

.newsHD {
	color:#1D438B;
	border-bottom:solid 1px #BDC3BC;
	font-weight:bold;
}	

input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], input[type="button"], textarea, select {	
	font-weight:normal;
	color:#003366;
	border:#7EAEC2 1px solid;
} 

input[type="submit"] {	
	font-weight:bold;
	background:#1D438B;
	color:#FFF;
	border:#000 2px solid;
	text-align:center;
	margin:10px;
}
input[type="submit"]:hover {	
	background:#8BAE4A;
}

#FT {
	float:left;
	width:100%;
	margin:0; 
	padding:0;
	font-size:.9em;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

/* Style for invalid input */
.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}

#hilite {
	color:#006699;
}	

#exhibitor_reg {
	display:none;
}	

#comp_reg {
	display:none;
}

#exh_accept {
	display:none;
}

#sponsor_extra {
	display:none;
}		

#payment {
	display:none;
}

.stepON { 
	background:#FFFF66;
	padding:5px;

}
.stepOFF { 
	background:#F5F5F5;
	color:#333333;
	padding:5px;	
}

#Home_Slide {
	width:500px;
	margin:0 auto;
	position:relative;
	height:350px;
	padding:10px;
	z-index:1;
}	

#Sponsors_Slide {
	width:250px;
	margin:0 auto;
	position:relative;
	height:140px;
	z-index:1;
}	

.red { color : #FF0000; }

.hilite {
	padding:3px;
	background:#FFCC99;
	border:1px dotted #000;
}	

