body {
	background: #36c;
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: 67.5%;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	color: #36c;
	padding: 24px 0 10px 0;
	margin: 0;
	font-size: 1.7em;
	font-weight: #700;
}

h2 {
	color: #36c;
	padding: 8px 0 4px 0;
	margin: 0;
	font-size: 1.4em;
}

h3 {
	color: #000;
	padding: 4px 0 4px 0;
	margin: 0;
	font-size: 1.4em;
}

#column_container h3 { padding: 12px 0 6px 0; }

p {
	margin: 3px 0;
	padding: 0;
}

a {
	border: 0;
	text-decoration: none;
}

a.normal_size { font-size: 1em; }

img {
	border: 0;
}

#wrapper {
	width:793px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000;
	background: #fff url(../images/wrapper.png) top left repeat-y;
	color: #000;
}

#wrapper_index {
	width:793px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000;
	background: #fff url(../images/wrapper_index.png) top left repeat-y;
	color: #000;
}

#header {
	width:793px;
	height:182px;
	background: url(../images/header.jpg) top left no-repeat;
	border-bottom: 1px solid #000;
}

#header_index {
	width:793px;
	height:182px;
	background: url(../images/header_index.jpg) top left no-repeat;
	border-bottom: 1px solid #000;
}

#container {
	text-align: left;
	position:relative;
	padding: 1px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content {
	margin: 0 20px 0 206px;
}

#column_container {
	width: 578px;
}

#left_column { float:left; width: 275px; }
#right_column { margin-left: 288px; width: 285px; }
#left_column p,#right_column p { margin: 12px; font-size: 1.1em; line-height:1.4; color: #333;}

#right_column div {
	border-left: 1px solid #06c;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}
a { font-size: 1.3em; }
a:link { text-decoration: none; color: #d38311; text-decoration: underline; }
a:visited { color: #d38311; text-decoration: underline; }
a:hover { color: #36c; text-decoration: underline; }
a:visited:hover { color: #36c; text-decoration: underline; }
a:active { color: #d38311; background: inherit; }

img.right {  float: right; margin: 0 10px 10px 20px; }

#nav {
	position: absolute;
	width: 200px;
	left: 0;
	top: 0;
	z-index:-1;
}
html>body #nav { z-index: 1; }

#nav p {
	margin: 0;
	padding: 0;
}

ul li {
margin: 0 15px 0 -10px;
font-size: 1em;
list-style: disc; 
}

ul li.nodisc {
margin: 0 15px 0 -25px;
font-size: 1em;
list-style: none;
font-weight: bold; 
}

ul li.circle {
margin: 5px 5px 0 -10px;
font-size: 1em;
list-style: circle; 
}

ul li.heavy_text {
margin: 5px 15px 5px -25px;
font-size: 1em;
list-style: disc;
}

ul li.heavy_text_nodisc {
margin: 0 15px 0 -40px;
font-size: 1em;
list-style: none;
font-weight: bold; 
}


/* NAV ROLLOVERS */
/**********************************************/
#nav a#exhibitors, #nav a:visited#exhibitors {
	display: block;
	background: url(../images/exhibitors_blue.png) no-repeat;
	width: 200px;
	height: 29px;
	color: #63aeb0;
}
#nav a:hover#exhibitors, #nav a:visited:hover#exhibitors {
	background: url(../images/exhibitors_orange.png) no-repeat;
	width: 200px;
	height: 29px;	
}
/**********************************************/
#nav a#org_meetings, #nav a:visited#org_meetings {
	display: block;
	background: url(../images/organization_blue.png) no-repeat;
	width: 200px;
	height: 31px;
	color: #63aeb0;
}
#nav a:hover#org_meetings, #nav a:visited:hover#org_meetings {
	background: url(../images/organization_orange.png) no-repeat;
	width: 200px;
	height: 31px;	
}

/**********************************************/
#nav a#travel, #nav a:visited#travel {
	display: block;
	background: url(../images/travel_blue.png) no-repeat;
	width: 200px;
	height: 31px;
	color: #63aeb0;
}
#nav a:hover#travel, #nav a:visited:hover#travel {
	background: url(../images/travel_orange.png) no-repeat;
	width: 200px;
	height: 31px;	
}
/**********************************************/
#nav a#scientific, #nav a:visited#scientific {
	display: block;
	background: url(../images/scientific_blue.png) no-repeat;
	width: 200px;
	height: 31px;
	color: #63aeb0;
}
#nav a:hover#scientific, #nav a:visited:hover#scientific {
	background: url(../images/scientific_orange.png) no-repeat;
	width: 200px;
	height: 31px;	
}
/**********************************************/
#nav a#abstracts, #nav a:visited#abstracts {
	display: block;
	background: url(../images/abstracts_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}
#nav a:hover#abstracts, #nav a:visited:hover#abstracts {
	background: url(../images/abstracts_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}
/**********************************************/
#nav a#speaker, #nav a:visited#speaker {
	display: block;
	background: url(../images/speaker_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}

#nav a:hover#speaker, #nav a:visited:hover#speaker {
	background: url(../images/speaker_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}
/**********************************************/
#nav a#registration, #nav a:visited#registration {
	display: block;
	background: url(../images/registration_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}
#nav a:hover#registration, #nav a:visited:hover#registration {
	background: url(../images/registration_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}
/**********************************************/
#nav a#directory, #nav a:visited#directory {
	display: block;
	background: url(../images/directory_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}
#nav a:hover#directory, #nav a:visited:hover#directory {
	background: url(../images/directory_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}
/**********************************************/
#nav a#moderators, #nav a:visited#moderators {
	display: block;
	background: url(../images/moderators_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}
#nav a:hover#moderators, #nav a:visited:hover#moderators {
	background: url(../images/moderators_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}
/**********************************************/
#nav a#advertise, #nav a:visited#advertise {
	display: block;
	background: url(../images/advertise_blue.png) no-repeat;
	width: 200px;
	height: 29px;
	color: #63aeb0;
}
#nav a:hover#advertise, #nav a:visited:hover#advertise {
	background: url(../images/advertise_orange.png) no-repeat;
	width: 200px;
	height: 29px;	
}
/**********************************************/
#nav a#childcare, #nav a:visited#childcare {
	display: block;
	background: url(../images/childcare_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}
#nav a:hover#childcare, #nav a:visited:hover#childcare {
	background: url(../images/childcare_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}
/**********************************************/
#nav a#contact_us, #nav a:visited#contact_us {
	display: block;
	background: url(../images/contact_us_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}
#nav a:hover#contact_us, #nav a:visited:hover#contact_us {
	background: url(../images/contact_us_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}
/**********************************************/
#nav a#home, #nav a:visited#home {
	display: block;
	background: url(../images/home_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}
#nav a:hover#home, #nav a:visited:hover#home {
	background: url(../images/home_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}
/**********************************************/
#nav a#speakers, #nav a:visited#speakers {
	display: block;
	background: url(../images/speakers_blue.png) no-repeat;
	width: 200px;
	height: 30px;
	color: #63aeb0;
}
#nav a:hover#speakers, #nav a:visited:hover#speakers {
	background: url(../images/speakers_orange.png) no-repeat;
	width: 200px;
	height: 30px;	
}


/**********************************************/
/* END NAV ROLLOVERS */


#nav_spacer_top {
	width:200px;
	height:19px;
	background: url(../images/5.png) top left no-repeat;
}

#footer {
	width:793px;
	height: 70px;
	text-align: left;
	vertical-align: middle;
	background: url(../images/footer.png) bottom left no-repeat;
	clear: both;
}

#footer img {
	top: left;
}

p.copyright, p.copyright a { text-align:center; font-size: 1.0em; color:#fff; text-decoration: none; }
p.copyright a:active, p.copyright a:visited { text-align:center; font-size: 1.0em; color:#fff; text-decoration: underline; }
p.copyright a:hover { text-align:center; font-size: 1.0em; color:#000; text-decoration: underline; }

#preload {
	position: absolute;
	margin-left: -999em;
}

#preload img {
	height: 0;
}


#days { margin: 0; padding: 8px; border: 1px solid #aaa; width: 200px;  }
#days h3 { font-size: 1.2em; margin: 0 6px; padding: 0; }
#days p { margin: 2px 8px; padding: 0; font-size: 0.9em; }


table.debug { border :1px dotted red; }
table.debug td { border: 1px solid purple; }


td.label { text-align: right; font-weight: 700 }
div.roommate { border: 1px solid #fff; border-bottom: 1px solid #ccc; }


div.exhibitor {
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}

div.exhibitor:first-line { font-weight:700; font-size: 1.2em;}
div.exhibitor div { padding: 5px 0; }
div.exhibitor div span { display:block; }
div.exhibitor a { font-size: 1em; }
td.exhibitor { width: 350px; }
td.exhibitor a { font-size: 11px;}

select#state_list option span { font-weight: 700 }


table.pricing {
	font-size: 1em;
	border-collapse: collapse;
	margin: 10px;
}

table.pricing td { font-size: 1.2em; padding: 2px 8px; text-align: right; border: 1px solid #ddd; }

table.pricing td div.super { font-size: 9px; font-weight: normal; position: relative; top: -8px; display: inline; }


div.highlights { border: 1px solid #999; background: #eee; margin: 0 0 20px 0; }

li.top { font-weight: bold; list-style: none; margin-left: -1em; padding: 0; text-indent: -1.5em}

div#summary_table { text-align:right; width: 230px; margin: 0 0 38px 38px;}
div#summary_table h4 { text-align: left; }
div#summary_table p { font-size: 1em; line-height: 1.2; margin: 0; padding: 2px 6px 2px 0; }
div#summary_table p label span { float:left; width: 120px; }
div#summary_table p#total { border-top: 1px solid black; font-weight: bold; }
div#summary_table p.left { text-align: left; }

