* {
	margin: 0px;
	padding: 0px;
	}
html {
	height: 100%;
	}
body {
	font: normal 12px/1.3 Arial, Verdana, sans-serif;
	color: #3d3d3d;
	height: 100%;
	background: url(../images/page_background_1.gif) repeat-x #a9d2ec;
	}
p {
	padding-top: 10px;
	}
img {
	border: 0px;
	}
a {
	color: #1f8db7;
	outline: none;
	}
	a:hover {
		text-decoration: none;
		}
input {
	outline: none;
	}
h1 {
	color: #5d5d5d;
	font-size: 18px;
	font-weight: normal;
	}
h2 {
	color: #3d3d3d;
	font-size: 18px;
	}
h3 {
	font: normal 21px/1.2 Verdana, Arial, sans-serif;
	color: #5da42f;
	margin-bottom: 24px;
	}
h4 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	}
.orange {
	color: #db5110;
	}
.container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	height: 100%;
	}
.bg {
	float: left;
	background: #fff;
	}
.event_bg {
	float: left;
	background: url(../images/event_bg.gif) 0 102px repeat-x #fff;
	}
.header {
	width: 955px;
	float: left;
	height: 102px;
	background: url(../images/header.jpg) no-repeat;
	}
	.header img {
		float: left;
		}
	.page_title {
		border-left: 1px solid #989797;
		margin-top: 50px;
		margin-left: 15px;
		padding-left: 15px;
		float: left;
		}
.content {
	width: 935px;
	float: left;
	padding: 0 10px;
	background: url(../images/content_bg.gif);
	}
	.left {
		float: left;
		width: 599px;
		}
	.event_banner {
		float: left;
		width: 582px;
		height: 215px;
		background: url(../images/header_background.gif) no-repeat;
		}
			.event_banner div{
				width: 565px;
				height: 196px;
				margin-left:9px;
				margin-right:8px;
				margin-bottom:9px;
				margin-top:10px;
			}
	.maintext_header {
		float: left;
		width: 582px;
		height: 11px;
		background: url(../images/maintext_header.gif) no-repeat bottom;
		margin-top: 12px;
		}
	.maintext {
		float: left;
		width: 480px;
		border-left: 1px solid #c6c6c6;
		border-right: 1px solid #c6c6c6;
		padding: 0px 50px 30px 50px;
		}
	.maintext2 {
		float: left;
		width: 480px;
		border-left: 1px solid #c6c6c6;
		border-right: 1px solid #c6c6c6;
		padding: 0px 50px 30px 50px;
		background: url(../images/maintext_bg.gif) repeat-x;
		min-height: 600px;
		}
			.maintext2 textarea{
				width:400px;
				height:60px;
			}
		.text_left {
			width: 230px;
			float: left;
			margin-top: 15px;
			padding-right: 10px;
			}
		.text_right {
			width: 214px;
			float: left;
			border-left: 1px solid #757575;
			margin-top: 15px;
			padding-left: 25px;
			margin-bottom: 50px;
			}
		.note {
			font-style: italic;
			margin-top: 15px;
			}
			.note strong, .note b {
				color: #e1007a;
				}
	.right {
		float: left;
		/*width: 386px;*/
		width: 335px;

		}
		.event_sponsors_header {
			width: 321px;
			height: 20px;
			background: url(../images/event_sponsors_header.gif) no-repeat;
			float: left;
			padding: 7px 0px 0px 14px;
			font-weight: bold;
			color: black;
			text-transform: uppercase;
			}
		.event_sponsors {
			width: 335px;
			float: left;
			background: url(../images/event_sponsors_bg.gif) no-repeat;
			text-align: center;
			}
			.event_sponsors img {
				margin: 0px 5px;
			}

		.event_tools_header {
			width: 321px;
			height: 20px;
			background: url(../images/event_details_header.gif) no-repeat;
			float: left;
			padding: 7px 0px 0px 14px;
			font-weight: bold;
			color: black;
			text-transform: uppercase;
			}
		.event_tools {
			width: 315px;
			float: left;
			background: url(../images/event_tools_bg.gif) no-repeat;
			padding: 0px 10px;
			}
			.event_tools img {
				margin: 0px 15px;
			}

		.event_details_header {
			width: 321px;
			height: 23px;
			background: url(../images/event_details_header.gif) no-repeat;
			float: left;
			padding: 7px 0px 0px 14px;
			font-weight: bold;
			text-transform: uppercase;
			color: black;
			}
		.event_details {
			width: 295px;
			float: left;
			background: url(../images/event_details_bg.gif) no-repeat;
			padding: 15px 20px;
			}
			.event_details td {
				padding: 3px;
				}

			.event_payment{
				margin-top:10px;
				padding-top:20px;
				border-top: 1px dotted #707070;
			}
		.register {
			float: right;
			width: 480px;
			text-align: right;
			margin-top: 15px;
			}
			.register_another {
				float: right;
				padding-left: 10px;
				}
.cancel_table td {
	padding: 3px;
	}
.divider {
	border-top: 1px dotted #707070;
	padding-top: 10px;
	margin-top: 10px;
	}
.footer {
	float: left;
	width: 955px;
	background: url(../images/footer.gif) top no-repeat #fff;
	padding: 15px 0;
	text-align: right;
	color: #6a6e6f;
	}
	.footer img {
		float: right;
		padding: 0 15px 0 5px;
		}
	.footer a {
		text-decoration: none;
		color: #6a6e6f;
		}
.error {
	border: 2px solid red;
	padding: 10px 30px;
	font-weight: bold;
	color: red;
	display: none;
	margin: 10px 0;
	}

/**** CALENDAR ****/
.calendar_bottom {
	float: left;
	width: 930px;
	background: url(../images/calendar_footer.gif) no-repeat;
	height: 8px;
	margin-top: 20px;
	}
.calendar_footer {
	float: left;
	width: 955px;
	padding: 15px 0;
	text-align: right;
	color: #6a6e6f;
	background: #fff;
	}
	.calendar_footer img {
		float: right;
		padding: 0 10px;
		}
	.calendar_footer a {
		text-decoration: none;
		color: #6a6e6f;
		}
.footer_bar {
	float: left;
	width: 934px;
	height: 22px;
	padding: 14px 0 0 21px;
	color: #5f5f5f;
	font: normal 11px/1.2 Verdana, Arial, sans-serif;
	background: url(/images/footer_background.gif) repeat-x;
}
.calendar_content {
	width: 930px;
	float: left;
	margin: 10px;
	}
.calendar_title {
	background: url(../images/calendar_header.gif) no-repeat;
	width: 916px;
	height: 20px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 0 0 14px;

	}
.calendar_views {
	float: left;
	padding: 35px 25px 10px 20px;
	margin-right: 20px;
	height: 30px;
	border-right: 1px solid #fff;
	}
.calendar_view {
	float: left;
	margin-right: 10px;
	border-right: 1px solid #fff;
	cursor: pointer;
	width: 125px;
	font-size: 11px;
	font-weight: bold;
	}
.change_list_view {
	float: left;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	}
.calendar {
	width: 930px;
	}
.filter{
	float: left;
	padding: 10px;
	}
.calendar_header input.submit{
	}
.calendar_options {
	background: #e2e2e2;
	float: left;
	width: 930px;
	padding-top: 5px;
	margin-bottom: 10px;
	}
.calendar_table {
	/* border-collapse is causing the border to disappear*/
	border-collapse: collapse;
	float: left;
	width: 720px;
	}
	.calendar_table a:hover {
		border-left: none;
		}
.filter_table td {
	padding: 3px;
	}
	.select_padding {
		}
.external_links {
	float: left;
	width: 170px;
	background: #e2e2e2;
	margin-right: 10px;
	height: 800px;
	padding: 15px;
	font-size: 14px;
	display: inline;
	}
	.external_links a {
		text-decoration: none;
		color: #0099cc;
		}
		.external_links a:hover {
			text-decoration: underline;
			}
	.external_links ul {
		list-style-type: none;
		padding: 0px;
		margin: 10px 0;
		font-size: 12px;
		}
		.external_links li {
			padding: 0 0 10px 15px;
			background: url(../images/blue_arrow.gif) 0 4px no-repeat;
			}
.calendar_body {
	padding-bottom: 8px;
	width: 720px;
	float: left;
	}
	.calendar_body a {
		color: #555;
		text-decoration: none;
		}
		.calendar_body a:hover {
			text-decoration: underline;
			}
	.calendar_body .month_title {
		background: #a0a0a0;
		color: #ffffff;
		height: 28px;
		padding: 5px 0 0 15px;
		float: left;
		width: 705px;
		font-size: 18px;
		}
		.month_controls {
			float: right;
			padding: 3px 10px 0 0;
			}
	 h1.cal_view {
		background-color: #a0a0a0;
		color: #ffffff;
		height: 28px;
		padding: 5px 0 0 15px;
		float: left;
		width: 705px;
		}
	h1.list_view {
		color: #fff;
		width: 710px;
		height: 28px;
		float: left;
		padding: 3px 0 0 10px;
		background: #a0a0a0;
		}
	.list_view h1 {
		color: #000;
		padding-top: 10px;
		}
	.calendar_body td {
		width: 94px;
		vertical-align: top;
		padding: 3px;
		font-size: 11px;
		}
	.cal_header {
		background-color: #eeeeee;
		height: 17px;
		font-weight: bold;
		}
	.not_current_month {
		background-color: #c2d8b6;
		color: #ffffff;
		height: 102px;
		}
	.calendar_body td.current_month {
		background-color: #ffffff;
		height: 102px;
		}

	.calendar_body td.weekend {
		background: #f0f0f1;
		width: 103px;
		}
	.calendar_body td.today{
		background: #96d2e3;
		}

	.calendar_body div.calendar_month_name{
		font-size: 14px;
		float: left;
		width: 70%;
		padding-bottom: 10px;
		color: #1a1818;
		}
		.not_current_month div.calendar_month_name {
			color: #fff;
			}
	.calendar_body div.calendar_month_number{
		text-align: right;
		font-size: 14px;
		float: left;
		width: 30%;
		padding-bottom: 10px;
		color: #1a1818;
		}
		.not_current_month div.calendar_month_number {
			color: #fff;
			}
	.calendar_body div.calendar_event_passed{
		color:#888888;
		}
	.calendar_body div.calendar_event{
		color:#000000;
		}
	.calendar_body div.calendar_event_view_all a {
		color:#1f8db7;
		text-decoration:none;
		}
	.event_container {
		padding: 4px 4px 4px 20px;
		margin-bottom: 5px;
		width: 696px;
		}
	.event_container:hover {
		background: #d6efcb;
		}
.lw_view_all {
	padding: 0 20px;
	}

	.lw_view_all div.title {
		font-size:18px;
		color:#757575;
		}

	.lw_view_all div.event {
		}
	.lw_view_all span.event_word {
		font-size:12px;
		color:000000;
		font-weight:bold;
		clear:both;
		}
	.lw_view_all div.event {
		margin-top: 16px;
	}

	.lw_view_all div.event_name {
		font-size:12px;
		color:000000;
		margin-top:8px;
	}

	.lw_view_all div.orange_icon {
		float: left;
	}


div.list_view {
	float: left;
	width: 100%;
	}
	.list_view div.event{

	}

	.list_view span.event_word{
		font-size:12px;
		color:000000;
		font-weight:bold;
	}
	.list_view div.event_name{
		font-size:12px;
		color:000000;
		margin-top:8px;

	}


	.important_note {
		font-weight:bold;
		font-style:italic;
		color:#1a66ba;
		}


	.information_box{
		background-color:#ffffff;
		font-size:14px;
		font-weight:bold;
		margin-top:15px;
	}

	#error_box {
		color: #ea5a08;
		border: solid #db5110 3px;
		margin-bottom: 10px;
		background: url(../images/error.gif) 10px 50% no-repeat white;
		padding: 15px 15px 15px 60px;
		}
		#error_box h3 {
			font-size: 16px;
			}
	#message_box {
			color:#ea5a08;
			border:solid #db5110 3px;
		}
	.lw_event {
		padding-bottom: 15px;
		}
	.lw_event td {
		padding: 2px;
		vertical-align: top;
		}

		.reg_table_right{
			padding-left:20px;
		}
/** Navigation **/
#menu {
	height: 32px;
	width: 955px;
	background: #007bc5;
	float: left;
	margin-bottom: 10px;
}
#menu #nav {
	float: left;
	height: 31px;
	width: 895px;
	padding-left: 60px;
	background: url(/images/navigation_banner.gif) #007bc5;
	z-index: 2;
	font: bold 11px/1.2 Verdana, Arial, sans-serif;
	color: #007bc5;
}
#menu #nav li {
	list-style: none;
	float: left;
	position: relative;
	color: #ffffff;
}
#menu #nav li a {
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	text-indent: -100em;
	display: block;
	height: 100%;
}
#menu #nav li a:hover {
	text-decoration: underline;
}
#menu #nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	width: 225px;
	border-top: 0;
	z-index: 5;
	border: 1px solid #5da42f;
}
#menu #nav li:hover ul {
	display: block;
}
#menu #nav ul li {
	float: none;
	display: block;
	border-top: 1px solid #5da42f;
	width: 225px;
	z-index: 5;
}
#menu #nav ul li.first {
	border-top: 0;
}
#menu #nav ul li a {
	color: #5da42f;
	text-indent: 0;
	padding: 4px 20px;
	display: block;
}
#menu #nav ul li a:hover {
	background-color: #5da42f;
	color: #fff;
	text-decoration: none;
}
#menu #nav #nav_home {
	width: 53px;
	height: 31px;
	background: url(/images/nav_home.gif) top left no-repeat;
}
#menu #nav #nav_home:hover {
	background-position: 0 -31px;
}
#menu #nav #nav_about {
	width: 56px;
	height: 31px;
	background: url(/images/nav_about.gif) top left no-repeat;
}
#menu #nav #nav_about:hover {
	background-position: 0 -31px;
}
#menu #nav #nav_membership {
	width: 90px;
	height: 31px;
	background: url(/images/nav_membership.gif) top left no-repeat;
}
#menu #nav #nav_membership:hover {
	background-position: 0 -31px;
}
#menu #nav #nav_events {
	width: 61px;
	height: 31px;
	background: url(/images/nav_events.gif) top left no-repeat;
}
#menu #nav #nav_events:hover {
	background-position: 0 -31px;
}
#menu #nav #nav_contact_us {
	width: 87px;
	height: 31px;
	background: url(/images/nav_contact_us.gif) top left no-repeat;
}
#menu #nav #nav_contact_us:hover {
	background-position: 0 -31px;
}

.member .enroll {
	display:none;
}

.member {
	padding-top:20px;
}
.member .opt_in {
	font-weight:bold;
	font-size:11px;
	width:350px;
	padding-left:8px;
	padding-bottom:16px;
}

.nonmember {
	margin-top:20px;
	padding:15px;
	border: solid #ff822d 7px;
	width:450px;
}
.nonmember .opt_in {
	font-weight:bold;
	font-size:11px;
	width:350px;
	padding-left:8px;
	padding-bottom:16px;
}

.nonmember .enroll table {
	border-bottom: 1px dotted #707070;
	margin:8px 0px;
	width:443px;
}

.nonmember .enroll table td {
	padding-bottom:6px;
}

.register_btn {
	text-align:right;
	padding-top:25px;
}

