@charset "UTF-8";
/*** http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ ****/
* {margin: 0;}
html, body {height: 100%;}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
	margin: 0 auto -110px;
}
footer, .push {height: 110px;}
/******************** end sticky footer stuff *******************/

body {
	margin: 0px;
	font-family: 'PT Sans', sans-serif;
	background-color: #002D47;
}
.contain {
	max-width: 1030px;
	margin: 0px auto 0px auto;
	position: relative;
}
/* added to teach IE8 how to handle semantic elements */
header, section, footer, nav, main {
    display: block; 
}
header {
	background-color: #FFF;
	padding: 10px 20px 2px 15px;
	border-bottom: 2px solid #8DC9E8;
}
.logo {
	font-weight: 700;
	font-size: 2.3rem;
	display: inline-block;
	vertical-align: middle;
}
header a {text-decoration: none; color: #000;}
img {border: none;}
#tagline {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	position: relative;
	top: 17px;
	color: #000;
}
#navLink {
	position: absolute;
	top: 7px;
	right: 0px;
	cursor: pointer;
}
#phone {
	float: right;
	font: 700 1.2rem/normal 'PT Sans', sans-serif;
	position: relative;
	top: 42px;
}
/***************************************************/
#topNav {
	height: 0px;
	padding: 2px 20px 0px 20px;
	background-color: #8DC9E8;
	overflow: hidden;
	text-align: right;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	color: #FFF;
	line-height: 100%;
}
#topNav a {
	line-height: 100%;
	text-decoration: none;
	color: #000;
}
#topNav a:hover {
	text-decoration: none;
	color: #FFF;
}
/***************************************************/

main {
	font-size: 2rem;
	color: #000;
	padding: 20px;
	display: block;
}
main .contain {
	background-attachment: scroll;
	background-image: url(../images/couple3011_690x420.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

section {padding: 20px;}
.light {background-color: #E8F0F7; color: #000;}
.med {background-color: #8DC9E8; color: #000;}
.dark {background-color: #002D47; color: #FFF;}


.singleCol {
	max-width: 800px;
	margin: 0 auto;
}
section h1 {font-size: 2.0em;}

.displayTable {
	display: table;
	margin-top: 0px;
	border-spacing: 20px;
	
	max-width: 1030px;
	margin: 0px auto 0px auto;
	position: relative;
}
.featureBox {
	width: 33%;
	margin: 0px 10px 0px 10px;
	padding: 15px;
	display: table-cell;
	color: #000;
	text-align: left;
}
.featureBox h3 {padding-top: 0; text-align: center;}

.leftSide {
	display: table-cell;
	vertical-align: middle;
}
.rightSide {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

/**************** form stuff ***************/
#formBox {
	max-width: 320px;
	display: inline-block;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
	padding-left: 20px;
}
#formHeader {
	padding: 10px;
	font-size: 1.3rem;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	color: #FFF;
	background-color: #002D47;
	line-height: 100%;
}

#formFields {
	padding: 10px;
	background-color: #FFF;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
}
.textField {
	width: 100%;
	height: 60px;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
.selectBox {
	width: 100%;
	height: 60px;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
select:focus, input:focus {border: 2px solid #06F;}

.fieldLabel {font-size: 12px; line-height: 100%; color: #666; margin: 10px 0px 0px 8px;}

.formButton {
	min-width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px auto 14px auto;
	padding: 10px 20px 14px 20px;
	background-color: #00CC00;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid #00CC00;
	cursor: pointer;
	background-attachment: scroll;
	background-image: url(../images/buttonTile455E2Cto00CC00.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.triangleArrow {position: relative; top: 8px; padding-left: 12px;}

/**************** end of form stuff ***************/

.blackNormal {
	font-weight: 400;
	color: #000;
}
.dontBreak{white-space: nowrap;}

.chooseOne {
	font-style: italic;
	font-weight: 400;
	white-space: nowrap;
	color: #000;
}

#siteseal {margin-top: 10px;}

.leftCol {} /*used in successStories.html*/
.rightCol { /*used in successStories.html*/
	max-width: 280px;
	display: inline-block;
	float: right;
	padding-left: 20px;
	padding-top: 5px;
	margin-left: 20px;
	border-left: 1px solid  #002D47;
	border-bottom: 4px solid  #002D47;
	background-color: #8DC9E8;
}
#testimonialPic {height: initial; overflow: hidden;}

.floatLeft {float: left; padding: 6px 12px 8px 0px;}
.floatRight {float: right; padding: 0px 0px 8px 12px;}

a {text-decoration: none; color: #000;}
a:hover {text-decoration: underline; color: #000;}

.smallPrint {
	width: 70%;
	margin: 10px auto 0px auto;
	text-align: left;
	font-size: .7rem;
	color: #666;
	text-align: center;
}
.smallPrint a {
	font-size: .7rem;
	text-decoration: none;
	color: #666;
	display: inline;
	border: none;
	padding: 0px;
}
.smallPrint a:hover {
	font-size: .7rem;
	text-decoration: underline;
	color: #666;
	display: inline;
	border: none;
	background: none;
	padding: 0px;
}
#bigBox {
	max-width: 800px;
	margin: 15px auto 0px auto;
	padding: 20px;
	background: #E8F0F7;
	font-size: 1rem;
	color: #333;
	padding-top: 15px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	border: 3px solid #8DC9E8;
}

/*********************** romance2 stuff ************************/
#romance2 .selectBox {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 36px;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}

.checkChoice {margin-right: 20px; white-space: nowrap;}
.radioChoice {margin-right: 20px; white-space: nowrap;}
#romance2 input[type="checkbox"] {position: relative; top: -2px; left: -2px;}
.boldType {font-weight: 700;}

#romance2 .textField {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 36px;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}
#romance2 .textArea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-size: 1rem;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}
/********************** end of romance2 ************************/

.attribution {
	display: block;
}
.testimonial {
	margin-bottom: 25px;
	padding: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	background-color: #E8F0F7;
}
.getStartedLink {font-size: 24px; font-weight: 700; color: #000;}
.getStartedLink a {text-decoration: none; color:#009900;}
.getStartedLink a:hover {text-decoration: underline; color: #009900;}
#thankyou {
	font-size: 4rem;
	font-style: italic;
	color: #FFF;
	line-height: 100px;
}
h1 {line-height: 100%; padding-bottom: 1rem;}
h2 {color: #002D47;}
h3 {padding-top: 1rem; line-height: 120%;}
.dontBreak{white-space: nowrap;}
.clearing {clear: both; height: 0px; margin: 0px; padding: 0px;}

footer {
	text-align: center;
	font-size: .7rem;
	color: #8DC9E8;
	padding: 10px 10px 0 10px;
	line-height: 140%;
}
footer a {
	text-decoration: none;
	color: #8DC9E8;
	border-right: 1px solid #8DC9E8;
	padding: 0 8px 0 4px;
}
footer a:hover {text-decoration: none; color: #FFF;}
footer a:last-child {border: none;}
footer p::before {content: " "; font-color: #002D47; font-size: 2rem;}
.errorfields {
	text-align: center;
	font-size: 14px;
	line-height:14px;
	width: 255px;
	color: #F00;
	font-weight:bold;
	padding: 0px 0px 6px 20px;
	margin-top:-10px;
}

