/* CSS Document */

header {
	height: 275px;
	background-position: right 0px;
	background-image: url(../images/small_logo.jpg);
	background-repeat: no-repeat;
}

header a.logo {
	width: 170px;
	height: 253px;
	left: 20px;
	background-image: url(../images/small_logo.jpg);
}


nav {
	top: 275px;
}

nav a {
	margin-right: 20px;
}

article {
	padding: 100px 20px 10px 20px;
}

.promo_container {
	padding: 10px 20px 15px 20px;
}

.promo_container .promo {
	background-position: 0px 0px;
}

.promo_container .promo .content {
	padding: 100px 30px 0px 0px;
}

.promo_container .promo.info .content {
	padding: 10px 30px 0px 0px;
}

body {
	background-image: none;
}
.page .headerinfo h2 {
	margin-top: 40px;
	text-align: right;
	width: 87%;
	padding: 7px 20px 10px 20px;
	float: right;
	color: #FFF;
}
.page .headerinfo p {
	text-align: right;
	width: 390px;
	padding: 0px 20px 10px 20px;
	float: right;
	color: #FFF;
}

table {
	font-size: 1em;
}


.map {
	width: 80%;
	text-align: center;
	margin-left: 10%;
}


.contact_container .contact {
	width: 50%;
	float: left;
	background-position: 0px 3px;
}
.contact_container .contact .contactform {
	width: 350px;
	padding: 20px 0px 10px 10px;
	background-color: #CCC;
}

.textinput, textarea {  
        width: 85%;  
}  

.contact_container .contact .location {
	margin: 0px 0px 40px 20px;
	padding: 10px 10px 10px 10px;
	width: 325px;
	background-color: #CCC;
}
