index.html
27.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body {
background:#ededed;
}
body, table, tr, td {
margin: 0;
font-size: 12px;
line-height: 15px;
color: #000000;
font-family: "Verdana", "Arial", sans-serif;
}
table, tr, td{
border: none;
border-collapse: collapse;
padding: 0;
vertical-align: top;
}
img, a img{
border: none;
border-collapse: collapse;
display: block;
}
td.container{
/*border: 1px #d44242 solid;*/
background-color: #ffffff;
}
.address{
font-size: 10px;
line-height: 11px;
text-align: right;
}
p {
margin-bottom: 10px;
margin-top: 10px;
}
a {
color: #0074c8; /*full blue*/
text-decoration: none;
}
.content-table th, .content-table td{
padding: 3px 3px 3px 10px;
}
.content-table th{
background-color: #a6a6a8;
color: #FFFFFF;
text-align: left;
}
.odd{
background-color: #e5e5e5;
}
.float-l{
float: left;
margin: 0 10px 10px 0;
}
.float-r{
float: right;
margin: 0 0 10px 10px;
}
img{
border:none;
border-collapse: collapse;
}
a img{
border:none;
border-collapse: collapse;
}
td.design, .design td{/* avoids extra space in Outlook for cells with images in them */
font-size: 1px;
line-height: 1px;
}
/* specific to CLO */
.issue{
color: #80bd01;
font-size: 11px;
line-height: 11px;
}
.this-issue{
color: #0074c8;
font-style: italic;
font-family: "Times", serif;
}
.quote p, .quote h1, .quote h2, .quote h3, .quote h4, .quote h5, .quote h6 {
margin-left: 23px;
color: #808285;
font-style: italic;
}
h1, h2{
font-family: "Times", serif;
font-weight: normal;
font-size: 20px;
line-height: 25px;
margin: 5px 0;
padding: 0;
}
h3{
font-family: "Verdana", sans-serif;
font-weight: bold;
font-size: 17px;
line-height: 21px;
margin: 5px 0;
padding: 0;
}
h4{
font-family: "Verdana", sans-serif;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
line-height: 16px;
margin: 5px 0;
padding: 0;
}
h5, h6{
font-weight: bold;
font-size: 12px;
line-height: 16px;
margin: 5px 0;
padding: 0;
}
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6 {
color: #80bd01;
}
.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
color: #0074c8;
}
.ceo-letter h1, .ceo-letter h2, .ceo-letter h3, .ceo-letter h4, .ceo-letter h5, .ceo-letter h6 {
color: #0074c8;
}
.green .border{
border: solid 1px #80bd01;
}
.blue .border{
border: solid 1px #0074c8;
}
.container .green .fill{
background-color: #e8f1d1;
}
.container .blue .fill{
background-color: #cee2f3;
}
ol{
margin:0;
padding:0 0 0 15px;
}
li{
margin:0;
padding:0;
}
.mission td a{
font-family: "Times", serif;
font-weight: normal;
font-size: 14px;
line-height: 19px;
margin: 0;
margin-left: 2px;
padding: 0;
}
</style>
</head>
<body LEFTMARGIN="0" TOPMARGIN="0">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="images/blank.gif" alt="" width="1" height="1"/></td>
<td id="centering" width="602" class="container">
<table class="container" cellspacing="0" cellpadding="0" border="0">
<!-- masthead -->
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr class="design">
<td><a href="http://communitylivingontario.ca"><img src="images/logo.gif" alt="logo" width="218" height="62" /></a></td>
<td><a href="http://www.essentialaccessibility.com/download"><img src="images/accessibility.gif" alt="accessibility" width="336" height="62" /></a></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr class="design">
<td><img src="images/mast-gap-1.gif" alt="mast-gap-1" width="218" height="73" /></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="198" class="mission">
<tr>
<td class="design" width="12">
<img src="images/arrow.gif" alt="arrow" width="12" height="20" />
</td>
<td><a href="http://communitylivingontario.ca/about-us/mission-vision-goals">Mission</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="198" class="mission">
<tr>
<td class="design" width="12">
<img src="images/arrow.gif" alt="arrow" width="12" height="20" />
</td>
<td><a href="http://communitylivingontario.ca/about-us/mission-vision-goals">Vision</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="198" class="mission">
<tr>
<td class="design" width="12">
<img src="images/arrow.gif" alt="arrow" width="12" height="20" />
</td>
<td><a href="http://communitylivingontario.ca/about-us/strategic-priorities-2011-2016">Strategic Priorities</a></td>
</tr>
</table>
</td>
</tr>
<tr class="design">
<td><img src="images/mast-gap-2.gif" alt="mast-gap-2" width="218" height="15" /></td>
</tr>
</table>
</td>
<td class="design"><a href="http://communitylivingontario.ca/node/1699"><img src="images/mast-qr.gif" alt="mast-qr" width="336" height="148" /></a></td>
</tr>
</table>
</td>
<td><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td></td>
<td class="issue"><singleline label='Date'>Q1 - 2014/2015</singleline><br> </td>
<td></td>
</tr>
<!-- Letter from the CEO -->
<tr>
<td></td>
<td class="ceo-letter">
<h2><singleline label="Title" repeatertitle='true' hideable >Letter from the CEO</singleline></h2>
<multiline label="Article Body" >
<p>Phasellus at lorem cursus, posuere lacus vel, rutrum purus. Etiam sed nunc non neque faucibus tincidunt. Praesent ac vehicula mauris. Maecenas vel massa tortor. </p>
<p>Quisque laoreet ligula ut dolor elementum fringilla. Cras commodo augue at est pharetra, sed pulvinar mi interdum. Nullam aliquet sapien eget ligula lobortis, ut fringilla purus posuere. Nam laoreet euismod dictum. Etiam sit amet dictum lectus. Cras scelerisque consequat elit ut egestas. Duis in nisi eget risus semper lobortis eget ac tortor. Maecenas eu mauris risus. Donec at aliquet tortor.</p>
<h4>Subheading</h4>
<p>Donec eu sem sagittis, hendrerit justo scelerisque, porttitor turpis. Nunc ac nisi eu arcu consequat lacinia. Donec at lacinia augue. Cras viverra tincidunt aliquam. </p>
<p>Thank you all for your continued support.</p>
<p>Sincerely,</p>
</multiline>
<img src="images/chris.gif" alt="chris" width="554" height="66" />
</td>
<td></td>
</tr>
<!-- In this report -->
<tr>
<td></td>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="554">
<tr>
<td width="164"><img src="images/in-this-report.gif" alt="in-this-report" width="164" height="80" />
</td>
<td class="this-issue">
<ol>
<tableofcontents>
<li><repeatertitle/></li>
</tableofcontents>
</ol>
</td>
</tr>
</table>
</td>
<td></td>
</tr>
<!-- repeating content -->
<tr>
<td></td>
<td>
<repeater>
<layout label='Article – Green Frame'>
<table cellspacing="0" cellpadding="0" border="0" class="green">
<tr>
<td class="border">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td class="design"><img src="images/s2.gif" alt="top" width="506" height="15" /></td>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td></td>
<td>
<img editable hideable src="images/optional_image.jpg" width="506" label='Feature Image' />
<h2><singleline label="Title" repeatertitle='true' hideable >Article Title</singleline></h2>
<multiline label="Article Body" >
<p>My paragraph</p>
</multiline>
</td>
<td></td>
</tr>
<tr>
<td class="design"></td>
<td class="design"><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td>
<td class="design"></td>
</tr>
</table>
</td>
</tr>
<tr class="design"><td><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td></tr>
</table>
</layout>
<layout label='Article – Blue Frame'>
<table cellspacing="0" cellpadding="0" border="0" class="blue">
<tr>
<td class="border">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td class="design"><img src="images/s2.gif" alt="top" width="506" height="15" /></td>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td></td>
<td>
<img editable hideable src="images/optional_image.jpg" width="506" label='Feature Image' />
<h2><singleline label="Title" repeatertitle='true' hideable >Article Title</singleline></h2>
<multiline label="Article Body" >
<p>My paragraph</p>
</multiline>
</td>
<td></td>
</tr>
<tr>
<td class="design"></td>
<td class="design"><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td>
<td class="design"></td>
</tr>
</table>
</td>
</tr>
<tr class="design"><td><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td></tr>
</table>
</layout>
<layout label='Article – Green Fill'>
<table cellspacing="0" cellpadding="0" border="0" class="green">
<tr>
<td class="fill">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td class="design"><img src="images/s2.gif" alt="top" width="506" height="15" /></td>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td><img src="images/arrow.png" alt="arrow" width="24" height="35" /></td>
<td>
<img editable hideable src="images/optional_image.jpg" width="506" label='Feature Image' />
<h2><singleline label="Title" repeatertitle='true' hideable >Article Title</singleline></h2>
<multiline label="Article Body" >
<p>My paragraph</p>
</multiline>
</td>
<td></td>
</tr>
<tr>
<td class="design"></td>
<td class="design"><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td>
<td class="design"></td>
</tr>
</table>
</td>
</tr>
<tr class="design"><td><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td></tr>
</table>
</layout>
<layout label='Article – Blue Fill'>
<table cellspacing="0" cellpadding="0" border="0" class="blue">
<tr>
<td class="fill">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td class="design"><img src="images/s2.gif" alt="top" width="506" height="15" /></td>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td><img src="images/arrow.png" alt="arrow" width="24" height="35" /></td>
<td>
<img editable hideable src="images/optional_image.jpg" width="506" label='Feature Image' />
<h2><singleline label="Title" repeatertitle='true' hideable >Article Title</singleline></h2>
<multiline label="Article Body" >
<p>My paragraph</p>
</multiline>
</td>
<td></td>
</tr>
<tr>
<td class="design"></td>
<td class="design"><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td>
<td class="design"></td>
</tr>
</table>
</td>
</tr>
<tr class="design"><td><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td></tr>
</table>
</layout>
<!--- the rest don't get included in the table of contents. -->
<layout label='Article – Green Frame - Exclude from list'>
<table cellspacing="0" cellpadding="0" border="0" class="green">
<tr>
<td class="border">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td class="design"><img src="images/s2.gif" alt="top" width="506" height="15" /></td>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td></td>
<td>
<img editable hideable src="images/optional_image.jpg" width="506" label='Feature Image' />
<h2><singleline label="Title">Article Title</singleline></h2>
<multiline label="Article Body" >
<p>My paragraph</p>
</multiline>
</td>
<td></td>
</tr>
<tr>
<td class="design"></td>
<td class="design"><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td>
<td class="design"></td>
</tr>
</table>
</td>
</tr>
<tr class="design"><td><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td></tr>
</table>
</layout>
<layout label='Article – Blue Frame - Exclude from list'>
<table cellspacing="0" cellpadding="0" border="0" class="blue">
<tr>
<td class="border">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td class="design"><img src="images/s2.gif" alt="top" width="506" height="15" /></td>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td></td>
<td>
<img editable hideable src="images/optional_image.jpg" width="506" label='Feature Image' />
<h2><singleline label="Title">Article Title</singleline></h2>
<multiline label="Article Body" >
<p>My paragraph</p>
</multiline>
</td>
<td></td>
</tr>
<tr>
<td class="design"></td>
<td class="design"><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td>
<td class="design"></td>
</tr>
</table>
</td>
</tr>
<tr class="design"><td><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td></tr>
</table>
</layout>
<layout label='Article – Green Fill - Exclude from list'>
<table cellspacing="0" cellpadding="0" border="0" class="green">
<tr>
<td class="fill">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td class="design"><img src="images/s2.gif" alt="top" width="506" height="15" /></td>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td><img src="images/arrow.png" alt="arrow" width="24" height="35" /></td>
<td>
<img editable hideable src="images/optional_image.jpg" width="506" label='Feature Image' />
<h2><singleline label="Title">Article Title</singleline></h2>
<multiline label="Article Body" >
<p>My paragraph</p>
</multiline>
</td>
<td></td>
</tr>
<tr>
<td class="design"></td>
<td class="design"><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td>
<td class="design"></td>
</tr>
</table>
</td>
</tr>
<tr class="design"><td><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td></tr>
</table>
</layout>
<layout label='Article – Blue Fill - Exclude from list'>
<table cellspacing="0" cellpadding="0" border="0" class="blue">
<tr>
<td class="fill">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
<td class="design"><img src="images/s2.gif" alt="top" width="506" height="15" /></td>
<td class="design"><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr>
<td><img src="images/arrow.png" alt="arrow" width="24" height="35" /></td>
<td>
<img editable hideable src="images/optional_image.jpg" width="506" label='Feature Image' />
<h2><singleline label="Title">Article Title</singleline></h2>
<multiline label="Article Body" >
<p>My paragraph</p>
</multiline>
</td>
<td></td>
</tr>
<tr>
<td class="design"></td>
<td class="design"><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td>
<td class="design"></td>
</tr>
</table>
</td>
</tr>
<tr class="design"><td><img src="images/s2.gif" alt="bottom" width="506" height="15" /></td></tr>
</table>
</layout>
</repeater>
</td>
<td></td>
</tr>
<!-- address bar -->
<tr>
<td></td>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="554">
<tr>
<td class="design">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="https://www.facebook.com/communitylivingontario"><img src="images/social-fb.gif" alt="social-fb" width="22" height="22" /></a></td>
<td></td>
<td><a href="https://twitter.com/CLOntario"><img src="images/social-tw.gif" alt="social-tw" width="22" height="22" /></a></td>
<td></td>
<td><a href="http://instagram.com/clontario?ref=badge"><img src="images/social-ig.gif" alt="social-ig" width="22" height="22" /></a></td>
<td></td>
</tr>
<tr>
<td></td>
<td><img src="images/social-spacer.gif" alt="social-spacer" width="5" height="5" /></td>
<td></td>
<td><img src="images/social-spacer.gif" alt="social-spacer" width="5" height="5" /></td>
<td></td>
<td><img src="images/social-spacer.gif" alt="social-spacer" width="5" height="5" /></td>
</tr>
<tr>
<td><a href="https://www.youtube.com/user/comlivon"><img src="images/social-yt.gif" alt="social-yt" width="22" height="22" /></a></td>
<td></td>
<td><a href="https://plus.google.com/100395428610467412375/posts"><img src="images/social-g.gif" alt="social-g" width="22" height="22" /></a></td>
<td></td>
<td><a href="https://www.linkedin.com/company/community-living-ontario?trk=top_nav_home"><img src="images/social-in.gif" alt="social-in" width="22" height="22" /></a></td>
<td></td>
</tr>
</table>
</td>
<td class="address">Community Living Ontario | 1 Valleybrook Drive, Toronto, ON M3B 2S9<br>
Telephone: 416 447 4348 | Toll Free: 1 800 278 8025 | <a href="http://communitylivingontario.ca/sponsorship-information">sponsorship information</a><br>
<a href="mailto:chris@communitylivingontario.ca">chris@communitylivingontario.ca</a> | <unsubscribe>unsubscribe</unsubscribe> | <preferences>subscription preferences</preferences><br>
<forwardtoafriend>forward this email</forwardtoafriend> | If this email has been forwarded to you, please consider <a href="http://communitylivingontario.ca/stay-connected">subscribing</a>.
</td>
</tr>
</table>
</td>
<td></td>
</tr>
<tr class="design">
<td></td>
<td></td>
<td><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
<tr class="design">
<td></td>
<td></td>
<td><img src="images/23.gif" alt="23" width="23" height="15" /></td>
</tr>
</table><!-- container ends -->
</td>
<td><img src="images/blank.gif" alt="" width="1" height="1"/></td>
</tr>
<tr>
<td><img src="images/blank.gif" alt="" width="1" height="1"/></td>
<td class="address" width="602"><img src="images/blank.gif" alt="" width="602" height="1"/></td>
<td><img src="images/blank.gif" alt="" width="1" height="1"/></td>
</tr>
</table>
</body>
</html>