

.menu {	}
.menu ul {
	font-size: 100%;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	
	}
.menu li {
	list-style:none;
	border-bottom: 1px solid #000000;
	line-height: 1.5em;

	}
.menu li a {
	color: #444444;
	font-family:verdana, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration:none;
		width: 100%;
	height:100%;
		display:block;
	}
.menu li a:hover {
		text-decoration:none;
		color:#869F2A;}

/* generic classes */
a {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color:#869F2A;
	text-decoration: none;

}
a:visited {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	color:#869F2A;


}
a:hover {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color:#869F2A;
	text-decoration: none;
}
/* knowledge page */
input {
	border: 1px solid #C3CF95;}
	
#name, #occupation, #company, #industry, #email, #phone, #password1, #password2, #tsandcs, .send {
	margin: 5px 0px;}
#name {
	}
#name input{
	position: relative;
	left: 79px;	
width: 250px;}
	
#occupation {}
#occupation input{
	position: relative;
	left: 51px;
width: 250px;}

#company {}
#company input{
	position: relative;
	left: 60px;
width: 250px;}

#industry {}
#industry input{
	position: relative;
	left: 32px;
width: 250px;}

#email {}
#email input{
	position: relative;
	left: 32px;
	width: 250px;}

#phone {}
#phone input{
	position: relative;
	left: 29px;
	width: 250px;}

#password1 {}
#password1 input{
	width: 250px;
	position: relative;
	left: 57px;}

#password2 {}
#password2 input{
	width: 200px;
	position: relative;
	left: 10px;
	width: 250px;}

#tsandcs {}
#tsandcs input{
	border: 0px;
		position: relative;
	left: 10px;}

input.send {
	float:right;
	margin: 0px 25px 0px 0px;
	padding: 2px 12px 2px 5px;
	color:#444444;
	border: 0px;
	font-family:verdana, Helvetica, sans-serif;
	font-size:0.9em;
	background-image:url(../images/send.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
	}

/* news */
.introduction {}

.article_wrapper {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 0px;

	}
.article_wrapper .title {
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	color:#A5B760;
	float:left;
}
.article_wrapper .date {
	font-size: 0.8em;
	color:#666666;
	float:right;
}
.article_wrapper .description {
clear:both;
display:block;
width:100%;
border-top: 1px dotted #CCCCCC;
padding: 5px 0px 0px 0px;
}
.article_wrapper .description p{
	margin: 0px;
	padding: 0px;
	color:#444444;}








