@charset "UTF-8";
/* CSS Document */

body{
	/*background-image:url(../images/bg.gif);
	background-repeat:repeat-x; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.5em;
	/*color:#424749;*/
}

h1, h2, h3, h4, h5{
	font-family:"century gothic","gill sans",  georgia, "helvetica neue", arial;
	font-weight:normal;
}


.container{
	padding-top:20px;
}

a { padding: 2px; margin: 0 -2px 0 -2px; text-decoration: none; }
a:link { color: #5dc20e; }
a:visited { color: #5dc20e; }
a:hover { background-color: #5dc20e; color: #FFF; }
a:active { color: #5dc20e; }

h3{
	font-size:16px;
	font-weight:normal;
	margin:20px 0 2px 0;
	font-style:italic;
}

#header{
	padding-bottom:75px;
}
#navigation{
	padding:10px 0 0 0;
}

#navigation ul{
	list-style-type: none;
	float:right;
	margin:0;
	padding:0;	
	color:#202020;
	font-family:"helvetica neue","century gothic","gill sans", "helvetica", arial, verdana;
	font-size:11px;
	line-height:25px;
	text-transform:uppercase;
	
	}
#navigation li{
	float:left;
	padding:0 20px 0 10px;
	
	/*border-bottom:dashed;
	border-width:1px;*/
}
#navigation ul li a{text-decoration:none;}
#navigation ul li a:link{color: #424749;background-color:#FFFFFF; }
#navigation ul li a:visited{color: #424749;background-color:#FFFFFF;;}
#navigation ul li a:hover{color: #5dc20e;background-color:#FFFFFF;}
#navigation ul li a:active{color: #424749;background-color:#FFFFFF;}

.knock{
	font-family:"century gothic", georgia, "helvetica neue", arial;
	width:100%;
	text-align:center;
	font-size:72px;
	font-weight:399;
	line-height:86px;
}
.jabb{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.5em;
}
.examples{
float:left;
width:290px;

}

.examples img{
	padding:2px;
	border:1px #CCCCCC;
}
#footer{
	background-image:url(../images/border.png);
	background-repeat:no-repeat;
	font-size:11px;
}

.infobox{
	padding:1.5em;
	margin-bottom:1.5em;
	background-color:#eeeeee;
	border-bottom:3px solid #cccccc;
	border-top:1px solid #cccccc;
	font-style:italic;
	font-size:14px;
}
.infobox img{
	float:left;
	padding:0 20px 10px 0;
}
.infobox h3{margin-top:0px;}
.infobox input{
	border:none;
	border-bottom:dotted;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#eeeeee;
	margin:0 2px;
	vertical-align:middle;
}
.infobox ul{
	margin-top:3px;
	padding-top:0px;
	list-style:none;
}
.infobox button{
	float:right;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#5dc20e;
}
.negative {
  color:#d12f19;
}
