/********************************************************************************************************************************
															CSS RESET

*************************************************************************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Monda', sans-serif;
	font-weight: lighter;
	text-shadow: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #fff4d5;
	font-size: 34px;
	font-style: italic;
	letter-spacing: -1px;
	width: 13660px;
	overflow-y: hidden;
	overflow-x: hidden;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	color: #000;
}

/********************************************************************************************************************************
															COLOR PALETTE
blue: #29a4c4
green: #99ca3c
*************************************************************************************************************************/

/********************************************************************************************************************************
															FONTS

*************************************************************************************************************************/
@import url(http://fonts.googleapis.com/css?family=Monda:400,700);


/********************************************************************************************************************************
															GENERAL

*************************************************************************************************************************/
.clearFloat {
	clear: both;
}

.break {
	display: block;
}

.blue {
	color: #29a4c4;
}

.green {
	color: #99ca3c;
}

.active {
	opacity: .5;
}

.clickHere {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

/********************************************************************************************************************************
															HIDDEDN PANEL

*************************************************************************************************************************/
#hiddenLink {
	visibility: hidden;
}

#panel .content .mapContainer {
	height: 190px;
}

#panel .content .mapContainer .corporateSignup {
	width: 400px;
	height: 135px;
	float: left;
}

#panel .content .mapContainer .corporateSignup p {
	font-size: 13px;
	color: #FFF;
	text-align: left;
	line-height: 1.25;
	width: 375px;
	color: #FFF;
	margin-top: 3px;
	font-style: normal;
	letter-spacing: .25px;
}

#panel .content .mapContainer .corporateSignup p a {
	color: #fff;
}

#panel .content .mapContainer .corporateSignup p a:hover {
	color: #000;
}

#panel .content .mapContainer .corporateSignup img {
	width: 125px;
	height: 125px;
	background-color: #000;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}

#panel .content .mapContainer .corporateSignup h2 {
	float: left;
	width: 250px;
}


#panel .content .mapContainer .individualSignup {
	width: 900px;
	height: 135px;
	float: left;
}

#panel .content .mapContainer .individualSignup p {
	font-size: 13px;
	color: #FFF;
	text-align: left;
	line-height: 1.25;
	width: 725px;
	color: #FFF;
	font-style: normal;
	letter-spacing: .25px;
}

#panel .content .mapContainer .individualSignup p a {
	color: #fff;
}

#panel .content .mapContainer .individualSignup p a:hover {
	color: #000;
}

#panel .content .mapContainer .individualSignup img {
	width: 125px;
	height: 125px;
	background-color: #000;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}

#panel .content .mapContainer .individualSignup img:hover {
	opacity: .7;
}

#panel .content .mapContainer .individualSignup h2 {
	float: left;
	width: 700px;
}


#signupImage {
	margin-top: 10px;
	padding: 3px;
	border: 1px #FFFFFF solid;
}

/********************************************************************************************************************************
															Section 1

*************************************************************************************************************************/
.contentWrapper {
	width: 13660px;
}

.backgroundContainer {
	width: 4098px;
	position: absolute;
	z-index: 1;
}

.backgroundContainer2 {
	width: 1366px;
	height: 100px;
	margin-top: -12px;
	position: relative;
	z-index: 6;
	background: url(../images/dirt.png) repeat-x;
}

.backgroundContainer2 h1 {
	font-size: 18px;
	color: #FFF;
	width: 750px;
	margin: 0 auto;
	font-style: normal;
	padding-top: 10px;
	text-transform: capitalize;
}

.backgroundContainer2 p {
	font-size: 13px;
	color: #FFF;
	width: 750px;
	margin: 0 auto;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: .5px;
	padding-top: 5px;
}

.SSSlogo {
	position: fixed;
	z-index: 10;
	left: 260px;
	margin-top: 40px;
}

.skyGradient {
	position: absolute;
	z-index: 1;
	width: 1366px;
	height: 486px;
	background: url(../images/gradient_vert.jpg) repeat-x;
	margin-top: -25px;
}

.smallClouds {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.mediumClouds {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 150px;
}

#introImage {
	position: relative;
	z-index: 5;
	margin-top: -60px;
}

.weeklyImage {
	position: relative;
	z-index: 5;
	margin-top: -60px;
}

.iconNavContainer {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}

.iconNavContainer p {
	font-size: 10px;
	width: 750px;
	margin: 5px auto;
	text-align: center;
	font-style: normal;
}

.iconNav {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

.iconNav li {
	width: 50px;
	float: left;
	margin-left: 30px;
}

.iconNav li:hover {
	opacity: .6;
}

.iconNav .firstIcon {
	margin-left: 85px;
}

.iconNav .stressorsIcon {
	padding-top: 10px;
}

.weeklyContent p {
	font-style: normal;
	font-size: 14px;
	width: 300px;
	left: 135px;
	margin: 0 auto;
	position: relative;
	line-height: 1.4;
	top: 240px;
}

.weeklyContent h1 {
	font-size: 22px;
	width: 400px;
	margin: 0 auto;
	width: 330px;
	left: 150px;
	position: relative;
	top: 240px;
	font-style: normal;
}

.weeklyContent img {
	width: 230px;
	height: 265px;
	position: absolute;
	z-index: 10;
	top: 165px;
	left: 405px;
}

.weeklyContent img.posterThumb {
	width: 300px;
	height: 90px;
	position: absolute;
	background: #000;
	z-index: 10;
	top: 145px;
	border: 1px solid #000;
	left: 670px;
}


/********************************************************************************************************************************
															iFRAME

*************************************************************************************************************************/

.iFrame_wrapper {
	width: 450px;
	padding: 0;
	margin: 0;
}

.iFrame_wrapper a {
	color: #99ca3c;
	text-decoration: none;
	margin: 0 20px 0 20px;
	font-style: normal;
	font-size: 16px;
}

.iFrame_wrapper a:hover {
	color: #CCC;
	text-decoration: none;
	margin: 0 20px 0 20px;
	font-style: normal;
}

.iFrame_wrapper h1 {
	font-size: 40px;
	margin: 0 20px 0 20px;
	font-style: normal;
	width: 475px;
	color: #99ca3c;
}

.iFrame_wrapper h2 {
	font-size: 20px;
	margin: 0 20px 5px 20px;
	font-style: normal;
	line-height: 1.25;
	width: 475px;
	color: #000;
}

.iFrame_wrapper p {
	font-size: 14px;
	margin: 0 20px 10px 20px;
	line-height: 1.5;
	font-style: normal;
	width: 475px;
}

.iFrame_bodyHeader {
	font-size: 22px;
	line-height: 1;
	color: #29a4c4;
}

.close_iFrame {
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}





/********************************************************************************************************************************
															WEBSCROLL

*************************************************************************************************************************/

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.reference {
	position: fixed;
	left: 35%;
	bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

span.reference p {
	color: #FFF;
}

span.reference a {
	color: #fff;
	padding-right: 20px;
}

span.reference a:hover {
	color: #ddd;
	text-decoration: none;
}


.section {
	margin: -30px 0 0 0;
	bottom: 0px;
	width: 1366px;
	float: left;
	height: 768px;
	overflow-y: hidden;
}

#section1 {}

#section2 {}

.sectionTrans_containerContent {
	margin: 0 auto;
}

.sectionTrans_containerContent img {
	margin-top: 30px;
	margin-left: 100px;
}

.sectionTrans_containerTop {
	background: url(../images/cartPatternSwatch.png) repeat-x;
	height: 52px;
	width: 1000px;
	margin-top: 150px;
}

.sectionTrans_containerBottom {
	background: url(../images/cartPatternSwatch_flip.png) repeat-x;
	height: 52px;
	width: 1000px;
	margin-top: 35px;
}

.spacer_containerTop {
	background: url(../images/cartPatternSwatch.png) repeat-x;
	height: 52px;
	width: 210px;
	margin-top: 150px;
}

.spacer_containerContent {}

.spacer_containerBottom {
	background: url(../images/cartPatternSwatch_flip.png) repeat-x;
	height: 52px;
	width: 210px;
	margin-top: 200px;
}


.black ul li {
	float: left;
	padding: 5px;
	margin: 5px;
	color: #aaa;
}

.black ul li a {
	display: block;
	color: #f0f0f0;
}

.black ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.white ul li {
	float: left;
	padding: 5px;
	margin: 5px;
	color: #aaa;
}

.white ul li a {
	display: block;
	color: #222;
}

.white ul li a:hover {
	text-decoration: none;
	color: #000;
}