html,body {
height: 100%;
font: normal 100% Georgia,Times,sans-serif;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

#wrapper {
height: 100%;
height: auto;
min-height: 100%;
width: 700px;
margin: 0 auto;
}

#content {
padding: 0 0 40px 0;
}

#nav {
background: #dae8f6;
height: 30px;
width: 100%;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
}
#nav ul li {
height: 30px;
margin: 0 20px;
float: left;
display: inline;
line-height: 28px;
font-size: .88em;
}
#nav ul li.active a {
color: #000;
}

#example {
background: #fff url(../images/example.png) repeat-x top left;
min-height: 250px;
width: 660px;
margin: 0 auto;
padding: 15px 0 0 0;
}

#example p {
margin: 0 10px 10px 10px;
font-size: .88em;
line-height: 1.38em;
}

#jcountup div.jcountup_nav, #jcountup h3 {
text-align: center;
}
#jcountup div.jcountup_nav {
margin: 10px 0 0 0;
}
#jcountup div.jcountup_nav a {
margin: 0 10px 0 0;
}
#jcountup h3 {
margin: 50px 0 0 0;
font-size: 7em;
}

form {
margin: 20px 0 0 0;
}
label {
margin: 0 0 0 1px;
display: block;
font-size: .94em;
cursor: pointer;
}
input.text, textarea {
background: #fff;
margin: 0 0 10px 0;
padding: 3px;
border: 1px solid #dae8f6;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomright: 3px;
}
input.text {
height: 15px;
width: 250px;
}
textarea {
height: 150px;
width: 350px;
}

#simpleblock div.simpleBlock {
background: #ff0000;
}

#footer {
height: 40px;
margin: -40px 0 0 0;
position: relative;
clear: both;
text-align: center;
font-size: .81em;
line-height: 40px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}

#jcontact-tag {
background: #dae8f6;
height: 30px;
width: 100px;
position: absolute;
z-index: 9999;
cursor: pointer;
display: none;
text-align: center;
line-height: 30px;
}
#jcontact-content {
background: #dae8f6;
height: 170px;
width: 260px;
/* Don't remove the lines below */
position: absolute;
z-index: -1;
display: none;
}
