

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}body, .input { font: 14px/19px 'Trebuchet MS', Helvetica, sans-serif; }
body {
	background: #024 url('../images/bg.jpg') center top no-repeat;
	color: #FFF;
}

a { color: #EB3; text-decoration: none; border-bottom: 1px solid #C00; }
	a:hover { color: #C00; }

h1 {
	font-size: 24px;
	line-height: 30px;
	color: #EB3;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #EB3;
	margin-bottom: 30px;
	margin-top: -10px;
}	
h2 {
	font-size: 24px;
	line-height: 30px;
	color: #EB3;
	font-weight: bold;
}

h3 {
	font-size: 19px;
	line-height: 23px;
	color: #EB3;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	color: #068;
	font-weight: normal;
}
	
.bull { list-style: disc; margin-left: 30px; }
.full { width: 840px; }
.half { width: 465px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.left.push { margin-right: 30px; }
.right.push { margin-left: 30px; }
	.push { margin-bottom: 20px !important; }
.smalltext { font-size: 11px; line-height: 14px; }
.over { overflow: hidden; }
.under { text-decoration: underline; }
.hidden { display: none; }
.border-small-yellow { width: 240px; height: 40px; overflow: hidden !important; background-image: url('../images/border-small-yellow.png'); }
.center { text-align: center; }
.white { color: #FFF !important; }

#container { width: 840px; margin: auto; }

#top-left, #top-right { width: 240px; height: 80px; margin-top: -20px; }
#top-left a, #top-right a { border: none; }
	#login {
		display: block;
		text-indent: -9999px;
		width: 240px;
		height: 40px;
		background-image: url('../images/login.png');
	}
		#login:hover { background-position: 0 -40px; }
	
	#subscribeform { margin: 7px; }
	#subscribeform .input {
		color: #AAA;
		font-size: 12px;
		border: 1px solid #EB3;
		width: 147px;
		padding: 3px;
		height: 18px;
	}
	#subscribeform #subscribe {
		width: 71px;
		height: 26px;
		overflow: hidden;
		border: none;
		text-indent: -9999px;
		background-image: url('../images/subscribe.gif');
	}
		#subscribeform #subscribe:hover { background-position: 0 -26px; }
	
.icon {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background-image: url('../images/icons.png');
	float: left;
	margin-top: 4px;
	margin-left: 13px;
}
	.icon.email		{ background-position: 0 0; }
	.icon.facebook	{ background-position: -32px 0; }
	.icon.twitter	{ background-position: -64px 0; }
	.icon.linkedin	{ background-position: -96px 0; }
	.icon.youtube	{ background-position: -128px 0; }

#ccb-link {
	display: block;
	width: 215px;
	height: 26px;
	text-indent: -9999px;
	background: url('../images/ccb-link.png') left top no-repeat;
	margin: 7px auto;
}
	#ccb-link:hover { background-position: 0 -26px; }

#phone {
	width: 400px;
	margin: auto;
	font-size: 18px;
	text-align: center;
	letter-spacing: 5px;
	padding-top: 30px;
	margin-bottom: 35px;
}
	
#logo {
	display: block;
	width: 150px;
	height: 117px;
	text-indent: -9999px;
	background: url('../images/logo.png') left top no-repeat;
	margin: 20px auto;
	border: none;
}
	#logo:hover { background-position: 0 -117px; }

#nav { 
	height: 60px;
	overflow: hidden;
	margin-bottom: 30px;
}
#nav li {
	display: block;
	float: left;
}
#nav li a {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
	text-indent: -9999px;
	background-image: url('../images/nav.png');
}
	#nav li a#home			{ background-position: 0 0; }
	#nav li a#about		{ background-position: -120px 0; }
	#nav li a#commitments	{ background-position: -240px 0; }
	#nav li a#membership	{ background-position: -360px 0; }
	#nav li a#seminars		{ background-position: -480px 0; }
	#nav li a#pledges		{ background-position: -600px 0; }
	#nav li a#photos		{ background-position: -720px 0; }
	#nav li a#contact		{ background-position: -840px 0; }
		#nav li a#home:hover			{ background-position: 0 -60px; }
		#nav li a#about:hover			{ background-position: -120px -60px; }
		#nav li a#commitments:hover	{ background-position: -240px -60px; }
		#nav li a#membership:hover		{ background-position: -360px -60px; }
		#nav li a#seminars:hover		{ background-position: -480px -60px; }
		#nav li a#pledges:hover		{ background-position: -600px -60px; }
		#nav li a#photos:hover		{ background-position: -720px -60px; }
		#nav li a#contact:hover		{ background-position: -840px -60px; }
	
#leaders { width: 240px; margin-bottom: 0; }
	#leaders a {
		width: 120px;
		height: 160px;
		background-image: url('../images/leaders.png');
		text-indent: -9999px;
		border: none;
	}
	#leaders a#drlarrymarkson	{ background-position: 0 0; margin-bottom: 16px; }
	#leaders a#drbrettaxelrod	{ background-position: -120px 0; margin-bottom: 16px; }
	#leaders a#drrickmarkson		{ background-position: -240px 0; }
	#leaders a#drguyriekman		{ background-position: -360px 0; }
		#leaders a#drlarrymarkson:hover		{ background-position: 0 -160px; }
		#leaders a#drbrettaxelrod:hover		{ background-position: -120px -160px; }
		#leaders a#drrickmarkson:hover		{ background-position: -240px -160px; }
		#leaders a#drguyriekman:hover		{ background-position: -360px -160px; }
	
	#leaders #videoclick {
		display: block;
		clear: both;
		background-color: #068;
		color: #FFF;
		text-align: center;
		font-size: 10px;
		text-transform: uppercase;
	}
	
#hometext {
	overflow: hidden;
}
	
#home-center { width: 466px; margin-bottom: 0; }
	#home-center-text { height: 151px; }
	.ccblink {
		display: block;
		width: 405px;
		height: 166px;
		text-indent: -9999px;
		border: none;
	}

		.ccblink { background-image: url('../images/ccb-link-large.gif'); }	

.arrow {
	display: block;
	width: 120px;
	height: 68px;
	background-image: url('../images/arrows.png');
	margin-top: 120px;
	text-indent: -9999px;
}
	.arrow.prev { background-position: 0 0; float: left; }
	.arrow.next { background-position: -120px 0; float: right; }
		.arrow.prev:hover { background-position: 0 -68px; }
		.arrow.next:hover { background-position: -120px -68px; }

.list { margin: auto; }
.list div {
	overflow: hidden;
	font-size: 18px;
	line-height: 26px;
	clear: both;
	margin-bottom: 20px;
	padding: 0 30px 10px;
	border-bottom: 1px solid #068;
}
	.list.committments div {
		padding: 0 30px 0;
		margin-bottom: 15px;
	}
		.list.committments div span {
			margin-bottom: 10px;
		}
	.list div span {
		padding: 5px 10px 0;
		margin-right: 15px;
		background-color: #EB3;
		color: #068;
		display: block;
		float: left;
		margin-bottom: 25px;
		margin-top: -5px;
	}

#accordion { border-bottom: 1px solid #EB3; }	
	#accordion h3 a {
		color: #FFF;
		text-align: center;
		padding: 10px;
		border: 1px solid #EB3;
		background-color: #068;
		border-bottom: none;
		display: block;
		padding: 10px;
		font-size: 22px;
	}
		#accordion h3 a:hover { background-color: #08A; }
		#accordion h3.ui-state-active a { background-color: #08A; color: #EB3; }
#accordion div {
	height: auto !important;
	padding: 20px;
	background-color: #08A;
	border-left: 1px solid #EB3;
	border-right: 1px solid #EB3;
	text-align: center;
}
	#accordion div a { color: #EB3; }
		#accordion div a:hover { color: #EB3; }
	#accordion div strong { color: #EB3; }

.seminar {
	width: 365px;
	height: 180px;
	padding: 20px;
	background-color: #068;
	text-align: center;
}
	.seminar span { display: block; overflow: hidden; }
	.seminar span.event_announce {
		background-color: #AAA;
		width: 135px;
		margin: auto;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-top: -20px;
		margin-bottom: 20px;
		padding: 5px 0;
	}
	.seminar span.event_title {
		font-size: 20px;
		height: 40px;
	}
	.seminar span.event_dates {
		font-style: italic;
		color: #000;
		height: 40px;
	}
	.seminar span.event_location {
		color: #AAA;
		font-size: 11px;
		height: 30px;
	}
	.register_now {
		display: block;
		width: 181px;
		height: 41px;
		text-indent: -9999px;
		background: url('../images/register_now.png') left -82px no-repeat;
		margin: auto;
		border: none;
		cursor: default;
	}
	
		.seminar.next { background-color: #EB3; width: 800px; margin-bottom: 30px; }
		.seminar.next span.event_announce { background-color: #C00; }
		.seminar.next span.event_title { color: #C00; }
		.seminar.next span.event_location { color: #068; }
		.seminar.next a { color: #C00; }
			.seminar.next a:hover { color: #068; }
		
		.seminar.next .register_now { background-position: left top; cursor: pointer; }
			.seminar.next .register_now:hover { background-position: left -41px; }
		

		.seminar.index {
			width: 365px;
			height: 126px;
			float: left;
		}
			.seminar.index span.event_announce { margin-bottom: 7px; }
			.seminar.index span.event_title { font-size: 26px; height: auto; }
			.seminar.index span.event_dates {  }
			.seminar.index span.event_location { height: auto; }
		.seminar.register {
			
		}
			.seminar.register span.event_announce { margin-bottom: 20px; }
			.seminar.register span.event_title { height: 50px; font-size: 32px; }
			.seminar.register span.event_dates { height: 40px; font-size: 16px; }
			.seminar.register span.event_location { height: 75px; font-size: 32px; line-height: 40px; }
			.seminar.register .register_now { display: none; }

#photos_list { width: 860px; }

.photos_list {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #068;
	margin-bottom: 20px;
}
	.photos_list .more { margin-bottom: 20px; }
	.photos_list .hidden {
		clear: both;
		margin-top: 20px;
	}

#photos_list h2 {
	clear: both;
	margin: -10px 0 20px 0;
}
	#photos_list h2 a.active { color: #C00; }

#photos_list a.highslide {
	display: block;
	width: 75px;
	height: 75px;
	border: 5px solid #EB3;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
	#photos_list a.highslide:hover { border-color: #FFF; }

#contact-links a {
	display: block;
	text-indent: -9999px;
	border: none;
	width: 195px;
	height: 60px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
}
	#contact-links a.email		{
		background-image: url('../images/email_32.png');
		width: 390px;
		height: 50px;
		text-indent: 0;
		font-size: 26px;
		color: #C00;
		background-position: 120px center;
		text-align: center;
		padding-left: 20px;
		padding-top: 30px;
	}
	#contact-links a.blog		{ background-image: url('../images/blog.png'); width: 410px; height: 80px; margin-right: 0; }
	
	#contact-links .clear { height: 20px; }
	
	#contact-links a.facebook	{ background-image: url('../images/facebook.png'); clear: both; }
	#contact-links a.twitter		{ background-image: url('../images/twitter.png'); }
	#contact-links a.youtube		{ background-image: url('../images/youtube.png'); }
	#contact-links a.linkedin	{ background-image: url('../images/linkedin.png'); margin-right: 0; }

label {
	display: block;
	float: left;
	width: 90px;
	font-size: 12px;
	padding-top: 7px;
	height: 23px;
	background-color: #068;
	padding-left: 10px;
}

label.error {
	width: 71px;
	height: 26px;
	background: transparent url('../images/required.png') left top no-repeat;
	text-indent: -9999px;
	padding: 0;
	margin-left: -121px;
	margin-top: 2px;
}
.input {
	padding: 5px;
	margin-bottom: 10px;
	height: 16px;
	width: 200px;
}
	select.input { height: 30px; width: 212px; }

form h2 {
	margin-bottom: 10px;
}

.formpush { display: block; height: 30px; overflow: hidden; clear: both; }

#signupform {
	width: 890px;
}
	
#signupform .input {
	float: left;
	width: 281px;
	margin-right: 50px;
}
	#signupform select.input { width: 295px; }
	
input[name=billing_same] { margin-bottom: 15px; }

.highslide-html { color: #000; }
#return { padding: 20px; }

#footer {
	text-align: center;
	color: #068;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	padding-top: 6px;
	height: 30px;
	background: url('../images/border-full-blue-down.png') center top no-repeat;
	margin-top: 30px;
}
	#footer a { color: #068; border: none; }
