/*
gcstyles
clrs
#000000-black
ffffff-White
666666-dkgrey
999999-ltgrey

*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 170%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(../images/arrow.gif) no-repeat 0px 7px;
}

blockquote {
	text-align: center;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

video {
	width: 100%;
	height: auto;
}


a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #999999;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}


/* Page */


#page1-backing {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #666666 url(../images/Web09KelGray1920x1080.png) no-repeat center 0px;
	background-size: contain;
	height: 900px;
	z-index: 2;
	position: fixed;
	top: 0px;
}

#page2-backing {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #666666 url(../images/Web17KelGray1920x1080.png) no-repeat center 0px;
	background-size: contain;
	height: 1200px;
	z-index: 2;
	position: fixed;
	top: 0px;
}


#page1-image {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #666666 url(../images/Web09KelGray1920x1080.png) no-repeat center 0px;
	background-size: cover;
	height: 1200px;
	position: relative;
}

#page2-image {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #999999 url(../images/Monica-IntGray1920x872.jpg) no-repeat center 0px;
	background-size: cover;
	height: 800px;
	position: relative;
}

#page3-image {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #444444 url(../images/TWandWGray1920x829.jpg) no-repeat center 0px;
	background-size: cover;
	height: 800px;
	position: relative;

}


#page1-content {
	width: 100%;
	margin: 0;
	padding: 0;
	top: 30%;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 99;
}




/* Header */

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 996;
	top: 0;
	background: url(../images/Logo-Menu_End.png) repeat-x;

}



/* Logo */

#logo {
	width: 850px;
	height: 170px;
	overflow: hidden;
	margin: auto;
	padding: 0;
}

#logo .Leftlogo {
	width: 415px;
	height: 170px;
	margin: 0;
	padding: 0;
}

#logo .Leftlogo1 {
	width: 415px;
	height: 88px;
	margin: 0;
	padding: 0;
}

#logo .Leftlogo2 {
	width: 415px;
	height: 82px;
	margin: 0;
	padding: 0;
}

#logo .Rightlogo {
	width: 435px;
	height: 170px;
	margin: 0;
	padding: 0;
	background: url(../images/Logo-Menu_End.png) repeat-x;
}

#logo .Rightlogo1 {
	width: 435px;
	height: 67px;
	margin: 0;
	padding: 0;
}


#logo .Leftlogo {
	float: left;
}

#logo .Rightlogo {
	float: right;
}

#logo .tooltip {
	position: relative;
	display: inline-block;

}

#logo .tooltip .tooltiptext{
	visibility: hidden;
	width: 120px;
	color: #ffffff;
	background-color: black;
	border-radius: 4px;
	text-align: center;
	padding: 4px 0px;

	/* positioning tooltip */
	position: absolute;
	z-index: 998;
	top: -5px;
	right: 105%;
}

#logo .tooltip:hover .tooltiptext{
	visibility: visible;
}


/* (not needed)

Rightlogo2 
	#logo .Rightlogo2 {
	width: 435px;
	height: 18px;
	margin: 0;
	padding: 0;

<img src="images/Logo-Menu_01.png">


.leftheader {
	width: 100%;
	margin: 0;
	padding: 0;
}

.rightheader {
	background: url(../images/Logo-Menu_End.png) repeat-x;
}


.leftheader {
	float: left;
}

.rightheader {
	float: right;
}

	<div class="rightheader">&nbsp;</div>

	<div class="leftheader">&nbsp;</div>



} */



/* Menu */

#menu {
	line-height: normal
	width: 435px;
	height: 18px;
	border: 0;
	margin: 0;
	padding: 0;
}

#menu ol {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}


#menu li {
	float: left;
}

#menu li h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#menu li a, .dropbtn {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding: 0;
	text-decoration: none;
	background: rgba(0,0,0,0)
}

#menu li a:hover, .dropdown:hover .dropbtn {
	text-decoration: underline;
	text-decoration-thickness: 5px;
}

#menu li .dropdown {
	display: inline-block;
}

#menu .dropdown-content {
	display: none;
	position: absolute;
	background: #666666;
	min-width: 100px
	box-shadow:0px 4px 8px 0px rgba(0,0,0,0.2)
	z-index: 999;

}

#menu .dropdown-content a {
	color: #ffffff;
	padding: 5px 7px;
	text-decoration: none;
	display: block;
	text-align: left;
}



#menu .dropdown:hover .dropdown-content{
	display: block;
}





/* Content */


.Box {
	margin: auto;
	width: 80%;
	padding: 15px;
}

.Box .title {
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.Box h1 {
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

.Box h2 {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}


/* (Not needed Left Box)

#Lpage {
	float: left;
	width: 700px;
}

.Lbox {
	margin: 0;
}

.Lbox .title {
	width: 800px;
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #000000;
	font-size: 150%;
	color: #ffffff;
} 




*/



.content {
	width: 100%;
	padding: 15px;
	border-top: none;
	border-radius: 12px;
	border: 2px solid #666666;
	background: #ffffff;
}

.content .heading {
	
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}

.content .ad1 {
	width: 260px;
	height: 300px;
	margin: 0px auto;
	padding: 310px 10px 10px 10px;
	border: solid;
	border: 2px solid #000000;
	background: #ffffff url(../images/TCBbooklet.jpg) no-repeat 40px 10px;
}

#Tbl_cols {
	padding: 0px;
	width: 100%;
	border: 0px
}

#Tbl_cols .black {
	padding: 0px;
	width: 100%;
	border: 0px
	background: #000000;

}

#Tbl_cols tr.black {
	background: #000000;
}

#Tbl_cols tr.grey {
	background: #dddddd;
}

.content img {
	border: 0px;
	border-radius: 0px;
}

.content .imground {
	border: 2px solid #000000;
	border-radius: 7px;
}

.content .col1 {
	padding: 10px 10px 0 0;
	align: Left;
	width: 15%;
}

.content .col2 {
	padding: 10px 0 0 15px;
	align: Left;
	width: 15%;
}

.content .colL {
	padding: 10px 10px 0 0;
	align: Left;
	width: 15%;
	border: 0px;
	border-radius: 0px;
}

.content .colLend {
	padding: 10px 0 0 15px;
	align: Left;
	width: 15%;
	border: 0px;
	border-radius: 0px;
}


.content ul {
}

.content ul li {
	padding-left: 15px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

.boxed {
	margin: 0 0 20px 0;
}

.boxed .title {
	width: 250px;
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #000000;
	font-size: 136%;
	color: #000000;
}

.boxed .content {
	padding: 20px;
	border: 1px solid #000000;
	border-top: none;
	background: #ffffff
}

.boxed h3 {
	margin: 0;
}

.boxed h2 {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 8px 0 8px 10px;
	background: url(../images/arrow.gif) no-repeat 0px 13px;
}

.boxed ul li.first {
	border: none;
}

/* booklet */


.boxed .bookcontent {
	padding: 320px 20px 20px 20px;
	border: 1px solid #000000;
	border-top: none;
	background: #ffffff 25px 10px;
}

.boxed .refcontent {
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	border: 1px solid #000000;
	border-top: none;
	background: #ffffff;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	float: left;
	padding-top: 5px;
	font-size: 85%;
}

#searchinput {
	width: 210px;
	margin-bottom: 5px;
}

#searchsubmit {
	float: right;
}


#gallerypage {
	width: 780px;
	border: 1px solid #000000;
	border-top: none;
	background: #ffffff
}

#Tbl_gallerycols {
	padding: 0px;
	width: 720px;
	border: 0px
}

.gallerybox {
	margin: 0;
}

.gallerybox .title {
	width: 770px;
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #000000;
	font-size: 150%;
	color: #000000;
}

.gallerybox h1 {
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

.gallerybox h2 {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}


/* Footer */

#footer {
	height: 200px;
	padding: 20px;
	background: #000000;
	border-top: 5px solid #888888;
	position: relative;
	z-index: 99;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#footer h1 {
	margin: 0;
	text-align: left;
	line-height: normal;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #bbbbbb;
}

#footer a:hover {
	text-decoration: none;
	color: #666666;
}

#footer-Tbl {
	width: 100%;
	padding: 0px;
	border: 0px;
	spacing: 10px;
	border-bottom: 1px solid #888888;
}

#footer-Tbl td {
	text-align: left;
	line-height: normal;
	font-size: 85%;
	color: #ffffff;
}

#footer .collumn {
	padding: 3px 5px 0 0;
}

#footer .collumn-end {
	padding: 3px 0 0 5px;
}