@charset "UTF-8";
/* CSS Document */
/* Make Navigation Selected */

a.navcontact{
	background:url(../images/nav_contact_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navcontact:hover{
	background:url(../images/nav_contact_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navcontact:active{
	background:url(../images/nav_contact_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div#contactbox{
	padding-left:50px;
	width:526px;
}
/* Contact Styles */
#EmailFrom {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
}

#EmailFrom:hover {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	background-color:#FFF6A8;
}
#YourName {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
}
#YourName:hover {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	background-color:#FFF6A8;
}
#Company {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
}
#Company:hover {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	background-color:#FFF6A8;
}
#Phone {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
}
#Phone:hover {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	background-color:#FFF6A8;
}
#Fax {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
}
#Fax:hover {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	background-color:#FFF6A8;
}
.subbutton {
	margin-left:130px;
	margin-bottom:20px;
}
fieldset {
	border: 0px;
	width: 380px;
	padding:0px;
} 
.inputlabel {
	display:block;
	text-align:left;
	margin-bottom: 3px;
	font-size:10px;
}
.news_header{
	margin:0px;
	padding:0px;
	height:43px;
	width:600px;
	display:block;
	text-indent:-9999px;
	background:url(../images/h2_contact.jpg) top left;
}