@import url(global_v1-1.css);
@import url(adminLogin.css);
@import url(Sylvania_css/modules.css);
@import url(Sylvania_css/plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

.darkbackgroundwrapper {
	background: #FFFFFF;
}

body {
	background:#fff;
	color:#000;
}

h1 {
	color:#355817;
	font:400 30px "Times New Roman", Georgia, Times, serif;
	margin: 0 0 12px;
	font-style: normal;
}

h2 {
	color:#fff;
	font:400 13px "Times New Roman", Georgia, Times, serif;
	background: #355817;
	text-transform: uppercase;
	padding: 3px;
	margin: 4px 0;
}

h3 {
	color:#384e25;
	font:400 12px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
	margin: 8px 0 4px;
}

h4 {
	color:#374d24;
	font:400 14px "Times New Roman", Georgia, Times, serif;
	line-height: 1.6em;
}

h5 {
	color:#333;
	display:inline;
	font:bold 12px "Times New Roman", Georgia, Times, serif;
}

h6 {
	color:#777;
	font:12px/1.8 "Times New Roman", Georgia, Times, serif;
}

p {
	color:#444;
	line-height: 1.5em;
	font-size: 11px;
}

table, div {

	font:11px Arial, Verdana, sans-serif;
	
}

a,a.small,a.anchor,a.visited {
	color:#6F2904;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#A83F06;
	font:inherit;
	text-decoration:underline;
}

.page {
	background: url(../../../Images/site_bg.jpg) #1f5c1f center top;
	font:400 11px Arial, Verdana, sans-serif;
}

.CEMenu {
	margin:0;
	padding:0;
}

/* important edit global text boxes - default --------- */
.txtbox {
	background:#FFF;
	border-style:inset;
	border-width:2px;
	color:#000;
	font:11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: SYLVANIA
///////////////////////////////////////*/

.hide-text { display: none; }
img.imgBorder { border: 1px solid #000; }


.site_wrapper {

	background: url(../../../Images/page_bg.gif) center top repeat-y;
	width: 772px;
	margin: 0 auto;
	text-align: left;

}

#moduleMaster {

	background: url(../../../Images/page_bg2.gif) center top repeat-y;
	width: 840px;
	margin: 0 auto;
	text-align: center;

}


/*************************************************************
= HEADER
**************************************************************/

#header {

	background: url(../../../Images/header_bg.jpg) center top no-repeat;
	position: relative;
	height: 137px;
	z-index:9999;
}

#moduleMaster #header {

	background: url(../../../Images/header_bg2.jpg) center top no-repeat;

}

/* MAIN NAV */
#nav {

	border-top: 1px solid #314e18;
	position: absolute;
	left: 133px;
	top: 108px;
	height: 25px;
	width: 620px;

}

#moduleMaster #nav {

	width: 690px;

}

/* TOP LINKS */
#util_nav {

	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	right: 20px;
	top: 91px;

}

	#util_nav li {
	
		display: inline;
		margin: 0 0 0 10px;
		padding: 3px 0 3px 15px;
	
	}
		
		#util_nav li a {
		
			font: 400 10px "Times New Roman", Times, serif;
			text-decoration: none;
			color: #4c6a32;
			text-transform: uppercase;
		
		}
		
		#util_nav li a:hover { text-decoration: underline; }
	
	#util_nav #home { background: url(../../../Images/util_home.gif) no-repeat left 50%; }
	#util_nav #contact { background: url(../../../Images/util_contact.gif) no-repeat left 50%; }
	
/* MEMBER INFO */	
#memInfo {

	position: absolute;
	right: 170px;
	top: 91px;
	text-align: right;
	width: 300px;
	font: 400 11px "Times New Roman", Times, serif;
	color: #4c6a32;

}

#moduleMaster #memInfo {

	right: 20px;

}

#moduleMaster #memInfo a {

	color: #4c6a32;
	font-family: Arial, Verdana, sans-serif;

}

#moduleMaster #memInfo a:hover {

	color: #4c6a32;
	text-decoration: underline;

}
	
/*************************************************************
= CONTENT 
**************************************************************/

#contentArea {

	width: 770px;

}

#moduleMaster #contentArea {

	width: 820px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;

}


.contentWrapper {

	background: url(../../../Images/watermark.gif) 15px bottom no-repeat;
	padding: 0 0 20px;

}

/*************************************************************
= CONTENT - PUBLIC
**************************************************************/


/* TOP SECTION ***************/
#contentTop .inside {

	padding: 15px 0px;
	margin: 0 15px;
	width: 732px;

}

/* SIDEBAR *********************/
#sidebar {

	float: left;
	width: 205px;

}

	#sidebar .inside {
	
		padding: 10px 0;
		margin: 0 0 0 15px;
		width: 190px;
	
	}
	
#pub-content #sidebar,
#pub-content #contentSecond { padding: 35px 0 0; }
	
#infoLinks {

	border-top: 1px dotted #333;
	margin: 0px;
	padding: 10px 0 0 0;
	list-style-type: circle;
	
}

	#infoLinks li { margin: 0 0 4px 15px; }

	#infoLinks h3 {
	
		 margin: 0 0 3px;
		 
	
	}
	
	#infoLinks a {
	
		color: #384e25;
		font: 400 11px "Times New Roman", Times, serif;
	
	}

/* MAIN CONTENT ****************/
#contentMain {

	float: left;
	width: 360px;

}

	#contentMain .inside {
	
		padding: 15px 0 10px;
		margin: 0 0 0 20px;
		width: 340px;
		
	
	}
	
/* RIGHT CONTENT ****************/

#contentSecond {

	float: right;
	width: 205px;

}

	#contentSecond .inside {
	
		padding: 20px 0 10px;
		margin: 0 15px 0 20px;
		width: 170px;
	
	}


/* QUICK LINKS ********************/
#quickLinks {

	margin: 0 0 20px;
	padding: 0px;
	list-style: none;

}

	#quickLinks li {
	
		margin: 0 0 7px;
		padding: 0px;
	
	}
	
		#quickLinks li a {
		
			font: 400 16px "Times New Roman", Times, serif;
			color: #638941;
			text-decoration: none;
			background: url(../../../Images/arrow.gif) left top no-repeat;
			display: block;
			height: 20px;
			padding: 0 0 0 18px;
			
		}
		
		#quickLinks li a:hover { 
			
			background-position: left bottom; 
			color: #d6ab00;
			
		}
		
/* CALL OUT **************************/

.callOut {

	border: solid 1px #A7C78C;
	width: 160px;
	
}

	.callOut h3 {
	
		display: block;
		background: #A7C78C;
		color: #fff;
		padding: 3px;
		margin: 0px;
	
	}
	
	#contentSecond .callOut .inside {
		
		margin: 5px;
		padding: 0px;
		width: 150px;
		
	}

/*************************************************************
= CONTENT - PRIVATE
**************************************************************/
#mp-priv #sidebar, 
#mp-priv #contentSecond {

	padding: 55px 0 0 0;

}

#priv-content #contentMain {

	width: 565px

}

	#priv-content #contentMain .inside {
	
		padding: 15px 0 10px;
		margin: 0 30px 0 20px;
		width: 515px; 
	
	}


/*************************************************************
= FOOTER
**************************************************************/

#footer {

	background: url(../../../Images/footer_bg.gif) left bottom repeat-x;
	margin: 0 1px;
	padding: 15px 25px 1px;
	font: 400 10px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	text-align: left;

}

.darkGreen {

	color: #013122;

}

#footer address {

	font-style: normal;
	background: url(../../../Images/footer_logo.gif) left top no-repeat;
	padding: 2px 0 10px 60px;
	margin: 0 40px 0 0;
	float: left;

}

#mp-pub #footer_explore { display: none; }

#footer_explore {

	float: left;

}

	#footer_explore dt {
	
		padding: 0px;
		margin: 0px;
	
	}
	
	#footer_explore dd {
	
		display: inline;
		margin: 0 8px 0 0;
		padding: 0px;
	
	}

#copyright { 

	color: #013122;
	font: 400 8px Arial, Verdana, sans-serif;

}
