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

body {
	text-align: center;
	background-image: url("../images/bg.png");
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 12px;
	color: #87888a;
}

#wrap {
	width: 960px;
	margin: 0 auto 0;
	text-align: left;
	font-family: "franklin-gothic-urw",sans-serif;
	font-weight: 500;
	background-image: url(../images/rightColumn.png);
	background-repeat: repeat-y;
	background-position: right top; 
	margin-top: 17px;
	padding-top: 10px;
	overflow: hidden;
	margin-top: 25px;
}

#stores #wrap {
	background-image: none;
}


/* left Content */

.leftContent {
	width: 739px;
	float: left;
	color: #6f6c6c;
	font-family: "franklin-gothic-urw",sans-serif;
	font-weight: 700;
	font-weight: 400;
}

.leftContent p.secondaryCopy {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 720px;
}

#stores .leftContent p.secondaryCopy {
	line-height: 1.6em;
}


h1 {
	margin: 0 auto 0;
	margin-top: 43px;
	width: 100%;
}

h2 {
	font-size: 6.8em;
	font-family: "franklin-gothic-urw",sans-serif;
	font-weight: 400;
	color: #6e6e6e;
	width: 720px;
	margin-top: 8px;
}


h3 {
	font-family: "franklin-gothic-urw",sans-serif;
	font-weight: 400;
	font-size: 3em;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 720px;
	color: #ca2408;	
}


.sessions1,
.sessions2,
.sessions3 {
	width: 720px;
	height: 175px;
	overflow: hidden;
	margin-top: 10px;
	background-color: #F2F2F2;
}



.sessions1 p,
.sessions2 p,
.sessions3 p {
	color: #4c4c4b;
}

.sessions1 img,
.sessions2 img,
.sessions3 img {
	float: left;
}

.sessions1 p,
.sessions2 p,
.sessions3 p {
	float: right;
	width: 495px;
	padding-right: 10px;
	font-weight: 200;
	font-size: 1.3em;
	line-height: 1.3em;

}

h5 {
	font-size: 2.8em;
	font-weight: 700;
	padding-top: 12px;
	line-height: 1.3em;
	padding-right: 10px;
	float: right;
	width: 495px;
}

.sessions1 h5 {
	color: #face24;
}

.sessions2 h5 {
	color: #e9b992;
}

.sessions3 h5 {
	color: #b30101;
}


.sessions3 img {
	border: 2px solid #F2F2F2;
}


.quotes {
	font-weight: 700;
}


/* right Content */

.rightContent {
	width: 210px;
	float: left;
	color: white;
	font-family: "franklin-gothic-urw",sans-serif;
	font-weight: 400;
}

.largeUsername {
	font-size: 1.9em;
	line-height:1.2em;
}


.capture {
	padding: 0px;
	padding-top: 0px;
	font-family: "franklin-gothic-urw",sans-serif;
}

h4 {
	font-family: "franklin-gothic-urw",sans-serif;
	font-weight: 700;
	font-size: 41px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-shadow: 1px 2px 0 #640101;

}

.h4small {
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px dashed white;
	padding-bottom: 20px;
	
}

.subText {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3em;
	padding-top: 0px;
	
}


.capture label {
	display: block;
	margin-bottom: 4px;
	margin-top: 15px;
	font-size: 16px;
}


.capture input {
	padding: 6px;
	width: 198px;
	border: none;
	background-color: #e4b6b6;
	text-align: left;
}

.capture input:hover,
.capture input:focus {
	background-color: white;
}


.capture #terms { 
	width: 20px;
	background-color: #B30101;
}

.capture .terms {
	line-height: 1.2em;
	font-size: 12px;
}

.capture .sendButton {
	width: 80px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	font-size: 1.4em;
	font-family: "franklin-gothic-urw",sans-serif;
	color: #595957;
}


.stores li {
	margin-top: 3px;
	line-height: 1.3em;
	font-size: 1.25em;
	font-family: "franklin-gothic-urw",sans-serif;
	font-weight: 300;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	display: block;
	padding: 5px;
}



/*-------Sticky footer--------*/

.footer, .push {
	clear: both;
}



.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}



.footer {
	height: 180px;
	display: block;
	background-color: black;
	text-align: left;
	margin-top: 25px;
}

#stores .footer {
	height: 100px;
}

.footer .footerContent {
	width: 960px;
	margin: 0 auto 0;
	overflow: hidden;
}

.footer .footerContent img {
	float: right;
	padding-top: 20px;
}

.footer .footerContent p {
	float: left;
	width: 650px;
	color: grey;
	padding-top: 20px;
	line-height: 17px;
	font-size: 12px;
}

.footer .footerContent a:link,
.footer .footerContent a:visited {
	color: #87888a;
	text-decoration: underline;	
}

.footer .footerContent a:hover,
.footer .footerContent a:focus {
	color: white;
}


