@charset "UTF-8";
@import url("ccgj-nav-style.css");
body {
	height: 650px;
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}
#wrapper {
	border: 1px solid #666666;
	height: 100%;
	width: 100%;
	display:block;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background:url('../images/bar-graph.gif') no-repeat 40px 546px;
}

#wrapper #main-holding-box {
	margin: 0px auto;
	padding: 0px;
	height: 470px;
	width: 920px;
	position: absolute;
	left: 40px;
	top: 148px;
}

#wrapper #blog-container {
	margin: 0px auto;
	padding: 0px;
	height: 487px;
	width: 940px;
	position: absolute;
	left: 30px;
	top: 148px;
	overflow: scroll;
	overflow-x: hidden;
}

/* ---------- Content Text Box Properties --- Start ------- */

#wrapper #content-text-container {
	font-size: 0px;
	display: block;
	height: 320px;
	width: 400px;
	border: 1px solid #7C8FC8;
	position: relative;
	top: 50px;
	_top: 0px;
	padding: 13px;
	margin: 0 40px 0 0;
}

#wrapper #content-text-container #content-text, #wrapper #content-text-container #content-text2 {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #3366CC;
	display: block;
	overflow: auto;
	width: 400px;
	overflow-x:hidden;
	padding: 0 5px 0 0;
	height: 320px;
	text-align:justify;
}
#wrapper #content-text-container #content-text2 { font:13px/17px Arial, Helvetica, sans-serif; } 

#wrapper #content-text-container #content-text p, #wrapper #content-text-container #content-text2 p {
	padding: 0 0 0 1px;
	margin: 0 0 3px 0;
	text-align:justify;
}
#wrapper #content-text-container #content-text ul, #wrapper #content-text-container #content-text2 ul {
	padding: 5px 0 5px 15px;
	margin: 0px;
}	
#wrapper #content-text-container #content-text li, #wrapper #content-text-container #content-text2 li {
	padding: 0px;
	margin: 5px 0 5px 0px;
}	

/* ---------- Content Text Box Properties --- Finish ------- */

#wrapper #top-section {
	position: relative;
	top: 10px;
	padding: 0px;
	width: 1000px;
	height: auto;
}
#wrapper #top-section #main-logo {
	margin: 40px;
	_margin-left: 20px;
	float: left;
}

/* For positioning the rounded corners */
.topLeft {
	position: absolute;
	left: -1px;
	top: -1px;
}
.topRight {
	position: absolute;
	right: -1px;
	top: -1px;
}
.bottomLeft {
	position: absolute;
	left: -1px;
	bottom: -1px;
}
.bottomRight {
	position: absolute;
	right: -1px;
	bottom: -1px;
}
/* ------------------- IE6 not displaying the right corners properly ---------------- */
.topRight2 {
	position: absolute;
	right: -1px;
	_right: -2px;
	top: -1px;
}
.bottomRight2 {
	position: absolute;
	right: -1px;
	_right: -2px;
	bottom: -1px;
}
.bottomLeft3 {
	position: absolute;
	left: -1px;
	bottom: -2px;
}
.bottomRight3 {
	position: absolute;
	right: -1px;
	bottom: -2px;
}
/* ------------------- End of IE6 Fix ---------------- */

.float-left {
	float:left;
}
.float-right {
	float:right;
}
#wrapper .float-right #content-text-container #content-text h2 {
	text-transform: capitalize;
	color: #000066;
}
.clearFix {
	clear:both;
}
#wrapper #hero {
	margin-right: 40px;
	margin-left: 20px;
	position: absolute;
	bottom: 152px;
	left: 18px;
	*bottom: 148px;
}
#wrapper #enterSite {
	float:right;
	margin:80px 40px 0 0;
	_margin:20px 20px 0 0;
	width: 610px; /* was width: 924px; */
	height:auto;
	display:block;
}
#wrapper #enterSite #continue {
	float:right;
	display:block;
	width:74px;
	height:110px;
}
#wrapper #enterSite p {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#444;
	width: 330px;
	margin-top: 30px;
	float:left;
	text-align: right;
}
#wrapper #enterSite h6 {
	display: block;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#444;
	width: 500px;
	margin: 0px;
	float:left;
	text-align: left;
	height: 60px;
}
.smaller {
	font-size: 12px;
	font-weight: normal;
}
#terms-of-use {
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
	width: 1000px;
	color:#CCCCCC;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#terms-of-use a, #terms-of-use a:link, #terms-of-use a:visited {
	color:#999999;
	text-decoration: none;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#terms-of-use a:hover, #terms-of-use a:active {
	text-decoration: underline;
}

#author {
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 960px;
	margin: 180px auto 0px;
	padding: 0px;
}

#author a, #author a:link, #author a:visited  {
	color: #CCCCCC;
	text-decoration: none;	
}

#author a:hover, #author a:active {
	color: #999999;
	text-decoration: underline;
}

