/* ******************** Content ******************** */

h1 {
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
p, ul, ol {
	line-height: 17px;
	padding: 0px 0px 20px;
	margin: 0px;
}
p a, ul a, ol a{
	color: #66CC00;
	text-decoration: none;
}
p a:hover, ul a:hover, ol a:hover{
	text-decoration: underline;
}


/* ******************** Request brochure ******************** */

#request a{
	background-image:url(../images/navigation/request.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width: 140px;
	height: 16px;
	position: relative;
	z-index: 30;
}
#request a:hover{
	background-image:url(../images/navigation/requesth.gif);
}
#requesth a{
	background-image:url(../images/navigation/requesth.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width: 140px;
	height: 16px;
	position: relative;
	z-index: 30;
}

/* ******************** Request brochure form ******************** */

form{
	padding: 0px;
	margin: 0px;
}
input, textarea{
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	padding: 3px;
	width: 230px;
}

.submit{
	background-color: #66CC00;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	float: right;
	margin-right: 5px;
	padding: 3px;
	width: 70px;
}


/* ******************** News ******************** */

.newsitem {
	background-image: url(../images/navigation/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 3px;
	padding-left: 7px;
}
.newsitem:hover {
	background-image: url(../images/navigation/arrow_smallh.gif);
	color: #66CC00;
}
.newsdate {
	font-size: 9px;
	color:#999999;
	display: block;
	margin-bottom: 10px;
	padding-left: 7px;
}
.newsdatebig {
	color:#999999;
	display: block;
	margin-top: -10px;
	margin-bottom: 20px;
}
.back {
	background-image: url(../images/navigation/arrow_back_small.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 3px;
	padding-left: 7px;
}
.back:hover {
	background-image: url(../images/navigation/arrow_back_smallh.gif);
	color: #66CC00;
}

/* ******************** News ******************** */

.link {
	background-image: url(../images/navigation/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-decoration: none;
	color: #333333;
	display: block;
	margin-bottom: 3px;
	padding-left: 7px;
}
.link:hover {
	background-image: url(../images/navigation/arrow_smallh.gif);
	color: #66CC00;
}
