/*
	Washburn Color Palette - from logo

	#736352		Dark Brown
	#AD9C8C		Light Brown
	#FFCE52		Yellow
	#61FFBD		Cyan
*/


/*------------------------------------------------------------------------------
	universal styles 
------------------------------------------------------------------------------*/	
	
@media print { .ScreenOnly { display: none; } }
@media screen { .PrintOnly { display: none; } }

	body {
		margin: 0; padding: 0;
		color: #736352;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #736352;
		text-align: center;
		line-height: 140%;
		}

	h1 {
		margin-top: 5px;
		line-height: 200%;
		}

	h2 {
		margin-top: 5px;
		line-height: 100%;
		}

	h3 {
		margin-top: 5px;
		margin-left: 1.5em;
		line-height: 100%;
		}

	h4 {
		margin-top: 5px;
		margin-left: 1.5em;
		margin-bottom: 0;
		line-height: 100%;
		}

	h5 {
		margin-top: 5px;
		margin-left: 1.5em;
		margin-bottom: 0;
		line-height: 100%;
		}

	p{
		margin: 0 0 10px 0;
		}

	a{
		color: #736352;
		}

	a:hover{
		color: #AD9C8C;
		}

	#mainbody{
		width: 800px;
		background: url('images/columns.gif') repeat-y;
		}

	#footer{
		color: #736352;
		font-family: Arial, verdana, sans-serif;
		font-size: 10px;
		text-align: center;
		}

	#content{
		margin-top: 10px;
		float: right;
		text-align: left;
		width: 562px;
		color: #736352;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		}

	#content p{
		margin: 10px;
		text-indent: 2em;
		line-height: 150%;
		}

	#content img{
		margin: 10px;
		border: 0;
		}

	.clearfloat {
		clear: both;
		height: 0;
		line-height: 0.0;
		font-size: 0;
		}

	#content .jobtitle{
		font-weight: bold;
		font-size: 14px;
		}

	#content .staff {
		text-indent: 0em;
		}

	#content .staff h{
		color: #000000;
		}


	
/*------------------------------------------------------------------------------
	Menu Bars (#upperMenu and #sideMenu)
------------------------------------------------------------------------------*/	

	#navMenu{
		width: 800px;
		height: 20px;
		background: #61FFBD;
		text-align: center;
		}

	#navMenu .last{
		border-right: 0;
		}

	#sidebar{
		font-size: 12px;
		color: #736352;
		background: #AD9C8C;
		font-weight: bold;
		line-height: 150%;
		margin-top: 0px;
		padding: 4px;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		float: left;
		width: 220px;
		height: 100%;
		text-align: right;
		}

		#sidebar h3{
			margin-left: 0;
			}

		#sidebar ul{
			margin-left: 10px;
			margin-top: 16px;
			text-align: left;
			list-style: none;
			font-family: Arial, Helvetica, sans-serif;
			}

		#sidebar ul li{
			margin-top: 12px;
			text-align: left;
			list-style: none;
			font-family: Arial, Helvetica, sans-serif;
			}

		#sidebar li a{
			padding: 0 10px 0 20px;
			}

		#sidebar li a:hover{
			background: #736352 url('images/pointer.png') no-repeat;
			}

		.currentpage {
			background: url('images/pointer.png') no-repeat;
			padding: 0 10px 0 20px;
			color: #FFCE52;
			}

		#sidebar a{
			color: #FFCE52;
			text-decoration: none;
			}

		#sidebar h2{
			color: #FFCE52;
			text-align: center;
			}

		#sidebar a:hover{
			color: #FFCE52;
			background: #736352;
			}

		#sidebar h3{
			font-size: 12px;
			color: #736352;
			background: #AD9C8C;
			font-weight: bold;
			line-height: 100%;
			margin-top: -4px;
			list-style: none;
			font-family: Arial, Helvetica, sans-serif;
			text-align: right;
			}

	#imageright{
		width: 200px;
		margin: 0;
		padding: 0;
		text-align: center;
		float: right;
		background: url('images/imagefloat.png') no-repeat;
		}
		
	#imagerightgolfonly{
		width: 200px;
		margin: 0;
		padding: 0;
		text-align: center;
		float: right;
		background: ;
		}

		#imageright img{
			margin: 0 5px 0 0;
			padding: 5px;
		}
			
/*------------------------------------------------------------------------------
	Page Wrapping - to mockup the style of a floating page
	voice-family line is to add support for older browsers.  More info
	in Listing 5 at: http://www.ericmeyeroncss.com/bonus/trick-hide.html 
------------------------------------------------------------------------------*/	

	#pagewrap{
		background: #FFFFFF url('images/pagefloat.gif') repeat-y;
		margin:0px auto;
		text-align: left;
		padding: 0 7px 0 9px;
		width: 816px;
		voice-family: "\"}\""; voice-family:inherit;
		width: 800px;
		}



/*------------------------------------------------------------------------------
	Wrapper for drop-down menu (internal to #upperMenu only)
------------------------------------------------------------------------------*/	

#p7menubar, #p7menubar ul {
	padding: 0 10px 5px 8px;
	font-size: 14px;
	color: #736352;
	background: #61FFBD;
	font-weight: bold;
	line-height: 140%;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 0 3px 0 3px;
	border-right: 1px solid #000;
	color: #736352;
}

#p7menubar a.trigger {
	padding: 0 5px 0 5px;
}

#p7menubar li {
	float: left;
	width: 7em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
	text-align: left;
}

#p7menubar ul li a  {
	color: #736352;
	border-right: 0;
	padding: 4px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #61FFBD;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FFFFFF;
	background-color: #736352;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #736352;
	background-color: #61FFBD;
}

#p7menubar ul a:hover {
	background-color: #736352!important;
	color: #FFFFFF!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}
