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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #005b7f;
	background-repeat: no-repeat;
	background-image: url(../images/bg_body.jpg);
	background-position: center top;
}
#container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 667px;
	position: relative;
}
#header {
	position: absolute;
	width: 985px;
	height: 100px;
	background-color: #FFF;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-left: -7000px;
}
#mainContentTop {
	background: #FFFFFF;
	position: absolute;
	top: 111px;
	height: 109px;
	width: 715px;
	left: 0px;
}

#mainContentBtm {
	background: #FFFFFF;
	position: absolute;
	top: 220px;
	height: 291px;
	width: 715px;
	left: 0px;
}
#footer {
	position: absolute;
	width: 985px;
	bottom: 0px;
	left: 0px;
	height: 45px;
	background-color: #DDDDDD;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#anxiety_side {
	position: absolute;
	width: 251px;
	height: 126px;
	right: 1px;
	top: 109px;
	border: thin solid #CCC;
	background-image: url(../images/radioSide.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*#radio_side {
	position: absolute;
	width: 251px;
	height: 126px;
	right: 1px;
	top: 109px;
	border: thin solid #CCC;
	
}*/

#coupon_side {
	position: absolute;
	width: 251px;
	height: 126px;
	right: 1px;
	top: 109px;
}


#radio_side {
	position: absolute;
	width: 251px;
	height: 126px;
	right: 1px;
	top: 109px;
	background-image: url(../images/radio.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#666;
}

#radio_side p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color:#666;
	margin: 45px 117px 10px 10px;
}
	



#smoking_side {
	position: absolute;
	width: 251px;
	height: 126px;
	right: 1px;
	top: 245px;
	border: thin solid #CCC;
	background-image: url(../images/mer_sdbar_smk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#weight_side {
	position: absolute;
	width: 251px;
	height: 126px;
	right: 1px;
	top: 382px;
	border: thin solid #CCC;
	background-image: url(../images/mer_sdbar_weight.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#bmcd {
	position:absolute;
	left:2px;
	top:522px;
	width:400px;
	height:87px;
	z-index:1;
	background-image: url(../images/bmcd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: thin solid #ccc;
}
#join {
	position:absolute;
	left:415px;
	top:522px;
	width:300px;
	height:87px;
	z-index:1;
	background-repeat: repeat-x;
	background-color: #E7E7E7;
	border: thin solid #ccc;
}

/*----------------START NAVIGATION CSS -----------------------*/
#nav {
	position: absolute;
	left: 0px;
	width: 985px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	top: 55px;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:#FC0;*/
}

#nav ul {
  margin: 0;
  padding: 2em 0 0 0;
  list-style: none;
}

#nav li {
  float: left;
  background-image:url(../images/tab_left.jpg);
  background-repeat: no-repeat;
  margin: 0 1px 0 0;
  padding: 0 0 0 8px;
}

#nav a {
	float: left;
	display: block;
	background-image: url(../images/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.2em 10px 0.2em 0;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
}
#home #nav li.home,
#smoking #nav li.smoking,
#weight #nav li.weight,
#stress #nav li.stress,
#testimony #nav li.testimony,
#location #nav li.location,
#contact #nav li.contact {
    background-image: url(../images/tab_active_left.jpg);
}

#home #nav li.home a,
#smoking #nav li.smoking a,
#weight #nav li.weight a,
#stress #nav li.stress a,
#testimony #nav li.testimony a,
#location #nav li.location a,
#contact #nav li.contact a{
  background-image: url(../images/tab_active_right.jpg);
  background-color: transparent;
  color:#fff;
}

/*---------------END NAVIGATION CODE ------------------------*/
/*.containerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color:#999;
	text-align:justify;
}*/
#mcdTxt {
	position:absolute;
	left:82px;
	top:554px;
	width:317px;
	height:51px;
	z-index:1;
}
.sideBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	line-height: 120%;
}
#joinForm {
	position:absolute;
	left:422px;
	top:528px;
	width:286px;
	height:49px;
	z-index:1;
}
#notes {
	position:absolute;
	left:731px;
	top:522px;
	width:251px;
	height:87px;
	z-index:1;
	right: 1px;
	border: thin solid #ccc;
	background-image: url(../images/mer_sdbar_letters.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#stressTxt {
	position:absolute;
	left:737px;
	top:156px;
	width:184px;
	z-index:1;
}

#radioTxt {
	position:absolute;
	left:737px;
	top:165px;
	width:184px;
	z-index:1;
}

#stressTxt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4086B1;
	font-weight: bolder;
}

#smokeTxt {
	position:absolute;
	left:737px;
	top:257px;
	width:195px;
	height:111px;
	z-index:1;
}

#smokeTxt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4086B1;
	font-weight: bolder;
}

#weightTxt {
	position:absolute;
	left:735px;
	top:399px;
	width:163px;
	height:111px;
	z-index:1;
}

#weightTxt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4086B1;
	font-weight: bolder;
}

#notesTxt {
	position:absolute;
	left:735px;
	top:539px;
	width:163px;
	height:70px;
	z-index:1;
}

#notesTxt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4086B1;
	font-weight: bolder;
}
.sideHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4086b1;
}
#footerNav {
	position:absolute;
	left:167px;
	top:624px;
	width:698px;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC
	z-index:1;
	color: #999;
	text-align: center;
}

#footerNav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
	text-decoration: none;
}
#bc {
	position:absolute;
	left:785px;
	top:71px;
	width:200px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: bold;
	z-index:20;
	font-size: 12px;
	text-align: right;
}

#bc a{
	font-family:Verdana, Geneva, sans-serif;
	color:#F90;
	font-size: 12px;
	text-align: right;
	text-decoration:none;
	z-index:1;
	font-weight: bolder;
}

.bcBlue {
	font-family:Arial, Helvetica, sans-serif;
	color:#06F;
	font-size: 12px;
	font-weight: bold;
}
	
#copyright {
	position:absolute;
	left:13px;
	top:680px;
	width:963px;
	height:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:9px;
	z-index:1;
	text-align: center;
}

#holiday_gift {
	position:absolute;
	left:476px;
	top:9px;
	width:200px;
	z-index:4;
	height: 20px;
}

.callUstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4086b1;
}


	

.joinHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4086b1;
}
