html { 
  min-height: 100%; 
	margin-bottom: 1px; 
	background: #e2efd4;
	color: #00703c;
}
body {
	font-size: 77%;
	font-family: helvetica;	
	margin:0;
	padding:0;
	
}


/* a */
a, a:visited { 
	color : #00703c; 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
} 

div.clear {
	clear: both;
}

h2, p {
	margin: 0.5em 0;
}

.caption {
    margin: 0.5em 0 2em 0;
    font-size: 80%;
	color: #2D8E67;
}




/* Main blocks
=================================*/
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #ffffff;
	padding: 0;
}
#header {
	width: 733px;
	height: 82px;
	position: relative;
	margin-left: 27px;
	background: url("../images/topbanner_image.jpg") no-repeat 195px 0;
	margin-bottom: -20px;
}
#header h5 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: normal;
}
#header h5 a {
	width: 107px;
	height: 46px;
	background: url("../images/andrew_raven_trust.gif") no-repeat 0 0;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 36px;
	left: 0;
}
#header p {
	text-indent: -10000px;
	margin: 0;
}


/* Main Nav
=================================*/
ul.menu {
	width: 500px;
	position: relative;
	top: -14px;
	left: 230px;
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  font-size: 93%;
  letter-spacing: 0;
}
ul.menu li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
	list-style: none;
 }
ul.menu a {
  float:left;
  display:block;
  padding:5px 9px 4px 0;
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
 }
 
 

body#home ul.menu .homenav,
body#about ul.menu .aboutnav,
body#news ul.menu .newsnav,
body#mem ul.menu .memnav,
body#links ul.menu .linksnav,
body#support ul.menu .supportnav,
body#contact ul.menu .contactnav {
  background:url("../images/left.gif") no-repeat left top;
}
body#home ul.menu .homenav a,
body#about ul.menu .aboutnav a,
body#news ul.menu .newsnav a,
body#mem ul.menu .memnav a,
body#links ul.menu .linksnav a,
body#support ul.menu .supportnav a,
body#contact ul.menu .contactnav a {
  background:url("../images/right.gif") no-repeat right top;
  color:#7bc143;
  padding-bottom:5px;
}



/* Content Blocks
=================================*/

#left-col {
	float: left;
	width: 180px;
	margin-left: 27px;
}
#right-col {
	float: left;
	width: 520px;
	margin-left: 15px;
}

.left-col-top {
	background: #caded3 url("../images/panel_left_top.gif") no-repeat 0 0;
	width: 180px;
	height: 19px;
	margin-bottom: -8px;
}
.left-col-cont {
	background: #caded3;
	border-left: 1px solid #00703c;
	border-right: 1px solid #00703c;
	padding: 0 18px 0 35px;
}
.left-col-bottom {
	background: #caded3 url("../images/panel_left_bottom.gif") no-repeat 0 0;
	width: 180px;
	height: 19px;
	margin-top: -8px;
}




.right-col-top {
	background: #d5e8c1 url("../images/panel_right_top.gif") no-repeat 0 0;
	width: 520px;
	height: 19px;
	margin-bottom: -8px;
}
.right-col-cont {
	background: #d5e8c1;
	border-left: 1px solid #00703c;
	border-right: 1px solid #00703c;
	padding: 0 18px;
}
.right-col-bottom {
	background: #d5e8c1 url("../images/panel_right_bottom.gif") no-repeat 0 0;
	width: 520px;
	height: 19px;
	margin-top: -8px;
}



.home-text {
	width: 502px;
	margin-left: 240px;
	margin-bottom: 15px;
}
.home-text a {
	color: #7bc143;
}

.home-image {
	background: url("../images/andrew_raven_trust_home_image.jpg") no-repeat 0 0;
	width: 678px;
	height: 311px;
	margin-left: 64px;
}


/* Footer
=================================*/
.footer {
	width: 760px;
	margin: 18px 0 0 0;	
	background: transparent url("../images/footer_background.jpg") no-repeat 0 0;
	color: #ffffff;
}
.footer-left {
	width: 180px;
	float: left;
	margin-left: 27px;
}
.footer-right {
	width: 538px;
	float: right;
}




