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




h1.sectiontitle {
	font-size: 11px;
	text-transform: uppercase;
	color: #777777;
	}


/* ABOUT AVIZENT */

#about {
	width: 318px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	}
	
#about h1 {
	margin-bottom: 17px;
}

#about p {
	color: #58595B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	margin-bottom: 0;
	}




/* LATEST NEWS */

#news {
	width: 318px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 35px;
	float: left;
	}

#news h2 {
	color: #58595B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 21px;
	margin-bottom: 0;
	margin-top: 0;
	}
	
#news h2.line {
	border-top: 1px solid #DDDDDD;
	margin-top: 15px;
	padding-top: 16px;
	}


/* LINKS */	

#links {
	width: 159px;
	margin-left: 30px;
	float: left;
	}
	
#links h1 {
	margin-bottom: 12px;
	}
	
#links ul {
	list-style: none;
	margin-top: -4px;
	margin-bottom: 30px;
	}
	
#links ul li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	padding-top: 2px;
	line-height: 6px;
	padding-left: 0;
	}
	
#links ul li.line {
	border-bottom: 1px solid #DDDDDD;
	}
	
#links ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #58595B;
	text-decoration: none;
	line-height: 15px;
	}
	
#links ul li a:visited {
	color: #58595B;
	text-decoration: none;
	}
	
#links ul li a:hover {
	color: #91C844;
	text-decoration: none;
	}

#links ul li a:active {
	color: #91C844;
	text-decoration: none;
	}




/* READ MORE LINK */

p.readmore {
	
	}

p.readmore a {
	display: block;
	width: 100px;
	height: 15px;
	margin-top: 5px;
	margin-left: 1px;
	background: url("../images/readmore.gif") no-repeat;
	background-position: 0 0;
	}
	
p.readmore a:visited {
	background-position: 0 0;
	}
	
p.readmore a:hover {
	background-position: 5px 0;
	}
	
p.readmore a:active {
	background-position: 5px 0;
	}