@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #454343;
}
#container {
	height: auto;
	background-color: #fdfdfd;
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fdfdfd;
}
.callMe{
    width:455px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position:relative;
    height: 130px;
}
.phoneNumber{
    margin-left: 25px;
    line-height: 90px;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
#headerBlock{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #454343;
}
#SeenOnContainer{
	width:100%;
	background-color: #199cd6;
	height:75px;
    text-align: center;
	
}
#SeenOn{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#header p{
	text-align:center;
	margin-top: -8px;
    font-size: 14px;
}
#mainContent {
	width: auto;
	height: auto;
	color: #454343;
	position: relative;
	display: block;
	line-height: 140%;
	font-size: 18px;
}
#mainContentBlock{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:675px;
}
#video{
	width: 525px;
	padding: 0;
	margin-top: 25px;
	float: left;
	position: relative;
	height: 280px;
}
#pics{
	width: 525px;
	padding: 0;
	margin-top: 35px;
	float: left;
	position: relative;
	height: 280px;
}
#digestion{
    width: 525px;
	padding: 0;
	margin-top: 25px;
	float: left;
	position: relative;
}
#mainVideos{
    width: 475px;
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	padding-top: 5px;
}
#mainVerbiage{
	width: 475px;
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	padding-top: 5px;
	margin-top: -300px;
}
#mainVerbiage h3{
	text-align:center;
}
#videoContainer{
	width:100%;
	background-color: #a5c521;
	height:75px;
    text-align: center;
	
}
#moreVideo{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#footer {
	width: 100%;
	background-color: #199cd6;
	position: relative;
	padding: 0;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
    color: #fff;
}
#footerBlock {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	position: static;
	padding: 0;
}
			 
a:visited,a:link{
	color: #fff;
}

/*Now for the floated icons*/
/*Parent div for inheritance*/
div.cta {
	width:455px;
	height:150px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	z-index:9999;
	position: relative;
}

div.cta a{
background-image:url(../_images/cta3.png);
background-position: 0px 0px;
background-repeat:no-repeat;
display: block;
float: left;
padding:0px;
margin:0px;
}

/*Now the link classes*/
div.cta a.Schedule{
background-position: -145px 0px;
width: 455px;
height: 150px;
}

div.cta a.Schedule:hover{
background-position: -145px -150px;
width: 455px;
height: 150px;
}
.button{
	z-index:200;
    margin-top:15px;
	position:relative;
	display: inline-block;
	font-size:20px;
	font-weight:200;
	padding-left:25px;
	padding-right:25px;
	padding-top:8px;
	padding-bottom:8px;
	color:#fff;
	border-color:#fff;
	border-style:solid;
	border-width:medium;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button:hover{
    color: #199cd6;
	background-color:#fff;
	border-color:#fff;
	border-style:solid;
	border-width:medium;
	
}
#vidWallContainer{
    width:100%;
    float: left;
    margin-bottom: 25px;
    margin-top: 30px;
}
#vidWall{
    width:475px;
}
#vidWall h2{
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 24px;
}
.vidWallContent{
    width: 225px;
    height: 126px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}
.vidWallContent:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}