html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
	line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear:after{clear: both;content: "";display: block;}
h1{font-size: 26px;}
h2{font-size: 20px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
h6{font-size: 10px;}
li{list-style: none;}
a{text-decoration: none;color: #333;}
a:hover{text-decoration: underline;}


div#logo {
  margin: 30px auto 0 auto;
  text-align: center;
}
div#logo p {
  margin-top: 15px;
  color: #222;
}
div#logo p a {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}
#contact-form {
  width: 400px;
  margin: 30px auto 10px auto;
}
#contact-form div {
  margin-bottom: 10px;
}
div#recaptcha_widget_div, div#recaptcha_widget_div div {
  margin: 0;
}
#contact-form label {
  width: 130px;
  float: left;
}
#contact-form div.submit input{
  margin-left: 130px;
}

div.errorClass {
  margin-left: 130px;
}

#footer {
  margin: 45px auto;
}
#footer p {
  text-align: center;
  font-size: 0.8em;
  color: black;
}
#footer p a {
  font-weight: bold;
}