body{
	margin:0px;
	background-color:#121212;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.shell{
	width:949px;
	margin-left:auto;
	margin-right:auto;
}

.topbar{
	width:949px;
	height:25px;
	background-color:#1f1f1d;
}

.contentshell{
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contentLink{
	color:#000;
	text-decoration:underline;
}

.moreinfo{
	font-family:Arial, Helvetica, sans-serif;
	
}
.moreinfo_title{
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.moreinfo_time{
	font-size:11px;
}

.comingUp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
}

.comingUpLink{
	color:#000;
	text-decoration:none;
}

.moreinfo_desc{
	font-size:12px;
	line-height:18px;
}

.schedule{
	font-family:Arial, Helvetica, sans-serif;
	width:240px;
}
.schedule_title{
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.schedule_time{
	font-size:11px;
}

.schedulehomepage{
	font-family:Arial, Helvetica, sans-serif;
	width:202px;
}
.schedulehomepage_title{
	font-size:14px;
	color:#000;
}
.schedulehomepage_time{
	font-size:11px;
}
	
	.fullschedule{
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	text-align:center;
}
.fullschedule_title{
	font-size:15px;
	font-weight:bold;
	color:#000;
}
.fullschedule_time{
	font-size:11px;
}

.event_desc_backlink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#677888;
}

.planner_info_shell{
	padding-top:15px;

}


.planner_info{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.planner_name{
}

.planner_phone{
}

.planner_email{
	color:#000;
}

.planner_website{
	color:#000;
}

.moreinfo_desc{
	line-height:18px;
	padding-top:10px;
	width:400px;
}
	
/*MENU STYLES*/
.menu{
	width:636px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	padding-top:6px;
	text-align:center;
	background-color:#677888;
}

.menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menu li{
display:inline;
padding:0px;
margin:0px;
}

.menu a{
width:100px;
text-decoration:none;
color:#fff;
font-weight:bold;
padding-left:10px;
padding-right:10px;
text-transform:uppercase;
}

.menu a:hover{
color:#333;
}
/*End Menu Styles*/

/*STEP*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px solid #819db5;
	overflow: scroll; /*leave this value alone*/
	width: 633px;
	height: 260px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
width: 205px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.videostepcarousel{
	position: relative; /*leave this value alone*/
	border: 1px solid #819db5;
	overflow: scroll; /*leave this value alone*/
	width: 50px;
	height: 190px; /*Height should enough to fit largest content's height*/
}

.videostepcarousel .videobelt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.videostepcarousel .videopanel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px; /*margin around each panel*/
width: 50px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.messagebox{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

.addthis_toolbox addthis_default_style{
	clear:both;
	padding:0px;
	margin:opx;
	height:20px;
}

.addthis_button_compact{
	color:#000;
}
