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

body,h1,h2,h3,h4,h5,h6,p 

{
font-family: Arial, 'Sans-Serif';
text-decoration: none;
text-align: left;
word-spacing: normal;
}


body 
{
     background-color:#333; 
     font:normal 62.5% Arial /* 16px × 62.5% = 10px */;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
}

p, li{ 
	font-size: 1.3em;
	color: #444;
	word-spacing: normal;
	line-height: 1.3em;
}

a:link, a:visited {
	text-decoration:underline;
	color: #418f08;
}

a:hover {
	text-decoration:none;
	color: #418f08;
}

h1, h2, h3, h4{
	color: #418f08;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 2.5em;
	font-weight: normal;
	padding:0 0 0 0;
	margin-top:0px;
}	

h2{ 
	font-size: 1.8em;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: -10px;
}

h3{
	font-size: 1.5em;
	color: #333;
	letter-spacing: 1px;
	line-height: 1 em;
	margin-bottom: -8px;
}
	
h4{
	font-size: 2em;
	color: #FFFFFF;
	line-height: 1 em;
	letter-spacing: 0.5px;
	margin-bottom: -8px;
	text-align: center;
}	
	

ul{
	margin: 0px;
	padding-left: 2em;
	text-indent: .1em;
}

li{
	color: #444;
}

li ul li{
	list-style-type: circle;
	font-size:1em;
}


label{
	font-size: 1.0em;
	color: #444;
	word-spacing: normal;
	line-height: 1.3em;
}
label .asterix{
	font-size: 1em;
	color: #FF0000;
	word-spacing: normal;
	line-height: 1.3em;
}

input{
	width: 70%;
}
.inputtext{ 
	font-family: Arial, 'Sans-Serif';
	font-size: 1.3em;
	color: #000;
}


textarea{
	width: 70%;
}

.submit{
	width: auto;
}
#footer {
	width: 100%;
	height: 100%;
	display:block;
	background-color:#333;
	margin: 0 auto;
	padding:10px 0 0 0;

}

#footer p{ 
	font-size: 1.2em;
	color: #999;
	word-spacing: normal;
	text-align: center;
	line-height: 1.9em;
	display: block;
}

#footer a:link, a:visited {
	text-decoration:none;
	color: #999;
}

#footer a:hover {
	text-decoration:underline;
	color: #999;
}


/* WRAPPER Page elements */

#wrapper {
	width: 100%;
	min-height: 700px;	
	height:auto;
	background: url(images/bg_left.png) 0 125px repeat-x;
	background-color:#ffffff;
}

#wrapperhead {
	width: 850px;
	margin: 0 auto;
	padding:0 0 0 0px;
	height: 125px;
	display:block;
	background-color:#ffffff;
	
}
#wrapperbody {
	width: 850px;
	min-height:450px;
	margin: 0 auto;
	padding:0 0 0 0px;
	display:block;
	background-color:#ffffff;
	

}

/* Page elements/Header */


.logo {
	float:left;
	width: 320px;
	height:125px;
	background: url(images/logo.png) 0px 25px no-repeat;
}


/* Page elements/Header/Tagline*/
.tag {
	float: right;
	width: 400px;
	height: 125px;
	background: url(images/tag.png) 100% 60px no-repeat;
	padding-right: 25px;
	padding-left: 25px;
	margin:0 25px 0 0px;
}

.tagb {
	float: right;
	width: 500px;
	height: 55px;
	background: url(images/tagb.png) 100% 0 no-repeat;
	padding-right: 25px;
	margin:0 0 0 0px;
}
/* content page styles */

#contentleft {
	float: left;
	width: 540px;
	height:100%;
	padding: 20px 30px 30px 20px;
	background-color:#ffffff;
	
}

#puff {
	float: right;
	width: 220px;
	height:100%;
	margin:40px 20px 0 0;
	background-color:#ffffff;
}

#puffnews {
	float: right;
	width: 220px;
	height: 200px;
	margin:20px 20px 0 0;
	background: url(images/img_news.jpg) 100% 0 no-repeat;
}

#puffnews p {
	padding: 80px 20px 0 20px;
	font-size: 9pt;
	font-style: normal;
	float: left;
}

#puffnews h3 {
	padding: 90px 20px 0 20px;
	font-size: 11pt;
	font-style: normal;
	float: left;
}
	
/* main menu bar */

#menu
{
	display:block;
	margin: 0 auto;
	padding:0 0 0 15px;
	width: 850px;
	height:100px;
	list-style: none;
	background: url(images/header.png);
	background-repeat: no-repeat;
}


#menu li
{
	display:inline;

}

#menu ul
{
	padding: 0px;

}

#menu a
{
	display: block;
	display:inline;
	float: left;
	font-size: 1em;
	font-style: normal;
	line-height:15px;
	letter-spacing:0em;
	text-align:center;
	color: #fff;	
	padding: 70px 0 0 0;
	margin-left:15px;
	text-decoration: none;
	word-spacing: normal;
	font-weight: normal;
}

#menu a:hover
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #57aa0d;
}

#menu a.active
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

