/*** Sections - Colours ***/

/********* green *********/

/** Navigation **/

.navbg-green
{
    background-color: #D5D10E;
}

.navbg-green ul li
{
    color: #818300;
}

/** Generic **/

.green .highlighted,
.green .page-selected
{
    color: #818300;
}

.green h3
{
    color: #818300;
}

.green .sectionbg
{
    background-image: url(../../images/client/green/sectionbg.jpg);
    background-repeat: no-repeat;
    padding-top: 30px;
    background-color: #D5D10E;
}

/** Listing **/

.green #list
{
    color: #818300;
}

.green #list a
{
    text-decoration:none;
	color: #818300;
}

.green #listing #list .alternative
{
    background-color: #f7f6cf;
}

/** Details **/
.green #details #description
{
   /* color: #006989; */
	color:#828301;
}

.green #details #information
{
    background-color: #e2df57;
}

.green #details #contactdetails, .green #details #venuedetails
{
    background-color: #818300;
}

.green #details .header
{
    background-image: url(../../images/client/green/details-header.jpg);
   /* background-color: #D5D10E; */
	 background-color:#818200;
}

/** Things to do **/
.green #thingstodo #sectionlist
{
    background-image: url(../../images/client/green/sectionlistbg.jpg);
    background-repeat: no-repeat;
    color: #818300;
    list-style-image: url(../../images/client/green/sectionlistbullet.jpg);
}

/** Zone **/
.green #zone #sectionlist
{
    background-image: url(../../images/client/green/zone-sectionlistbg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #818300;
    list-style-image: url(../../images/client/green/sectionlistbullet.jpg);
	border-top: 4px solid #7F8403;
}