.clear {
	clear: both;	
}

#cif-slideshow {
	display: block;
	width: 900px;
	height: 470px;
	background: #fff;	
}

.cif-section {
	display: block;
	width: 876px;
	padding: 12px;
	height: 470px;
	background: #fff url(/cif/img/backing.jpg) top center no-repeat;
}

#cif .section-wrapper {
	height: 370px;
}

#cif h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #5E3788;	
	width: 100%;
	padding: 4px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	width: 860px;
}

#cif h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	color: #5E3788;	
	width: 100%;
	padding: 4px;
	margin-bottom: 12px;
	font-weight: bold;
}

#cif p {
	font-size: 14px;
	line-height: 150%;	
}

/* cif form ----------------------------------------------------------------- */

.cif-field {
	margin: 4px;
}

.cif-field span.label {
	display: inline-block;
	width: 	225px;
}

.cif-field span.label-narrow {
	display: inline-block;
	width: 	135px;
}

.cif-field input {
	width: 250px;	
	padding: 4px;
	
}

.cif-field select {
	width: 255px;	
	padding: 4px 4px 4px 0;
	margin-left: 0;
}

span.req {
	font-size: 24px;
	font-style: bold;
	color: #eb8092;
	padding: 4px;
}

/* cif utility -------------------------------------------------------------- */

#cif-slideshow-current-slide {
	visibility: hidden;	
}

#cif .tab {
	display: inline-block;
	width: 225px;
	height: 50px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-style: bold;
	font-size: 16px;
	text-indent: 40px;
	line-height: 50px;	
	cursor: pointer;
}

#cif #tab-1 {
	background: url(/cif/img/stage_1.jpg) top center no-repeat;
}

#cif #tab-2 {
	background: url(/cif/img/stage_2.jpg) top center no-repeat;
}

#cif #tab-3 {
	background: url(/cif/img/stage_3.jpg) top center no-repeat;
}

#cif #tab-4 {
	background: url(/cif/img/stage_4.jpg) top center no-repeat;
}


#cif .next {
	width: 139px;
	height: 32px;
	display: block;
	float: right;
	background: url(/cif/img/next.jpg) center center no-repeat;
	cursor: pointer;
	margin-right: 12px;
}

#cif .next-enabled {
	background: url(/cif/img/next_enabled.jpg) center center no-repeat;
	cursor: pointer;	
}

#cif .submit {
	width: 160px;
	height: 32px;
	display: block;
	float: right;
	background: url(/cif/img/submit.jpg) center center no-repeat;
	cursor: pointer;
}

#cif .submit-enabled {
	background: url(/cif/img/submit_enabled.jpg) center center no-repeat;
	cursor: pointer;	
}

