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

html {height:100%;}
body {
margin:0;
padding:0;
height:100%;
background:#71ad3b url(../images/cct_bg.jpg) top center no-repeat;
font: 100% "Trebuchet MS" Arial, Helvetica, sans-serif;
color:#FFFFFF;

}
#wrap {
width:935px;
height:100%;
min-height:100%;
margin:0 auto;
padding:0; 

}
* html #wrap { width:935px;height:100%;
margin:0 auto;
padding:0;
position:relative;}

#inner-wrap {
padding:0;
margin:0;
z-index:-100;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

#header {
float:right;
position: relative;
padding:45px 0 0 0 ;
text-align:right;
display:block;
}

*html #header {
float:right;
position: relative;
padding:42px 0 0 0 ;
text-align:right;
display:block;
z-index:9999;
}


* {
margin: 0;
padding: 0;

}

@media screen and (-webkit-min-device-pixel-ratio:0){
 #header {
float:right;
position: relative;
padding:42px 0 0 0 ;
text-align:right;
display:block;
z-index:9999;
}

}



#footer {
padding:30px 0 0 0;
bottom:0;
height:160px;
width:100%;
float:left;
} 

/*#left {
float:left;
width:274px;
height:436px;
margin:116px 0 0 4px;
padding:0;
text-align:center;
background:#00CC33;
}
*/
#main {
	position:relative;
	width:935px;
	height:446px;
	margin:17px 0;
	float:left;
	padding:0;
	z-index:-100;
	float: left;
	overflow: hidden;
} 

a { 
text-decoration:none;
color:#FFFFFF;
}
a:hover { 
text-decoration: underline;
color:#FFFFFF;
}

#symbol {
float:right;
position:absolute;
z-index:9999;
overflow:auto;
bottom:0px;
margin-bottom:0px;
width:100%;
}

*html #symbol {
float:right;
position:absolute;
z-index:9999;
overflow:auto;
bottom:0px;
margin-bottom:0px;
width:100%;
}

/*slider*/

#slideshow {
width:935px;
 height:446px;
z-index:-100;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

h3 {
font-size:14px;
font:  1.2em "Trebuchet MS" Arial, Helvetica, sans-serif;
}




/*drop down*/

#panel {
	background: #60992e;
	border:1px outset #80c145;
	width:900px;
	height: auto;
	display: none;
	z-index:100;
	position:absolute;
	float:right;
	margin:0 auto;
	font-size:11px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 10px 10px 10px;
}
.slide {
	margin: 0;
	padding: 0;
	
}
.btn-slide {
	
	color: #fff;
	text-decoration: none;
}
.active {
	
	color: #60992d;
}

form {
padding:0;
margin:0;
display:block;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 0;

} 

input
{
color: #7ebf45;
background: #FFF;
border: 1px solid #7ebf45;
font-size:11px;

}

.submit 
{
color: #FFF;
background: #60992d;
border: 1px outset #7ebf45;
float:right;
margin:0 0 0 5px;
} 


a { position: relative ;}

