﻿/******************************************************************/
/* START 'LINK' tags */
/******************************************************************/

a:link {
  text-decoration: none;
  color: #111111;
}
a:visited {
  text-decoration: none;
  color: #111111;
}
a:hover {
  text-decoration: none;
}

/******************************************************************/
/* END 'link' tags */
/******************************************************************/
/******************************************************************/
/* START standard 'BODY' and font tags to change */
/******************************************************************/

body {
    scrollbar-base-color: #323F5A;
    background-image: url('images/gkcaha logo 1.JPG');
	background-color: #323F5A;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}
textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #111111;
}
table, td, p {
  font-family: Trebuchet MS;
  font-size: 10pt;
  color: #111111;
}

/******************************************************************/
/* END 'body' tags */
/******************************************************************/
/******************************************************************/
/* START special 'DWT' tags */
/******************************************************************/

/* 1 */
.textLinks { 
  font-size: 8pt;
  small-caps;
  font-weight: normal;
  padding-top: 1px;
  padding-left: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  text-align: right;
  text-indent: 0px;
  color: blue;
}


/* 4 */
.pagetitle {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  color: #cccccc;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

/* 5 */
.googlesearch {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: left;
}

/* 5a */
.googlesearchbox {
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 6px;
  text-align: left;
  text-indent: 0px;
  color: #CCCCCC;
  font-weight: bold;
}

/* 6 */
.menuheading {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #cccccc;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  text-align: center;
}

/* 7A and 9A*/
.verticalmenuFrontPage {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #0B477D;
  padding-top: 0px;
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
}

/* 7B and 9B*/
.verticalmenuCSS {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #0B477D;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
}

/* 9  see above 7A and 7B */


/* 10-scroller */
.scroller {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: #0B477D;
  padding-top: 2px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
  width: 189px;
  height: 150px;
}

/* 10-scrollercontent */
.scrollercontent {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
  width: 189px;
  height: 150px;
}

/* 11 */
.copyright {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: #ffffff;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

/* 12 */
.addtofavorites {
   width: 95px;
   height: 74px;
}

/* 13 */
.contactbutton {
   width: 90px;
   height: 74px;
   padding-left: 5px;
}

/* 14 */
.flashheader {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: #0B477D;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  text-align: left;
}

/* 15 */
.body1 {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: #0B477D;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  text-align: left;
}

/* 16 */
.banner {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
  color: #333333;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
}



/******************************************************************/
/* END 'DWT' tags */
/******************************************************************/

/******************************************************************/
/* START 'H' tags */
/******************************************************************/

h1 {
  color: #000000;
  font-weight: normal;
}
h2 {
  color: #000000;
  font-weight: normal;
}
h3 {
  color: #000000;
  font-weight: normal;
}
h4 {
  color: #000000;
  font-weight: normal;
}
h5 {
  color: #000000;
  font-weight: normal;
}
h6 {
  color: #000000;
  font-weight: normal;
}

/******************************************************************/
/* END 'H' tags */
/******************************************************************/

/*This sets the code for the lightbox */

}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
