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

/* Styles */

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
	font-size: 16px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 42px;
	color: #7fbcb3;
	font-weight: bold;

}

h2 {

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: sans-serif;
	font-size: 30px;
	color: #b8d0eb;
}

h3 {
	font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	font-family: sans-serif;
	/*color: #8baccf; */
	color: #6b7693;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: lighter;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #4dbaaa;
	border: none;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #4dbaaa;
	border: none;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #4dacba;
	border: none;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #4dbaaa;
	border: none;
}

a > img{
    border: 0;
}

.navLink a:link {
	color: #e9e8e4;
	padding-right: 15px;
	font-weight: bold;
}

.navLink a:visited {
	color: #e9e8e4;
	padding-right: 15px;
	font-weight: bold;
}

.navLink a:hover {
	color: #8bcfc5;
	padding-right: 15px;
	font-weight: bold;
}

.navLink a:active {
	color: #e9e8e4;
	padding-right: 15px;
	font-weight: bold;
}


.emailLink a:link {
	color: #8ad2c7;
	padding-right: 15px;
}

.emailLink a:visited {
	color: #8ad2c7;
	padding-right: 15px;
}

.emailLink a:hover {
	color: #8abdcf;
	padding-right: 15px;
}

.emailLink a:active {
	color: #8ad2c7;
	padding-right: 15px;
}


.titleLink a:link {
	color: #7fbcb3;
	padding-right: 15px;
	font-weight: bold;
}

.titleLink a:visited {
	color: #7fbcb3;
	padding-right: 15px;
	font-weight: bold;
}

.titleLink a:hover {
	color: #8bcfc5;
	padding-right: 15px;
	font-weight: bold;
}

.titleLink a:active {
	color: #7fbcb3;
	padding-right: 15px;
	font-weight: bold;
}

.infoLink a:link {
	color: #b8d0eb;
	padding-right: 15px;
	font-weight: bold;
}

.infoLink a:visited {
	color: #b8d0eb;
	padding-right: 15px;
	font-weight: bold;
}

.infoLink a:hover {
	color: #8bcfc5;
	padding-right: 15px;
	font-weight: bold;
}

.infoLink a:active {
	color: #b8d0eb;
	padding-right: 15px;
	font-weight: bold;
}


/******************/
/* Generic Layout */
/******************/

body {
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 1024px;
	background-color: #e9e8e4;

/*	background-image: url(images/HomeBGStrip.png);
	background-repeat: repeat-x; */
}

#wrapper {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-width: 1024px;
}

/* Header */

#wrapper #header {
	float: left;
	height: 100px;
	width: 100%;
	background-color: #3a3f4c;
	min-width: 1024px;


}

#wrapper #header #headerContent {
	height: 100px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1024px;
	
/*		border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3a3f4c; */
}

#wrapper #header #headerContent #logo {
	height: 66px;
	width: 236px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 19px;
	border-style: none;
	padding-left: 10px;
}

#wrapper #header #headerContent #phoneNumber {
	height: 72px;
	width: auto;
	float: right;
	color: #2a608a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-top: 35px;
	padding-right: 10px;
}

/* Nav */

#wrapper #nav  {
	float: left;
	height: auto;
	width: 100%;
	/*background-color: #333743;*/
	background-color: #313540;
	min-width: 1024px;
	
/*		border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #313540; */
}

#wrapper #nav #navContent {
	height: auto;
	padding-top: 20px;
	padding-bottom: 18px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* Hero */

#wrapper #hero  {
	float: left;
	height: auto;
	width: 100%;
/*	background-color: #50576a; */
	min-width: 1024px;
	background-image: url(../images/HeroBGSlice.png);
	background-repeat: repeat-x;
	
}

#wrapper #hero #heroContent {
	height: auto;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;

}

#wrapper #hero #heroTitle {
	height: 33px;
	width: 1020px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 35px;
	padding-top: 47px;
	padding-bottom: 50px;
	color: #ecf0f1;
	background-color: #50576a;
	
/*		border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #50576a; */
}

#heroContainer {
	height: 522px;
	width: 1020px;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 35px;
	background-image: url(../images/HeroImage.png);
	background-repeat: no-repeat;
/*	background-color: #e9e8e4; */
	
	
}

#heroStageTitle {
	margin-top: 210px;
	height: 40px;
	width: 1024px;
	text-align: center;
	font-family: sans-serif;
	font-size: 40px;
	color: #e9e8e4;
	margin-bottom: 10px;

}

.homeSep {
	float: left;
	height: 1px;
	width: 1024px;
	background-image: url(../images/HomeSep.png);
	
}

/* Hero Sep */

#wrapper #heroSep  {
	float: left;
	height: 1px;
	width: 100%;
	background-color: #f3f3f3;
	min-width: 1024px;
}

/* Arrow */

.arrowContainer {
	width: 1024px;
	height: 39px;
	float: left;
}

.arrowContainer .whiteArrowUp {
	width: 78px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/WhiteArrowUp.png);
}

.whiteArrow {
	width: 78px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/WhiteArrow.png);
}

.greenArrow {
	width: 78px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/GreenArrow.png);
}

/* White Box */

.whiteBoxContainer {
	float: left;
	height: auto;
	width: 100%;
	min-width: 1024px;
}

.whiteBoxContent {
	height: auto;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.whiteBoxStageTitle {
	height: auto;
	width: 1024px;
	text-align: center;
	font-family: sans-serif;
	font-size: 40px;
	color: #a3a5a9;
	margin-top: 95px;
}

.whiteBoxImage {
	width: 119px;
	height: 119px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	border: none;
	display: block;

}

.whiteBoxTitle {
	height: auto;
	width: 1024px;
	text-align: center;
	margin-top: 30px;
}

/*
.whiteBoxText {
	height: auto;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 21px;
	line-height: 36px;
	margin-top: 45px;
	margin-bottom: 95px;
	color: #999ba0;
}
*/

.whiteBoxText {
height: auto;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 32px;
	margin-top: 45px;
	margin-bottom: 95px;
/*	color: #9599a2; */
	
	color: #999ba0;

}

.whiteBoxTextLeft {
	height: auto;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 32px;
	margin-top: 45px;
	margin-bottom: 95px;
/*	color: #9599a2; */
	
	color: #999ba0;

}


/* Green Box */

.greenBoxContainer {
	float: left;
	height: auto;
	width: 100%;
	min-width: 1024px;
	background-color: #66b3a0;
}

.greenBoxContent {
	height: auto;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.greenBoxStageTitle {
	height: auto;
	width: 1024px;
	text-align: center;
	font-family: sans-serif;
	font-size: 22px;
	color: #ecf0f1;
	margin-top: 45px;
}

.greenBoxImage {
	width: 119px;
	height: 119px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	background-image: url(../images/StageTwoImage.png);
}

.greenBoxTitle {
	height: auto;
	width: 1024px;
	text-align: center;
	font-family: sans-serif;
	font-size: 42px;
	margin-top: 45px;
	color: #ecf0f1;
}

.greenBoxText {
	height: auto;
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 36px;
	margin-top: 45px;
	margin-bottom: 45px;
	color: #ecf0f1;
}


/* Main Body */

#mainBody {
	float: left;
	height: auto;
	width: 100%;
	background-repeat: repeat;
	color: #5a656d;
	min-width: 1024px;
}

#mainBody #mainBodyContent {
	height: auto;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	
}

#mainBody #mainBodyContent #homeTitle {
	margin-top: 25px;
	text-align: center;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#mainBody #mainBodyContent #leftContent {
	float: left;
	height: auto;
	width: 650px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 10px;
}

#mainBody #mainBodyContent #leftContent #headerBox{
	float: left; 
	height: 75px;
	width: 648px;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-color: #c8c8c8;
	padding-top: 15px; 
}


#mainBody #mainBodyContent #leftContent #headerBox #titleIcon {
	float: left;
	height: 75px;
	width: 75px;
}

#mainBody #mainBodyContent #leftContent #headerBox #titleText {
	float: left;
	height: auto;
	margin-top: 20px;
	padding-left: 15px;
	width: 550px;
	color: #424242;
}

#mainBody #mainBodyContent #homeText {
	height: auto;
	width: 100%;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	line-height: 32px;
	clear: both;
	margin-top: 25px;
}

#mainBody #mainBodyContent #rightContent {
	float: right;
	height: auto;
	width: 340px;	
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 10px;
}



/* Info Box */

#infoBox  {
	float: left;
	height: auto;
	width: 100%;
	background-color: #50576a;
	min-width: 1024px;
	padding-top: 25px;
}

#infoBoxContent {
	height: auto;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.infoBoxHalf {
	height: auto;
	width: 512px;
	color: #fff;
	float: left;
	padding-top: 70px;
}

.infoBoxTitle {
	height: auto;
	width: 512px;
	text-align: center;
	margin-top: 25px;
}

.infoBoxText {
	height: auto;
	width: 350px;
	text-align: left;
	font-family: sans-serif;
	font-size: 18px;
	color: #e9e8e4;
	margin-top: 25px;
	padding-left: 81px;
	line-height: 30px;
}

#infoBoxiPad {
	height: 593px;
	width: 1024px;
	background-image: url(../images/iPad.png);
	float: left;
	margin-top: 95px;
}

#iPadText {
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
	width: 500px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	height: 200px;
	color: #e9e8e4;
	font-family: sans-serif;	
}

#iPadEmail {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 500px;
	text-align: center;
	font-size: 35px;
	height: 100px;
	color: #8ad2c7;
	font-family: sans-serif;
	font-weight: normal;	
}
/* Testimonials */

#wrapper #testimonials  {
	float: left;
	height: auto;
	width: 100%;
	background-color: #50576a;
	min-width: 1024px;
}

#wrapper #testimonials #testimonialsContent {
	height: auto;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#wrapper #testimonials #testimonialsContent .testimonialsBox {
	height: auto;
	width: 490px;
	padding-right: 10px;
	color: #fff;
	float: left;
	background-color: black;
}



/* Footer */

#wrapper #footer  {
	float: left;
	height: auto;
	width: 100%;
	background-color: #e9e8e4;
	min-width: 1024px;
}

#wrapper #footer #footerContent  {
	height: auto;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #646464;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

/******************/
/* App Containers */
/******************/

#mainBody #mainBodyContent #leftContent .appHeader {
	float: left;
	height: 150px;
	width: 670px;
	margin-top: 5px;
	margin-bottom: 25px;
}

#mainBody #mainBodyContent #leftContent .appHeader .appIcon {
	float: left;
	height: 130px;
	width: 130px;
	margin-top: 7px;
}

#mainBody #mainBodyContent #leftContent .appHeader .appName {
	float: Right;
	height: auto;
	width: 520px;
	margin-top: 60px;
}

#mainBody #mainBodyContent #leftContent .appImages {
	float: left;
	height: auto;
	width: 670px;
	margin-top: 5px;
	margin-bottom: 25px;
}

#mainBody #mainBodyContent #leftContent .appStoreRating {
	float: left;
	height: 44px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
	background-image: url(../images/Stars.jpg);
	background-repeat: no-repeat;
	border-top: #c4c8cb;
	border-bottom: #c4c8cb;
	border-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left: none;
	border-right: none;
	padding-top: 20px;
	padding-bottom: 0px;
}

#mainBody #mainBodyContent #leftContent .appImages .appVertSep {
	float: left;
	height: 250px;
	width: 23px;
}

#mainBody #mainBodyContent #leftContent .appImages .appImage {
	float: left;
	height: auto;
	width: 204px;
}


.appSep {
	float: left;
	border-bottom: #c4c8cb;
	border-style: dashed;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 45px;
	margin-top: 45px;
	width: 100%;
}





