@charset "UTF-8";
/*Reset*/

html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/*Fonts*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/*Base*/
h1 {
	font-size: 138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
body {
	background: #D5CCB0;
}

/*Enhance 4 Life Specific Tags*/
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	margin-top: 10px;
}
#branding {
	height: 148px;
	width: 399px;
	padding-left: 312px;
	padding-top: 18px;
}
#mainNav {
	margin-top: 44px;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	height: 32px;
	width: 1005px;
	margin-left: 10px;
	border-bottom: 1px solid #999999;
	letter-spacing: 1px;
}
#mainNav a {
	color: #888888;
	text-decoration: none;
	margin-right: 23px;
	margin-left: 23px;
}
#mainNav a.first {
	margin-left: 0px;
}
#mainNav a.last {
	margin-right: 0px;
}
#mainNav a:link {
	color: #888888;
}
#mainNav a:visited {
	color: #888888;
}
#mainNav a:hover {
	color: #666666;
}
#mainNav a:active {
	color: #333333;
}
#content {
	width: 1024px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 40px;
	color: #666666;
}
#content h1 {
	font: normal 300%/125% Georgia, "Times New Roman", Times, serif;
	color: #77b900;
	padding-left: 70px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#content h2 {
	color: #562b0c;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: url(images/img_eSquare.gif) no-repeat left center;
	font-size: 180%;
	line-height: 120%;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h3 {
	color: #666666;
	font-size: 138%;
	line-height: 120%;
	margin-bottom: .5em;
	margin-top: .5px;
}
#content p, li {
	font-size: 108%;
	line-height: 125%;
}
#content p {
	margin-top: 0px;
	margin-bottom: .75em;
}
#content ul li {
	list-style: url(images/img_bullet.gif) none;
	margin-bottom: .75em;
}
#content ul li ul li {
	margin-top: .75em;
	list-style: url(images/img_bulletSquare.gif) none;
}
#content .leadIn {
	font-weight: bold;
	text-transform: uppercase;
	color: #562b08;
}
#content .breadcrumb {
	margin-left: 70px;
	margin-bottom: 10px;
}
#content .caption {
	font-size: 85%;
	line-height: 115%;
	text-transform: uppercase;
	padding-left: 5px;
}
#content .col1 {
	width: 402px;
	float: left;
	padding-left: 100px;
	margin-bottom: 20px;
}
#content .col2 {
	width: 402px;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
#content .small {
	font-size: 93%;
	line-height: 115%;
}
#content .sidebar {
	background: #F1EDDD;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#content .sidebar h3 {
	color: #562b0c;
	letter-spacing: 0.04em;
	font: bold 22px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	margin-top: 0px;
}
#content .sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content .sidebar img {
	float: right;
	margin-left: 10px;
}
#footer {
	background: #D5CCB0;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 85%;
	clear: left;
	color: #666666;
	padding-bottom: 10px;
}
#footer a {
	color: #888888;
	text-decoration: none;
}
#footer a:link {
	color: #888888;
}
#footer a:visited {
	color: #888888;
}
#footer a:hover {
	color: #666666;
}
#footer a:active {
	color: #333333;
}
#home #content {
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 520px;
}
#home #mainNav {
	border-style: none;
	height: 22px;
}
#aboutus #content .col1 {
	width: 565px;
	padding-top: 10px;
}
#aboutus #content .col1 img {
	margin-bottom: 20px;
}
#aboutus #content .col1 p {
	font-size: 123.1%;
	line-height: 140%;
}
#aboutus #content .col2 {
	width: 239px;
}
#advertisers #content .col1 table {
	width: 100%;
}
#advertisers #content .col1 th, #advertisers #content .col1 td {
	border-style: none;
}
#advertisers #content .col1 th {
	background: #768d54;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
}
#advertisers #content .col1 table tr.evenRow {
	background: #c7d4c0;
}
#advertisers #content .col2 .sidebar {
	width: 340px;
}
#magazine #content .col1 {
	width: 830px;
}
#advHealthyKC #content h2 {
	margin-right: 100px;
	margin-left: 100px;
	border-style: none;
	background: url(images/spacer.gif);
	padding-left: 0px;
	text-transform: none;
	font-size: 200%;
}
#advHealthyKC #content .logos {
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
	border-top: 1px solid #666666;
	margin: 20px 100px 30px;
}
#advHealthyKC #content .logos img {
	margin-right: 30px;
}
#healthykc #content h1 {
	background: url(images/img_healthyKCheader.jpg) no-repeat center top;
	height: 210px;
	padding-top: 20px;
}
#healthykc #content h2 {
	text-transform: none;
	border-style: none;
	background: url(images/spacer.gif);
	padding-left: 0px;
	font-size: 200%;
	margin: 0px 25px 20px;
}
#healthykc #content .col1 {
	width: 427px;
	padding-top: 0.5em;
	padding-left: 25px;
}
#healthykc #content .col1 p {
	line-height: 140%;
	font-size: 108%;
}
#healthykc #content .col2 {
	width: 527px;
}
#healthykc #content .col2 h3 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#healthykc #content .col2 h4 {
	font-size: 100%;
	line-height: 110%;
	margin-right: 10px;
	color: #666666;
}
#healthykc #content .col2 th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 0px;
}
#healthykc #content .col2 td {
	font-size: 93%;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#healthykc #content .col1 .sidebar img {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
#magazine #content .magazine {
	float: left;
	width: 260px;
	margin-right: 15px;
	margin-top: 20px;
}
#magazine #content .magazine h3 {
	font-size: 123.1%;
	margin-bottom: .5em;
}
#materials #content .col2 .sidebar p {
	margin-bottom: .75em;
}
#subscription #content .col1 {
}
#subscription #content .col1 li {
	margin-bottom: 0em;
	margin-left: 2em;
}
#subscription #content .col2 h2 {
	margin-top: 0px;
}
#subscription #content .col2 .sidebar h4 {
	font-size: 123.1%;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: 0em;
}
#subscription #content .col2 .sidebar p {
	margin-bottom: .5em;
}

