File "process.php"
Full Path: /home/raylsmit/public_html/m/process.php
File size: 2.16 KB
MIME-type: text/x-php
Charset: utf-8
<?php header('Content-type: text/html; charset=utf-8'); ?>
<?php include("details.php"); ?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title><?php echo $businessname; ?> - Our Process</title>
<meta http-equiv="Cache-Control" content="max-age=600" />
<meta name="description" content="Our Process" />
<meta name="keywords" content="Our Process" />
<meta name="robots" content="index, follow, all" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="width" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no" />
<link href="css/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Start Header -->
<?php include("header.php"); ?>
<!-- End Header -->
<div style="margin: 0pt auto; max-width: 600px;">
<div id="wrapper">
<!-- Start Nav Button -->
<div class="topnav">
<p><a href="./">Home | Our Process</a></p>
</div>
<!-- End Nav Button -->
<!-- Start Content -->
<div id="contentinner">
<div class="content">
<p></p>
<p>Our firm offers ongoing financial planning and investment advice to our clients based upon the individual needs of the client. Following a detailed analysis of financial data and after multiple discussions with our clients, we come to understand our client's objectives, time horizon, risk tolerance, liquidity needs and goals. Based on this we develop the client's personal Investment Policy and manage the portfolio based upon that policy and their specific needs.</p>
<p>Cathy Pareto & Associates provides Financial Planning as a stand alone service or in conjunction with ongoing investment management.</p>
<p>Investment Management clients, however, benefit from our financial planning services at no additional cost (it is inclusive in the annual fee).</p>
<p></p>
</div>
</div>
<!-- End Content -->
</div><!-- wrapper -->
</div><!-- margin -->
<!-- Start Footer -->
<?php include("footer.php"); ?>
<!-- End Footer -->
</body>
</html>