/*
	-- -- -- -- -- -- --
	CPPLC Clay Farm v1 CSS
	last edit: 08/12/06
	-- -- -- -- -- -- --	
*/

*
{
	margin: 0px;
	padding: 0px;
}


body{
	background: #FAF7EF;
	background-image: url(/images/global/bg-tile.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

abbr, acronym{
	cursor: help;
}

.error{color: #F00;}
.clear{clear: both;}
.hide{display: none;}
a{color: #6C782E; font-weight: bold;}
a.pdf_link
{
	background-image: url(/images/global/pdf_icon.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

/*
=primary-navigation
*/
#primary-navigation
{
	width: 192px;
	float: left;
}

#primary-navigation h1
{
	width: 129px;
	height: 100px;
	background-image: url(/images/global/clayfarm-logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-indent: -999em;

	margin: 15px 0px 0px 35px;
}
#primary-navigation h1 a{
	width: 129px;
	height: 100px;
	display: block;
}

#primary-navigation h3
{
	display: none;
}

#primary-navigation ul
{
	width: 160px;
	margin-left: 20px;
	margin-top: 35px;
	border-top: 1px dashed #6C782E;
}

#primary-navigation ul li
{
	list-style-type: none;	
	border-bottom: 1px dashed #6C782E;
}

#primary-navigation ul li a
{
	display: block;
	color: #6C782E;
	text-transform: capitalize;
	padding-left: 5px;
	line-height: 2.6em;
	text-decoration: none;
	font-weight: bold;
	margin: 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#primary-navigation ul li a:hover, #primary-navigation ul li.current a
{
	background-color: #6C782E !important;
	color: #FFF !important;
}


/*
=content
*/
#content, #content-twocolumn
{
	width: 578px;
	float: left;
	background-image: url(/images/global/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 110%;
	line-height: 1.5em;
}

/*
=content-container
*/
#content-container
{
	margin-top: 90px;
	background-color: #FFF;
	clear: both;
}

/*
=primary-content
*/

#primary-content
{
	float: left;
	padding: 20px;
	padding-right: 10px;
	display: block;
	clear: both;
	/*border-bottom: 1px solid #1d568d;*/
	/*border-bottom: 1px solid #6C782E;*/
}

#content-twocolumn #primary-content
{
	width: 390px;
}

#primary-content h2
{
	color: #576508;
	font-family: Arial;
	font-size: 200%;
	margin-bottom: 15px;
}

#primary-content p
{
	color: #333;
	display: block;
	margin-bottom: 10px;
}

/*
=secondary-content
*/

#secondary-content
{
	width: 145px;
	float: right;
	margin-top: 20px;
	padding-right: 10px;
}

#secondary-content h3
{
	background-color: #EFE6CB;
	color: #6C782E;
	font-family: Verdana;
	font-weight: bold;
	font-size: 95%;
	padding: 5px 0px 5px 10px;
	
	margin-bottom: 5px;
}

#secondary-content ul
{
	margin-bottom: 20px;
}

#secondary-content ul li
{
	list-style-type: none;
	line-height: 1.8em;
}

#secondary-content ul li a
{
	font-weight: normal;
}

/*
=footer
*/

#footer
{
	margin-top: 20px;
	padding-left: 20px;
	color: #6C782E;	
	clear: both;
	font-size: 80%	
}
* html #footer
{
	margin-top: 40px;
}

#footer a
{
	color: #a39d89 !important;
	font-weight: normal;
		
}

#footer-logo
{
	width: 140px;
	height: 79px;
	background-image: url(/images/global/cpplc-logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-indent: -999em;
	
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}

#footer-logo a
{
	width: 140px;
	height: 79px;
	display: block;
}

.w280 		{width: 280px; }
.w330		{width: 330px; }
.w330h 		{width: 330px; 
			 height: 170px; }