﻿@import url("tabs.css");

h2 {
	font-size: 18px;
	padding: 0 0 0 16px;
	font-weight: normal;
}

p {
	font-size: 12px;
	padding: 20px 0 20px 16px;
}

.videoBox {
	width: 602px;
	height: 245px;
	margin: 0;
	display: block;
}

.sectionCallouts {
	margin: 28px 0 0 44px;
	padding: 0 0 85px 0;
	overflow: auto;
}
	
	.sectionCallouts h3 {
		text-transform: uppercase;
		font-size: 12px;
		color: #505050;
	}
	
	.sectionCallouts .column {
		float: left;
		margin: 0 55px 0 0;
	}
	
		.sectionCallouts .callout {
			margin: 16px 0 0 0;
			overflow: auto;
			
		}
		
			.sectionCallouts .callout div {
				float: left;
				width: 216px;
			}
			
			.sectionCallouts .callout div.image {
				background-color: #626262;
				width: 68px;
				height: 68px;
				margin: 0 12px 0 2px;
			}
			
				.sectionCallouts .callout h4 {
					color: #002c6c;
					font-weight: bold;
					font-size: 12px;
					margin: 0 0 4px 0;
					padding: 0;

				}
				
				.sectionCallouts .callout p {
					color: #494b4d;
					font-size: 12px;
					line-height: 15px;
					padding: 0;
					margin: 0;
				}


/* ----------------------------- */
/* GALLERY / LEADERSHIP PAGES	 */
/* ----------------------------- */

#section_videos,
#section_photos,
#section_board_members,
#section_senior_management {
	margin: 10px 0 0 40px;
}

.sectionCopy {
	font-size: 12px;
	margin: 44px 30px 0 38px;
	padding: 0 0 60px 0;
	color: #494b4d;
}

	.sectionCopy h3 {
		color: #002c6c;
		font-size: 18px;
		font-weight: normal;
	}
	
	.sectionCopy p {
		margin: 0;
		padding: 0 0 16px 0;
		line-height: 16px;
	}

/* Next Steps for Lose 1,000 Lbs. page */

.nextSteps {
	padding: 5px 20px 0 20px;
	background-color: #dadada;
	border-top: solid 1px #16337f;
}

	.nextSteps h4 {
		font-size: 16px;
		line-height: 20px;
		color: #000000;
		margin: 0 0 3px 0;
		font-weight: normal;
	}
	
	.nextSteps h5 {
		color: #002c6c;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.nextSteps div {
		color: #333333;
		float: left;
		margin: 10px 55px 20px 3px;
		line-height: 14px;
	}
	
	.nextSteps p {
		font-size: 11px;
		padding: 0;
		line-height: 14px;
	}