@import url(global_v1-1.css);
@import url(ccsouth_css/modules.css);
@import url(ccsouth_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #284E36;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #231f20;
	font: 22px "Times New Roman", Times, serif;
	text-transform:uppercase;
	
}

h3 {
	
	color: #a09976;
	font: 13px/1.6 "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h4 {
	
	color: #a09976;
	font: 18px/1.9 "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h5 {
	
	color: #928318;
	font: 18px/1.9 "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h6 {
	
	color: #434d3c;
	font: bold 11px Arial, Helvetica, sans-serif;

}

p {
	
	color: #434d3c;
	font: bold 11px/1.6 Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #434d3c;
	font: bold 11px/1.6 Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #8B7E5F;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #243120;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

.RadEContentBordered table,
.RadEContentBordered div,
.RadEContentBordered h1,
.RadEContentBordered p {        
	color: #000000;

}


/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	text-align: center;
	margin: 0 auto;
	width: 940px;

	
}

#contentBackground {
	width:940px;
	text-align:left;
	background:#1f2a1b;
	padding:10px;
	
}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	background:#fff;
	width:940px;
	height:155px;
	
}

#logo {
	float:left;
	height:155px;
	width:162px;
}

#branding .inside {
	float:right;
	width:778px;
	height:155px;

}

	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	width:778px;
	margin-top:125px;
	margin-bottom:-1px;

}

#pubLinks {
	float:right;
	width:300px;
	margin-top:20px;

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	width:940px;
	margin:0 auto;	
}

#contentArea .newUser {
	background:#fff;
	width:940px;
	margin:0 auto;

}

#pubcontentWrapper {
	background:url(../../../images/publichomebg.gif) repeat-y;
	width:940px;
	margin:0 auto;

}

#contentAreaSplash {
	background:url(../../../images/splashbg.jpg) no-repeat;
	width:940px;
	height:531px;
	margin:0 auto;	
}

#contentAreaSplash .inside{
	padding:441px 0px 0px 0px;
	text-align:center;

}

#Slogo {
	float:left;
	height:34px;
	width:137px;
	}
	
	a#Slogo {
		height: 34px;
		width: 137px;
		background:url(../../../Images/memberbutton.gif);
		background-position:top left;
		margin-left:350px;
}
		a#Slogo:hover {
			background-position: left bottom;
		}

#Slogo2 {
	float:right;
	height:34px;
	width:100px;
	}
	
	a#Slogo2 {
		height: 34px;
		width: 100px;
		background:url(../../../Images/guestbutton.gif);
		background-position:top left;
		margin-right:350px;
		margin-top:1px;
}
		a#Slogo2:hover {
			background-position: left bottom;
		}	

/*////////////////////PUBLIC PAGES//////////////////*/

#flash {
	width:940px;
	height:auto;

}

#pubContentMain {
	width:680px;
	float:left;

}

	#pubContentMain .inside {
		padding: 30px 20px 30px 30px;
	
	}

#pubContentSecondary {
	width:210px;
	float:right;
	height:auto;
	text-align:left;
}

	#pubContentSecondary .inside {
		padding: 30px 10px 30px 5px;
	}

/*/////////////// PRIVATE PAGES///////////////////*/

#headerWrapper {
	width:940px;
	text-align:center;
	
}

#headerLeft {
	float:left;
	background:#928418 url(../../../images/privateSideBG.gif) top repeat-x;
	text-align:left;
	width:230px;
	height:251px;

}

	#headerLeft .inside {
		padding:20px;
	}

	#headerLeft .inside p {
	
		color: #FFF;
		font: 13px/1.6 "Times New Roman", Times, serif;
	}

	#headerLeft .inside h3 {
	
		color: #333;
		font: 13px "Times New Roman", Times, serif;
		text-transform:uppercase;

	}

	#headerLeft .inside h1 {
	
		color: #FFF;
		font: 18px Georgia, "Times New Roman", Times, serif;

	}
	
	#headerLeft .inside a,a.small,a.anchor,a.visited {
		color:#fff;
		font:inherit;
	}

#headerImage {
	float:right;
	width:710px;
}

#privContentWrapper {
	background:url(../../../images/privatebg.gif) repeat-y;
	width:940px;
	margin:0 auto;	

}

#sidebar {
	float:left;
	width:230px;

}

	#sidebar .inside {
		padding:20px 0px 20px 5px;
	
	}

	#mainContentWrapper {
		width:710px;
		float:right;
		text-align:left;

}

#privContentMain {
	float:left;
	width:480px;

}

	#privContentMain .inside {
		padding:20px 10px;

	}

#privContentSecondary {
	float:right;
	width:230px;

}

	#privContentSecondary .inside {
	padding:20px 10px;

	}

#modulebg {
	background:#F3F3EC;
	padding-bottom:30px;

}

div#login_siteName {
	background:url("../Images/adminLogin_bg.gif") repeat-x scroll center bottom #DCDACE;
	border-right:1px solid #000000;
	float:left;
	padding:0px;
	text-align:center;}
	
	div#login_siteName .inner {
		padding:10px;}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background:url(../../../images/footer.gif) no-repeat;
	width:940px;
	height:75px;
	text-align:right;
	padding-top:10px;

}