/* Version 1.01 
*  Released: 12/27/2007
*/

@import url(global.css);
@import url(adminLogin.css);
@import url(WillowPoint_css/willowPoint_modules.css);
@import url(WillowPoint_css/willowPoint_plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS
/////////////////////////////////////////////////////*/

body {
	background:#fff;
	color:#333;
}

h1, h2, h3, h4 {

	display: block;

}

h1 {
	color:#bd7200;
	font:400 25px "Times New Roman", Georgia, Times, serif;
	margin: 3px 0 15px;
}

h2 {
	color:#E7EEE6;
	font:700 15px "Times New Roman", Georgia, Times, serif;
	font-style: italic;
	margin: 2px 0 10px;
}

h3 {
	color:#63503b;
	font:400 17px "Times New Roman", Georgia, Times, serif;
	margin: 2px 0 8px;
}

h4 {
	color:#253300;
	font:400 13px "Times New Roman", Georgia, Times, serif;
	margin: 2px 0 5px;
}

h5 {
	color:#ffd700;
	font:400 11px "Times New Roman", Georgia, Times, serif;
}

h6 {
	color:#FFF;
	font:12px/1.8 "Times New Roman", Georgia, Times, serif;
}

#priv-home h1,
#priv-content h1 {
	color:#bd7200;
	font:400 25px "Times New Roman", Georgia, Times, serif;
}
#priv-home h2,
#priv-content h2, #priv-landing h2 {
	color:#8d5a00;
	font:400 14px "Times New Roman", Georgia, Times, serif;
	border-bottom: 1px dotted #444;
}
#priv-home h3,
#priv-content h3, #priv-landing h3 {
	color:#8d5a00;
	font:400 20px "Times New Roman", Georgia, Times, serif;
}
#priv-home h4,
#priv-content h4, #priv-landing h4 {
	color:#bd7200;
	font:400 12px Arial, Verdana, sans-serif;
}


/* ::TODO:: look into the best solution for this */
ul, ol, dl {
	color: #63503b;
	font:700 11px Arial, Verdana, sans-serif;
}

p {
	color:#63503b;
	font:700 11px Arial, Verdana, sans-serif;
	line-height: 14px;
}

table {
	font:700 11px Arial, Verdana, sans-serif;
	color:#63503b;
	line-height: 14px;
}

a,a.small,a.anchor,a.visited {
	color:#6F2904;
	font:inherit;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#A83F06;
	font:inherit;
	text-decoration:underline;
}

.page {
	background:#b2a583;
}

.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: (WILLOW POINT)
///////////////////////////////////////*/

span.hide-text {
	display: none;
}

a.linkArrow {

	background: url(../../../Images/arrow.gif) left 50% no-repeat;
	color: #bd7200;
	/*display: block;*/
	font: 400 11px "Times New Roman", Times, serif;
	padding: 5px 5px 5px 18px;
	/*letter-spacing: -0.1em;*/

}
a.linkArrow:hover {
	
	background: url(../../../Images/arrowOver.gif) left 50% no-repeat;
	color: #e88c00;
	
}

.inside {

	width: auto;

}

.inside table {
	width: auto !important;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	
	margin: 5px auto 0;
	width: 930px;
	text-align: left;
	
}

#moduleWrapper {
	width: 858px;
	text-align: center;
	margin: 0 auto;
}

#mp_bottomSection {

	background: url(../../../Images/contentScnd_mid.gif) center top repeat-y;
	border-top: 1px solid #BD7200;
	margin: 0 16px;
}

	#mp_bottomSection  .inside {
		background: url(../../../Images/contentScnd_top.jpg) center top no-repeat;
		padding: 15px;
	}
	
		#mp_bottomSection img {
			margin: 0 5px 0 0;
		}
		
		#mp_bottomSection p {
			color: #fbe170;
		}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#header {

	background: url(../../../Images/header_bg.jpg) center top no-repeat;
	height: 215px;
	width: 930px;
}

#mp-priv #header {

	background: url(../../../Images/header-priv_bg2.jpg) center top no-repeat;

}


	#branding {
		
		background: url(../../../Images/hdr_branding.gif) left top no-repeat;
		display: block;
		float: left;
		height: 65px;
		padding: 0px;
		margin: 67px 0 48px 68px;
		width: 195px;
		
	}
	
	#branding:hover {
		background-position: left bottom;
	}
	
	#logo {
	
		background: url(../../../Images/hdr_logo.gif) left top no-repeat;
		display: block;
		float: left;
		height: 145px;
		padding: 0px;
		margin: 13px 0 22px 126px;
		width: 151px;
	
	}
	
	#logo:hover {
	
		background-position: left bottom;
	
	}
	
	#russellLands {
	
		background: url(../../../Images/russellLands.gif) left top no-repeat;
		display: block;
		float: right;
		height: 21px;
		padding: 0px;
		margin: 40px 40px 0 0;
		width: 149px;
	
	}
	
	#russellLands:hover {
		background-position: left bottom;
	}
	
		#russellLands2 {
	
		background: url(../../../Images/russellLands.jpg) left top no-repeat;
		display: block;
		float: right;
		height: 68px;
		padding: 0px;
		margin: 40px 40px 0 0;
		width: 98px;
	
	}
	
	#russellLands2:hover {
		background-position: left bottom;
	}
	
	#memberAccess {
	background: url(../../../Images/member_access.gif) left top no-repeat;
	display: block;
	float: right;
	height: 19px;
	padding: 0px;
	margin: 140px -110px 0px 0px;
	width: 132px;
	}
	
	#memberAccess:hover {
	background-position: left bottom;
	}

/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	background: #000 url(../../../Images/nav-priv_bg.gif) left top no-repeat;
	clear: both;
	height: 36px;

}

/*#mp-priv #nav {

	background: #000 url(../../../Images/nav-priv_bg.gif) left top no-repeat;
	clear: both;
	height: 36px;

}*/

	#nav .inside {
	
		padding: 0 16px;
		position: relative;
	
	}
	
	#nav table {
		
		width: auto;
		
	}
	
		#navMainWrapper {
		
			/*position: absolute;*/
			width: 898px;
			height: 36px;
			z-index: 10000;
		
		}
		
		#navRight {
		
			position: absolute;
			right: 16px;
			list-style: none;
			margin: 0px;
			padding: 0px;
			
		}
			
			#navRight li {
			
				display: inline;
				padding: 0px;
				margin: 0px;
			
			}
				
				#navRight li a {
				
					background: url(../../../Images/rightMenuLinks.gif) left top no-repeat;
					display: block;
					float: left;
					height: 36px;
				
				}
				
				#navRight li a#rn-about {
					
					width: 123px;
					background-position: left top;
					
				}
				
				#navRight li a#rn-about:hover { background-position: left bottom; }
				
				#navRight li a#rn-contact {
					
					width: 132px;
					background-position: -123px top;
					
				}
				
				#navRight li a#rn-contact:hover { background-position: -123px bottom; }

/* -------------------------------------------------------------
= CONTENT 
------------------------------------------------------------- */

#contentArea {
	
	/*background: url(../../../Images/content_bg.gif) center top repeat-y;*/
	background: url(../../../Images/content_bg.jpg) center top repeat-y;
}

.contentWrapper {

	padding: 0 16px;
	
}

#ModulecontentArea {
	
	/*background: url(../../../Images/content_bg.gif) center top repeat-y;*/
	background: url(../../../Images/content_bg.jpg) center top repeat-y;
	text-align: center;
}

.ModulecontentWrapper {

	padding: 0 16px;
	
}

/* -------------------------------------------------------------
= CONTENT - PUBLIC
------------------------------------------------------------- */

#pub-content #contentMain {
	
	/*background: url(../../../Images/contentMain_top.gif) center top no-repeat;*/
	background: url(../../../Images/contentMain_top.jpg) center top no-repeat;

}

	#pub-content #contentMain .inside {
	
		/*background: url(../../../Images/contentMain_bot.gif) center bottom no-repeat;*/
		background: url(../../../Images/contentMain_bot.jpg) center bottom no-repeat;
		padding: 30px;
	
	}

#pub-home #contentSecond,
#pub-content #contentSecond {

	background: url(../../../Images/contentScnd_mid.gif) center top repeat-y;
	border-top: 1px solid #BD7200;
}

	#pub-home #contentSecond .inside,
	#pub-content #contentSecond .inside {
		background: url(../../../Images/contentScnd_top.jpg) center top no-repeat;
		padding: 15px;
	}
	
		#pub-home #contentSecond img,
		#pub-content #contentSecond img {
			margin: 0 5px 0 0;
		}
		
		#pub-home #contentSecond p,
		#pub-content #contentSecond p {
			color: #fbe170;
		}


/* -------------------------------------------------------------
= CONTENT - PRIVATE 
------------------------------------------------------------- */
#priv-home.contentWrapper,
#priv-content.contentWrapper {

	background: url(../../../Images/contentMain_top.jpg) center top no-repeat;

}

#priv-home #contentMain,
#priv-content #contentMain {

	float: left;
	width: 505px;
	margin: 20px 0 10px;

}
	#priv-home #contentMain .inside,
	#priv-content #contentMain .inside {
	
		padding: 0px 20px 15px 25px;
	
	}

#priv-home #contentSecond,
#priv-content #contentSecond {

	float: left;
	width: 190px;
	margin: 20px 0 10px;

}

	#priv-home #contentSecond .inside,
	#priv-content #contentSecond .inside {
		
		padding: 5px 10px 10px 5px;
		margin: 5px 15px 15px 15px;
		
	}

#priv-home #sidebar,
#priv-content #sidebar,
#priv-landing #sidebar {

	float: left;
	width: 200px;
	margin: 20px 0px 10px;

}

	#priv-home #sidebar .inside,
	#priv-content #sidebar .inside,
	#priv-landing #sidebar .inside {
	
		background: #dac58c;
		border: 1px solid #b9a05d;
		padding: 5px 10px 10px 5px;
		margin: 10px 15px 5px 15px;
	
	}
	

#contentBottom {

	background: url(../../../Images/contentMain_bot.jpg) center bottom no-repeat;
	clear: both;
	padding: 50px 0 0 0;

}
/* -------------------------------------------------------------
= Additional Layouts 
------------------------------------------------------------- */
#priv-landing #contentMain {

	float: left;
	width: 695px;
	margin: 20px 0 10px;

}

	#priv-landing #contentMain .inside {
		
			padding: 0px 20px 15px 25px;
		
	}
	
#priv-landing2 #contentMain {

	float: left;
	width: 895px;
	margin: 20px 0 10px;
}

	#priv-landing2 #contentMain .inside {
	
		padding: 0px 20px 15px 25px;
	
	}

#priv-landing2 #sidebar {

	/*float: left;
	width: 200px;
	margin: 20px 0px 10px;*/
	display: none
}


/* -------------------------------------------------------------
= FOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	background: #B2A583 url(../../../Images/footer_bg.gif) center bottom no-repeat;
	color: #b2a583;
	font: 400 10px Arial, Verdana, sans-serif;
	padding: 2px 20px 20px;
	text-align: center;

}