
@import url(siteName_css/modules.css);
@import url(siteName_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: #00614d;
	font: 20px Georgia, "Times New Roman", Times, serif;
	display:block;

}


h2 {
	
	color: #00614d;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #00614d;
	font: 16px Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #00614d;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #00614d;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1A1816;
	font: 11pt "Times New Roman", Times, serif;

}

table, div {
	
	font: 11pt "Times New Roman", Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #00614d;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #029073;
	font: inherit;
	text-decoration: underline;

}

.page {

	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 {


	
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {

	
}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {


}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {



}

/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */
#nav-bar {
	clear:both;
	width:100%;
	display:table;
}
#nav-bar ul.main-nav {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
#nav-bar ul.main-nav li {
	float:left;
	list-style:none;
	padding:0 2px 0 0;
}
#nav-bar ul.main-nav li a {
	display:block;
	width:130px;
	height:21px;
	padding:12px 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font:10px/13px Arial, Helvetica, sans-serif;
	background:url(../../../Images/nav-items.gif) no-repeat;
}
#nav-bar ul.main-nav li a.active,
#nav-bar ul.main-nav li a:hover {
	padding:10px 0 0;
	height:23px;
	font:11px/13px Arial, Helvetica, sans-serif;
	background-position:0 -33px;
}

hr {
	color:#00614d;}
	
.CEMenu {BACKGROUND-COLOR: #00614d;
font-variant:normal;}

#content h1 {
	margin-bottom:0px;}
	
	#content h2 {
		margin-bottom:0px;}
		
		#content h3 {
			margin-bottom:0px;}
			
			#content h4 {
				margin-bottom:0px;}
				
				#content h5 {
					margin-bottom:0px;}
	
#content p {
	margin-top:0px;}

#ftrLogos {
	color:#999999;
	font: 9px/1.6 Verdana, Arial, Helvetica, sans-serif;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:4px;
	border-top:#999999 1px solid;}