#inner{background-color:#fff;margin:0 auto;max-width:inherit;padding:0%;width:100%;}
body {
	/* background: #66a2cf url("../images/BodyBG.jpg") left top;*/
  background-color: #528f4e;
}

#header {
  background: #fff url("../images/intro_header.jpg") repeat-x center top;
  position: absolute;
  top: 0;
  left: 0;
  height: 262px;
  width: 100%;
  -moz-box-shadow: 2px 3px 4px 2px #8F8E8E;
  -webkit-box-shadow: 2px 3px 4px 2px #8F8E8E;
  box-shadow: 0 0 14px 1px #8F8E8E;
}

#top_spacer {
  height: 215px;
}

.topboxx {
  margin: 45px 33px 25px 30px;
}

#topBG {
  background: url("../images/topBG.jpg") no-repeat left top;
  width: 980px;
  height: 310px;
  text-align: center;
  font-size: 22px;
  margin-left: -10px;
  box-shadow: 0 4px 8px -2px #8F8E8E;
  -moz-box-shadow: 0 4px 8px -2px #8F8E8E;
  -webkit-box-shadow: 0 4px 8px -2px #8F8E8E;
  margin-top: 10px;
  margin-bottom: 40px;
}

.tc {
  padding: 35px 0 40px;
  width: 550px;
}

.tline {
  padding-top: 10px;
  border-top: 1px solid #c5b992;
  width: 320px;
  margin: 10px auto 0;
}

.t1 {
  font-size: 25px;
}

.t2 {
  font-size: 18px;
  margin-top: 10px;
}

.t2 strong {
  font-size: 30px;
  line-height: 1.4em;
}

.t3 {
  font-size: 18px;
  padding-top: 5px;
}

.r_callday, .gmt_hour, .slash2, .pt3, .gmt_time, .gtm {
  display: none;
}

.intro_date {
  line-height: 1.3em;
  font-size: 23px;
  padding: 7px 0 0;
  text-align: center;
}

.upcoming_date {
  font-weight: 500;
}

.upcoming_time {
  display: block;
  font-weight: 400;
  font-size: 18px;
}

.listenlive {
  font-size: 14px;
  line-height: 1em;
  margin-top: 2px;
  text-align: center;
  margin-left: 0;
}

h1 {
  font-size: 24px;
}


h2 {
	color: #333;
	line-height: 1.35em;
	font-size: 26px;
	font-weight: 500;
	margin: 26px 0;
}

h3, h4 {
	color: #333;
	font-weight: 500;
	line-height: 1.5em;
	font-size: 17px;
	margin: 29px 0 18px 0;
}

#main {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.6em;
  width: 960px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#admin_menu_spacer {
  height: 29px;
}

.content_body {
  padding-top: 0;
  position: inherit;
}

p, li, ol {
  line-height: 1.5em;
}

a:link, a:visited, a:active {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #931D1D;
  text-decoration: underline;
}

.center {
  text-align: center;
}

.dots {
  border-top: 3px dotted #ddd;
  border-bottom: 3px dotted #ddd;
  padding:10px 10px;
}

.grey {
  background-color: #F5F5F5;
}

.benefits {
  margin: 0 1px;
}

.paddleft {
  margin-left: 140px;
}

.r {
  float: right;
  margin: 5px -80px 5px 10px;
}

.l {
  float: left;
  margin: 15px 20px 2px -80px;
}

.lns {
  float: left;
  margin: 5px 20px 5px 0;
}

.rns {
  float: right;
  margin: 5px 0 5px 20px;
}

.indent {
  margin: 0 150px;
  min-height: 200px;
}

.check li {
  background: transparent url("../images/blue_check.png") no-repeat left top;
  padding: 9px 0 0 43px;
  list-style: none;
  margin-left: 0px;
  margin-bottom: 13px;
  min-height: 30px;
}

.message_box {
  background-color: #fff;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 2px solid #0047a8;
  padding: 18px 38px 28px;
  width: 640px;
  margin: 12px 0 32px -30px;
}

.lum {
  float: left;
  margin: 5px 20px 5px 0;
}

/*quotes*/
.testimonials {
	padding-top: 50px;
}
.fright {
	float: right;
}
.lq {
	float: left;
	margin: -15px 20px 0px -30px;
}
blockquote {
	border: none;
	position: relative;
}
blockquote p {

	color: #333;
	text-align: left;
	font-weight: 100;
	width: 550px;
	margin-left: 160px;
}
.fright blockquote p strong {
	font-weight: 600;
	color: #000;
}
blockquote p:before {
	content: "\201C";
	font-weight: bold;
	font-size: 150px;
	color: #528f4e;
	position: absolute;
	top: -0.1em;
	left: 1.5em;
	font-family: 'Georgia';
}

/* BUTTONS */

.colorbox-inline {
  background: url('../images/YesReserve.jpg') no-repeat top left;
  width: 351px;
  height: 81px;
  cursor: pointer;
  display: block;
  box-shadow: 0 4px 8px -2px #ccc;
  -moz-box-shadow: 0 4px 8px -2px #ccc;
  -webkit-box-shadow: 0 4px 8px -2px #ccc;
}

.has_recording a {
  background: url('../images/YesSendMeRecording.jpg') no-repeat top left;
}

.top_button a {
  float: right;
  margin: 120px 25px 0 0;
}

#colorbox .register_button {
  background: url("../images/InstantAccess.png") no-repeat scroll right top transparent;
  border: medium none;
  cursor: pointer;
  display: block;
  width: 377px;
  height: 89px;
  position: relative;
  left: 105px;
  top: 8px;
}

.lower_button {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 3px dotted #ccc;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px dotted #ccc;
}

.lower_button a {
  margin: 0 auto;
}
/* POP BOX */

#colorbox {
  padding-bottom: 0 !important;
  background: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#colorbox, #colorbox div {
  overflow: hidden;
}

#colorbox .pop_form {
  background: #fff url("../images/pop_form_bg.jpg") no-repeat left top;
  width: 815px;
  height: 424px;
  position: relative;
}

.pop_form_icon {
  float: left;
  margin: 95px 0 0 25px;
  -moz-box-shadow: 2px 3px 4px 2px #777;
  -webkit-box-shadow: 2px 3px 4px 2px #777;
  box-shadow: 2px 3px 4px 2px #777;
  width: 204px;
  height: 241px;
}

#colorbox .pop_form form {
  background: #fff url("../images/pop_form_icon.jpg") no-repeat left top;
  padding-left: 210px;
  position: relative;
  left: 26px;
  top: 145px;
}

#colorbox #edit-FirstName-wrapper, #colorbox #edit-FirstName-1-wrapper, #colorbox #edit-FirstName-2-wrapper, #colorbox #edit-FirstName-3-wrapper {
  background: none;
}

#colorbox .form-text {
  border: 1px solid #555;
  color: #555;
  background-color: #dfdfdf;
  height: 32px;
  margin: 6px 0;
  padding-left: 6px;
  width: 532px;
  font-size: 21px;
}

#colorbox label.option {
  position: relative;
  left: 0;
  top: 0;
  color: #555;
  font-size: 13px;
}

#cboxClose {
  right: -5px;
  top: -5px;
}
