/* Copyright Editorial Services Company
ALL RIGHTS RESERVERED 
added 'body' below because it appears 
every now and then. - Created by Brian Ginn
www.BrianGinn.com or Brian@BrianGinn.com  */

/* catch all that works very well */
body, bodytext, p, wtgltagline, p.body-text /* 080304 added p.body-text to match IDD styles - Brian */
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0px;
}

/* wtgl for the tag line on top of each page. */
wtgltagline { font-size: .6em; }

/* Body text with first line indent like welcome page. 



Not included in Sally's file. */

p.bodytextindent
{
	text-indent: 1em;
	font-style: normal;
	margin-bottom: 4px;
}

/* Body text with first line indent like welcome page. 



Not included in Sally's file. */

p.bodytextindnopadding
{
	text-indent: 1em;
	font-style: normal;
	margin-bottom: 0px;
}

/* Used for no-margin, some after spacing body text. Like 



how to use section. */

p.bodytextnoindpadded
{
	text-indent: 0em;
	margin-bottom: 4px;
}

/* Used for no-margin, some after spacing body text. Like 



how to use section. */

p.bodytextnoindpaddedtop
{
	text-indent: 0em;
	margin-top: 8px;
}

/* wtgl first line */
p.SectionSubhead2
{
	color: #0F3277;
	margin-top: .3em;
	font-weight: bold;
	font-size: .9em;
}

/* wtgl first line */
/* 081212 added each color to fix the color of the subhead to match the section head backgroud color.- Brian */
p.SectionSubhead1, p.SectionSubheadColor1, p.SectionSubheadColor2, p.SectionSubheadColor3, p.SectionSubheadColor4, p.SectionSubheadColor5, p.SectionSubheadColor6
{
	/* color: #0F3277; */
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.1em;
	/* text-decoration: underline; 2009.06.15 removed and added the blue color underline below. - Brian*/
      border-bottom: 1px solid #0F3277;
	text-transform: uppercase;
}

/* 081212 This simply addes the right color to the Subhead text. - Brian */
p.SectionSubheadColor1 { color: Red; }
p.SectionSubheadColor2 { color: #C71585; }
p.SectionSubheadcolor3 { color: #FFA500; }
p.SectionSubheadcolor4 { color: #32CD32; }
p.SectionSubheadcolor5 { color: Purple; }
p.SectionSubheadcolor6 { color: #00BFFF; }

/* wtgl second line */
p.Address
{
	font-weight: bold;
	font-style: italic;
}

/* Start header and subhead menus */
div#header { /* 071110 No longer in use. See kytravel-menu css. - Brian	*/ }

#header a:link, #header a:visited
{
	color: #394b60;
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
}

/* simply add id tag in html body opening 



 to get the current page to stay highlighted */

body#home a#home, 



body#ktg a#ktg,



body#wtgl a#wtgl,



#header a:hover, #header a.current
{
	color: #232e3c;
	background-color: #FF3;
	text-decoration: none;
}

/* for ktg menu */
div#subhead
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	border-bottom: 0px #013F68 solid;
	border-top: 0px #013F68 solid;
	padding: 2px;
}

#subhead a:link, #subhead a:visited
{
	color: #394b60;
	text-decoration: none;
	display: inline;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
}

#subhead a:hover, #subhead a.current
{
	color: #232e3c;
	background-color: #FF3;
	text-decoration: none;
}

a { outline: none; }

/* added 2008.11.15 to remove the dotted outline of clicked graphic hyperlinks */
a:link { }
a:hover { }

/* for wtgl menu */
div#subheadwtgl
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .8em;
	color: #0F3277;
	text-align: center;
	padding: 3px;
}

#subheadwtgl a:link, #subheadwtgl a:visited
{
	color: #0F3277;
	text-decoration: none;
	display: inline;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
}

#subheadwtgl a:hover, #subheadwtgl a.current
{
	color: #232e3c;
	background-color: #FF3;
	text-decoration: none;
}

/* Stop header and subhead menus */
/* Start navigation prev Next */
div#nav
{
	font-family: Georgia, Palatino, serif;
	color: gray;
	font-size: .8em;
	line-height: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding-top: 1px;
	text-align: center;
}

#nav a:link, #nav a:visited
{
	text-decoration: none;
	display: inline;
	color: gray;
}

#nav a:hover, #nav a.current
{
	color: #232e3c;
	background-color: #FF3;
	text-decoration: none;
}

/* stop navigation */
/* This covers the City Heads and the "How to Use" heads too */
p.CityHeadlineNC, p.CityHeadlineSC, p.CityHeadlineWest, p.CityHeadlineEast, p.WebContentsIndexHeading
{
	font-family: sanserif;
	color: #FFFFFF;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: .4em;
	margin-bottom: .2em;
	text-align: center;
}

/* This simply puts the colored background for City Heads */
p.CityHeadlineNC { background-image: url('/esc/base/ktg/images/CityHeadlineNC.jpg'); }
p.CityHeadlineSC { background-image: url('/esc/base/ktg/images/CityHeadlineSC.jpg'); }
p.CityHeadlineWest { background-image: url('/esc/base/ktg/images/CityHeadlineWest.jpg'); }
p.CityHeadlineEast { background-image: url('/esc/base/ktg/images/CityHeadlineEast.jpg'); }
p.WebContentsIndexHeading { background-color: #013F68; }

/* 2/21/2005 The purpose is to take Sally's manually inserted blank lines 
of two returns and replace content js file with class of Blank 
then a simple period inserted via search and replace. The line hight 
controlled and the color 'white' so it doesn't show. - Brian */

p.Blank
{
	line-height: .4em;
	color: white;
}

/* This is for the ruled above and below subheads */
p.CitySubheadNC, p.CitySubheadSC, p.CitySubheadWest, p.CitySubheadEast, p.ContentsIndexSubhead1
{
	color: #FFF;
	/* 090302 added to make all subheads white. See background image to color. - Brian */
	font-family: sanserif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: .4em;
	margin-bottom: .2em;
	text-align: center;
}

/* The Next four entries addes the correct color for each section above. */
p.CitySubheadNC
{
	background-color: #624295;
	/* 090302 depreciated due to color for all are white and background color is the 'color' - Brian color: #624295; */
	border-top: 1px #624295 solid;
	border-bottom: 1px #624295 solid;
}

p.CitySubheadSC
{
	background-color: #ed1b2f;
	/* 090302 depreciated due to color for all are white and background color is the 'color' - Brian color: #ed1b2f; */
	border-top: 1px #ed1b2f solid;
	border-bottom: 1px #ed1b2f solid;
}

p.CitySubheadWest
{
	background-color: #00acec;
	/* 090302 depreciated due to color for all are white and background color is the 'color' - Brian color: #00acec; */
	border-top: 1px #00acec solid;
	border-bottom: 1px #00acec solid;
}

p.CitySubheadEast
{
	background-color: #33a457;
	/* 090302 depreciated due to color for all are white and background color is the 'color' - Brian color: #33a457; */
	border-top: 1px #33a457 solid;
	border-bottom: 1px #33a457 solid;
}

.fleur
{
	/* 081113 1118 For wtgl fleur de lei with right half transparent so the color will show. - Brian */
	float: left;
	position: relative;
	top: -5px;
	left: -5px;
	/* had to add for IR7 as it would show bg color to the left of the logo */
}

p.WEBHEAD
{
	/* For wtgl headings */
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 2em;
	color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: .75em;
	text-align: center;
}

/* div#colorX are used to put color behind the title and to the right of the fleur de lei */
/* See the printed Welcome to see each color. */
div#color1 /* In this Issue, Helpful Info */ { background-color: Red; }
div#color1text /* same as above color */ { color: Red; }
div#color2 /* Conventions, Special Events, Night life, Sports, Music, Art Exhibits */ { background-color: #C71585; }
div#color2text /* same as above color */ { color: #C71585; }
div#color3 /* Attractions, Bourbon Country, Museums, Points of Interest, Arch Tours, 
  Indus Tours, Sightseeing, Historic Homes */ { background-color: #FFA500; }
div#color3text /* same as above color */ { color: #FFA500; }
div#color4 /* Shopping */ { background-color: #32CD32; }
div#color4text /* same as above color */ { color: #32CD32; }
div#color5 /* Dining */ { background-color: Purple; }
div#color5text /* same as above color */ { color: #Purple; }
div#color6 /* Accomodations, Boat Rentals, Bed and Breakfast */ { background-color: #00BFFF; }
div#color6text /* same as above color */ { color: #00BFFF; }

p.WebContentsIndexSubhead1
{
	color: #FFF;
	/* 090302 added to make all subheads white. See background image to color. - Brian */
	background-color: #013F68;
	border-top: 1px #013F68 solid;
	border-bottom: 1px #013F68 solid;
}

/* To format the top of each content section 



I'm using Sally's head */

p.WebAreaMapHeading
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 0;
	text-align: center;
}

p.WebBodyText { }
p.BoldListingNamePlusStar { }
p.Information { }
p.WebBodyTextIndexed { }
p.WebBodyTextIndent, p.BodyText0p6leftindent { margin-left: 1em; }

p.BoldListingName, p.BoldListingNameNC, p.BoldListingNameWest, p.BoldListingNameEast, p.BoldListingNameSC 

/* 090302 added the individual NC, West, East and SC as they appreaded in the IDD text this year 2009. - Brian */
{
	text-transform: uppercase;
	font-weight: bold;
}

p.CityDescription { font-style: italic; }
p.StateNatlParkLake { font-weight: bold; }

/* These are not really in use */
h1
{
	font-family: Palatino, Georgia, serif;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: 0em;
	color: #00206E;
}

/* All Used for the "Publishers of" on header. */
h2
{
	font-family: Georgia, Palatino, serif;
	font-size: .8em;
	font-weight: normal;
	line-height: 1em;
	margin-top: .1em;
	margin-bottom: .1em;
}

h3
{
	font-family: serif;
	font-size: 1.3em;
	font-weight: normal;
}

h4
{
	font-family: serif;
	font-size: 1.2em;
	font-weight: normal;
}

h5
{
	font-family: serif;
	font-size: 1.1em;
	font-weight: normal;
}

/* This is the footer for every single web page with esc contact (8cc3f6 old color)*/
div#footer
{
	font-family: Georgia, Palatino, serif;
	margin-top: 10px;
	font-size: .9em;
	text-align: center;
	background-color: #FFFFFF;
	padding: 3px;
	background-image: url(/esc/base/shared/images/backgroundfooter.jpg);
	background-repeat: repeat-x;
}

/* ktg This is the ktg side bar on the ktg welcome page. */
div#ktgsidebar
{
	float: right;
	width: 20em;
	/* em width variance by element*/
	margin: 10 0 0 0.2em;
	padding-left: .7em;
	padding-bottom: .7em;
	background: #8cc3f6;
}

/* ktg Start ktg home page navigation css */
ul#ktgnavigation { width: 8em; }

ul#ktgnavigation li
{
	list-style: none;
	font-family: Verdana, serif;
	font-size: .7em;
	background-color: #013F68;
	border-top: solid 1px #013F68;
	border-bottom: solid 1px #013F68;
	text-align: left;
	margin: 0;
}

ul#ktgnavigation li a
{
	display: block;
	text-decoration: none;
	padding: .25em;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#ktgnavigation a:link, a:visited { color: #BBBCBE; }
#ktgnavigation a:hover, a:active { color: #000000; }
#ktgnavigation a:hover { background-color: #fff; }

/* end ktg home page navigation css */
/* wtgl This is the WTGL side bar on the wtgl welcome page. */
div#wtglsidebar
{
	float: right;
	width: 20em;
	/* em width variance by element*/
	margin: 10 0 0 0.2em;
	padding-left: .7em;
	padding-bottom: .7em;
	background: #8cc3f6;
}

/* wtgl Start wtgl home page navigation css */
ul#wtglnavigation { width: 8em; }

ul#wtglnavigation li
{
	list-style: none;
	font-family: Verdana, serif;
	font-size: .7em;
	background-color: #gray;
	border-top: solid 0px #gray;
	border-bottom: solid 0px #gray;
	text-align: left;
	margin: 0;
}

ul#wtglnavigation li a
{
	display: block;
	text-decoration: none;
	padding: .25em;
	border-bottom: 0px solid #gray;
	border-right: 0px solid #gray;
}

#wtglnavigation a:link, a:visited { color: #000000; }

/* 090304 changed from white to black  spills into KTG weblinks- Brian */
#wtglnavigation a:hover, a:active { color: #000000; }
#wtglnavigation a:hover { background-color: #fff; }

/* end wtgl home page navigation css */
/* ktg For the Area Map button. */
div#SeeAreaMap
{
	position: absolute;
	left: 15px;
	top: 250px;
	color: gray;
	font-family: Georgia, Palatino, serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	padding: .25em;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#SeeAreaMap a:link, #SeeAreaMap a:visited
{
	text-decoration: none;
	display: inline;
	padding: .25em;
	color: #FFFFFF;
}

#SeeAreaMap a:hover, #SeeAreaMap a.current
{
	color: #232e3c;
	background-color: #FF3;
	text-decoration: none;
	padding: .25em;
}

/* ktg For the Area Map Quest button. */
div#SeeAreaMapQuest
{
	position: absolute;
	right: 15px;
	top: 250px;
	color: gray;
	font-family: Georgia, Palatino, serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	padding: .25em;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#SeeAreaMapQuest a:link, #SeeAreaMap a:visited
{
	text-decoration: none;
	display: inline;
	padding: .25em;
	color: #FFFFFF;
}

#SeeAreaMapQuest a:hover, #SeeAreaMap a.current
{
	color: #232e3c;
	background-color: #FF3;
	text-decoration: none;
	padding: .25em;
}

/* wtgl float the gov pic on welcome page */
img.floatleft
{
	float: left;
	margin: 4px;
}

/* wtgl float the wtgl logo on every page */
img.floatwtgllogo
{
	float: left;
	border-bottom: 0px solid #FFFFFF;
	/* 071019 with new logo, had to remove for Safari browser 10.1.10 * - Brian */
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-left: 50px;
	margin-right: 20px;
}

/* Body text with padding. */
p.bodytextpadding
{
	text-indent: 0em;
	font-style: normal;
	margin-top: 17px;
}

/* Colored text for how to use page area text. */
/* 090304 added bold listings so the region color applies to these styles - Brian */
p.BoldListingNameNC, p.WebContentsIndexSubheadNC { color: #785FB0; }
p.BoldListingNameSC, p.WebContentsIndexSubheadSC { color: #E43427; }
p.BoldListingNameWest, p.WebContentsIndexSubheadWest { color: #0978C7; }
p.BoldListingNameEast, p.WebContentsIndexSubheadEast { color: #2CA73C; }

/* wtgl red bullet */
img.bullet
{
	float: none;
	/* In Safari 1.2 it is too low */
}

/* ktg Index listings. */
div#WebContentsIndexListing
{
	position: float;
	color: gray;
	font-size: .8em;
	line-height: 1.4em;
	text-align: left;
}

#WebContentsIndexListing a:link
{
	text-decoration: none;
	display: inline;
	color: black;
}

#WebContentsIndexListing a:visited
{
	text-decoration: none;
	display: inline;
	color: darkgray;
}

#WebContentsIndexListing a:hover, #WebContentsIndexListing a.current
{
	color: #232e3c;
	background-color: #FF3;
	text-decoration: none;
}

/* ktg This is the index side bar on the ktg index page. */
div#indexindex
{
	width: 20em;
	/* em width variance by element*/
	margin-left: 500;
	padding-left: .7em;
	padding-bottom: .7em;
	background: #8cc3f6;
	position: fixed;
}

/* 0711109 start kytravel-menu css */
/* 071109 added 'home' menu for Sally from this site http://cssmenumaker.com - Brian */
div#kytravel-menu { text-align: center; }

ul#kytravel-menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	/* text-transform:lowercase; */
	background: transparent url("/esc/base/shared/images/kytravel-menu-bg.jpg") repeat-x top left;
	font-family: "Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

ul#kytravel-menu li
{
	display: block;
	float: left;
	margin: 0;
	pading: 0;
}

ul#kytravel-menu li a
{
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 20px 0 20px;
	height: 24px;
}

ul#kytravel-menu li a:hover
{
	color: #FFFFFF;
	background: transparent url("/esc/base/shared/images/kytravel-menu-over.jpg") no-repeat top right;
}

a.weblink a:link, a:visited { color: #gray; }

/* 080306 - needs hover color added. - Brian */
/* 0711109 end kytravel-menu css */
