
/* TYPOGRAPHY.CSS */

/* dark green #014901 */

body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.5;
	color: #666;
}

a {
	color: #014901;
	text-decoration: underline;
}

a:visited {
	color: #014901;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

a img {
	padding: 4px;
	border: 1px solid #2E719E;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ol, ul {
	padding-left: 2em;
}

li {
	margin-bottom: .75em;
}

h1 , h2, h3{
	
	
	color:#55bad4;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: .5em;
}




h4 {
	font-size: 1.166667em;
	line-height: 1.5em;
}


img.left {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	clear: right;
	margin: 0 0 0px 0px;
}
iframe{
	height: 255px;
	width: 300px;
}
#map {
	float: right;
	padding: 5px;
}

.btn{
	font-size:1.2em;
}
#nav {
	font-size:1.1em;
	font-weight:normal;
}

#Breadcrumbs p{
	font-size:.85em;
	font-weight:normal;
}
