/* CSS Document */

body {
	background-color:#ffca2a;
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0b4855;
}

a {
	color:#0b4855;
}

p {
	margin:0 0 0 0;
	margin-bottom:15px;
}

li {
	padding-bottom:10px;
}

#page {
	position:relative;
	width:760px;
	margin:0 auto;
	background-color:white;
	border-right:1px solid #003d51;
	border-left:1px solid #003d51;
	border-bottom:1px solid #003d51;
}

#mainHeader {
	border-bottom:1px solid #003d51;
	height:126px;
}

#mainNav {
	border-bottom:1px solid #003d51;
}

.leftColumn {
	width:208px;
	background-color:#0095c5;
}

.rightColumn {
	position:relative;
	padding:20px;
	background-image:url(../images/familyBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.rightColumnCoolClix {
	position:relative;
	padding:20px;
	background-color:#FFFFFF;
	background-image:url(../images/coolclix_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.rightColumnCoolClixSp {
	position:relative;
	padding:20px;
	background-color:#FFFFFF;
	background-image:url(../espanol/images/coolclix_header_sp.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.footer {
	border-top:1px solid #003d51;
	border-bottom:1px solid #003d51;
}

.footerLinks {
	padding:10px;
	text-align:center;
	font-size:10px;
}

#disclaimer {
	padding:15px;
	text-align:center;
	font-size:10px;
}

.language {
	width:183px;
	margin:0 auto;
	background-image:url(../images/languageSelectBG.jpg);
	background-repeat:repeat-y;
	text-align:center;
	padding-top:7px;
	/*padding-bottom:5px;*/
	font-weight:bold;
}

.teaserBox,
.teaserBoxYellow,
.teaserBoxOrange,
.teaserBoxGreen {
	position:relative;
	width:183px;
	margin:0 auto;
	z-index:5;
}

.teaserBoxYellow {
	background-image:url(../images/walkingClubBG.jpg);
	background-repeat:repeat-y;
	text-align:center;
	z-index:3;
}

.teaserBoxOrange {
	background-image:url(../images/teaserBoxOrangeBG.jpg);
	background-repeat:repeat-y;
	text-align:center;
	z-index:3;
}

.teaserBoxGreen {
	background-image:url(../images/teaserBoxGreenBG.jpg);
	background-repeat:repeat-y;
	text-align:center;
	z-index:3;
}

.teaserList {
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}

.teaserListLink {
	display:block;
	color:#0b4855;
	text-decoration:none;
	padding:5px;
}

.teaserListLink:hover {
	background-color:#ffeaad;
}

.teaserGreenList {
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}

.teaserGreenListLink,
.teaserGreenListLink2 {
	display:block;
	color:#0b4855;
	text-decoration:none;
	padding:5px;
}

.teaserGreenListLink2 {
	text-decoration:underline;
}

.teaserGreenListLink:hover {
	background-color:#dcf8c8;
}

.walkingIcon {
	position:absolute;
	top:-15px;
	left:-20px;
	z-index:10;
}

.groceryIcon {
	position:absolute;
	top:-27px;
	left:-15px;
	z-index:10;
}

.ballIcon {
	position:absolute;
	top:-4px;
	left:-5px;
	z-index:10;
}

.sectionHeader,
.sectionSubHeader {
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

.sectionSubHeader {
	font-size:16px;
}

.mainBody,
.storiesBody {
	margin-bottom:15px;
}

.storiesBody {
	border-bottom:1px dashed #0b4855;
	padding-bottom:10px;
}

#subNav {
	border-bottom:1px solid #003d51;
	background-color:#8ce0fc;
	padding:5px;
	padding-left:20px;
	font-size:12px;
	display:none;
}

#articlesSub {
	width:169px;
	margin:0 auto;
	background-color:white;
	border:1px solid #003d51;
	margin-bottom:25px;
	margin-top:15px; /*ONLY WHILE LANG SELECT HIDDEN*/
}

#articlesSub a {
	display:block;
	padding:5px;
	text-decoration:none;
	border-bottom:1px solid #003d51;
}

#articlesSub a:hover {
	background-color:#d5f2fc;
}

.METList {
	background-color:white;
	border:1px solid #b38e1d;
}

.METList td a {
	display:block;
	text-decoration:none;
}

.METList td a:hover {
	background-color:#cce3eb;
}

#mainNav {
	position:relative;
	background-color:#aaf876;
	height:39px;
	width:100%;
	z-index:20;
}

#mainNav ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0em 0em 0em 1em;
	margin: 0;
	list-style: none;
	background-color: white;
	border-bottom:1px solid #003d51;
	width: 100%;
	border-top:1px solid #003d51;
	height: 1em;
}

#mainNav li {
	float: left;
	position: relative;
	width: 7em;
	padding-top: 0.2px;
	padding-bottom: 0.2px;
	padding-left: 0em;
}

#mainNav li ul {
	/*display: none;*/
	position: absolute;
	top: 1em;
	left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 0px;
	border-top-style: none;
	height: auto;
}

#mainNav li>ul { 
	top: auto;
	left: auto;
}

#mainNav li:hover ul, li.over ul { 
	display: block;
}

#mainNav li a {
font-size:80%;
	color: #333;
	text-decoration: none;
	display: block;
	width: 90%;
	padding-left: 10%;
}

#mainNav li a:hover {
	color: #CCC;
	background-color: #333;
}

#kids {
	display:none;
	text-align:center; 
	margin-bottom:10px
}

#lang {
	display:block;
	margin-bottom:15px;
	z-index:3;
}

#seasonalGuide {
	border:1px solid #0b4855;
	border-right:none;
	border-bottom:none;
}

#seasonalGuide td {
	border-right:1px solid #0b4855;
	border-bottom:1px solid #0b4855;
}

.cell td {
	border-right:1px solid #0b4855;
	border-bottom:1px solid #0b4855;
}

#quote {
	float:right;
	top:0px;
	right:0px;
	width:192px;
}

.intro {
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#95CA5F;
	font-weight:bold;
	line-height:22px;
}

.coolClixImage {
	padding-right:6px;
}

.coolClixImage2 {
	padding-right:30px;
}	

.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0b4855;
}