/* css for closed circle update november 2006 dennis bellone */

body	{
	background: #E0E0E0;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 25px;
}

font {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #333333;
}

b {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}

p {
	color: #333333;
	margin: 10px;
	font-size: 13px;
}
	
/* general layout */
#wrapper {
	background: #999999;
	margin: auto;
	padding: 0px;
	width: 950px;
	height: 600px;
	text-align: center;
	position: relative;
	z-index: 8;
	}

#title2 {
	width: 690px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/home/headtesteric.gif);
	}

#title3 {
	width: 260px;
	height: 60px;
	position: absolute;
	left: 690px;
	top: 0px;
	}

#footer	{
	width: 948px;
	height: 70px;
	text-align: center;
	position: absolute;
	top: 517px;
	left: 2px;
	z-index: 6;
	}

/* where the pictures go */	
#image {
	border: 5px transparent;
	padding: 0px;
	width: 330px;
	height: 400px;
	float: left;
	position: absolute;
	z-index: 4;
	left: 100px;
	top: 80px;
	}

#imagefield {
	padding: 0px;
	width: 330px;
	height: 400px;
	float: left;
	position: absolute;
	z-index: 2;
	left: 140px;
	top: 80px;
	visibility: hidden;
	}

#imagefieldtwo {
	padding: 0px;
	width: 550px;
	height: 400px;
	float: left;
	position: absolute;
	z-index: 2;
	left: 60px;
	top: 80px;
	visibility: hidden;
	}

/* where the words go */
#content {
	background: #999999;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-color: #ccc;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 40px;
	position: absolute;
	height: 380px;
	width: 425px;
	left: 457px;
	z-index: 5;
	top: 70px;
	visibility: visible;
}

#imagecontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	width: 260px;
	height: 90px;
	text-align: left;
	position: absolute;
	z-index: 1;
	left: 515px;
	top: 400px;
	visibility: hidden;
}

#imagecontentwo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	width: 260px;
	height:100px;
	text-align: left;
	position: absolute;
	z-index: 1;
	left: 650px;
	top: 350px;
	visibility: hidden;
}

/* header class */	
.hhome {
	background-image: url(images/home/headeam.gif);
	background-position: 0px 0px;
}
	
.hclosed {
	background-image: url(images/home/headclosed.gif);
	background-position: 0px 0px;
}

/* closed circle class */
.ccinstall {
	background-image: url(images/ccirc/ccinstall.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.ccloscirc {
	background-image: url(images/ccirc/closcirc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.ccrowd {
	background-image: url(images/ccirc/crowd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.ccgreat {
	background-image: url(images/ccirc/great.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.ccmyth {
	background-image: url(images/ccirc/myth.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.ccpainting {
	background-image: url(images/ccirc/painting.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.csignage {
	background-image: url(images/ccirc/signage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.ccwhorl {
	background-image: url(images/ccirc/whorl.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

.circle {
	background-image: url(images/thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}

