/* CSS Document */

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

}

header a.logo {
	width: 184px;
	height: 199px;
	background-image: none;


}
article {
	padding: 250px 20px 10px 20px;
	line-height: 2em;
}

nav {
	top: 192px;
	padding: 10px 0px 10px 0px;
	background-color: #CCC;
}

nav a {
	color: #4700fd;
	display: block;
	margin: 3px;
	padding: 9px;
	border: 1px solid #4700fd;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover {
	color: #FFF;
	background-color: #666;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;		
}
	
.promo_container {
	padding: 0px;
}

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-top: 1px solid #CCC;
}

.promo_container .promo .content {
	padding: 0px 20px 5px 125px;
}

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

body {
	background-image: none;
}



.page .headerinfo h2 {
	margin-top: 20px;
	text-align: center;
	font-size: 1em;
	padding: 10px 100px 0px 10px;
	color: #FFF;
}
.page .headerinfo p {
	text-align: right;
	padding: 5px 10px 10px 10px;
	font-size: .9em;
	line-height: 1.2em;
	color: #FFF;
}

table {
	font-size: .8em;
}

.map {
	width: 100%;
	text-align: center;
	margin-left: 0px;
}


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

.textinput, textarea {  
        width: 70%;  
    }  
	
.contact_container .contact .location {
	margin: 10px 0px 20px 0px;
	padding: 10px 5px 10px 5px;
	width: 285px;
	background-color: #CCC;
}
