body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
font-family: Tahoma;
}

input, textarea {
    font-size:11px;
    font-family:Tahoma;
}

.top {
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	color: #7D7D7D;
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #969696;
	text-decoration: none;
}
a.copy:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #969696;
	text-decoration: none;
}
a.copy:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #969696;
	text-decoration: none;
}
a.copy:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #969696;
	text-decoration: none;
}
a.copy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #969696;
	text-decoration: underline;
}
.text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5B5B5B;
}
.text_1a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #5B5B5B;
}
.text_1b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000033;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #5B5B5B;
	font-weight:bold;
}
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}
.link_2 {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	color: #2D2D2D;
}
.link_3 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #494949;
	font-weight: bold;
}
.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 20px;
	width: 187px;
	border: 1px solid #BEC0C2;
}
.form_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 130px;
	width: 187px;
	border: 1px solid #BEC0C2;
	overflow:auto;
}

#google_maps {
    width:295px;
    overflow:hidden;
    font-size:12px;
}

#google_maps label {
    float:left;
    margin-right:5px;
    margin-top:2px;
}

#google_maps input {
    float:left;
    margin-right:10px;
    border:1px solid #104775;
}

#google_maps #submit {
    margin:0px;
    cursor:pointer;
}

#google_maps strong {
    text-align:left;
    display:block;
    font-size:12px;
    margin:10px;
}

#contact_form {
    width:408px;
    margin-top:20px;
    overflow:hidden;
}

#contact_form .row {
    margin:15px 0px;
}

#contact_form input.form {
    border:1px solid #104775;
    width:380px;
    padding:3px;
}

#contact_form input#captchacode {
    width:150px;
}

#contact_form textarea.form {
    border:1px solid #104775;
    width:380px;
}

#contact_form .submit {
    height: 23px;
    text-align: center;
    font-size: 11px;
    padding: 3px 3px 3px 3px;
    background: #104775;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor:pointer;
}

#contact_form .success {
    font-size:12px;
    text-align:center;
    display:block;
}

#contact_form .error {
    font-size:12px;
    text-align:center;
    display:block;
}
