@charset "utf-8";
/* CSS Document */

#nav .active {
background: url('../images/btn-contact-hover.jpg') top left;
}

#header p {
	background-image:url(../images/contact.png);
	background-repeat:no-repeat:;
	background-position:top left;
	width:127px;
	height:19px;
	display:block;
	position:absolute;
	top:214px;
	left:14px;
	margin:0px;
	padding:0px;
}

#header span {
	visibility:hidden;
}

p, ul {
	margin:0px;
	padding:0px;
}

div#contact {
	width:1000px;
	min-height:495px;
	background-image:url(../images/bottomBar-contact.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:0px;
	padding:0px;
}

p#contactInfo {
	background-image:url(../images/contactImage.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:282px;
	height:147px;	
	margin-left:700px;
	margin-top:0px;
	position:relative;
	top:90px;
}


p#contactInfo span {
	visibility:hidden;
}

div#contactBorder {
	width:600px;
	height:350px;	
	margin-top:-60px;
	margin-left:70px;
	padding:0px;
}

div#contactForm {
	position:relative;
	left:35px;
	top:35px;
}

form {

}


div#text p {

	position:relative;
	left:35px;
	top:35px;
}

