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

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/bgWomanCurl2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.pageWrapper {
	width: 100%;
	min-width: 1400px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	clear: both;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 70px;
	color: #464646;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	clear: both;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* Light */
	font-size: 16px;
	line-height: 28px;
	color: #666;
	padding: 0px 0px 30px 0px;
	text-align: center;
	overflow: hidden;
	clear: both;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; /* Light */
	font-size: 17px;
	line-height: 24px;
	color: #464646;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	clear: both;
}

/******************************************************************************************** Navigation */
/*******************************************************************************************/

.navWrapper {
	height: 60px;
	width: 100%;
	/*
	background-color: #122f6f;
	background-image: url(../images/navBlueBG.png);
	background-repeat: repeat-x;
	*/
	background: none;
	overflow: hidden;
	clear: both;
}
.navLink {
	float: right;
	display: inline-block;
	overflow: hidden;
	line-height: 60px;
	border-left: 1px solid #000;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 1px 0px #000;
	text-transform: none;
	list-style: none;
}
.navLink a:link {
	color: #FFF;
	text-decoration: none;
	padding: 0px 40px;
	display: inline-block;
}
.navLink a:visited {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
.navLink a:hover {
	color: #FFF;
	text-decoration: underline;
	display: inline-block;
}
.navLink a:active {
	color: #FFF;
	text-decoration: underline;
	display: inline-block;
}


/******************************************************************************************** Jumbotron */
/*******************************************************************************************/

.jumbotronWPWrapper {
	height: 540px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	border-bottom: 6px solid #DDD;
	overflow: hidden;
	clear: both;
}
.jumbotronWPWrapperV2 {
	width: 100%;
	height: 540px;
	margin: 0 auto;
	text-align: right;
	border-bottom: 2px solid #DDD;
	background-image:url(../images/WalkingFitnessWomanV2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
}
.jumbotronWPContainerV2 {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.jumbotronTitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 70px;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.jumbotronTitleV2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	text-shadow: 0px 1px 0px #000;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.jumbotronSubTitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; /* Light */
	font-size: 16px;
	line-height: 22px;
	color: #F9F9F9;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	clear: both;
}
.bigBttn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	line-height: 46px;
	width: 400px;
	border: 1px solid #FFF;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bigBttn a:link {
	color: #FFF;
	display: inline-block;
	text-decoration: none;
}
.bigBttn a:visited {
	color: #FFF;
	text-decoration: none;
}
.bigBttn a:hover {
	color: #FFF;
	text-decoration: none;
}
.bigBttn a:active {
	color: #FFF;
	text-decoration: none;
}

/******************************************************************************************** Form */
/*******************************************************************************************/

.formRow {
    background-color: rgba(0, 0, 0, 0.45);
    clear: both;
    margin: 20px auto;
    overflow: hidden;
    padding: 30px 0 20px;
    text-align: center;
    width: 100%;
}
.formFloatRight {
    background-color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    margin: 40px 0px 0px 0px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    width: 400px;
	float: right;
	border-radius: 8px;
}
.formRowClear {
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
}
.columnCenter {
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
}
.spamTagline {
    clear: both;
    color: #bbb;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}
.spamTagline a:link {
    color: #bbb;
	text-decoration: none;
}
.spamTagline a:visited {
    color: #bbb;
	text-decoration: none;
}
.spamTagline a:hover {
    color: #bbb;
	text-decoration: underline;
}
.spamTagline a:active {
    color: #bbb;
	text-decoration: none;
}

/******************************************************************************************** Footer */
/*******************************************************************************************/

.splashFooterWrapper {
	width: 800px;
	margin: 50px auto;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #464646;
	overflow: hidden;
	clear: both;
}
