/* CSS Document */
body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #666666;
	background-color: white;
	display: inline;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
}
	/*remove display: inline; above and there will be a buffer. it wont be edge to edge*/
 

	
a {
	text-decoration: none;
	color: #666666;
	outline: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", times, serif;
	padding-left: 0;
}



	
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	padding: 0 0 0 2px;
}

.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #96A0A2;
	line-height: 160%;
	padding: 1px 2px;
	background-color: white;
	bottom: 0;
	vertical-align: 1px;
}

.navigation a:hover {
	color: #223B3A;
	background-color: #C9D2D2;
	padding: 2px;
	bottom: 0;
	vertical-align: 1px;
}

.content {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #666666;
	padding-left: 0;
}


.projtitle {
	padding: 0;
	letter-spacing: normal;
	color: #2A3F3E;
	font: italic bold 13px/120% Georgia, "Times New Roman", Times, serif;
}

.subprojtitle {
	padding: 0;
	letter-spacing: normal;
	color: #2A3F3E;
	font: italic 13px/120% Georgia, "Times New Roman", Times, serif;
}

.contact {
	padding: 0;
	letter-spacing: normal;
	color: #2A3F3E;
	font: italic 13px/120% Georgia, "Times New Roman", Times, serif;
}

.contact a {
	padding: 0;
	letter-spacing: normal;
	color: #2A3F3E;
	font: italic 13px/120% Georgia, "Times New Roman", Times, serif;
}

.contact a:hover {
	padding: 0;
	letter-spacing: normal;
	color: #000;
	font: italic 13px/120% Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
.clients  {
	text-decoration: none;
	color: #666666;
	outline: none;
	padding-left: 0;
	font: italic 11px/15px Georgia, "Times New Roman", times, serif;
}

.clients a {
	text-decoration: none;
	color: #666666;
	outline: none;
	padding-left: 0;
	font: italic 11px/15px Georgia, "Times New Roman", times, serif;
}

.pages {
	padding: 0;
	letter-spacing: normal;
	color: #2A3F3E;
	font: 10px Arial, Helvetica, sans-serif;
}

#green {
	background-color: #D5E0E3;
	padding:  2px 2px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 5px;
	line-height: 3px;
	}
.subtitle {
	letter-spacing: normal;
	color: #819A9A;
	padding: 0px 0px 3px 0;
	font: italic bold 11px/120% "Georgia", "Times New Roman", serif;
}

#subnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #96A0A2;
	line-height: 120%;
	font-size: 10px;
	padding-left: 2px;
}

#subnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #96A0A2;
	line-height: 120%;
	font-size: 10px;
	padding-left: 2px;
}
#subnav a:hover {
	color: #223B3A;
	background-color: #C9D2D2;
	font-size: 10px;
	padding: 2px;
}
.c {
	color: #96A0A2;		border-bottom-style: none;
	font: 9px Arial, Helvetica, sans-serif;
}


