p, li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	text-decoration: underline overline;
}

body {
	background-color: #D8EAE5;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.tag a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;

}
.tag a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #99FFFF;
	text-decoration: underline overline;
}


#nav_about a {
	display: block;
	position:absolute;
	left:90px;
	top:60px;
	width:132px;
	height:22px;
	background:  url(imgs/nav_ABOUT.gif) 0 0 no-repeat;
	z-index:1;
}
#nav_about a:hover {
	background-position: 0 -22px;
}
#nav_services a {
	display: block;
	position:absolute;
	left:222px;
	top:60px;
	width:133px;
	height:22px;
	background:  url(imgs/nav_SERVICES.gif) 0 0 no-repeat;
	z-index:1;
}
#nav_services a:hover {
	background-position: 0 -22px;
}
#nav_examples a {
	display: block;
	position:absolute;
	left:355px;
	top:60px;
	width:134px;
	height:22px;
	background:  url(imgs/nav_EXAMPLES.gif) 0 0 no-repeat;
	z-index:1;
}
#nav_examples a:hover {
	background-position: 0 -22px;
}
#nav_clients a {
	display: block;
	position:absolute;
	left:489px;
	top:60px;
	width:132px;
	height:22px;
	background:  url(imgs/nav_CLIENTS.gif) 0 0 no-repeat;
	z-index:1;
}
#nav_clients a:hover {
	background-position: 0 -22px;
}
#nav_contact a {
	display: block;
	position:absolute;
	left:621px;
	top:60px;
	width:136px;
	height:22px;
	background:  url(imgs/nav_CONTACT.gif) 0 0 no-repeat;
	z-index:1;
}
#nav_contact a:hover {
	background-position: 0 -22px;
}

.contactInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;

}

