@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background: #ffffff url(images/bkg.jpg) repeat-x top left;
	

}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #1c2867;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1c2867;
	text-decoration:none;
}
.bodytext a:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #87c037;
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #1c2867;
}
.banner2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1c2867;
}

div#areasweserve-container {
background:#FBF7F4 none repeat scroll 0 0;
border:2px solid #ECE8E5;
margin-left:2px;
padding:5px;
width:228px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
}
div#areasweserve-container h3 {
margin-top: 0;
}
ul.areas {
float:left;
display: inline;
font-size:11px;
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
line-height: 20px;
margin:0 0 5px 9px;
padding:0;
}
ul.areas li {
color: #88C037;
}
ul.areas li span {
color: #1C2867;
}

.clear {clear:both;}

#pictures {

	}
	h2.pictures-heading {
			background: url(../images/pictures-heading.jpg) no-repeat;
			width: 536px;
			height: 77px;
			display: block;
			text-indent: -9999px;
		}
	.picture {
			clear: both;
			margin-bottom: 10px;
		}
		.picture img {
				float: left;
				display: inline;
				width: 200px;
				border: 2px solid #88C037;
				padding: 2px;
			}
			.picture img:hover {
					border: 2px solid #1D2868;
				}
		.picture p {
				color:#1D2868;
				display:inline;
				float:left;
				font-size:12px;
				line-height:20px;
				margin:0 0 0 20px;
				padding:0;
				width:340px;
			}
		.picture p strong {
				display: block;
				color: #88C037;
				font-size: 14px;
			}