@charset "utf-8";

/* html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
 }
body {
    background-color: bisque;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:5px;
    margin-left:5px;
} */
h1.contact_header {
    margin-bottom: 0px;
    color: #000;
    font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.hidden  {
  display: none;
  visibility: hidden;
}
/*#nav {
    width: 100%;
    float: left;
    margin: 0 0 3em 0;
    padding: 0;
    list-style: none;
    font-family: arial;
    background-color: black;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#nav li {
    float: left;
}
#nav li a {
    padding: 0px 15px;
    text-decoration: none;
    font-weight: bold;
    color: yellow;
    border-right: 1px solid grey;
}
#nav li a:hover {
    color: red;
    background-color: #fff;
}*/
.center {
    text-align: center;
}
table {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	margin-bottom: 2px;
}
table img {
	margin-top: 1px;
	margin-bottom: 1px;
}
#catch_line {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#contact_form {
	font-family: Arial, Helvetica, sans-serif;
}

p.contact_intro {
	padding-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0px;
}
fieldset {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #ddd;
}
legend {
	padding: 0px 3px;
	font-weight: bold;
	font-variant: small-caps;

}
label {
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin: 6px;
}
.radio label {
	float: none;
	margin: -10px;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
/* input:focus: {
	background: #eaeaea;
} */
input, textarea {
	width: 349px;
}
textarea {
	height: 100px;
}
select {
	width: 254px;
}
input[type=checkbox] {
	width: 10px;
}
input[type=submit] {
	width: 185px;
	padding: 10px;
}
input[type=reset] {
	width: 185px;
	padding: 10px;
}
/*#footer {
	margin-top: 0px;
	border-top: 1px solid #666666;
	padding: 5px 0 0 5px;
	margin-right: 0px;
	text-align: center;
	font-size: 18px;
	clear: both;
	background-color: #ccffff;
}*/
.copyright {
	font-color: blue;
	vertical-align: middle;

}
/* @-moz-document url-prefix() {
  .a legend span {
    top: -30px !important;
    left: 0 !important;
    }
  } */
