*
{

	text-decoration: none;
	margin: 0;
	padding: 0;
	height: auto;
}

body
{
	background-color: #ccc;
	margin-bottom: 15px;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	font-weight: normal;
}

p
{
	font-size: 12px;
	color: #666;
}

#logo
{
	margin-bottom: 15px;
}

#accordion
{
	width: 660px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	margin: 0 auto;
	margin-top: 10px;
	border: 20px solid #fff;
	border-top: 15px solid #fff;
	background-color: #fff;
	border-bottom: 400px solid #fff;
}

a.toggler, a.toggler0, a.toggler1
{
	display: block;
	background:#666666;
	color: #fff;
	/*border:1px solid #999;*/
	padding:6px 0 6px 3px;
	margin-top: 2px;
}

#accordion a.last
{
	background: none;
	display: block;
	height: 0px;
	border: none;
	padding:0;
}

/**
 *	INFO
 */


#credit
{
	color: #666;
	margin-top: 220px;
}

div.info
{
	float: left;
	margin: 10px 0 10px 35px !important;
	margin: 10px 0 10px 17px;
	width: 274px;
}

div.info a
{
	color: #666;
}

div.more
{
	float: left;
	margin: 10px 0 10px 10px;
	width: 340px;
}

/**
 *	PROJECT
 */
 
div.project_card
{
	padding: 10px 0 0 35px;

}

div.conservation_card
{
	padding: 10px 0 10px 0;

}

div.details
{
	width: 205px;
	float: left;
}

div.details h3
{
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 10px;
}



div.images
{
	float: right;
	width:350px;
}

div.images img
{
	height: 165px;
	width: 165px;
	float: left;
	border-left: 10px solid white;
	border-bottom: 10px solid white;
}

/**
 *	PROPS
 */

#log
{
	position: absolute;
	position: fixed;
	display: none;
	top: 10px;
	left: 10px;
}

a.loading
{
	background-image: url(spinner.gif);
	background-repeat: no-repeat;
	background-position: 565px;
}

span.control
{
	padding-right: 20px;
	padding-left: 5px;
}

/**
 *	CATEGORIES
 */

div.categories
{
	margin-left: 35px;
	overflow: visible;
	height: auto;
}

dl.category
{
	margin-left: 35px;
	height: auto;
}

a.residential
{
	background-color: #663366;
}

dl.category a.residential
{
	background-color: #fff;
	border: 1px solid #663366;
	color: #663366;
}

h3.residential
{
	color: #663366;
}

/*	------------  */

a.commercial
{
	background-color: #336699;
}

dl.category a.commercial
{
	background-color: #fff;
	border: 1px solid #336699;
	color: #336699;
}

h3.commercial
{
	color: #336699;
}

/*	------------  */

a.educational
{
	background-color: #006666;
}

dl.category a.educational
{
	background-color: #fff;
	border: 1px solid #006666;
	color: #006666;
}

h3.educational
{
	color: #006666;
}

/*	------------  */

a.landscaping
{
	background-color: #993300;
}

dl.category a.landscaping
{
	background-color: #fff;
	border: 1px solid #993300;
	color: #993300;
}

h3.landscaping
{
	color: #993300;
}

/*	------------  */

a.conservation
{
	background-color: #666600;
}

h3.conservation
{
	color: #666;
}

/*	------------  */

h3.earlier
{
	color: #689999;
}

a.earlier
{
	background-color: #689999;
}

dl.category a.earlier
{
	background-color: #fff;
	border: 1px solid #689999;
	color: #689999;
}

div.details h3 span
{
	color: #666;
}
