@charset "UTF-8";

p
  {
  margin: 0;
  }

.pagemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 2px;
	color: #999;
	margin-left: 22px;
}

.menuhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 62px;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 2px;
	color: #999;
	margin-left: 2px;
}

/* spry menu styling */

*:focus {
	outline: 0;
}

/* This makes the submenu appear under the menu.  */
nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	
#active a {
color: #006699;
text-decoration:none;

}	

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}



.portfoliotext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	margin-left: 40px;
	margin-top: 10px;
}

.abouttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	margin-left: 40px;
	margin-top: 10px;
	text-decoration:none;
}

.abouttextgreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #096;
	text-decoration:none;
}

a.blue:link {color: #006699;}
a.blue:active {color: #006699;}
a.blue:visited {color: #006699;}
a.blue:hover {color: #006699;}

.clienttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-decoration:none;
	margin-left: 3px;
}

.list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	margin-left: 40px;
	margin-top: 10px;
}
.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #069;
	letter-spacing: 1px;
	line-height: 18px;
	margin-left: 2px;
}
