/* CSS Document */
body {
	font:76%/1.5 Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 750px;
	background-color: #ffffff;
	background-image:  url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}
#wrap {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	width: 750px;
	height:91px;
	background: transparent url(images/banner.gif) no-repeat top left;
	
}
#footer {
	clear: left;
	float:left;
	padding:0;
	margin: 0 0 20px 0;
	width:100%;
	border-top: 1px solid #339999;
	border-bottom: 1px solid #339999;
	background: url(images/footer.jpg) no-repeat top left;
	}
#footer p{
	text-align: left;
	margin-left: 200px!important;
	margin-left: 210px;
	font-size: .9em;
	font-weight:bold;
	color: #dda209;
	margin-top: 10px;
	}
#footer h3 {
	float: left;
	border-right: 1px solid #339999;
	border-left: 1px solid #339999;
	background-color:#6BD7D7;
	color: #0000b8;
	padding:6px 20px;
	margin: 0;
	margin-left: 50px !important;
	margin-left: 35px;
	
	}
#mainContent {
	padding: 10px 20px;
	margin: 0;
	width: 510px;
	border-right: 1px solid #339999;
	min-height: 495px;
	height: auto !important;
	height:495px;
	}
a {
	color: #0000b8;}
#nav {
	width: 180px;
	float:right;
	list-style-type:none;
	padding: 0;
	margin: 40px 0 0 0;
	}
#nav ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}
#nav li {
	margin-bottom:1em;
}
#nav li a {
	font-weight: bold;
	text-transform: uppercase;	
	text-decoration: none;
	line-height: 1em;
	
}
#nav li a:hover {
	text-decoration:underline;
	}
h1 {
	color: #dda209;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:1.5em;
	}
h3 {
	font-size:1.2em;
	font-style: italic;
}
h4 {
	font-size:1.1em}

.none {
	display: none }
#home #nav .home a, #program #nav .program a, #speakers #nav .speaker a, #preconference #nav .preconference a, #breakout #nav .breakout a, #hotel #nav .hotel a, #transportation #nav .transportation a, #dinner #nav .dinner a, #golf #nav .golf a, #board #nav .board a, #planning #nav .planning a, #staff #nav .staff a, #registration #nav .registration a  {
	color: #dda209;
	}

.ill {
	padding-left: 12px;
	padding-top:12px;
	}

/*Styles for pseudo table for use in program of events*/
 .event {
	width: 500px;
	position: relative;
	margin-bottom: 8px;
	}

blockquote .event {
	width: 400px;
}

/*Start hiding from IE Mac \*/
* html .event .what {
	height: 1%;
	}
/*Stop hiding from IE Mac */

.event .what, .event .when {
	display: block;
	}

.event .when {
	width: 175px;
	float: left;
	height: 100%;
	}
	
.event .what {
	position: relative;
	margin-left: 175px;
	left: 0;
}