html,body {
margin:0;
padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#484747;
	background-color:#FFF;
	text-align:center;
}

#wrapper {
width:900px;
text-align:left;
margin:0 auto;
}

#header {
height:150px;
}

#header h1 {
margin:0;
padding:0;
}

#nav {
background:#004780;
height:30px;
font-size:12px;
color:#fff;
z-index: 30;
padding-left: 10px;
}

#nav ul {
display:inline;
margin:0 0 0 10px;
padding:0;
}

#nav ul li {
margin-left:0;
list-style:none;
display:inline;
line-height:30px;
padding:0 18px 0 0;
float:left;
}

#nav ul li a {
background:url(images/bullet.gif) left no-repeat;
color:#fff;
text-decoration:none;
padding:0 0 0 22px;
display: block;
}

#nav ul li a:hover {
color:#ff323e;
}

#nav div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #306a98;
	border-top: none;}

	#nav div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 0 10px !important;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #306a98;
		color: #fff !important;
		background-image: none !important;
		line-height: 24px !important;}

	#nav div a:hover
	{	background: #5786ab;
		color: #fff !important;}


body.home li#home a,body.services li#services a,body.projects li#projects a,body.greenleed li#greenleed a,body.about li#about a,body.education li#education a,body.blog li#blog a,body.news li#news a,body.contact li#contact a {
color:#ff323e;
font-weight:bold;
}

#content {
text-align:left;
padding:20px 0 40px;
}

#content p {
line-height:20px;
}

#content a {
	color:#004980;
	text-decoration:underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content a:hover {
	text-decoration:none;
}

#content h2 {
	font-size:18px;
	font-weight:bold;
	color: #004F81;
}

#content ul {
margin:0 0 0 20px;
padding:0;
}

#content ul li {
list-style:square inside;
padding:2px 0;
}

.staff {
display: block;
height: 56px;
padding-bottom: 20px;
}

.staff img {
float: left;
border: 1px solid #888;
padding: 2px;
margin-right: 15px;
}

.staff p {
margin: 0;
padding: 0;
}

.float-right {
float:right;
width:auto;
padding:0 0 15px 35px;
}

.float-left {
float:left;
width:auto;
padding:0 35px 15px 0;
}

.caption {
display:block;
text-align:right;
font-size:11px;
}

.description {
font-size:11px;
padding-bottom:10px;
}

.clear {
clear:both;
}

#content hr {
background:#333;
height:1px;
border:0;
}

#primary {
width: 420px;
float: left;
}

#secondary {
width: 420px;
float: right;
text-align: left;
padding-left: 40px;
}

h2.project-title {
margin-bottom:5px;
}

.float-right img,.float-left img {
	margin:0 0 4px;
	border: medium solid #004980;
}

#footer {
font-size:10px;
text-align:center;
padding-bottom:30px;
}

#footer a {
text-decoration:none;
color:#484747;
}

#footer a:hover {
text-decoration:underline;
}
ul li strong {
	color: #004980;
}
p strong u {
	color: #004980;
}
p strong {
	color: #004980;
}

