body {
	margin: 0px;
	padding: 0px;
	font: 12px/20px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background:#034020 url(../images/back.jpg) center top no-repeat;
}
a{
	color: #0CB14B;
	font-weight: bold;
}
a:hover{
	color: #000;
	font-weight: bold;	
}
#wrapper{
	background-color: #FFF;
	width: 960px;
	margin: 0px auto;
}
#header{
  margin:10px 0 8px 6px;
	width:740px; 
	height:172px;
	display: none;
	position:relative;
}
#header .caption {
  position: absolute;
  bottom: 10px;
  right: 23px;
  font-weight: bold;
  color: #CCC;
}
.topRight {
  width: 304px;
  height: 181px;  
  position: absolute;
  top:12px;
  right:-55px;
}

#sideBar{
	width: 183px;
	float: left;
	height: 700px;
	background:url(../images/malanda_north_09.jpg) bottom left no-repeat;
}	
ul#nav{
	margin: 0px;
	padding: 0px;
	width: 145px;
	margin-left: 20px;
  
}	
ul#nav li{
   list-style: none;
}
ul#nav li a{
	padding: 7px 0px 7px 25px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #6c8043;
	text-decoration: none;
	display: block;
	background:transparent url('../images/bullet_light.jpg') top left no-repeat;
	
}
ul#nav li a:hover{
	color: #21B24B;
  background:transparent url('../images/bullet_dark.jpg') top left no-repeat;
}

ul#nav li ul {
  padding-left: 15px;
  width: 130px;
}
ul#nav li ul li {
  list-style:none; 
}
ul#nav li ul li a {
  font-size: 0.9em;  
  background:transparent url('../images/bullet_small_light.jpg') top left no-repeat;
}
ul#nav li ul li a:hover {
  background:transparent url('../images/bullet_small_dark.jpg') top left no-repeat;
}


#mainContent{
  position: relative;
	float: left;
	width: 746px;
}
#content{
	padding: 20px 0px 20px 20px;
  font-size: 1.2em;
}	
#rightContent{
	float: left;
	width: 185px;

}	
#footer{
	padding: 20px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}
#footer a{

	font: 11px/18px Arial, Helvetica, sans-serif;

	color: #666;
	text-decoration: none;
}
#footerArea{
	border-top: 1px solid #B3D670;
	padding-top: 10px;
}
h1{
	background: url(../images/malanda_north_h1.jpg);
	height: 54px;
  width: 722px;
  margin: 0px;
	padding: 0px;
	font: bold 16px/55px Arial, Helvetica, sans-serif;
	padding-left: 20px;
	color: #FFF;
}
h2{
	color: #333;
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3{
	color: #333;
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.inputText{
	width: 95%;
}
.clear{
 clear: both;
}
.attop{
	margin-top: 0px;
	padding-top: 0px;
}	
.imgRight{
	float: right;
	clear:right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgLeft{
  float: left;
  clear:left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.imgCentre{
  clear:both;
  position: relative;
  display:block;
  margin: 0 auto 0 auto;
}
.noClear {
  clear:none;
}
.noBorder { border:0; }
.imgBorder{
	border: 1px solid #CCC;
}

.imgRight img, .imgLeft img, .imgCentre img { 
  float:left;
}
.imgRight .caption, .imgLeft .caption, .imgCentre .caption { 
  font-size: 0.85em;
  float:left;
  clear:left; 
  display: block;
}
.imgBorder .caption {
  padding-left: 5px;
}
.smallText{
	font: 11px Arial, Helvetica, sans-serif;
}
.button,
a.button {
  display: inline-block;
  padding: 10px;
  background: #B3D56E;
  border-radius: 3px;
  color: #049244;
  text-decoration: none;
}
.place-image-row {
  margin-bottom: 1em;
}

.image-round-corners {
  border-radius: 20px;
}

.carrington-image-row-1 {
  display: block;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 10px;
}

.carrington-image-row-1 img {
  display: inline-block;
  width: auto;
  height: 223px;
}

.carrington-image-row-1 .image-1 {
  margin-right: 10px;
}

.carrington-image-row-1 .image-2 {

}
