@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);

@font-face {
    font-family: 'ethregular';
    src: url('../fonts/ethromainethon-webfont.eot');
    src: url('../fonts/ethromainethon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ethromainethon-webfont.woff') format('woff'),
         url('../fonts/ethromainethon-webfont.ttf') format('truetype'),
         url('../fonts/ethromainethon-webfont.svg#ethregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p, .p {
	font-size: 14px;
	color: #000;
}
.psmallwhite {
	color:#fff;
	font-size:12px;
}
h1 {
	margin-top:10px;
	margin-bottom:10px;
}

#menu ul {
	margin:0px;
	padding:0px;
}
#menu li {
	padding:3px;
	list-style:none;
	float:left;
	width:auto;
	text-align:center;
	position:relative;
	z-index:9999;
	
}
#menu a {
	/*font-family: 'Pontano Sans', Arial, sans-serif;*/
	font-family:ethregular;
	font-size: 16px;
	text-decoration:none;
	color:#fff;
	display:block;
	padding:14px;
	text-transform:uppercase;
	font-weight:bold;
}

#menu a:hover {
	color: #000;
	background-color: #afd64f;
	padding: 14px;
}

.homebullet ul {
	padding-left:10px;
	list-style:none;
}
.homebullet li {
	margin-bottom:20px;
	padding-left:20px;
	background-image:url(../images/home/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
#footer a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#a2cc3a;
}
.boldgreen {
	font-weight:bold;
	color:#a2cc3a;
}
.bigboldwhite a {
	font-weight:bold;
	color:#a2cc3a;
	font-size:16px;
	text-decoration:none;
}
.bigboldwhite a:hover {
	color:#fff;
}
.bigboldwhite {
	font-weight:bold;
	color:#fff;
	font-size:16px;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #8FB927;
}