body {
	margin: 0px;
	background: url(../images/bkgd_forest.gif) repeat-x left -2px;
	background-color: #f1f1f1;
}

#container {
	width: 780px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*------------------------------------------*/
/*-----------------header-------------------*/
/*------------------------------------------*/

#header {
	width: 670px;
	height: 90px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#address {
	position: absolute;
	width: 348px;
	height: 83px;
	top: 25px;
	left: 325px;
	font-size: 12px;
	color: #4aad76;
	text-align: right;
	font-weight: bold;
}

#headerFlash {
	width: 673px;
	height: 228px;
	position: absolute;
	top: 100px;
	left: 0;
	background-image: url(../images/top_forest.gif);
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}

#contactBtn {
	width: 127px;
	height: 272px;
	position: absolute;
	left: 673px;
	top: 60px;
	margin-bottom: 0px;
}

#contactBtn a {
	width: 127px;
	height: 272px;
	display: block;
}

#contactBtn a:link, #contactBtn a:visited {
	background-image: url(../images/contactBtn_forest.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contactBtn a:hover, #contactBtn a:active {
	background-image: url(../images/contactBtn_forest.gif);
	background-repeat: no-repeat;
	background-position: -127px 0px;
}
#snoringBtn {
	width: 128px;
	height: 130px;
	position: absolute;
	left: 50px;
	top: 340px;
	margin-bottom: 0px;
	z-index: 1000;
}

#snoringBtn a {
	width: 128px;
	height: 130px;
	display: block;
}
#snoringBtn a:link, #snoringBtn a:visited {
	background-image: url(../images/stopsnoring-cta.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#snoringBtn a:hover, #snoringBtn a:active {
	background-image: url(../images/stopsnoring-cta.gif);
	background-repeat: no-repeat;
	background-position: -127px 0px;
}

/*------------------------------------------*/
/*------------contentContainer--------------*/
/*------------------------------------------*/

#contentContainer {
	width: 780px;
	height: auto;
	background: url(../images/content.gif) repeat-y left top;
	position: absolute;
	top: 328px;
	left: 0px;
	margin: 0;
}

#contentTop {
	width: 772px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: 3px;
}


/*------------------------------------------*/
/*-----------------sideNav------------------*/
/*------------------------------------------*/

#sideNav {
	width: 205px;
	height: auto;
	position: absolute;
	top: 155px;
	left: 15px;
}

#sideNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b0b0b0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	padding-bottom: 20px;
	margin: 10px 0 35px 0;
	padding-right: 0px;
	padding-left: 0px;
}

#sideNav ul li {
	margin: 0px;
	
}

#sideNav a:link, #sideNav a:visited {
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
}

#sideNav a:hover, #sideNav a:active {
	color: #4aad76;
}

/*------------------------------------------*/
/*-----------------content------------------*/
/*------------------------------------------*/

#content {
	height: auto;
	width: 525px;
	margin-left: 225px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0b0b0;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 25px;
	margin-top: 10px;
	
}

#content h1 {
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-color: #AFADAD;
	background-position: left top;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 12px;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	margin: 0px;
}

#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #5c5c5c;

}

#content a:link, #content a:visited {
	color: #4aad76;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #237d4a;
}

#Contact {
	margin-top: 15px;
	text-align: center;
}

#Contact a:link, #Contact a:visited {
	font-size: 18px;
	color: #4aad76;
}

#Contact a:hover, #Contact a:active {
	color: #237d4a;
}

#slogan {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 5px 0;
}

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

/*---#footerTop {
	width: 772px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: 3px;
}---*/


#footer {
	background-color: #f1f1f1;
	background-image: url(../images/footerTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4aad76;
	font-weight: bold;
}

#footer #Page1 {
	font-size: 10px;
	padding: 20px;
}

#footer a:link, #footer a:visited {
	color: #4aad76;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #237d4a;
}


/*------------------------------------------*/
/*-------this is for the design!!!----------*/
/*------------------------------------------*/

#shadowRight1 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 256px;
	left: 775px;
	background: url(../images/right_shadow_forest.gif) left top no-repeat;
}

#shadowRight2 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 466px;
	left: 775px;
	background: url(../images/right_shadow_forest.gif) left top no-repeat;
}


#shadowLeft1 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 256px;
	left: -6px;
	background: url(../images/left_shadow_forest.gif) left top no-repeat;
}


#shadowLeft2 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 466px;
	left: -6px;
	z-index: 10;
	background: url(../images/left_shadow_forest.gif) left top no-repeat;
}

/*------------------------------------------*/
/*-------------main contact form------------*/
/*------------------------------------------*/

#mainContact {
	text-align: center;
	font-size: 12px;
}

#mainContact input {
	width: 150px;
	border: 1px solid #4aad76;
	margin: 5px;
}

#mainContact textarea {
	width: 150px;
	height: 100px;
	border: 1px solid #4aad76;
	margin: 5px;
}

#mainContactBtn input {
	text-align: center;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4aad76;
	border: 1px solid #4aad76;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*------------------------------------------*/
/*-----------------others-------------------*/
/*------------------------------------------*/

.smallFont {
	font-size: 9px;
}

