body {
	background: #fff url('../images/background.png') repeat-x scroll top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body.ajax_box {
	background: black none scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin-right: 10px;
}
img.alignright {
	margin-left: 10px;
}
big {
	font-size: 1.2em;
}

#wrapper {
	width: 820px;
	margin: 29px auto 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -410px;
}

#header {
	background: url('../images/header.png') no-repeat scroll bottom left;
	position: absolute;
	top: 0; left: 175px;
	width: 634px; height: 108px;
}
	#header.bobbys-blog { background-image: url('../images/header-blog.png'); }
	#header.get-connected { background-image: url('../images/header-connected.png'); }
	#header.resources { background-image: url('../images/header-resources.png'); }
	#header.apostolic-network { background-image: url('../images/header-network.png'); }
	#header.global-training { background-image: url('../images/header-training.png'); }
	#header.coaching { background-image: url('../images/header-coaching.png'); }
	#header ul {
		text-align: right;
		margin-right: 6px;
		vertical-align: top;
	}
	#header ul li {
		vertical-align: top;
		display: inline; 
		margin-left: 14px;
		font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif uppercase;
		text-transform: uppercase;
	}
	#header a {
		color: #303030;
		text-decoration: none;
	}
	#header ul li a {
		vertical-align: top;
	}

/* Main Content Section */
#main_box {
	display: none;
	background-color: #1778be;
	background: #1778be url('../images/content-background.jpeg') repeat-y scroll top left;
	padding: 10px 22px 0px 87px;
	border: 1px solid black;
	min-height: 648px;
}

#main {
	background: url('../images/content-background.png') repeat-y scroll top left;
	position: relative;
	width: 542px; 
	min-height: 740px;
	margin: 115px 0 0 166px;
	padding: 10px 22px 20px 87px;
/*	color: #fefae0;*/
	color: #fff;
}
	#main a {
/*		color: #fefae0;*/
		color: #00bef6;
	}
	#copyright {
		background: url('../images/copyright.png') no-repeat scroll top left;
		width: 11px; height: 472px;
		position: absolute;
		bottom: 0; right: 0;
	}
	#copyright a {
		position: absolute; bottom: 0;
		width: 11px; height: 90px;
		text-indent: -9999px;
	}

	/* General */
	#content h3 {
		font-size: 15px;
	}
	#content p, #content h1, #content h2, #content h3, #content h4, #content h5 {
		margin: 1em 0;
		line-height: 1.4;
	}
	#content ul {
		list-style: disc;
		margin-left: 17px;
	}
	#content ul li, #content ol li {
		line-height: 1.4;
	}
	#content ol {
		list-style: decimal;
		margin-left: 19px;
	}
	#content ol ol {
		list-style: lower-alpha;
	}
	#content ul.blue {
		margin-left: 0;
		list-style: none;
	}
	#content ul.blue li, #sidebar .blog ul li {
		background: url('../images/home-recent-bullet.png') no-repeat scroll top left;
		padding-left: 13px; margin-bottom: 0.65em;
		line-height: 1.15em;
	}
	
	
	/* Page Formatting */
	#page-title {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		background: url('../images/background-title.png') repeat-x scroll top left;
		width: 535px; height: 87px;
		margin: -10px 0 0 -8px;
		padding: 8px 12px;
	}
	#breadcrumbs, #breadcrumbs a {
		text-transform: uppercase;
		color: #65dcff !important;
	}
	#page-title h2, #content.page h2 {
		color: #c0c385;
		font-weight: lighter; font-size: 1.7em;
		margin: 15px 0 0 5px;
	}
	#page-title h4 {
		font-weight: normal; font-size: 1.15em; font-style: italic;
		margin: 2px 0 0 7px;
		color: #ccc;
	}
	#content.page h2 {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		color: #c0c385;
		font-weight: lighter; font-size: 1.7em;
		margin: 0.7em 0;
	}
	#content.page h2:first-child {
		margin-top: 0;
	}
	#content.page h4 {
		text-transform: uppercase;
	}
	
	
	/* Blog */
	#content.blog {
		margin-top: -10px;
	}
	#content .post h2.post-title {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		background-color: #255f89;
		border: 1px solid #00a7d6;
		margin: 10px 0 3px 0; padding: 2px 8px;
		font-size: 1.3em; font-weight: lighter;
		color: white;
	}
	#content .post h2.post-title a {
		text-decoration: none;
		color: white;
	}
	.post .entry {
		margin-left: 10px;
	}
	#content .post .post-meta {
		text-align: right;
		font-size: 0.9em;
		margin-top: 3px;
		
	}
	#content p.comments {
		border-top: 1px solid #255f89;
		margin-left: 10px; padding-top: 3px;
		font-size: 0.9em;
	}
	#content div.comment {
		margin: 0 10px 15px 10px;
		font-size: 0.9em;
		clear: both;
	}
	#content div.comment .comment-meta {
		width: 120px;
		float: left;
		line-height: 1.4em;
	}
	#content div.comment .comment-meta a {
		font-weight: bold;
		text-decoration: none;
	}
	#content div.comment .comment-text {
		margin-left: 120px;
		width: ;
	}
	#content div.comment .comment-text img {
		float: right;
		margin: 0 0 10px 10px;
		border: 1px solid #5d6063;
	}
	#post-comment {
		font-size: 0.9em;
		margin: 30px 0 0 10px;
		clear: both;
	}
		#post-comment input, #post-comment textarea {
			font-size: 1.15em;
			background-color: #216596;
			border: 1px solid #01b5ec;
			padding: 4px;
			color: white;
			margin: 3px 0;
		}
		#post-comment input {
			width: 180px;
		}
		#post-comment .left {
			float: left;
			width: 190px;
		}
		#post-comment .right {
			margin-left: 200px;
			width: 323px;
		}
		#post-comment div.buttons {
			text-align: right;
		}
		#post-comment input.button {
			width: auto;
			color: #01b5ec;
			padding: 4px 18px;
		}
		#post-comment textarea {
			width: 313px; height: 57px;
		}
	#content #pagination {
		margin: 15px 10px 0 10px;
		padding-bottom: 10px;
	}
	#content p.subscribe {
		margin: 15px 10px 0 10px;
		clear: both;
	}
	#content p.feedburnerFlareBlock {
		margin-left: 10px;
	}
	
	/* Media */
	#content.media {
		position: relative;
		background: url('../images/media-background.jpg') no-repeat scroll top left;
		width: 557px; height: 634px;
		margin: -11px 0 0 -6px;
	}
	#media-content {
		padding: 40px;
		width: 445px;
		line-height: 1.5;
		font-size: 15px;
	}
	#content a.launch {
		position: absolute;
		display: block;
		top: 526px;
		width: 52px; height: 48px;
		text-indent: -9999px;
		background: url('../images/launch-up.png') no-repeat scroll top left;
	}
	#content a.launch:hover {
		background-image: url('../images/launch-down.png');
	}
	#content a#one { left: 67px; }
	#content a#two { left: 246px; }
	#content a#three { left: 442px; }
	#content a#normal {
		position: static;
		margin: 0 auto;
	}
	
	/* Get Connected */
	#content.get-connected {
		position: relative;
		background: url('../images/connected-background.png') no-repeat scroll top left;
		width: 557px; height: 700px;
		margin: -11px 0 0 -6px;
	}
	#connected-content {
		padding: 35px 20px;
		width: 485px;
		line-height: 1.5;
		font-size: 13px;
	}
	#content.get-connected a.launch {
		top: 580px;
	}
	
	
	/* Pages */
	#content.page {
		padding: 0 15px;
		color: #fefae0;
	}
	
	#content_box {
		background: none transparent;
	}
	
	#content.page h4 {
		color: #ccffff;
	}
	#content.page a {
		color: #cc6666;
		color: white;
		font-weight: bold;
	}
	.archived-envoys div {
		float: left;
		margin-right: 20px;
		text-align: center;
		width: 115px;
	}
	.archived-envoys h2 {
		margin-left: 135px !important;
	}
	
	/* Directory */
	#directory ul.directory-group {
		list-style: none;
		margin-left: 0;
	}
	#directory .directory-group li {
		margin: 8px 0;
	}
	#directory .listing {
		display: none;
	}
	#TB_ajaxContent table {
		margin: 5px 0;
	}
	#TB_ajaxContent table th {
		width: 110px;
	}
	#TB_ajaxContent table th, #TB_ajaxContent table td {
		padding: 3px;
	}
	
	/* Media Players */
	#vid2, #gallery1 {
		margin-left: -14px;
	}
	
	/* Contact Form */
	#contact-info-box {
		background: url('../images/contact-info-back.png') no-repeat scroll top left;
		width: 184px; height: 231px;
		padding: 0 10px 15px 10px;
		margin-right: 15px;
		float: right;
	}
	.wpcf7-form label, #giving label {
		float: left;
		width: 90px;
		padding-top: 6px; margin-bottom: 4px;
		color: #333;
	}
	
	label#remember_label {
		float: none;
		width: 280px;
	}
	
	.wpcf7-form input, #giving input {
		background: url('../images/field-contact-back.png') no-repeat scroll top left;
		border: 0; 
		padding: 5px; 
		width: 160px; height: 15px;
	}
	.wpcf7-form input, .wpcf7-form select, .wpcf7-form label,
	#giving input, #giving select, #giving label {
		margin-bottom: 4px;
	}
	
	#giving input.small {
		width: 30px;
		background-image: url('../images/field-contact-small-back.jpg');
	}
	

	#giving
	.wpcf7-form select {
		height: 20px;
		margin: 3px 0 6px 0;
	}
	.wpcf7-form .textarea_div {
		background: url('../images/field-comments-back.png') no-repeat top left;
		width: 479px; 
		height: 86px;
		border: 0;
		padding: 4px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		clear: both;
	}
	
	.wpcf7-form textarea {
		background: none;
		width: 479px; 
		height: 86px;
		border: 0;
		padding: 0px;
		margin: 0;
		font-family: Arial, sans-serif;
		font-size: 12px;
		overflow: hidden; 
		overflow-y: hidden; 
		overflow-x: hidden;	
	}
	.wpcf7-form span.wpcf7-list-item input, #giving input.radio {
		width: auto;
		background-image: none;
	}
	#requests span.wpcf7-list-item {
		display: block;
	}
	span.wpcf7-not-valid-tip {
		background-color: #ccc;
		color: #000;
	}
	.wpcf7-form input.button, #giving input.button {
		padding: 0;
		background: url('../images/field-contact-submit.png') no-repeat scroll top left;
		width: 109px; height: 25px;
	}

	#main_box .wpcf7-form input.submit {
		background: url('../images/button_01.JPG');
		width: 120px;
		height: 47px;
		padding: 5px 15px;
	}
	#main_box .wpcf7-form input.submit:hover, #main_box .wpcf7-form input.submit:focus {
		background: url('../images/button_02.jpg');
		width: 120px;
		height: 47px;
		padding: 5px 15px;
	}	
	#main_box .wpcf7-form a.submit {
		background: url('../images/button_01.JPG');
		width: 90px;
		height: 30px;
		padding: 17px 15px 0px 15px;
		display: block;
		float: left;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
	}
	#main_box .wpcf7-form a.submit:hover {
		background: url('../images/button_02.jpg');
	}		
	#main_box .wpcf7-form input {
		background: url('../images/input_button_a_1.JPG') no-repeat scroll top left;
		border: 0; 
		padding: 10px 15px 5px 15px; 
		width: 167px; height: 19px;
	}	
	#main_box .wpcf7-form input:hover, #main_box .wpcf7-form input:focus {
		background: url('../images/input_button_a_2.JPG') no-repeat scroll top left;
		border: 0; 
		padding: 10px 15px 5px 15px; 
		width: 167px; height: 19px;
	}		
	#main_box .wpcf7-form input.small {
		background: url('../images/input_button_b_1.JPG') no-repeat scroll top left;
		border: 0; 
		padding: 8px 15px 5px 15px; 
		width: 146px; height: 15px;
	}
	
	#main_box .wpcf7-form div.read_only_total {
		color: black;
		font-weight: bold;
		text-align: left;
		float: left;
		background: url('../images/input_button_b_1.JPG') no-repeat scroll top left;
		border: 0; 
		padding: 8px 15px 5px 15px; 
		width: 146px; 
		height: 15px;

	}
	
	#main_box .wpcf7-form p.read_only_label {
		float: left;
		vertical-align: middle;
		line-height: 28px !important;
	}
	
	#main_box .wpcf7-form input.small:hover, #main_box .wpcf7-form input.small:focus {
		background: url('../images/input_button_b_2.jpg') no-repeat scroll top left;
		border: 0; 
		padding: 8px 15px 5px 15px; 
		width: 146px; height: 15px;
	}	
	#main_box .wpcf7-form select {
		margin-left: 4px;
	}
	
	#main_box .errors li {
		color: red;
	}
	
	#main_box .errors {
		margin-top: 3px;
		border: 1px solid red;
		padding-left: 10px;
		list-style-position: inside;
		background-color: white;
	}
	/* Home */
	#home a {
		color: #fefae0;
	}
	#home div.flash {
		margin-bottom: 7px;
	}
	#home div.video {
		width: 299px; height: 218px;
	}
	#home div.recent {
		background: url('../images/home-recent.png') no-repeat scroll top left;
		width: 180px;
		padding: 60px 20px 0 33px;
		float: right;
	}
		#home div.recent li {
			margin-bottom: 14px;
		}
		#home div.recent li small {
			font-size: 11px;
			color: #b3b19e;
		}
		#home div.recent p {
			margin: 0.8em -13px 0.8em 0;
			text-align: right;
		}
	#purpose {
		margin-left: 2px;
	}
		#purpose h2 {
			color: #accefc;
			margin-left: 11px;
			font-weight: normal;
			font-size: 14px;
		}
		#purpose h3, #content.page h3 {
			background: url('../images/accordion-back.png') no-repeat scroll top left;
			width: 522px; height: 21px;
			margin: 0.4em 0;
			padding: 2px 0 2px 12px;
			font-weight: normal;
			cursor: pointer;
		}
		#purpose h3 a, #content.page h3 a {
			font-weight: normal;
			color: white;
			text-decoration: none;
		}
		#purpose p {
			margin: 0.6em 11px;
		}
		#purpose div.more {
			display: none;
		}
		#purpose div.ui-accordion-content {
			padding: 1px 0;
		}
		/* Lightbox Styles */
		#TB_window h4 {
			margin: 0.7em 0;
		}
		#TB_ajaxWindowTitle {
			font-size: 14px;
			font-weight: bold;
		}
		#TB_title {
			height: 29px;
		}
		/*#TB_window {
			border-color: #8B813A;
		}
		#TB_title {
			background-color: #FAF6DC;
		}*/
#content-bottom {
	background: url('../images/content-back-bottom.png') no-repeat scroll top left;
	width: 644px; height: 8px;
	margin-left: 165px;
}
		
#sidebar {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
}
	#sidebar form input {
		background: url('../images/field-background.png') no-repeat scroll top left;
		width: 203px; height: 18px;
		border: 0; padding: 5px 0 0 5px;
		color: #595959;		
	}
	#sidebar form label {
		position: absolute;
		color: #595959;
		top: 6px; left: 6px;
	}
	#navigation {
		background: url('../images/navigation-back.png') no-repeat scroll top left;
		width: 232px; height: 410px;
		padding: 6px 12px 12px 6px;
		margin-bottom: 18px;
	}
		#navigation h1 {
			background: url('../images/logo.png') no-repeat scroll top left;
			text-indent: -9999px;
			width: 227px; height: 74px;
			margin: 5px 0 24px 2px;
		}
		
		#navigation ul li {
			background: url('../images/navigation-button.png') no-repeat scroll top left;
			margin-bottom: 4px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			font-size: 16px;
			letter-spacing: -0.6px;
			position: relative;
		}
		#navigation ul li a {
			display: block;
			height: 26px; width: 210px;
			padding: 11px 0 0 22px;
			text-decoration: none;
			color: #303030;
		}
		#navigation ul li:hover {
			background: url('../images/navigation-button-over.png') no-repeat scroll top left;	
		}
		#navigation ul li:hover > a {
			color: #fefae0;
		}
		
		/* Submenus */
		#navigation li ul {
			display: none;
			position: absolute;
			left: 232px; top: 0;
		}
		#navigation ul li:hover > ul {
			display: block;
		}
		#navigation li ul li {
			width: 100%; height: 100%; /* stupid IE bug */
			margin-bottom: -1px;
			border: 1px solid #d3d2b8;
			background: #838383;
		}
		#navigation li ul li a {
			height: auto; width: 170px;
			padding: 11px 22px;
			color: black;
		}
		#navigation li ul li:hover {
			background: #8b813a;
		}
		#navigation li ul ul {
			left: 216px;
			margin-top: -1px;
		}

		#navigation form {
			position: absolute;
			height: 70px; top: 314px;
			padding: 30px 0 0 11px;
		}
		#navigation form #login-username {
			margin-bottom: 14px;
		}	
		#navigation form div {
			position: relative;
		}
	#sidebar div.blog {
		background: url('../images/background-sidebar.png') no-repeat scroll top left;
		width: 193px;
		padding: 5px 34px 24px 24px;
		position: relative;
	}
		#sidebar div.blog .bottom {
			background: url('../images/background-sidebar-bottom.png') no-repeat scroll top left;
			position: absolute;
			bottom: -14px; left: 0;
			width: 251px; height: 14px;
		}
		#sidebar div.blog h3 {
			color: #8b813a;
			font: 1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-weight: lighter;
			margin: 15px 0 8px 0;
			text-transform: uppercase;
		}
		#sidebar a {
			color: #778487;
		}		
		#sidebar div.blog ul {
			margin-left: 15px;
		}
		#sidebar div.blog ul ul {
			margin-top: 10px;
		}
		#sidebar div.blog ul ul a {
			color: #1778be;
		}
		#sidebar #collapsible-archive li {
			padding-left: 0;
			background-image: none;
		}
		
	#search {
		background: url('../images/search-back.png') no-repeat scroll top left;
		width: 226px; height: 41px;
		padding: 15px 0 0 15px;
		margin-bottom: 18px;
	}
		#search form {
			position: relative;
		}
		#sidebar div.button {
			background: url('../images/button-shadow.png') no-repeat scroll top left;
			width: 249px; height: 103px;
			margin-bottom: 8px;
		}

/* new */
#spinner_wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#spinner  {
	position: absolute;
	left: 45%;
	top: 45%;
	text-align: center;
}
		
.ajax_box #content a {
	color: black;
}		
.ajax_box #main_box input, .ajax_box #main_box label {
	vertical-align: middle;
}
.ajax_box #main_box input.radio {
	margin: 0;
	padding: 0;
	width: 13px;
	vertical-align: middle;	
	background-image: none !important;
}

.ajax_box #main_box #giving3 label {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
	height: 15px;
}

.ajax_box .page_3 em {
	color: #fefae0;
	display: block;
	margin: 0;
	padding: 0px;
	height: 15px;
	
}

.ajax_box #main_box #remember {
	width: 25px;
}

.ajax_box #content p {
	margin: 0;
	line-height: 12px !important;
}

.ajax_box #content img {
	padding: 0;
}

#main_box #content  form.member_formp.radio {
	margin: 0 20px;
	line-height: 19px !important;
}

#main_box #content  form.member_form p.radio label {
	float: none;
	vertical-align: top;
}

#main_box #content p.radio input {
	float: none;
	margin: 0;
	margin-right: 5px;
}

#main_box .nomargin {
	margin: 0;
}

#main_box #content .long {
	width: 100%;
}

#main_box h5 {

}

#main_box #content form.member_form label {
	float: left;
}

#main_box #content form.member_form input {
	margin-right: 0px;
}

#main_box #content form.member_form fieldset {
	margin: auto 2px;
	padding: 0.35em 0.75em 0.625em;
}

#main_box .child  {
	width: 250px;
	float: left;
	border: 1px solid white;
	margin: 5px;
	padding: 5px;
}

#main_box .child  label {
	width: 250px;
}


.ajax_box #main_box .register-form label.w_radio {
	vertical-align: top;
	padding-top: 3px;
	margin: 0;
	height: 15px;
	float: none;
	vertical-align: top;
}

.ajax_box #main_box .register-form input.radio, 
.ajax_box #main_box .membership-application input.radio {
	padding-left: 0;
	margin-right: 5px;
	height: 11px;
	margin-bottom: 4px;
	vertical-align: top;
	margin-left: 5px;
}

.radio_input {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.radio_label {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
}

.radio_row {
	vertical-align: middle !important;
}

.top {
	vertical-align: top !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#amount {
	font-weight: bold;
}
