@CHARSET "ISO-8859-1";
#procedure{
	clear: both;
	background: #fff url(../images/procedure-pat.jpg) top left repeat-x;
	height: 302px;
	width: 882px;
	
	border-bottom: 1px dashed #000;
}
#procedure-txt{
	background: url(../images/proc-img.jpg) top left no-repeat;
	/*width: 100%;*/
	height: 302px;
	padding-left: 137px;
	padding-top: 17px;
}
#procedure-txt h1{
	font-family: Times New Roman;
	font-size: 46px;
	margin: 0;
	padding: 0;
	color: #440E0E;
	width: 70%;
}

div.procedure-list{
margin: 20px;
float: left;
}
div.procedure-list h2{
	font-family: Verdana;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	color: #836148;
	white-space: nowrap;
}

div.procedure-list ul{
    margin:0px;
    padding:0;
    list-style-image: url(../images/bullet.gif);
    /*float:left;*/
}
div.procedure-list ul li{
	font-family: Verdana;
	font-size: 12px;   
	color: #836148; 
	margin-left: 15px;
	white-space: nowrap;
}

div.procedure-list ul li a{
	text-decoration: none;
	color: #836148;
}
div.procedure-list ul li a:hover{
	text-decoration: none;
	color: #440E0E;
}

.client-link{
	font-family: verdana;
    font-size: 12px;
	color: #000000;
	}
.client-link a{
	font-family: verdana;
    font-size: 12px;
	color: #000000;	
	text-decoration:underline;
	}
.client-link a:hover{
	font-family: verdana;
    font-size: 12px;
	color: #000000;	
	text-decoration:none;
	}	