@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	/*background: #24b6b6 url(../_images/CCT-bkgd%2002.jpg) repeat-x left top;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #388;
}
html, body {
	margin-top: 0px;
	padding: 0px;
}
#container {
	width: 95%;
	background: #366;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	font-size: 14px;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 14px;
	padding-left: 14px;
	text-align: justify;
}
#clock {
	display: inline;
}
#logo {
	background:url(../_images/CCT-logo.jpg) no-repeat;
	height: 100%;
	width: 100%;
	
	font-size: 14px;
	position: relative;
	
	border-top-left-radius:25px;
	-moz-border-radius-topleft:25px;
	border-top-right-radius:25px;
	-moz-border-radius-topright:25px;
}
#header {
	height: 100%;
	width: 100% !important;
	float: left;
	overflow: hidden;
}
#header img {
	display: none;
}
#header .is-showing {
	display: inline;
}

#pageLinks {
	width: 100% !important;
	float: left;
	font-size: 12px;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	background-color: #960;
}
#map {
	background: url(_images/addressmap.jpg) no-repeat left top;
	width: 300px;
	height: 150px;
	float: left;
}
#footer {
	background: #366;
	height: 50px;
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 20px;
	border-bottom-left-radius:25px;
	-moz-border-radius-bottomleft:25px;
	border-bottom-right-radius:25px;
	-moz-border-radius-bottomright:25px;
}
.title {
	display: inline;
	height: 16px;
}
h1,h2,h3,h4,h5,h6,p,address,blockquote,div,ul,li {
	margin: 0;
	padding: 0;
}
p {
	color: #fff;
	line-height: 1.6;
}
a img {
	border: none;
	}
a:link,a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover,a:active {
	color: #D6D6D6;
	background-color: #cb7d20;
}
#slideshow {
    position:relative;
    height: 0px;
    z-index:-1;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
#slideshow img {
    min-height: auto;
    min-width: 100%;
    width: 100% !important;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1024px){
    img.bg {
    left: 50%;
    margin-left: -512px;
}
}
