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

body {
	background-color: white;
	font-family: "proxima-nova", Helvetica, sans-serif;
	padding: 0;
	color: #606060;
}
img { border: 0; }
#container ul {
	margin-left: 0px;
}
#home .home, #about .about, #contact .contact {
	/* commands for highlighted navigation go here */
	color: white;
	font-size: 28px;
}
.homer {
	margin:10px;
}
.homer a {
	text-decoration: none;
	color: #909090;
}
.homer a:hover {
	position: relative;
	top: 2px;
	left: 1px;
	border-color: #000 #aaa #aaa #000;
}
.cpy {
	font-family: sans-serif;
	font-size: 8pt;
	color: #adadad;
}
#breadcrumbs ul, #breadcrumbs li { list-style-type:none; padding:0; margin:0; }
#breadcrumbs { border-bottom:1px solid #ccc; background-color:#fff; line-height: 20px; overflow:auto; font-size:11px; font-weight:bold; }
#breadcrumbs li { float:left; padding-left:8px; }
#breadcrumbs li a { padding:0 32px 2px 0; background:transparent url(../images/blue-hand.png) no-repeat right center;  text-shadow: none;}
#breadcrumbs li a:link, #breadcrumbs li a:visited { text-decoration:none; color:#42b1d9; }
#breadcrumbs li a:hover, #breadcrumbs li a:focus { color:#80ba00; }
#breadcrumbs li {color:#80ba00;}
