﻿body 
{
	color:Black;
	font-family:Arial;
	font-size:10pt;
}

/* blurb-o-matic */

/* We have to explicitly position each one because some browsers *coughfirefoxcough* won't work otherwise  -kml */

.blurb {position:relative; top:0px; left:0px;z-index:100; border-width:0}
.blurb a {display: block; text-align: center; font: bold 1em sans-serif; 
   margin: 0 0 1px; border-width: 0; 
   text-decoration: none;}
.blurb img {border-width:0}
.blurb a:hover {}
.blurb a span {height:0; width:0; border-width:0; display:none}
.blurb a:hover span {position:absolute; top:5px;left:220px; width:150px; height:90px; display:block; color:Black; text-align:left}

.blurb2 {position:relative; top:0px; left:0px;z-index:100; border-width:0}
.blurb2 a {display: block; text-align: center; font: bold 1em sans-serif; 
   margin: 0 0 1px; border-width: 0; 
   text-decoration: none;}
.blurb2 img {border-width:0}
.blurb2 a:hover {}
.blurb2 a span {height:0; width:0; border-width:0; display:none}
.blurb2 a:hover span {position:absolute; top:5px;left:115px; width:150px; height:90px; display:block; color:Black; text-align:left}

.blurb3 {position:relative; top:0px; left:0px;z-index:100; border-width:0}
.blurb3 a {display: block; text-align: center; font: bold 1em sans-serif; 
   margin: 0 0 1px; border-width: 0; 
   text-decoration: none;}
.blurb3 img {border-width:0}
.blurb3 a:hover {}
.blurb3 a span {height:0; width:0; border-width:0; display:none}
.blurb3 a:hover span {position:absolute; top:5px;left:-160px; width:150px; height:90px; display:block; color:Black; text-align:right}

.blurb4 {position:relative; top:0px; left:0px;z-index:100; border-width:0}
.blurb4 a {display: block; text-align: center; font: bold 1em sans-serif; 
   margin: 0 0 1px; border-width: 0; 
   text-decoration: none;}
.blurb4 img {border-width:0}
.blurb4 a:hover {}
.blurb4 a span {height:0; width:0; border-width:0; display:none}
.blurb4 a:hover span {position:absolute; top:5px;left:-265px; width:150px; height:90px; display:block; color:Black; text-align:right}

.blueBanner1
{
	background:url(images/bluebanner_01.jpg); width:261px; height:108px;
	background-image:url(images/bluebanner_01.jpg)
}

.blueBanner2
{
	background:url(images/bluebanner_02.jpg); background-repeat:repeat-x; height:108px;
	background-image:url(images/bluebanner_02.jpg)
}

.blueBanner3
{
	background:url(images/bluebanner_03.jpg); background-repeat:no-repeat; width:375px; height:108px;
	background-image:url(images/bluebanner_03.jpg)
}

.blueTitle 
{
	font-family:Arial;
	font-size:12pt;
	text-align:right;
	font-weight:bold;
	vertical-align:bottom;
	position:relative;
	top:5px;
}

.title 
{
	color:#0099ff;
	font-family:Arial;
	font-size:x-large;
	font-weight:bold;
}

.contentText
{
	color:Black;
	font-family:Arial;
	font-size:10pt;
}

A, A:link, A:visited, A:active {
    COLOR: black;
    FONT-FAMILY: Arial
}

A:hover
{
    COLOR:#C00000;
}

.menulinks a, .menulinks a:link, .menulinks a:visited, .menulinks a:active {  
	color: white;
	font-family:Arial;
	font-weight: bold;
	font-size:100%;
	text-decoration:none;
}

.menulinks a:hover 
{
	font-family:Arial;
	text-decoration:underline;
}

/* article formatting for "news you can use" */
.articleTitle
{
	font-size:18px;
}

.articleSubtitle
{
	font-size:14px;
}

.articleByline
{
	font-size:10px;
	font-style:italic;
}
.articlePublication
{
	font-style:italic;
}

.articleDate
{
	font-style:italic;
}

.articlePullQuote
{
	float:right;
	width: 33%;
	font-weight:bold;
	padding-bottom:15px;
	padding-left:15px;
	font-size: 18px;
}

.articleFirstLetter
{
	font-size:32px;
}

.articleExcerpt
{
	vertical-align:bottom;
}

.articleLink
{
	font-style:italic;
	text-align:right;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000000;
 z-index:1;
 margin-left:30px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/biggerwhitebox.png) no-repeat top right;
 _background-image:url(images/biggerwhitebox.gif);
}

.dialog .content {
 position:relative;
 zoom:1; /* please leave in for IE6 compatibility */
 _overflow-y:hidden;
 padding:0px 40px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:35px; /* top slice width */
 margin-left:-35px;
 height:100%;
 _height:1900px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:-1;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:60px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:35px; /* bottom corner width */
 margin-left:-35px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}





/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.smallDialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under smallDialog */
}

.smallDialog .content,
.smallDialog .t,
.smallDialog .b,
.smallDialog .b div {
 background:transparent url(images/smallwhitebox2.png) no-repeat top right;
 _background-image:url(images/smallwhitebox2.gif);
}

.smallDialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 30px 0px 5px;
}

.smallDialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.smallDialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.smallDialog .b,
.smallDialog .b div {
 height:40px; /* height of bottom cap/shade */
 font-size:1px;
}

.smallDialog .b {
 background-position:bottom right;
}

.smallDialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.smallDialog .hd,
.smallDialog .bd,
.smallDialog .ft {
 position:relative;
}

.smallDialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.smallDialog h1,
.smallDialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.smallDialog h1 {
 padding-bottom:0px;
}

.KCWaterMark 
{
	width:500px;
	height:484px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:0;
	background:transparent url(/images/KCwatermark.png) no-repeat bottom left;
	_background-image: url(noimageforie6.jpg);
}

.buttonlinks a, .buttonlinks a:link, .buttonlinks a:visited, .buttonlinks a:active {  
	color:Black;
	font-family:Arial;
	font-weight:normal;
	font-size:100%;
	text-decoration:none;
	width:121px;
	height:25px;
	background:#b2d2ff; /* url(images/FrontPageButtonUp.png) top center no-repeat;
	background-image:url(images/FrontPageButtonUp.png) top center no-repeat; */
	border:4 #6ba8ff;
}

.buttonlinks a:hover 
{
	font-family:Arial;
	text-decoration:none;
	background:#6ba8ff; /* transparent url(images/FrontPageButtonDown.png) top center no-repeat;*/
}

.homeMAButton
{
    width:130px;
    height:25px;
    background:url(images/HomeMAButtonUp.png);
}

.homeMAButton:hover
{
    background:url(images/HomeMAButtonDown.png);
}

.homeFitnessButton
{
    width:100px;
    height:25px;
    background:url(images/HomeFitnessButtonUp.png);
}

.homeFitnessButton:hover
{
    background:url(images/HomeFitnessButtonDown.png);
}

.homeTanningButton
{
    width:100px;
    height:25px;
    background:url(images/HomeTanningButtonUp.png);
}

.homeTanningButton:hover
{
    background:url(images/HomeTanningButtonDown.png);
}

.homeOtherButton
{
    width:120px;
    height:25px;
    background:url(images/HomeOtherButtonUp.png);
}

.homeOtherButton:hover
{
    background:url(images/HomeOtherButtonDown.png);
}
