/*
	basic styles
*/

@import url('bgcCharlotte-text.css'); /* Import TEXT styles */
@import url('bgcCharlotte-nav.css');
@import url('bgcThickbox.css');
@import url('slideshow/bgcSlideshow.css');

* {
	padding:0;
	margin:0;
	outline:0;
}

body {
	font: 11pt/1.5 Palatino, Georgia, "Times New Roman", Times, serif;
	background: #aab9cc url('bg/mainBG.png') top left repeat-x;
}


/* =============== STRUCTURAL DIVS ================= */

#structureWrapper {
	width: 1100px;
	background: transparent /*url('bg/structureBG.png')*/ top left no-repeat;
	/*height: 800px; /* was 919 */
	margin: 0px auto;

}

#headerWrapper {
	width: 1100px;
	height: 385px;
	background: transparent;
	position: relative;
	z-index: 5;

}

#bgBanner {
	width: 287px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	background: transparent url('bg/bgcBanner.png') top left no-repeat;
}

#header {
	width: 900px;
	height: 385px;
	margin: 0px auto 0px auto;

}

#navigation {
	width: 900px;
	height: 40px;
	padding-top: 30px;
	background: transparent url('bg/navigationBG.png') top left no-repeat;
	position: relative;
	z-index: 3;
}

#pageTopper {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	background: transparent center center no-repeat;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#pageTopper img {
	padding: 0px;
	margin: 0px;
}

#contentArea {
	width: 1100px;
	background: transparent url('bg/contentBG.png') top left repeat-y;
	position: relative;
	z-index: 1;
}

#contentWrapper {
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 150px;
	z-index: 1;
}

#fullContent {
	margin: 0px auto;
	z-index: 1;
	width: 850px;
	padding: 25px 20px 0px 20px;
}

.innerpage #contentWrapper {
	/*padding-top: 60px;*/
	z-index: 1;
}

#whatsHappening {
	width: 263px;
	height: 111px;
	background: transparent url('bg/whatsHappening.png') top left no-repeat;
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 62px;
}

#mainContent {
	width: 615px;
	float: left;
	padding: 30px 0px 0px 20px;
}

#sideBar {
	width: 230px;
	float: right;
	padding-top: 30px;

}


#footer {
	width: 900px;
	height: 173px;
	background: transparent url('bg/footerBG.png') top left no-repeat;
	margin: 0px auto;
}
	
#donateNow {
	width: 86px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: 0px;

}

#donateLink {
	display: block;
	height: 28px;
	width: 86px;
	text-indent: -8000px;
	overflow: hidden;
	background: transparent url('bg/donateOnline.png') top left no-repeat;
}

#breadcrumbs {
	width: 885px;
	margin: 0px auto;
	text-align: right;
	font-size: 0.85em;
	text-transform: lowercase;
	font-style: italic;
}

.blankTopper {
  background: #fff url('bg/blankTopperBG.png') top left repeat-y;
  width: 900px;
  height: 50px;
}

/* 

	======== INNER PAGES =====================================
	The following styles are used on pages with body class="innerpage"
	
*/

.innerpage #headerWrapper {
	width: 1100px;
	background: transparent;
	height: auto;
	position: relative;
	z-index: 5;
}

.innerpage #header {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	z-index: 5;

}

/*
	
	======== THICK BOXES =====================================
	These styles are used to define the jQuery spawned thickboxes
	used throughout the site
	

*/

#hiddenDonate {
	display: none;
}

#donateOnlineInfo {
	width: 490px;
	height: 490px;
	background: red;

}

#donateIFrame {
	width: 800px;
}
/*
	
	======== Child Page Lists =====================================
	

*/

dl.sidebarChildPages {
	margin-left: 0px;
}

dl.sidebarChildPages .childPageName{
	font-size: 0.9em;
}

dl.sidebarChildPages .childPageSummary {
	font-size: 0.85em;
	margin-left: 5px;
}


dl.homepageChildPages {
	margin-top: 75px;
	margin-left: 22px;
	margin-right: 10px;
}

dl.homepageChildPages .childPageName {
	font-size: 0.9em;
	
}

dl.homepageChildPages .childPageSummary {
	font-size: 0.75em;
	text-align: justify;
	
}

/*
	
	======== CLASSES =====================================
	

*/
ul.homePageBugs {
	width: 615px;
	height: 175px;
	position: relative;
	margin: 0px auto 20px auto;
	position: relative;
	display: block;
}

li.hp_bug {
	width: 185px;
	height: 175px;
	display: block;
	position: absolute;

}

li#bug1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

li#bug2 {
	position: absolute;
	top: 0px;
	left: 215px;
}

li#bug3 {
	position: absolute;
	top: 0px;
	right: 0px;
}

li.hp_bug a {
	display: block;
	width: 185px;
	height: 175px;
	text-indent: -8000px;
	overflow: hidden;
}

li.hp_bug a:hover {
	background-position: -185px;
}
