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

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	background: #99cccc url(../images/ns/body_bg.gif) repeat-x center top;

}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
}

#shadow{
	background: url(../images/ns/body_shadow_bg.gif) no-repeat center top;
}
#shadow2{
	background: url(../images/ns/body_shadow2_bg.gif) repeat-y center top;
}

#header{
	margin: 0;
	padding: 0;
}

h1{
	margin: 0;
	font-size: 22px;
	background-color: #330033;
	color:#ffff99;
	text-align: center;
	letter-spacing: -1px;
	padding: 10px;
}

/* NAVIGATION */

#nav{
	width: 200px;
	float: right;
}
#nav img {
	margin: 10px;
}
#nav ul {
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #330033;
	list-style: none;
}
#nav ul li{
	margin: 8px 0;
	padding: 0;
}
#nav ul li a{
	color: #330033;
	text-decoration: none;
	padding: 0 0 0 12px;
	
}
#nav ul li a:hover{
	color: #006666;
}

#nav ul li a.current{
	color: #003333;
	background: url(../images/ns/current.gif) no-repeat left center;
	padding: 0 0 0 12px;
}

/* CONTENT */
h2{
	margin: 10px 20px 0 20px;
	font-size: 20px;
	color: #003333;
}
h3{
	margin: 10px 20px 5px 20px;
	font-size: 14px;
	color: #330033;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar h3 {
	letter-spacing: 0;
	font-size: 12px;
	margin: 0 0 0 10px;
}

.bold {
	font-weight: bold;
	font-size: 14px;
	color: #003333;
}

p{
	margin: 0px 20px 20px 20px;
	font-size: 12px;
	line-height: 18px;
}

#floorplan a img {
	border: none;
}

#floorplan a p {
	text-decoration: none;
}

#floorplan p {
	text-align: center;
	font-style: italic;
	margin: 0;
	color: #666;
	text-decoration: none;
}

#main {
	padding: 0 0 10px 0;
	width: 600px;
}

#title {
	width: 580px;
	height: 50px;
	text-transform: capitalize;
	background: url(../images/ns/sub-pages-main-bg.jpg) repeat left center;;
	color:#fff;
	padding: 25px 0 0 20px;
	font-size: 30px;
	font-weight: bold;
}
#main ul {
	font-size: 12px;
	margin: 0 20px;
	padding: 0 20px;
}
#main ul li{
	margin: 10px 0;
	line-height: 18px;
}
#rounded{
	background: url(../images/ns/footer.gif) repeat-y center top;
	height: 20px;
	margin: 0;
	padding: 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #330033;
	line-height: 16px;
}

/* SCHEDULE */

#day ul li, #day_middle ul li {
	font-size: 12px;
	margin: 5px 0px 5px 15px;
	padding: 0px;
}

#day ul, #day_middle ul {
	border-bottom: 1px dashed #ccc;
	margin: 0px 10px;
	padding: 0px 0;

}

#day_middle {
	width: 199px;
	float: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;

}

#day {
	width: 199px;
	float: left;
}

.event{
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 10px;
	padding: 5px 0px;
}

.date {
	font-size: 14px;
	font-weight: bold;
	color: #330033;
	text-align: center;
	margin: 0;
	padding: 0;
}
.time_banquet {
	padding: 10px 0 0 0;
	margin: 0px 0 0 0;
	text-align: center;
	color: #330033;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time {
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
	color: #003333;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#main table {
	font-size: 12px;
	margin: 0 0 20px 20px;
	border-top: 2px solid #330033;
}
#main table tbody tr td {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 2px 0;
}
.no_border{
	border: none;
}
.center{
	text-align: center;
}

#banquet {
	background-color: #FFF8DC;
}



#floorplan {
	float: right;
	margin: 10px 0 10px 20px;
	border: 2px solid #ccc;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 0;
	margin: 0 0 0 10px;;
	border-left: 1px solid #ccc;
}
#sidebar p{
	font-size: 11px;
	line-height: 16px;
	margin: 10px;
	pading: 0;
}

a {
	color: #330033;
}
a:hover{
	color: #000;
	text-decoration: none;
}

.small_italic {
	letter-spacing: 0;
	text-transform: none;
	font: italic bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999;
}

#speaker img {
	float: left;
	margin: 0 20px;
}

#speaker{
	min-height: 160px;
}

.small {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #666;	
}

