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

@font-face {
	 font-family: Gothic;
	 src: url(fonts/GOTHIC.eot) /* EOT file for IE */
}

@font-face {
	 font-family: Gothic;
	 src: url(fonts/GOTHIC.TTF) /* TTF file for CSS3 browsers */
}
@font-face {
	 font-family: GothicBold;
	 src: url(fonts/GOTHICB.eot) /* EOT file for IE */
}
@font-face {
	 font-family: GothicBold;
	 src: url(fonts/GOTHICB.TTF) /* TTF file for CSS3 browsers */
}

body, div, {
    margin: 0; padding: 0; border: 0;
}

html, body {
	height:100%;
}

#wrapper {
	background-color: #FFF;
	background-image: url(images/ccweb_newbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/* background-size: auto;
	width: 100%; */
	-webkit-background-size: 1920px 1300px;
	min-width: 1050px;
	min-height: 900px;
	padding-bottom: 50px;
}


#banner {
	width: 920px;
	height: 158px;
	margin: 0 auto;
}


#cclogo {
	float: left;
	border-style: none;
}
#sweetspot {
	position: relative;
	float: right;
	border-style: none;
}
#content {
	/*	background-image: url(../images/paper.jpg);
	background-repeat:repeat-y; */
	
	width: 920px;
	min-height: 400px;
	font-family: Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
}

#homeimage {
	float: right;
	height: 350px;
	width: 250px;
	margin: 20px 0 20px 0;
	overflow: hidden;
}

#menu {
	padding-bottom: 5px;
	padding-top: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 2px;
}


h1 {
	font-family: GothicBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	-webkit-text-size-adjust: none;
}

#content a {
	text-decoration: none;
}
#homeleftcol {
	float: left;
	width: 445px;
	position: relative;
}

#contactleftcol {
	float: left;
	width: 600px;
	position: relative;
}

p.thick {
	font-weight: bold;
}

h3 {
	font-family: GothicBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FF4719;
}
#homecontact {
	font-family: GothicBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8em;
}
#homecontact a {
	color: #2eb8e6;
	text-decoration: none;
}

#feedback input {
	width: 200px;
	border: solid 1px #CCC;
	border-radius: 4px;
}

#feedback textarea {
	border-radius: 4px;
	border: solid 1px #CCC;
}

#send {
	font-family: inherit;
	background-color: #ccc;
}

.menubox {
	float: left;
	width: 235px;
	height: 95px;
	margin: 0px 30px 20px 0;
	padding: 16px 25px 40px 25px;
	font-size: 35px;
	color: #fff;
	line-height: 1.1em;
	border-bottom-right-radius: 50px;
}

.menubox a {
	color: white;
	text-decoration:none;
}

.menubox a:hover {
	color:#2eb8e6;
}
.menubox a:active {
	color:#2eb8e6;
}
/* .menubox a:visited {
	color:#2eb8e6;
}  */

.sample {
	float: left;
}

.back {
	float:right;
	font-family: GothicBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.back a {
	text-decoration:none;
	color: #2eb8e6;
}

.tn3e-image-description a {
	text-decoration:none;
	color: #FF4719;
}

#workleftcol {
	float: left;
	width: 180px;
	position: relative;
	font-weight: bolder;

}

#services {
	list-style-type:none;
	color: #2eb8e6;
	padding:0px;
	margin:0px;
}

.fadein {
	background-color: #FFF;
	float: right;
	height: 290px;
	width: 430px;
	margin-top: 20px;
	overflow: hidden;
	border: solid 10px #f0f0f0;
	box-shadow: 5px 5px 10px #c4c4c4;
}

/* start of slideshow code 
#workimage img {
	~webkit-transition-property: opacity;
	~webkit-transition-duration: 3s;
}
#workimage img.fade-out {opacity:0;}
#workimage img.fade-in {opacity:1;}
*/

.txtcol {
	width:400px;
	height:250px;
	float:left;
	margin-right: 50px;
	margin-bottom:50px;
	font-size:14px;
	/* font-style:italic; */
	font-weight:bold;
	line-height: 1.7em;		
}

#footer {
	width: 920px;
	font-family: Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear:both;
}


#footermenu a {
	text-decoration: none;
}

.warning {
	color: #F00;
}
