@charset "utf-8";
/*
Green: #9C3
Blue:#39C
Orange:#F60
*/
/* Core */
p {
	line-height: 110%;
}
a, a:hover, a:visited {
	text-decoration:none;
}
img {
	border:none;
}
a img {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
textarea, select, input {
	font-weight: bold;
	font-size: 125%px;
}
body {
	background:url('../images/bck2.jpg') fixed top left;
}
/* Top Navigation */
#top-nav {
	background:url('../images/trans25.png') repeat left top;
	height:30px;
	font-size:80%;
	padding-top:6px;
	letter-spacing:0.25px
}
#top-nav, #top-nav a {
	color:#fff
}
#top-nav a {
	text-decoration:none;
	padding:6px 0 8px 0
}
#top-nav a:hover {
	color:#F60
}
#top-nav span {
	margin:0 4px;
	color:#444
}
#top-contact {
	text-align:right
}
#logo {
	margin:5px 0;
	height:70px;
}
#logo h1, #logo h2 {
	text-indent: -9999px
}
#logo a {
	height:70px;
	width:420px;
	display:block;
	background:url('../images/erd_logo.gif') no-repeat bottom left;
}
/* -- end -- */
#wufoo-form {
	margin-top:5px;
	overflow:hidden;
}
p.lead {
	color:#000;
	font-size:24px;
	font-weight:normal
}
p {
	color:#000
}
strong {
	font-weight:bolder
}
#floatdiv {
	position:absolute;
	z-index:1000;
	overflow: hidden;
	width: 55px;
	height: 28px;
}
/* -- // end -- */
.footer {
	background:url('../images/trans25.png') repeat left top;
	height: 35px;
	padding:10px 0	
}
.footer p {
	color:#FFF;
	font-size:90%;
	line-height:1.25;
	letter-spacing:0.5px
}
.footer a {
	color:#39C
}
.footer a:hover {
	color:#000
}
.footer strong {
	font-weight:bold
}
.ft-nav ul, .ft-nav li {
	margin:0;
	padding:0;
	list-style:none
}
.ft-nav a {
	display:block;
	padding:2px 10px;
	text-decoration:none
}
.ft-nav a:hover {
	color:#fff;
	background:url('../images/pixel.png') repeat left top;
}
