html, body{
	background-color: #dee0ff;
	margin: 0px;
	font-size: 62.5%;
}

address{
	font-style: normal;
}

p + p{
	margin-top: 10px;
}

td{
	vertical-align: top;
}


b{
	font-weight: bold !important;
}

ul{
	list-style-type: disc;
	list-style-position: inside;
}

ul li{
	padding-left: 1em;
	text-indent: -1em;
}

li + li{
	padding-top: 10px;
}

a{
	color: #29bd10;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #29bd10;
}

#services-block p{
	margin-bottom: 20px;
}

.header{
	background-color: #65b059;
	padding: 20px;
	padding-bottom: 5px;
}

.header h1{
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.header h1 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	padding: 0px;
}

.header h1 a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.header ul{
	background-color: #65b059;
	color: #ffffff;
	font-family: Verdana;
	font-size: 18px;
	height: 40px;
}

.header ul li{
	display: inline;
	padding-left: 0px;
	text-indent: 0px;
}

.header a{
	text-decoration: none;
	padding: 10px;
	background-color: #317c24;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
}

.header a:hover{
	text-decoration: underline;
}

.header a:visited{
	color: #ffffff;
}

.header .nav-highlighted{
	text-decoration: underline;
}

.content{
	background: url('/images/grass.gif') top repeat-x;
	padding: 20px;
	padding-top: 40px;
}

.content img{
	border: 15px solid #1e1e1e;
}

.block img{
	border: 5px solid #444444;
}

.content .block{
	font-size: 16px;
	background-color: #1e1e1e;
	color: #ffffff;
	padding: 15px;
	line-height: 1.5em;
	font-family: Verdana, sans-serif;
}

.block + .block{
	margin-top: 20px;
}

.content .block h2{
	font-size: 26px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #555555;
}

.projects-table{
	margin-top: 30px;
}

.projects-table td{
	padding-right: 10px;
	padding-bottom: 30px;
}

.projects-table p{
	font-size: 14px;
}

h3{
	font-family: Helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.clients-table{
	margin: auto;
}

.clients-table img{
	border: 0px;
	display: block;
	margin: auto;
}

.clients-table td{
	background-color: #444444;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border: 10px solid #1e1e1e;
	border-bottom: 10px solid #1e1e1e;
	border-top: 0px;
	vertical-align: middle;
}

h3 a{
	color: #ffffff;
}

h3 a:visited{
	color: #ffffff;
}

h3 a:active{
	color: #ffffff;
}

* + h3{
	margin-top: 30px;
}

.events p + p{
	margin-top: 0px;
}

