/*Rolling H Farm styles*/
body {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 85%;
	line-height: 1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(image/bodyBackground.gif) ;

}
ul {
	margin: 0;
	padding: 0;
	margin-left: 2em;
}
#pageWrapper {
	width:1024px;
	margin:auto;
	background-color:#fff;
}

.greeting{
	font-size:.65em;
	text-align:left;
	}

.banner {
	text-align:center;
	border-bottom:2px solid #680000;
	}

#headerBottom {
	border-bottom: .4em solid #999;
	border-top: .4em solid #999;
	height:1.5em;
}

h1, h2, h3, h4 {
	color: #999;
	font-style: italic;
	margin: 0;
	padding: .5em 0;
}
h2 {
	font-size: 1.4em;
	line-height: auto;
}
a:link, a:visited {
	color: #999;
}

a:hover, a:active {
	color: #0000EE;
}
#breadcrumbGoogle {
	display:none;
}
.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: underline;
}
#associates th {
	color: #937D91;
	background: #D4CCD4;
}

#contentWrapper {
	background-color:#680000;
	}
	
#content, #user, #contentNoMenu, #dudes {
	background-color:#ffe;
	}

/* Left Menu */
#navL{
	background-color:#680000;
	float: left;
	width: 20%;
	padding-top: 1em;
	left: 0;
	font-size: 90%;
	line-height: normal;
}
#navL ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
#navL li {
}
#navL a:link, #navL a:visited  {
	display: block;
	color: #fff;
	padding: .5em 0;
	text-decoration: none;
}
#navL a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration:underline;
}
#navL a.current  {
	color: #fff;
	font-weight: bold;
}
#navL li ul li {
	margin: 0;
	padding: 0;
}
#navL li ul {	
	margin-bottom: .5em;
}
#navL li ul a   {  
	text-decoration: none; 
	border: none;
}
#navL li ul a:hover {
	color: #700130;
}

.sidebar {
	font-size: 95%;
}

#user fieldset label 
	 {
    width: 200px !important;
	}


#footer {
	color: #595959;
	background: #dedede;
	font-size: 90%;
}
#footer a {
	color: #595959;
}
.greeting {
	color: #999;
	font-weight: bold;
	text-align: center;
}