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

/* header */
#logo a {
	display: block;
	background-image: url(../images/iol-logo.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index: 100;
	height: 75px;
	float: left;
	margin-left: 20px;
	width: 350px;
}


#tagline {
	text-align:right;
	float: right;
	padding: 20px;
	margin: 0px;
}

#tagline h2 {
	color: #FF9900;
	font-weight:600;
	margin-bottom: .0em;
}

#tagline p {
	font-style:italic;
	color:#999999;
}

/*top navigation tabs */
#navbar {
	float: right;
	margin-top: -37px;
}

#navbar ul {
	list-style: none;
	text-decoration: none;
}

#navbar ul li {
	display: block;
	float: left;
	padding: 5px;
}

#navbar ul li a {
	text-decoration: none;
	color: #878787;
	font-size: 1.2em;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 11px;
	height: 20px;
	margin-left: 8px;
	display: block;
	position: relative;
	top: -5px;
	
}

#navbar ul li:hover {
	display: block;
	float: left;
	padding: 5px;
	height: 18px;
	background-image:url(../images/hov-tab-l.png);
	background-repeat:no-repeat;
	background-position: top left;
}

#navbar ul li:hover a {
	text-decoration: none;
	font-size: 1.2em;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 11px;
	margin-left: 8px;
	color: #FFFFFF;
	height: 21px;
	background-image:url(../images/hov-tab-r.png);
	background-repeat:no-repeat;
	background-position: top right;
	display: block;
	position: relative;
	top: -5px;
	
}


#navbar ul li.current {
	background-image:url(../images/tab-l.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 22px;
}

#navbar ul li.current a {
	background-image: url(../images/tab-r.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 11px;
	padding-bottom: 6px;
	margin-left: 8px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}




/* index page */

#control-button {
	background-image:url(../images/you-in-control.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 785px;
	height: 350px;
	margin: 0px auto;
	
}

#index-bullets {
	float: right;
	margin: 190px 0px 0px 0px;
	width: 280px;
	font-size: 1.12em;
	position: realative;
	right: 10px;
	
}

#index-bullets ul {
	list-style-image:url(../images/bullet-point.png);
	
	margin-bottom: 0px;
}

#index-bullets ul li {
	color:#777;
}
	


#family-button {
	background-image:url(../images/iol-family.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 465px;
	height: 321px;
	
}

#church-button {
	background-image:url(../images/iol-church.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 300px;
	height: 180px;
	margin-bottom: 7px;
}

#business-button {
	background-image:url(../images/iol-business.png);
	background-position: top right;
	background-repeat:no-repeat;
	width: 300px;
	height: 120px;
}

#index-buttons {
	margin-bottom: 0px;
}

/*services page */

#ct {
	border: 1px solid #999999;
	background-color: #FFE6BF;
	width: 320px;
	margin-left: 20px;
	float: right;
	overflow: visible;
	padding-bottom: 30px;
	margin-top: -15px;
	margin-bottom: 20px;
	
}


.ct-table div {
	float: left;
}

.ct-table {
	border-bottom: 1px solid #666;
	overflow: visible;
}
	

.ct-title {
	padding: 5px;
	padding-top: 10px;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #666;
}



.ct-item{
	overflow: visible;
	height: 40px;
}

.ct-services {
	width: 150px;
	padding-left: 10px;
	overflow:visible;
	
}

.ct-services > p {
	float: left;
	padding-top: 8px;
}

.ct-title h3 {
	margin-bottom: 5px;
}


.ct-check {
	background-image: url(../images/check-sprites.png);
	background-repeat:no-repeat;
	height: 30px;
	width: 30px;
	margin: 5px 25px;
}

.ct-headings .ct-check {
	width: 80px;
	height: auto;
	margin: 0px;
	padding: 5px 0px;
	
	
}


.ct-true-us {
	background-position: -30px top;
}

.ct-true-them {
	background-position: -60px top;
}

.ct-info {
	margin-left: 5px;
	margin-top: 3px;
	display: inline-block;
	background-image: url(../images/info.png);
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
}
.ct-info  p {
	z-index: 200;
	position: absolute;
	left: 10px;
	top: 40px;
	display: block;
	border: 1px solid #666;
	width: 150px;
	padding: 10px;
	background-color: #F5EEE2;
	
}


.ct-info > span + span {
	background-image: url(../images/info-bubble.png);
	background-repeat: no-repeat;
	backgroun-position: top left;
	display: block;
	height: 27px;
	width: 40px;
	position: absolute;
	top: 17px;
	left: 6px;

	z-index: 300;
}

.ct-headings {
	font-weight: bold;
	background: none;
	background-color: #fff;
	overflow: auto;
	
}

.ct-headings div {
	background-image: none;
	padding: 5px;
	height: auto;
	text-align: center;
	
}



.sign-up-now {
	width: 150px;
	margin-top: 10px;
}

.sign-up-now.right {
	margin-top: 10px;
	margin-right: 85px;
	margin-left: 20px;
}


/*partnerships*/

#partnerships-image {
	background-image:url(../images/partnerships.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 250px;
	width: 220px;
	margin-right: 25px;
	float: right;
	margin-top: -20px;
}


/*about us*/

#about-us-image {
	background-image:url(../images/about_us.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 340px;
	width: 510px;
	float: right;
	
	margin-top: -10px;
}


/*contact us*/

#contact-us-image {
	background-image:url(../images/support.png);
	background-position:100% 20%;
	background-repeat: no-repeat;
	height: 500px;
}

/*services contact*/

.sc-form {
	width: 400px;
	margin: 0px auto;
}

#overview {
	width: 200px;
	height: 5em;
}

.validation-error {
	border: 1px solid #CC3300;
	color: #cc3300;
	background-color: #FAC2C2;
	padding: 10px;
	margin-bottom: 10px;
}

.validation-error ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* signup form */

#signup-form {
	overflow: auto;
}

#signup-form img {
	border: none;
	float: right;
	margin-top: -8px;
	padding: 2px;
}

.signup-note {
	font-size: .9em;
	width: auto;
}

form.signup {
	width: auto;
}

#signup-selections {
	float: left;
	width: 470px;
	padding: 0px;
}


#signup-form fieldset {
	margin: 0px;
	padding-left: 10px;
	width: 445px;
}



#signup-form .labelRadio {
	width: 219px;
	display: block;
	claer: none;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}

#signup-form .labelRadio.signup-full {
	width: 430px;
}

#signup-form .labelRadio input {
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 5px;
	float: left;
}

#signup-form .labelRadio span {
	display: block;
	float: left;
	position: relative;
	font-size: .9em;
	top: 3px;
}

.signup-label {
	width: 120px;
}

.signup-label.signup-right {
	width: 115px;
}

.signup-label.signup-full {
	width: 335px;
}


.signup-price {
	font-weight: bold;
	float: right;
	width: 65px;
	text-align: right;
	
}

.signup-price.signup-right {
	padding-left: 5px;
	width: 70px;
}
.optional {
	width: auto;
	overflow: visible;
}



#selected-services {
	float: right;
	clear: none;
	width: 210px;
}

#selected-services fieldset {
	width: 185px;
	margin: 0px;
	padding: 10px;
}

#selected-services div {
	width: auto;
	
}

.inputEmail {
	width: 70px;
	float: left;
}

input.add-email {
	margin: 3px;
	width: 120px;
	float: left;
}

span.add-email {
	display: inline-block;
	float: left;
}

.unlimited {
	padding-left: 12px;
}

.services-button {
	width: 110px;
}

.services-button-add {
	width: 40px;
	float: left;
	clear: none;
	margin-top: -1px;
	margin-left: 10px;
}


/*signup pages*/
.signup-header {
	margin: 10px 30px;
	padding: 0px;
}

.signup ul{
	margin-right: 0px;
}

.finite-column.signup {
	width: 216px;
}
