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

body{
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:14px;	
	color:#666;
	}
/*div{ border:1px solid #444;}*/

p{
	line-height:22px;
	padding:5px 0;
	}

a{
	color:#9b698b;
	text-decoration:none;
	font-weight:normal;
	
	}
a:hover{
	text-decoration:underline;
	}
	
h2{
	height:40px;
	width:800px;
	display:block;
	margin:40px 0;
	}
h2 span{
	display:none;
	}
h2.title_home{
	background:url(../images/home.gif) no-repeat bottom left;
	}
h2.title_solutions{
	background:url(../images/solutions.gif) no-repeat bottom left;
	}
h2.title_support_business{
	background:url(../images/support-business.gif) no-repeat bottom left;
	}
h2.title_support_individuals{
	background:url(../images/support-individuals.gif) no-repeat bottom left;
	}
	
h3{
	color:#666;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	line-height:26px;
	}

ul.list{
	padding:5px 16px;
	}
	
ul.list li{ 
	margin:0 0 8px 0;
	}
	
ul.links{
	list-style:none;
	margin:5px 0;
	
	}
	
ul.links li{ 
	background:url(../images/arrow.gif) no-repeat left;
	padding-left:12px;
	margin:0 0 8px 0;
	}
	
	
img {
	float:left;
	margin-right:20px;
	}
	
