html,body{margin:0;padding:0}
body{
	font: 1.0em Verdana,Arial,sans-serif;
	text-align: center;
	background: #9BBDC3;
	padding-bottom:20px;
	line-height: 130%
}
p{margin-top:0}
h1,h2,h3{font: normal normal 200% "Trebuchet MS",Arial,sans-serif}
h2{font-size:160%}
h3{
	font-size:1.6em
}

div#header{
	width:100%;
	overflow:hidden;
	background: #509791;
	border-bottom: 3px solid #7DA164;
}

h1#firt span { display: none; }
h1#firt {
    height: 363px; /* height of the replacement image */
    background-image: url("logo.jpg");
    background-repeat: no-repeat;
}

div#menu{width:770px;margin:0 auto;text-align:left}

ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{float:right;font-size: 80%}
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{
	float:left;
	width: 95px;
	padding: 5px 0;
	background: #519892;
	text-decoration:none;
	color: #000
}
ul#nav a:hover{background: #A0BEC6;color: #006A35}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #7DA164;color: #000}

div#container{
	width:800px;
	margin:0 auto 10px;
	padding:20px 0 10px;
	text-align:left;
	background:#FFF;
}
.container {
	width:800px;
	margin:0 auto 10px;
	padding:20px 0 10px;
	text-align:left;
	background: inherit;
}
div#content{
	float:left;
	display:inline;
	width:770px;
	margin:0 0 10px 10px
}

ul#intro,ul#intro li{list-style-type:none;margin:0;padding:0}
ul#intro{
	width:800px;
	overflow:hidden;
	margin-bottom:20px
}
ul#intro li{
	float:left;
	width:31%;
	margin-right:10px;
	padding: 10px 0
}
li#mission{
	background: #A0BEC6
}
li#services{background: #A0BEC6}
ul#intro li#more{margin-right:0;background: #509791}
ul#intro p,ul#intro h3{margin:0;padding: 0 10px}
ul#intro h3{
	text-transform:uppercase;
	padding-bottom:3px;
	color: #333333
}

div#content h2{
	margin: 10px 0;
	color: #272F31
}
div.date{float:left;width: 4em;padding: 5px 0;background: #F1DDC4;color:#B0001E;
    text-align:center;margin: 0 4px 4px 0;font-size: 80%;line-height:0.9}
div.date span{display:block;font-size: 150%;font-weight:bold}

div.comments div{background: #EEE;margin-bottom:10px}
div.comments p{padding: 10px;margin:0}
div.comments div.odd{background:#DAE6FE}

div#side{
	float:right;
	display:inline;
	width: 180px;
	background:#CCCCCC;
	margin:0 10px 10px 0
}
div#side p{margin:5px 0 10px;padding: 0 10px}
div#side div{margin: 0 0 10px;padding: 10px 0}

div#footer{clear:both;width:750px;margin:0 10px 0;padding: 10px 0;
    background: #586695;color: #FFF;text-align:center}
div#footer p{margin:0}

.image {
padding: 5px;
float: left;
}

.picright {
padding: 10px;
float: right;
}
