/* CCBX CSS Document */

body { /* the color here #2c2721 was teh bottom color of the gradient image - a seamless fade*/
	margin: 0px;
	padding: 0;
	background: #ffe1e1 url(images/bckgrd.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

div#wrapper {
	width: 972px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	min-height: 500px; /* for non-IE */
	height: 500px; /*for IE */
	background-color: #FFFFFF;
/*	border: 1px dashed; */
}

div#banner {
	width: 972px;
	height: 91px;
	background: #ffe1e1 url(images/page_01.gif) left top;
	background-repeat: no-repeat;
	padding: 20px 30px 0px 30px;
	text-align: left;
}

div#page_LS {
	width: 24px;
	height: 545px;
	background-image: url(images/page_LS.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div#page_RS {
	width: 25px;
	height: 545px;
	background-image: url(images/page_RS.gif);
	background-repeat: no-repeat;
	background-position: right;
/*	border: 1px dashed; */
}
div#content {
	width: 912px;
	margin: 0 30px;
/*	border: 1px dashed; */
}

div#content2 {
	width: 972px;
	padding: 0px 30px;
	background: url(images/page_more.gif) repeat-y left top;

}

div#content2_page {
	width: 630px;
}

div#colleft {
	width: 630px;
	height: 280px;
	float: left;
/*	border: 1px dashed; */
}

div#colright {
	width: 259px;
	height: 280px;
	float: right;
	margin: 0px;
	padding: 0px 40px;
	background-image: url(images/coldiv.gif);
	background-repeat: no-repeat;
	color: grey;
}

div#footer {
	width: 972px;
	height: 51px;
	background: url(images/footer.gif);
	font-size: 10px;
}

div#paragraph1 {
	text-align: justify;
	padding: 0px 0px 10px 0px;
	word-spacing: 2px;
	
}

div#paragraph2 {
	text-align: justify;
	word-spacing: 2px;
}

div#paragraph3 {
	text-align: justify;
	word-spacing: 2px;
	padding: 0px 0px 13px 20px;
}

div#paragraph4 {
	text-align: justify;
	word-spacing: 2px;
	padding: 0px 0px 0px 40px;
	line-height: 125%;
}

div#paragraph5 {
	text-align: justify;
	word-spacing: 2px;
	padding: 0px 0px 0px 20px;
}

div#article{
	text-align: justify;
	height: 235px;
	min-height: 235px; /* non-IE */
	word-spacing: 2px;
	padding: 0px 3px;
	background-color: #E5E5E5;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

table.quote {
	font-size: 12px;
	padding: 2px;
}

li.space {
	margin-bottom: 12px;
}

li.style1 {
	margin: 0px;
}

li.circle {
	margin: 0px;
	list-style-type: circle;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 66px;
left: 60px; /*position where enlarged image should offset horizontally */

}