@charset "UTF-8";
/* CSS Document */

/* STYLES SPECIFIC TO CLAYBIRD PAGES */

#header{
	margin:0px auto;
	background:url(../images/paintball-header-01.jpg) no-repeat;
	width:804px;
	height:301px;
}

h1{
	color:#8f8c80;
	font-size:2.5em;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h2{
	color:#8f8c80;
	font-size:1.6em;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

a{
	color:#8f8c80;
}

a:hover{
	color:#8f8c80;
	text-decoration:none;
}

/* NAV */

ul.subNav{
	list-style:none;
	margin:0px;
	padding:0px;
}	

ul.subNav li.sectionTitle{
	background:url(../images/hinterland-nav-title.png) no-repeat;
	height:78px;
	width:208px;
}

ul.subNav li{
	margin:0px;
	pading:0px;
}

ul.subNav a{
	display:block;
	background:#8f8c80;
	height:23px;
	padding:6px 0px 0px 20px;
	color:#FFF;
	font-size:1.2em;
	text-decoration:none;
	border-top:2px solid white;
}

ul.subNav a:hover, ul.subNav a.selectedHinterland{
	display:block;
	background:#cccbc6;
	height:23px;
	padding:6px 0px 0px 20px;
	color:#8f8c80;
	font-size:1.2em;
	text-decoration:none;
	border-top:2px solid white;
}

/* FORM */

.contactForm{
	float:right;
	width:300px;
	padding:20px;
	background:#e9e8e2;
	border:#8f8c80 1px dotted;
}

.flash-error {
    color: red;
    margin-left: 85px;
}




