@charset "UTF-8";/* Navigation *//* See layout.css for nav container-related css */#navbar a {	text-decoration: none;	display: block;	width: 171px;	height: 30px;	text-indent: -9000px;}#menu-about {	background: url(../images/btn_about.gif) no-repeat 0px 0px;	width: 171px;	height: 30px;}#menu-about:hover {	background-position: 0 -30px;}#menu-clients {	background: url(../images/btn_clients.gif) no-repeat 0px 0px;	width: 171px;	height: 30px;}#menu-clients:hover {	background-position: 0 -30px;}#menu-work {	background: url(../images/btn_work.gif) no-repeat 0px 0px;	width: 171px;	height: 30px;}#menu-work:hover {	background-position: 0 -30px;}#menu-contact {	background: url(../images/btn_contact.gif) no-repeat 0px 0px;	width: 171px;	height: 30px;}#menu-contact:hover {	background-position: 0 -30px;}#resume a {	text-decoration: none;	display: block;	width: 188px;	height: 120px;	text-indent: -9000px;}#btn-resume {	background: url(../images/btn_resume.gif) no-repeat 0px 0px;	width: 188px;	height: 120px;}#btn-resume:hover {	background-position: 0 -120px;}.btn-desc {	padding: 2px 0 0 20px;	font: italic 11px Georgia, "Times New Roman", Times, serif;	color: #999;}/* Links */a:link, a:visited {	color: #85b242;	text-decoration: none;	border-bottom: 1px dotted #85b242;}a:hover, a:active {	color: #ff8600;	text-decoration: none;	border-bottom: 1px solid #ff8600;}#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {	border: 0;}
