body {
	background-color: #7e7a75;
	color: #605e25;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
p {
	color: #51501B;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}
.p_title { color: #605e25; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a { color: #F2F1E2; text-decoration: none; }
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#container {
	background-color: #bdbe7b;
	background-image: url(../media/conker_bkgd.gif);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	left: 2px;
	width: 878px;
	border: solid 1px #fff;
	height: 420px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.cell_pad { padding: 20px 18px 18px; }
.cell_pad_projects { padding: 20px 18px 18px 20px; }
.grey_img_border { border: solid 1px #414141; }

#header { font-size: 12px; font-family: verdana; float:left; width:100%; line-height:normal; background: #acad71 url(../media/navi/conker-conservation_01.gif) 50% bottom; }

#header ul { top: 100%; margin:0; padding:77px 20px 0 0; list-style:none; }

#header li { float:right; background:url(../media/navi/cc_tab_r.gif) no-repeat right top; margin:0 0 0 -1px; }    

#header a { color: #7e7a75; float:left; display:block; background:url(../media/navi/cc_tab_l.gif) no-repeat left top; text-decoration: none; padding:5px 15px 4px; }
     /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
#header a:hover {
      color:white;
      }

#header #current {
    background-image:url(../media/navi/cc_tab_current_r.gif);  
    }
#header #current a { color: white; background-image:url(../media/navi/cc_tab_current_l.gif);
 ;text-decoration: none; padding-bottom: 5px; }
#home_list {
	color: #51501B;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul { line-height: 16px; }
h2 {
	font-size: 14px;
	font-weight:bold;
	margin:0px;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	margin:0px;
}

#news_lftcol {
	float: left;
	width: 420px;
	margin-right: 38px;
}

#news_rhtcol {
	float: left;
	width: 420px;
}

#news_lftcol img, #news_rhtcol img {
	border: solid 1px white;
}

.imgright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border: solid 1px white;
}

.border {
	border:1px solid #FFFFFF
}

.botboxes {
	left:20px;
	bottom:20px;
	position:absolute; 
	width:878px;
	text-align:center;
}

/*SLIDER STYLES*/

    #content-slider {
	width: 878px;
	height: 8px;
	background: #9E9E61;
	position: relative;
    }

    .content-slider-handle {
      width: 8px;
      height: 16px;
      position: absolute;
      top: -5px;
      background: #FFFFFF;
      border: solid 1px #9E9E61;
    }

    #content-scroll {
	width: 876px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #bdbe7b;
	border: solid 1px #9E9E61;
    }

    #content-holder {
      width: 3060px; /*305px per column + 10px for first column left padding*/
	  height:330px;
    }

    .content-item {
	width: 274px;
	height:300px;
	float: left;
	margin:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	display:inline;
  }
