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

body {
	background-image: url(bg2.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #fff;
	font-family: 'Average Sans', sans-serif;
	font-style: normal;
	font-size: 19px;
	font-weight: 400;
	border: 0px;
}

img { border: 0px; }

.text1-bold{
	color: #00cc00;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase; 
	letter-spacing: 10;
}
.text1-large-bold{
	color: #00cc00;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase; 
	letter-spacing: 10;
}
.text1-green{
	color: #00cc00;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase; 

}
.text1-greenlg{
	color: #00cc00;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 35px;
	text-transform: uppercase; 
}
.text2-white{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4 em;
	letter-spacing: 1;
}
.text2-gray{
	color: #ccc;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4 em;
	letter-spacing: 1;
}
.sub-bg {
	background-image: url(images/index_04.jpg);
	height: 258px;
	width: 950px;
}
.pageborder {
	box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.75);
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #ccc;
}
a:active {
	text-decoration: none;
	color: #fff;
}
a.green{
	color: #00cc00;
}
.border {
	border: 2px solid #00cc00;
}
#contact {
	padding: 15 155 40 50;}
#body {
	padding: 5 30 5 30;
	text-align: left;
}
#body2 {
	padding: 0 1 0 1;
	text-align: left;
}
#contact-subpage {
	padding: 5 15 5 15;}
