/* Import required stlyes */

@import url('styles.css');
@import url('template.css');

/* SHARED CLASSES */

/* indented text */
.text-wrapper {
	padding-left: 12px;
	padding-right: 12px;
}


/* more links */
a.more {
	padding-right: 12px;
	font-weight: bold;
	text-decoration: underline;
	background: transparent url(img/arrow-pink.gif) no-repeat right center;
}
a.more:hover {
	color: #000;
}

/* lists */
.arrow-list {
	padding-left: 0;
}
.arrow-list li {
	list-style: none;
	padding: 3px 0 3px 20px;
	background: transparent url(img/bullet-arrow.gif) no-repeat 0 6px;
}

/* headers */
.t2 h2 {
	font-size: 160%;
}
.t2 h3 {
	font-size: 135%;
}
.t1 .header {
	height: 310px;
	background: #000 url(img/t1-header-bg.gif) repeat-x left top;
}
.t1 .header p {
	margin: 0;
	padding: 0;
}
.t2 .header {
	height: 94px;
	background: #000 url(img/t2-header-bg.gif) repeat-x left top;
}
.t2 .header h1 {
	display: block;
	position: relative;
	width: 980px;
	height: 94px;
	padding: 0;
	margin-bottom: 0;
	font-size: 300%;
	line-height: 2.5em;
	color: #fff;
}
.t2 .header span {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}


/* buttons */
a.button {
	display: block;
	position: relative;
	padding: 0;
}
a.button span {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}



/* contact */
form p.submit {
	text-align: right;
}
form p.submit input {
	width: auto;
	padding: 0;
	border: none;
}

