/* CSS Document */

body {
	font-family: verdana, arial, helvetica;
	background: #333 url(/staticarchive/38e90f86b2984e6c82bde9f11ea41bb949366496.gif) repeat-x;
}

.container {
	background: url(/staticarchive/b3fa61a29943d576d645cb386237feddcabefb4f.gif) no-repeat 0 32px;
}

*html .container {
	height: 1%;
}

img {
	border: none;
}

hr {
	display: none;
}

/* ======= Barley - left nav styling =========================================== */
.leftnav a				{color:#434343; font-weight:bold; text-decoration: none; }
.leftnav a:hover	 	{color:#666; font-weight:bold; text-decoration: none; }
.navul 					{color:#434343; font-weight:bold; text-decoration: underline; }
.navul:hover	 		{color:#666; font-weight:bold; text-decoration: underline; }

.leftnav {
	padding-top: 60px;
}

/* ======= Barley - top banner ================================================ */
#topbanner {
	height: 80px;
}
/* ============================================================================ */


/* ======= Barley - top left styling ========================================== */
.bbcpageTopLeftTD, a.bbcpageTopleftlink { 
  color:#434343; 
}

a.bbcpageTopleftlink:hover { 
  color:#666; 
}

/* ======= Barley - lower left Services styling =================================== */
.bbcpageServices, .bbcpageServices a {
	color: #666;
}

.bbcpageServices a:hover {
	color: #444;
}

/* ======= Barley - footer styling =================================== */

.bbcpageFooter, .bbcpageFooter a {
	color: #666;
}

.bbcpageFooter a:hover {
	color: #444;
}


/* ===================== */

p {
	margin: 0;
	font-size: 80%;
	color: white;
}

a {
	color: white;
}




/* =============  Float clear hack from http://positioniseverything.net/easyclearing.html  =========================================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* =============  End Float clear hack  =========================================*/




