@charset "utf-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	color: #000;
}
p   {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.h4contactpage {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 28px;
}

#contact_address_block {
	font-size: 16px;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 24px;
}

#wrapper {
	min-height: 100%;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
}
#wrapper #header {
	width: 100%;
	height: 217px;
	background-color: #FFF;
	text-align: center;
}

#wrapper #header #header_left {
	width: 20%;
	text-align: left;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	letter-spacing: 2px;
	line-height: 22px;
}
#wrapper #header #header_middle {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 60%;
	text-align: center;
	float: left;
}
#wrapper #header #header_middle img {
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}

#wrapper #header #header_right {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 20%;
	float: left;
	text-align: right;
}
#header_right label {
	text-align: right;
	display: block;
	width: 100%;
	font-size: 11px;
	line-height: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header_right .textfield {
	width: 150px;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 5px;
}
#header_right .button {
	background-color: #FFF;
	border: 1px solid #000;
	font-size: 11px;
	line-height: 13px;
}

#wrapper #body {
	width: 100%;
	padding-bottom: 75px;
	margin-top: 10px;
	background-color: #FFF;
}
#footer  {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-color: #021c62;
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
}
#footer a  {
	color: #FFF;
}

.mainform fieldset {
	border: 1px solid #000;
	margin-bottom: 15px;
}
.mainform fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mainform fieldset label {
	text-align: right;
	display: block;
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.mainform fieldset .textfield {
	width: 200px;
	margin-bottom: 8px;
	padding: 3px;
}
.mainform fieldset select {
	width: 210px;
	margin-bottom: 8px;
	padding: 3px;
}
.mainform fieldset #email_type_radio label {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
	display: inline-block;
}
.mainform fieldset #submit {
	margin: 0px;
}
.mainform fieldset textarea {
	height: 300px;
	width: 260px;
}

/*ggggggggggggggg*/

.registerform fieldset {
	border: 1px solid #000;
	margin-bottom: 15px;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}
.registerform fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.registerform fieldset label {
	text-align: right;
	display: block;
	width: 220px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	clear: both;
}
.registerform fieldset .textfield {
	width: 200px;
	margin-bottom: 8px;
	padding: 3px;
}
.registerform fieldset select {
	width: 210px;
	margin-bottom: 8px;
	padding: 3px;
}
.registerform fieldset #email_type_radio label {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
	display: inline-block;
}
.registerform fieldset #submit {
	margin: 0px;
}
.registerform fieldset textarea {
	height: 300px;
	width: 260px;
}
