@import url(global_v1-2.css);
@import url(ContinentalCC_css/modules.css);
@import url(ContinentalCC_css/plugins.css);
@import url(adminLogin.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: #590807;
	font: 20px Georgia, "Times New Roman", Times, serif;
	border-bottom:#e0d9c9 1px solid;
	margin-bottom:10px;

}


h2 {
	
	color: #590807;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #867D4A;
	font: 16px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #345f43;
	font: 14px/1.3 "Times New Roman", Times, serif;

}

h5 {
	
	color: #590807;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #590807;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1a1509;
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

table, div {
	
	font: 11px/1.6 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #345f43;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #427855;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/bodyBG.jpg) #efde98 center top repeat-x;
	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;

}

/****** 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 {
	width:960px;
	margin:0 auto;

	
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#header {
	width:960px;
	margin:0 auto;
	} 

#logo {
	float:left;
	height: 116px;
	width: 183px;
	margin:2px 0 0 15px;
	
	}
	
	a#logo {
		height: 116px;
		width: 183px;
		background:url(../../../Images/Logo.jpg);
		background-position:top left;
		/*---display:block; - if inside table – FF ---*/
}
		a#logo:hover {
			background-position: left bottom;
		}
		
#login {
	margin-top:75px;}
		
	a#logoLogin {
		height: 115px;
		width: 183px;
		background:url(../../../Images/logoLogin.jpg);
		background-position:top left;
		/*---display:block; - if inside table – FF ---*/
}
		a#logoLogin:hover {
			background-position: left bottom;
		}
		
#headerRight {
	float:right;
	padding:98px 15px 0 0;
	text-align:right;
	}

	#headerRight a {
		color:#590807;
		background:url(../../../Images/headerArrow.gif) left center no-repeat;
		font: 14px Georgia, "Times New Roman", Times, serif;
		padding-left:10px;
		font-weight:700;
		}
		
		#headrRight a:hover {
			}
			
			#headerRight p {
				margin-bottom:0px;
				font: 12px Verdana, Arial, Helvetica, sans-serif;
				color:#590807;
				font-weight:normal;}
				
#headerRightPvt {
	width:390px;
	float:right;
	padding:41px 15px 0 0;
	text-align:right;
	}

	#headerRightPvt a {
		color:#590807;
		background:url(../../../Images/headerArrow.gif) left center no-repeat;
		font: 14px Georgia, "Times New Roman", Times, serif;
		padding-left:10px;
		font-weight:700;
		}
		
		#headerRightPvt a:hover {
			}
			
			#headerRightPvt p {
				margin-bottom:0px;
				color:#590807;}
				
#headerRightPvt .weatherLinks a {
	background:none;
	color:#336043;
	font: 11px Arial, Helvetica, sans-serif;
	}
	
	#headerRightPvt .weatherLinks a:hover {
		color:#4a8860;
		font: 11px Arial, Helvetica, sans-serif;
		}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	background-color:#336043;
	width:960px;
	margin:0 auto;
	height:32px;
	text-align:center;
}

	#nav .inside {
		width:940px;
		margin:0 auto;
		}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	background-color:#fdf9ee;
	width:960px;
	margin:0 auto;
	
}

#contentArea .scroll img {
	display:block;
	}

	#contentArea .inside {
		width:890px;
		margin:0 auto;
		text-align:left;
		padding-top:20px;
		}
		
		#contentArea .home {
			width:940px;
			margin:0 auto;
			text-align:left;
			padding-top:20px;
			}
		
			#contentArea .home .redDooily {
				background:url(../../../Images/dooily_red.jpg) top right no-repeat;
				}
		
				#contentArea .private {
					width:960px;
					background:url(../../../Images/contentPrivate.jpg) top center repeat-y;
					}
			
#sideBar {
	float:left;
	width:235px;
	background:url(../../../Images/L-Nav.jpg) #7d5521 top center no-repeat;
	min-height:393px;
	height:auto !important;
	height:393px;
	}
	
	#sideBar .inside {
		width:185px;
		margin:0 auto;
		padding-top:20px;
		text-align:left;
		}
		
		#sideBar h5 {
			color:#fff;
			border-top:#684a26 1px solid;
			border-bottom:#684a26 1px solid;
			width:185px;
			padding-top:4px;
			padding-bottom:4px;
			text-transform:uppercase;
			}
			
			#sidebar p {
				color:#FFFFFF;
				}
		
#privContent {
	float:right;
	width:725px;
	}
	
	#privContent .inside {
		width:645px;
		margin:0 auto;
		padding-top:20px;
		text-align:left;
		}
		
#privateFlash {
	width:725px;
	background:url(../../../Images/pvtFlash.jpg) #7d5521 top center no-repeat;
	}
	
	.flashPadding {
		padding-top:20px;
		padding-bottom:20px;
		}
		
#top {
	width:685px;
	margin:0 auto;
	padding-top:20px;
	}
		
#homeFlash {
	background:url(../../../Images/ScrollBg.jpg) top center repeat-x;
	width:960px;
	margin:0 auto;
	padding-top:13px;
	padding-bottom:13px;
	}
	
	#homeFlash img {
		border:#975b05 7px solid;

		}
		
#publicBanner {
	padding-top:13px;
	}
		
table#redLinks a {
	width:167px;
	height:26px;
	background:url(../../../Images/redLinks.jpg) no-repeat;
	padding:6px 0 2px 20px;
	color:#fcf1db;
	display:table;
	font: 12px Georgia, "Times New Roman", Times, serif;
	}
	
	table#redLinks a:hover {
		width:167px;
		hieght:26px;
		background:url(../../../Images/redLinks_hover.jpg) no-repeat;
		padding:6px 0 2px 20px;
		color:#fcf1db;
		}
		
		table#redLinks .clickToEditAnchor {
			background:none;
			}
		
table#greenLinks a {
	padding-right:8px;
	padding-left:8px;
	color:#336043;
	}
	
	table#greenLinks a:hover {
		color:#4a8860;
		padding-right:8px;
		padding-left:8px;
		}
		
table#tan {
	background-color:#f0e3c3;
	width:645px;
	}
	


/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	width:960px;
	margin:0 auto;
}

	#footer p {
		color:#604c33;
		font-size:9px;
		}
		
		#footer a {
			color:#604c33;
			font-size:9px;
			text-transform:uppercase;
			}
