@charset "UTF-8";
/* CSS Document */

/****CSS Reset by Erik Meyer****/
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;}
/*********END CSS RESET*********/

/*
img, div, a, h4 { behavior: url(js/iepngfix.htc) }
*/

body {
	margin:0;
	padding:0;
	background:url(../images/bg-honeycomb.jpg) #000;
	color:#bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
a {
	color: #ec7c3f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:none;
}
hr {
	border-left:none;
	border-top:1px solid #333;
	border-bottom:none;
	border-right:none;
	margin:16px 0;
}
h2 {
	text-transform: uppercase;
	font-size:8em;
	line-height:75px;
	height:100px;
	margin:0;
	color:#fff;
}
h3 {
	font-size:3em;
	color:#59C7DE;
	text-transform:uppercase;
	margin:0;
}
#mainWrap {
	width:940px;
	margin:0px auto 0 auto;
	padding:18px 0 0 0;
	background:url(../images/highlight.png) no-repeat;
	min-height:70px;	
}
#header {
	border-bottom:1px solid #333;
	min-height:41px;
	height:0;
	height:41px!important;
	margin:0 0 21px 0;
}
#logo {
	width:139px;
	padding:0 0 0 21px;
	float:left;
}
/*********************************
************Navigation************
*********************************/
ul#nav {
	float:left;
	list-style:none;
	display:inline;
	margin:0 0 0 40px;
	padding:0;	
}
ul#nav li{
	margin-top:2px;
	float:left;
	padding-right:30px;
}
ul#nav li.preconference a{
	background:url(../images/nav-preconference.png) no-repeat 0 0;
	display:block;
	width:122px;
	height:14px;
	font-size:0;
	overflow:hidden;
}
ul#nav li.home a:hover, ul#nav li.preconference a:hover, ul#nav li.speakers a:hover, ul#nav li.schedule a:hover,
	ul#nav li.breakout a:hover, ul#nav li.registration a:hover, ul#nav li.faqs a:hover, ul#nav li.travel a:hover, ul#nav li.contact a:hover {	
	background-position: 0px -15px;
}
ul#nav li.home a{	
	background:url(../images/nav-home.png) no-repeat 0 0;
	display:block;
	width:31px;
	height:14px;
	font-size:0;
	overflow:hidden;
}
ul#nav li.speakers a{	
	background:url(../images/nav-speakers.png) no-repeat 0 0;
	display:block;
	width:44px;
	height:14px;
	font-size:0;
	overflow:hidden;
}
ul#nav li.schedule a{	
	background:url(../images/nav-schedule.png) no-repeat 0 0;
	display:block;
	width:45px;
	height:14px;
	font-size:0;
	overflow:hidden;
}

ul#nav li.breakout a{	
	background:url(../images/nav-breakout.png) no-repeat 0 0;
	display:block;
	width:85px;
	height:14px;
	font-size:0;
	overflow:hidden;
}

ul#nav li.registration a{	
	background:url(../images/nav-registration.png) no-repeat 0 0;
	display:block;
	width:62px;
	height:14px;
	font-size:0;
	overflow:hidden;
}

ul#nav li.faqs a{	
	background:url(../images/nav-faq.png) no-repeat 0 0;
	display:block;
	width:21px;
	height:14px;
	font-size:0;
	overflow:hidden;
}

ul#nav li.travel a{	
	background:url(../images/nav-travel.png) no-repeat 0 0;
	display:block;
	width:32px;
	height:14px;
	font-size:0;
	overflow:hidden;
}

ul#nav li.contact{
	padding-right:0;
}
ul#nav li.contact a{	
	background:url(../images/nav-contact.png) no-repeat 0 0;
	display:block;
	width:39px;
	height:14px;
	font-size:0;
	overflow:hidden;
}

/*********************************
*************Homepage*************
*********************************/

#homeMidSection .left .homeslider p {
	padding:18px 0 0;
	height:80px;
	margin:0;
}
h4#homeexpand a {
	width:479px;
	height:62px;
	background:url(../images/expand-ministry.png) 0px -62px no-repeat;
	margin-bottom:10px;
}
h4#homebuild a {
	width:355px;
	height:62px;
	background:url(../images/build-your-team.png) 0px -62px no-repeat;
}
h4#homebuild a,  h4#homeexpand a {
	display:block;
	text-indent:-10000px;
	height:62px;
}
h4#homebuild a.hovered, h4#homeexpand a.hovered {
	background-position:0px 0px;
}
#banner {
	border-bottom:1px solid #333;
	padding:0 0 21px 0;
}
#homeMidSection {
	padding:31px 0 31px 0;
	border-bottom:1px solid #333;
	font-size:0.8em;
}
#homeMidSection .left {
	float:left;
	width:480px;
}
#homeMidSection .left p{
	margin:20px 0 20px 0;
}
#homeMidSection .right {
	float:left;
	width:370px;
	padding:20px 0 0 67px;
}
#homeContent {
	margin:20px 0 0 0;
}
#homeContent #speaker{
	display:inline;
	float:left;
	width:486px;
}
#homeContent #speaker ul{
	list-style:none;
	margin:0 0 31px 0;
	padding:0;
}
#homeContent #speaker li{
	float:left;
	padding-right:21px;
}
#homeContent #speaker li.wayneCordiero a{
	background:url(../images/wayneCordiero.gif) no-repeat 0 0;
	display:block;
	width:140px;
	height:180px;
	font-size:0;
	overflow:hidden;
	color:#bfbfbf;
}
#homeContent #speaker li.wayneCordiero a:hover{
	background-position: 0 -180px;
}
#speaker li.larryOsbourne a{
	background:url(../images/larryOsborne.png) no-repeat 0 0;
	display:block;
	width:140px;
	height:180px;
	font-size:0;
	overflow:hidden;
	color:#bfbfbf;
}
#homeContent #speaker li.larryOsbourne a:hover{
	background-position: 0 -180px;
}
#homeContent #speaker li.jamieMunson a{
	background:url(../images/jamieMunson.gif) no-repeat 0 0;
	display:block;
	width:140px;
	height:180px;
	font-size:0;
	overflow:hidden;
	color:#bfbfbf;
}
#homeContent #speaker li.jamieMunson a:hover{
	background-position: 0 -180px;
}
#homeContent #speaker li.willMancini a{
	background:url(../images/willMancini.png) no-repeat 0 0;
	display:block;
	width:140px;
	height:180px;
	font-size:0;
	overflow:hidden;
	color:#bfbfbf;
}
#homeContent #speaker li.willMancini a:hover{
	background-position: 0 -180px;
}
#homeContent #speaker li.chrisBrown a{
	background:url(../images/chrisBrown.gif) no-repeat 0 0;
	display:block;
	width:140px;
	height:180px;
	font-size:0;
	overflow:hidden;
	color:#bfbfbf;
}
#homeContent #speaker li.chrisBrown a:hover{
	background-position: 0 -180px;
}
#speaker li.bradGraves a{
	background:url(../images/bradGraves.png) no-repeat 0 0;
	display:block;
	width:140px;
	height:180px;
	font-size:0;
	overflow:hidden;
	color:#bfbfbf;
}
#homeContent #speaker li.bradGraves a:hover{
	background-position: 0 -180px;
}
.poppop {
	width:490px;
	height:170px;
}
.poppop p {
	padding:15px 0 20px;
}
.vidpop {
	width:550px;
	height:355px;
}
.vidpop a.popclose {
	margin-top:12px;
}
.sessionpop {
	width:540px;
	height:350px;
}
.sessionpop p {
	padding:0 0 12px;
}
a.popclose {
	width:92px;
	height:24px;
	text-indent:-10000px;
	display:block;
	background:url(../images/btnGoBack.png);
}
#expandpop {

}

/*-- Twitter Section --*/
#twitter{
	float:left;
	display:inline;
	/*margin-left:74px;*/
	margin-left:64px;
	width:390px;
	font-size:1.2em;
}
#twitter .title{
	margin:10px 0 17px 0;
}
#twitter .title2{
	margin:21px 0 5px 0;
}
#twitter p{
	padding:0;
	margin:0;
}
#twitter #twittercontent ul{
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
	font-size:0.8em;
}
#twitter #twittercontent li{
	padding:12px 0 12px 0;
}
#twitter #twittercontent span.author{
	float:left;
	width:48px;
	display:block;
	padding-right:10px;
}
#twitter #twittercontent span.text{
	float:left;
	width:312px;
	display:block;
	padding:0 10px 10px 0;
}
#twitter #twittercontent span.toAuthor{
	margin:2px 0 0 0;	
	display:block;
}
#twitter #twittercontent span.toAuthor a{
	font-weight:bold;
	color:#ec7c3f
}
#twitter #twittercontent span.toAuthor a:hover{
	text-decoration:underline;	
}

/*********************************
*********Backpage Template********
*********************************/
.backleft {
	float:left;
	width:700px;
}
.backright {
	width:209px;
	height:300px;
	padding-left:20px;
	float:right;
	border-left:1px solid #333;
}
.backright a {
	display:block;
	text-indent:-10000px;
}
.backright a.threefree {
	width:207px;
	height:52px;
	background:url('../images/backThreeFree.png');
}
.backright a.newbook {
	margin:30px 0;
	width:210px;
	height:68px;
	background:url('../images/backNewBook.jpg');
}
.backright h3 {
	color:#fff;
	font-size:2em;
}
.backright a.zondervan {
	width:98px;
	height:21px;
	background:url('../images/backZondervan.png');
	float:left;
	margin-top:15px;
}
.backright a.leadnet {
	margin:17px 0 0 14px;
	float:left;
	width:96px;
	height:15px;
	background:url('../images/backLeadnet.png');
}

/*********************************
***********Form Styling***********
*********************************/
label {
	width:180px;
	display:block;
	float:left;
	clear:both;
	text-align:right;
	padding-top:8px;
}
input.text, textarea {
	border:1px solid #7e7e7e;
	background:#313131;
	font-size:1.3em;
	color:#ccc;
	padding:6px;
	float:left;
	display:block;
	clear:none;
	width:100px;
	margin-left:18px;
	margin-bottom:10px;
}
textarea {
	width:250px;
	height:120px;
	font-family:Arial, Helvetica, sans-serif;
}
input.full {
	width:250px;
}
input.three {
	width:188px;
}
input.half {
	width:125px;
}
input.quart {
	width:63px;
}
input.city {
	width:119px;
}
input.state {
	width:30px;
	margin-left:10px;
	display:inline;
}
input.zip {
	width:53px;
	margin-left:10px;
	display:inline;
}
input#address2 {
	display:inline;
	margin-left:198px;
	clear:both;
}
select {
	float:left;
	margin:10px 0 8px 18px;
}
.checkrow {
	float:left;
	width:330px;
	margin-left:15px;
	padding:8px 0 20px 0;
}
.checkrow label {
	clear:none;
	font-weight:normal;
	display:inline;
	float:none;
}
input.btn {
	border:none;
	clear:both;
	display:block;
	margin:0 0 40px 198px;
	text-indent:-10000px;
	height:35px;
	background:0px 0px;
}
input.btn:hover {
	background-position:0px -35px;
}
input#submit {
	background-image:url("../images/btnSubmit.jpg");
	width:85px;
}
input#continue {
	background-image:url("../images/btnContinue.jpg");
	width:97px;
}
input#process {
	background-image:url("../images/btnProcess.jpg");
	width:146px;
}
/*********************************
***********Contact Page***********
*********************************/
#contactleft {
	width:470px;
	float:left;
}
#contactleft p {
	padding-bottom:25px;
}

#contactmid {
	float:right;
	width:190px;
}

/*********************************
*************Speakers*************
*********************************/
.speaker {
	clear:both;
	padding-top:18px;
}
.speaker img {
	float:left;
}
.speaker h3 {
	color:#fff;
}
.speaker h3 a {
	text-decoration:none;
	cursor:default;
}
.speaker h3.name {
	font-size:3.1em;
	line-height:32px;
	height:32px;
}
.speaker h3.church {
	font-size:2em;
	line-height:22px;
	height:22px;
}
.speaker h3.city {
	font-size:1.6em;
}
.speaker p {
	padding:10px 0 12px;
}
.speaker div {
	float:right;
	width:490px;
	margin:0;
	padding-bottom:20px;
}




/*********************************
*************Breakout*************
*********************************/
.breakout h3.date {
	color:#59C7DE;
	margin:0 0 8px 0;
	padding:0;
}

.breakout h3 a {
	text-decoration:none;
	cursor:default;
}

.breakout h3.title{
	color:#ec7c3f;
	font-size:3.1em;
	line-height:32px;
	height:32px;	
	padding:0 0 4px 36px;
}

.breakout h3.name{
	color:#fff;
	font-size:2em;
	float:left;
	padding:0 0 0 36px;
}

.breakout h3.church {
	color:#fff;
	font-size:1.6em;
	float:left;
	padding:2px 0 0 6px;
}

.breakout p{
	clear:both;
	padding:4px 0 14px 36px;
}

.breakout ul{
	list-style:disc;
	padding:0 0 12px 0;
	margin:0;
	
}

.breakout ul li{
	margin:0 0 0 58px;
	padding:0;
}

/*********************************
***************FAQs***************
*********************************/
#questions {
}
#questions h5 {
	color:#59C7de;
	display:block;
	font-size:1.2em;
}
#questions a {
	color:#ec7c3f;
	font-size:1em;
	display:inline;
}
#questions h5 {
	margin:0;
}
#questions div {
	padding-bottom:20px;
}

/*********************************
**************Travel**************
*********************************/
.hotel {
	clear:both;
	padding-top:18px;
}
.hotel img {
	float:left;
}
.hotel p {
	float:right;
	width:490px;
	margin:0;
	padding-bottom:20px;
}

/*********************************
*************Schedule*************
*********************************/
.slot {
	clear:both;
	margin:0;
	padding-top:16px;
}
.slot h4 {
	float:left;
	width:150px;
	font-size:1.3em;
	color:#fff;
	margin:0;
	font-weight:normal;
}
.slot p {
	padding:2px 0 20px;
	width:540px;
	float:right;
	margin:0;
}
.schedule h3 {
	clear:both;
}
/*********************************
***********Registration***********
*********************************/
#reghead {
	height:167px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	background:url('../images/reghead.png') 0px 29px no-repeat;
	margin-bottom:18px;
}
#reghead p {
	display:none;
}
#numguests {
	margin-bottom:25px;
}
.guest {
	height:190px;
	clear:both;
	display:none;
}
.guest h3 {
	font-size:2.5em;
	clear:both;
	margin-left:198px;
/*	width:180px;
	text-align:right;*/
	height:35px;
}
#registration1 {
	width:535px;
}
#registration2 {
	width:500px;
}
#registration1 #inception {
	margin-right:120px;
}
#registration2 select {
	margin-bottom:12px;
}
#registration2 select#cctype {
	margin-right:110px;
}
#registration2 input#ccnum {
	margin-right:40px;
}
#registration2 input#cccvv2 {
	margin-right:170px;
}
#registration2 p {
	padding:10px 0;
}
#registration2 p span {
	color:#59C7de;
}
#registration3 p {
	padding:10px 0 5px;
	width:500px;
}
#registration3 input#process {
	margin-left:0;
}
#registration3 h4 {
	color:#59C7de;
	clear:both;
	padding:18px 0 8px;
	font-size:1.2em;
	font-weight:normal;
}
#registration3 span {
	clear:both;
	display:block;
	width:240px;
	float:left;
}
#registration3 strong {
	display:block;
	float:left;
	width:380px;
}
/*********************************
**************Footer**************
*********************************/
#footer {
	border-top:1px solid #333;
	padding:18px 0 0 101px;
	margin:6px 0 0 0;
	background:url(../images/footer-logo.gif) no-repeat 0 20px;
	font-size:.85em;
	clear:both;
}
#footer .left{
	float:left;
	width:464px;
}
#footer .right{
	float:left;
	width:320px;
}
#footer #socialNetwork{
	float:left;
	width:54px;	
}

#footer #socialNetwork ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer #socialNetwork ul li{
	float:right;
	padding-left:10px;
}
#footer ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul.tabs li {
	display:block;
	float:left;
	padding-right:14px;
	line-height:12px;
}
#footer ul.tabs a {
	color:#fff;
	font-weight:bold;
}
#copyright{
	margin:2px 0 0 0;
	line-height:13px;
}
#copyright a{
	color:#fff;	
}
#footer .right #sponsors{
	background:url(../images/sponsors.gif) no-repeat;
	padding:0 0 0 73px;
	min-height:20px;
}
#footer .right #sponsors ul{
	list-style:none;
	margin:0;
	padding:2px 0 0 0;
}
#footer .right #sponsors ul li{
	float:left;
	padding-right:11px;
}

/*--- End of Footer ---*/


/*---:[ self-clearing floats from Dan Cederholm ]:---*/
#header:after, #homeMidSection:after, #homeContent:after,#homeContent #speaker ul:after, #footer:after, #footer ul.tabs:after, #footer .right #sponsors:after, #footer #socialNetwork:after, #twitter .content ul li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header, #homeMidSection, #homeContent,#homeContent #speaker ul, #footer, #footer ul.tabs, #footer .right #sponsors, #footer #socialNetwork, #twitter .content ul li{ 
height: 1%;
//display: inline-block;
}