* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #006600;
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #006600;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #006600;
}

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f4f4f4 url(../../uploads/images/template/body.png) repeat-x left top;
}

div#pagewrapper {
	width: 980px;
	margin: 4px auto 4px auto;
	background-color: #fefefe;
	color: black;
	border:1px dotted #ccc;
}

div#header {
	margin: 0;
	padding: 0;
	background: #fff;
}

div#header_left {
	float:left;
}

div#header_right {
	float:right;
	margin:4px 4px 0 4px;
	width:714px;
	height:296px;
	border:1px dotted #999;
}

div#header_left_top {
	border:1px dotted #999;
	width:250px;
	height:250px;
	margin:4px 0 0 4px;
}

div#header_left_bottom {
	border:1px dotted #999;
	width:246px;
	height:36px;
	margin:4px 0 0 4px;
	padding:2px;
	background-color:#CABDA5;
	text-align:center;
}

div#header h1 a {
	background: url(../../uploads/images/template/bgcc_sq.jpg) no-repeat left top;
	display: block;
	height: 300px;
	text-indent: -999em;
	text-decoration: none;
}

div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(../../uploads/images/template/bgcc_sq.jpg) no-repeat left top;
}

div#header h2 {
	float: right;
	line-height: 1.2em;
	font-size: 1.5em;
	margin: 35px 65px 0px 0px;
	color: #f4f4f4;
}

div#search {
	text-align: center;
	padding:0;
	margin: 5px 0 0 0;
}

div#search label {
	display:none;
}

div#search input.search-input {
	width: 120px;
	border: 1px solid #999;
	margin:0 0 1px 0;
	font-size:11px;
	padding:4px;
}

input.search-button {
	border: none;
	height: 28px;
	width: 58px;
	margin:0 0 0 4px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(http://www.bgcc1913.com/uploads/images/template/search.gif) no-repeat center center;
	font-size:11px;
}

div#content {
	margin: 10px 0;
	padding: 0px;
}

div.back1 {
	margin-left: 260px;
	margin-right: 4px;
	background: url(../../uploads/images/template/main_top.gif) no-repeat left top;
}

* html div.back1 {
	float: right;
	width: 716px;
	margin-left: 0%;
	margin-right: 0px;
	background: url(../../uploads/images/template/main_top.gif) no-repeat left top;
}

div#main {
	padding: 10px 15px 10px 15px;
	min-height:297px;
	background: url(../../uploads/images/template/main_bottom.gif) no-repeat left bottom;
}

.sidebar {
	width: 252px;
	margin: 0px 0px 20px 4px;
	padding: 0px;
	background: url(../../uploads/images/template/sidebar_top.gif) no-repeat left top;
}

.sidebarb {
	padding: 10px 15px 10px 10px;
	min-height:180px;
	background: url(../../uploads/images/template/sidebar_bottom.gif) no-repeat left bottom;
}

.sidebarb div#news {
	margin: 0 0 1em 0em;
}

.sidebar ul	{
	margin-bottom:20px;
}

.sidebar li {
	padding:4px 0;
	list-style:none;
}

.sidebar .currentpage {
	color:#000;
	font-weight:bold;
}

.sidebar h2 {
	border-bottom:1px dotted #006600;
	line-height: 1.6em;
	color: #006600;
	padding-left:4px;
}

.sidebar h2 a {
	text-decoration:none;
}

.sidebar2 {
	width: 252px;
	margin: 0px 0px 20px 4px;
	padding: 8px;
	height:56px;
	background: url(../../uploads/images/template/sidebar_full.gif) no-repeat left top;
}

.p_img_left {
	float:left;
	margin-right:10px;
	margin-bottom:4px;
}

.p_img_right {
	float:right;
	margin-left:10px;
	margin-bottom:4px;
}

div#footer {
	padding: 0px 4px 0px 4px;
	height:136px;
	color: #595959;
	background: url(../../uploads/images/template/footer_back.gif) no-repeat left top;
	margin:4px;
}

div.leftfoot {
	float: left;
	width: 33%;
	text-align:center;
	margin-top:25px;
}

div.centerfoot {
	float: left;
	width:33%;
	text-align:center;
	padding-top:20px;
}

div.rightfoot {
	float:left;
	text-align:center;
	width:33%;
	margin-top:20px;
}

#footer ul	{
	list-style:none;
	font-size:10px;
}

#footer p	{
	margin:0;
	padding:0;
}

.p-img-border img {
	border:1px solid #000;
	padding:0;
	margin:0;
}

div#footer p {
	font-size: 0.8em;
	text-align: center;
}

div#footer p a {
	color: #595959;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 70%;
}

div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}

.clearboth {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}

div#content h2 {
	color: #006600;
	font-size: 1.5em;
	text-align: left;
	padding-left: 0;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

div#content h3 {
	color: #000;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	border-bottom: 1px dotted #999;
}

div#content h4 {
	color: #000;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

div#content h5 {
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	font-weight:bold;
	color:#666666;
}

h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */

p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}

div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

.slideshow { height: 296px; width: 714px; margin: auto }

ul.slideshow {
	list-style:none;
	width:714px;
	height:296px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:714px;
	height:35px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

.News-Article	{
	margin-bottom:20px;
}

.News-Date { 
	font-weight:bold;
	font-size:9px;
}

.News-Title a	{
	font-weight:bold;
}

.News-Summary	{
	padding:4px 0;
}

.News-Link a	{
	font-weight:normal;
}

.News-Title h3	{
	font-size:18px;
	color:#006600;
	margin-top:10px;
}

.day_events	{
	float: left; 
	width: 205px;
	min-height:50px;
	border:1px solid #dedede;
	margin:5px;
	padding:5px;
	background-color:#f9f9f9;
}

.day_events ul	{
	list-style:none;
}

.day_events li	{
	margin:0;
	padding:0;
}

.form_validator	{ margin:1px 0 1px 0; padding:10px 0; background-color:#CC0000; text-align:center; color:#FFFFFF; font-weight:bold; line-height:18px; }

.form_label	{ float:left; text-align:left; padding:5px 0 0 2px; width:30%; height:25px; }

.form_field	{ float:left; padding:2px 2px 2px 2px; vertical-align:middle; width:60%; min-height:25px; }

.form_submit { text-align:center; padding:10px;	}

input { border:1px solid #000; padding:2px; }

input[type=submit]	{ padding:8px 12px; font-size:10px; }

textarea { border:1px solid #666666; }

.alert	{ color:#CC0000; }

.newsletter { margin-bottom:10px; }
