[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.7

IE6 hiding layers.... Need help fast

Asked by Nugs in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Extensible HTML (XHTML)

Morning,

I have alive site out there and descovered that ALL the contetn area of the site is hiden when viewed in IE6 (IE7 and Firefox work great! Pshh even my blackberry displays the site fine... [I hate IE6] )

Anywho... Please someone take a look (http://www.therecoveryplace.net)

Could someone please tell me how to fix this quickly. I really need to avoid using absolute positioning here and want to stick witht he relative positioning...

Any ideas?

Nugs
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:
683:
684:
685:
686:
687:
688:
689:
690:
691:
692:
693:
694:
695:
696:
697:
698:
699:
700:
701:
702:
703:
704:
705:
706:
707:
708:
709:
710:
711:
712:
713:
714:
715:
716:
717:
718:
719:
720:
721:
722:
723:
724:
725:
726:
727:
728:
729:
730:
731:
732:
733:
734:
735:
736:
737:
738:
739:
740:
741:
742:
743:
744:
745:
746:
747:
748:
749:
750:
751:
752:
753:
754:
755:
756:
757:
758:
759:
760:
761:
762:
763:
764:
765:
766:
767:
768:
769:
770:
771:
772:
773:
774:
775:
776:
777:
778:
779:
780:
781:
782:
783:
784:
785:
786:
787:
788:
789:
790:
791:
792:
793:
794:
795:
796:
797:
798:
799:
800:
801:
802:
803:
804:
805:
806:
807:
808:
809:
810:
811:
812:
813:
814:
815:
816:
817:
818:
819:
820:
821:
822:
823:
824:
825:
826:
827:
828:
829:
830:
831:
832:
833:
834:
835:
836:
837:
838:
839:
840:
841:
842:
843:
844:
845:
846:
847:
848:
849:
850:
851:
852:
853:
854:
855:
856:
857:
858:
859:
860:
861:
862:
863:
864:
865:
866:
867:
868:
869:
870:
871:
872:
873:
874:
875:
876:
877:
878:
879:
880:
881:
882:
883:
884:
885:
886:
887:
888:
889:
890:
891:
892:
893:
894:
895:
896:
897:
898:
899:
900:
901:
902:
903:
904:
905:
906:
907:
908:
909:
910:
911:
912:
913:
914:
915:
916:
917:
918:
919:
920:
921:
922:
923:
924:
925:
926:
927:
928:
929:
930:
931:
932:
933:
934:
935:
936:
937:
938:
939:
940:
941:
942:
943:
944:
945:
946:
947:
948:
949:
950:
951:
952:
953:
954:
955:
956:
957:
958:
959:
960:
961:
962:
963:
964:
965:
966:
967:
968:
969:
970:
971:
972:
973:
974:
975:
976:
977:
978:
979:
980:
981:
982:
983:
984:
985:
986:
987:
988:
989:
990:
991:
992:
993:
994:
995:
996:
997:
998:
999:
1000:
1001:
1002:
1003:
1004:
1005:
1006:
1007:
1008:
1009:
1010:
1011:
1012:
1013:
1014:
1015:
1016:
1017:
1018:
1019:
1020:
1021:
1022:
1023:
1024:
1025:
1026:
1027:
1028:
1029:
1030:
1031:
1032:
1033:
1034:
1035:
1036:
1037:
1038:
1039:
1040:
1041:
1042:
1043:
1044:
1045:
1046:
1047:
1048:
1049:
1050:
1051:
1052:
1053:
1054:
1055:
1056:
1057:
1058:
1059:
1060:
1061:
1062:
1063:
1064:
1065:
1066:
1067:
1068:
1069:
1070:
1071:
1072:
1073:
1074:
1075:
1076:
1077:
1078:
1079:
1080:
1081:
1082:
1083:
1084:
1085:
1086:
1087:
1088:
1089:
1090:
1091:
1092:
1093:
1094:
1095:
1096:
1097:
1098:
1099:
1100:
1101:
1102:
1103:
1104:
1105:
1106:
1107:
1108:
1109:
1110:
1111:
1112:
1113:
1114:
1115:
1116:
1117:
1118:
1119:
1120:
1121:
1122:
1123:
1124:
1125:
1126:
1127:
1128:
1129:
1130:
1131:
1132:
1133:
1134:
1135:
1136:
1137:
1138:
1139:
1140:
1141:
1142:
1143:
1144:
1145:
1146:
1147:
1148:
1149:
1150:
1151:
1152:
1153:
1154:
1155:
1156:
1157:
1158:
1159:
1160:
1161:
1162:
1163:
1164:
1165:
1166:
1167:
1168:
1169:
1170:
1171:
1172:
1173:
1174:
1175:
1176:
1177:
1178:
1179:
1180:
1181:
1182:
1183:
1184:
1185:
1186:
1187:
1188:
1189:
1190:
1191:
1192:
1193:
1194:
1195:
1196:
1197:
1198:
1199:
1200:
1201:
1202:
1203:
1204:
1205:
1206:
1207:
1208:
1209:
1210:
1211:
1212:
1213:
1214:
1215:
1216:
1217:
1218:
1219:
1220:
1221:
1222:
1223:
1224:
1225:
1226:
1227:
1228:
1229:
1230:
1231:
1232:
1233:
1234:
1235:
1236:
1237:
1238:
1239:
1240:
1241:
1242:
1243:
1244:
1245:
1246:
1247:
1248:
1249:
1250:
1251:
1252:
1253:
1254:
1255:
1256:
1257:
1258:
1259:
1260:
1261:
1262:
1263:
1264:
1265:
1266:
1267:
1268:
1269:
1270:
1271:
1272:
1273:
1274:
1275:
1276:
1277:
1278:
1279:
1280:
1281:
1282:
1283:
1284:
1285:
1286:
1287:
body {
	background-color: #5b9cda;
	margin: 0px;
	padding: 0px;
}
.background_topfade, .shadow_leftfade, .shadow_rightfade {
	height: 1297px;
}
.background_topfade {
	background-image: url(images/background_topfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.table_maincell {
	width: 949px;
	background-color: #efeeea;
	background-image: url(images/background_maincell.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.shadow_leftfade, .shadow_rightfade {
	white-space: nowrap;
	width: 30px;
}
.shadow_left {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: left;
	vertical-align: top;
}
.shadow_leftfade {
	background-image: url(images/shadow_leftfade.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.shadow_right {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: right;
	vertical-align: top;	
}
.shadow_rightfade {
	background-image: url(images/shadow_rightfade.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#MainContainer {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#MainContainer #HeaderContainer {
	height: 89px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #efeeea;
	position: relative;
}
#MainContainer #HeaderContainer #Branding {
	height: 89px;
	width: 286px;
	float: left;
}
#MainContainer #HeaderContainer #ButtonLinks {
	float: right;
	height: 89px;
 
}
#MainContainer #HeaderContainer #ButtonLinks #Button1,
#MainContainer #HeaderContainer #ButtonLinks #Button2{
	height: 89px;
	width: 230px;
	float: left;
	line-height: 85px;
	text-align: center;
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 14px;
	color: #5fa4e4;
	font-weight: bold;
	background-color: #EFEEEA;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d4d2cc;
	border-right-color: #d4d2cc;
	border-bottom-color: #d4d2cc;
	border-left-color: #d4d2cc;
}
#MainContainer #HeaderContainer #ButtonLinks #Button1 a,
#MainContainer #HeaderContainer #ButtonLinks #Button2 a
{
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 14px;
	color: #5fa4e4;
	font-weight: bold;
	text-decoration: none;
	display:block;
	height: 89px;
	width: 230px;
	line-height: 85px;
}
#MainContainer #HeaderContainer #ButtonLinks #Button1 a:hover,
#MainContainer #HeaderContainer #ButtonLinks #Button2 a:hover
{
	text-decoration: none;	
	display:block;
	background-image: url(images/background_topbuttons.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 
 
#MainContainer #ImageryContainer {
	height: 284px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d4d2cc;
	border-right-color: #d4d2cc;
	border-bottom-color: #d4d2cc;
	border-left-color: #d4d2cc;
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
}
#MainContainer #ContentArea {
	margin-right: 2px;
	margin-left: 2px;
	z-index: 1;
	overflow: visible;
	clear: both;
	position: relative;
}
#MainContainer #ContentArea #MenuContainer {
	width: 231px;
	float: left;
	position: relative;
	padding-bottom: 25px;
	z-index: 2;
	top: 0px;
	overflow: auto;
	visibility: visible;
}
#MainContainer #ContentArea #MenuContainer #ChatContainer {
	height: 91px;
	width: 230px;
	position: relative;
	background-image: url(images/mainmenu_chaticon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}
#MainContainer #ContentArea #MenuContainer #ChatContainer #Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5899c5;
	text-decoration: none;
	position: relative;
	margin-left: 108px;
	overflow: hidden;
	padding-top: 17px;
}
#MainContainer #ContentArea #MenuContainer #ChatContainer #Links a:link, #MainContainer #ContentArea #MenuContainer #ChatContainer #Links a:visited {
 color: #5899C5;
 text-decoration: none;
}
 
#MainContainer #ContentArea #MenuContainer #ChatContainer #Links a:hover, #MainContainer #ContentArea #MenuContainer #ChatContainer #Links a:active {
 text-decoration: underline;
}
 
 
#MainContainer #ContentArea #MenuContainer #PhoneContainer {
	height: 89px;
	width: 230px;
	position: relative;
	background-image: url(images/mainmenu_phoneicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#MainContainer #ContentArea #MenuContainer #PhoneContainer #Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2e2e2e;
	position: relative;
	width: 175px;
	text-align: center;
	top: 20px;
	left: 25px;
}
#MainContainer #ContentArea #MenuContainer #PhoneContainer #Number {
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #2d6792;
	position: relative;
	width: 200px;
	top: 17px;
	left: 15px;
}
 
#MainContainer #ContentArea #MenuContainer #Menu {
	width: 230px;
	position: relative;
}
#MainContainer #ContentArea #MenuContainer #Menu .MenuItem
{
	background-color: #FFFFFF;
	background-image: url(images/menu_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 230px;
	position: relative;
	margin-top: 10px;
}
#MainContainer #ContentArea #MenuContainer #Menu .MenuItem_on
{
	background-color: #FFFFFF;
	background-image: url(images/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 230px;
	position: relative;
	margin-top: 10px;
}
#MainContainer #ContentArea #MenuContainer #Menu .MenuItem a,
#MainContainer #ContentArea #MenuContainer #Menu .MenuItem_on a
{
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 14px;
	color: #584f3f;
	text-decoration: none;
	display:block;
	height: 52px;
	width: 206px;
	padding-left: 24px;
	line-height: 44px;
	font-weight: bold;
	position: relative;
}
#MainContainer #ContentArea #MenuContainer #Menu .MenuItem a:hover,
#MainContainer #ContentArea #MenuContainer #Menu .MenuItem_on a:hover
{
	text-decoration: underline;	
	display:block;
	background-image: url(images/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#MainContainer #ContentArea #MenuContainer #Menu #Submenu {
	width: 230px;
	position: relative;
}
#MainContainer #ContentArea #MenuContainer #Menu #Submenu .SubmenuItem
{
	background-color: #E9E7E2;
	background-image: url(images/submenu_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 230px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #d4cdbb;
	border-right-color: #d4cdbb;
	border-bottom-color: #d4cdbb;
	border-left-color: #d4cdbb;
}
#MainContainer #ContentArea #MenuContainer #Menu #Submenu .SubmenuItem_on
{
	background-color: #E9E7E2;
	background-image: url(images/submenu_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 230px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #d4cdbb;
	border-right-color: #d4cdbb;
	border-bottom-color: #d4cdbb;
	border-left-color: #d4cdbb;
}
#MainContainer #ContentArea #MenuContainer #Menu #Submenu .SubmenuItem_on a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEAA0C;
	text-decoration: none;
	display:block;
	width: 195px;
	padding-left: 35px;
	line-height: 16px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#MainContainer #ContentArea #MenuContainer #Menu #Submenu .SubmenuItem a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	display:block;
	width: 195px;
	padding-left: 35px;
	line-height: 16px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#MainContainer #ContentArea #MenuContainer #Menu #Submenu .SubmenuItem a:hover,
#MainContainer #ContentArea #MenuContainer #Menu #Submenu .SubmenuItem_on a:hover 
{
	text-decoration: underline;
	display:block;
	background-image: url(images/submenu_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #5fa4e4;
} 
 
#MainContainer #ContentArea #MenuShadow {
	background-image: url(images/shadow_mainmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 799px;
	width: 14px;
	position: relative;
	float: left;
	top: 0px;
}
#MainContainer #ContentArea #ContentContainer {
	width: 700px;
	position: relative;
	float: right;
	top: 0px;
}
#MainContainer #ContentArea #ContentContainer #Insurances {
}
#MainContainer #ContentArea #ContentContainer #Insurances #Logos {
	text-align: center;
}
#MainContainer #ContentArea #ContentContainer #Insurances #Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
	text-align: center;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cdcac3;
	border-right-color: #cdcac3;
	border-bottom-color: #cdcac3;
	border-left-color: #cdcac3;
	padding-top: 10px;
}
#MainContainer #ContentArea #ContentContainer #Insurances #Links a:link, 
#MainContainer #ContentArea #ContentContainer #Insurances #Links a:visited {
 color: #5899C5;
 text-decoration: underline;
}
 
#MainContainer #ContentArea #ContentContainer #Insurances #Links a:hover, 
#MainContainer #ContentArea #ContentContainer #Insurances #Links a:active {
 text-decoration: none;
}
 
#MainContainer #ContentArea #ContentContainer #BreadcrumbMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	padding-left: 2px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#MainContainer #ContentArea #ContentContainer #BreadcrumbMenu a:link, 
#MainContainer #ContentArea #ContentContainer #BreadcrumbMenu a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#MainContainer #ContentArea #ContentContainer #BreadcrumbMenu a:hover, 
#MainContainer #ContentArea #ContentContainer #BreadcrumbMenu a:active {
	text-decoration: none;
}
#MainContainer #ContentArea #ContentContainer #Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
}
#MainContainer #ContentArea #ContentContainer #Content a:link,
#MainContainer #ContentArea #ContentContainer #Content a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#MainContainer #ContentArea #ContentContainer #Content a:hover,
#MainContainer #ContentArea #ContentContainer #Content a:active {
	text-decoration: none;
}
#MainContainer #ContentArea #ContentContainer #Content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #528fc7;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6A5E48;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8CB61A;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content li {
	list-style-image: url(images/bullet.gif);
	line-height: 18px;
}
#MainContainer #ContentArea #ContentContainer #Content .ImageGallery {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#MainContainer #ContentArea #ContentContainer #Content .ImageGallery .sf_image {
	text-align: center;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide {
	height: 323px;
	width: 644px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps {
	height: 186px;
	width: 644px;
	background-image: url(images/background_steps.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step1 {
	float: left;
	height: 148px;
	width: 204px;
	margin-top: 32px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebb347;
	overflow: hidden;	
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step1  a:link,
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step1  a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #EBB347;
}
 
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step1  a:hover,
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step1  a:active {
	text-decoration: none;
	color: #E09A18;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step2 {
	float: left;
	height: 148px;
	width: 205px;
	margin-top: 32px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4583B8;
	overflow: hidden;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step2  a:link,
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step2  a:visited {
	color: #4583B8;
	text-decoration: underline;
	font-weight: bold;
}
 
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step2  a:hover,
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step2  a:active {
	text-decoration: none;
	color: #376A95;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step3 {
	float: left;
	height: 148px;
	width: 205px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8CB61A;	
	overflow: hidden;	
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step3  a:link,
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step3  a:visited {
	color: #8CB61A;
	text-decoration: underline;
	font-weight: bold;
}
 
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step3  a:hover,
#MainContainer #ContentArea #ContentContainer #Content #Guide #Steps #Step3  a:active {
	text-decoration: none;
	color: #7BA217;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Newsletter {
	float: left;
	height: 137px;
	width: 276px;
	background-image: url(images/background_newsletter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Newsletter .NewsletterTable {
	margin-top: 43px;
	margin-left: 12px;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Newsletter .NewsletterTable .Name {
	width: 101px;
	height: 25px;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Newsletter .NewsletterTable .Email {
	width: 202px;
	height: 25px;
}
#MainContainer #ContentArea #ContentContainer #Content #Guide #Newsletter .NewsletterTable .Button {
	height: 50px;
	width: 50px;
}
 
#MainContainer #ContentArea #ContentContainer #Content #Guide #Assessment {
	float: left;
	height: 137px;
	width: 368px;
}
 
#MainContainer #ContentArea #ContentContainer #Content .AnchorListNoHeading {
}
#MainContainer #ContentArea #ContentContainer #Content .AnchorListNoHeading .sf_listTitle {
	visibility: hidden;
}
#MainContainer #ContentArea #ContentContainer #Content .AnchorListNoHeading .sf_listItemTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6A5E48;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content .AnchorListNoHeading .sf_listItemBody {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content .DownloadTable {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#MainContainer #ContentArea #ContentContainer #Content .DownloadTable .sf_libraryGrid {
	width: 100%;
}
#MainContainer #ContentArea #ContentContainer #Content .DownloadTable .sf_libraryGrid thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A5E48;
	font-weight: normal;
	background-color: #DAE3E9;
}
#MainContainer #ContentArea #ContentContainer #Content .DownloadTable .sf_libraryGrid .sf_docTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content .ForumsTable {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#MainContainer #ContentArea #ContentContainer #Content .ForumsTable .sf_forumCategoryTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6A5E48;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .ForumsTable .sf_forumsList {
	width: 100%;
}
#MainContainer #ContentArea #ContentContainer #Content .ForumsTable .sf_forumsList th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A5E48;
	font-weight: normal;
	background-color: #DAE3E9;
}
#MainContainer #ContentArea #ContentContainer #Content .ForumsTable .sf_forumsList .sf_forumTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
}
#MainContainer #ContentArea #ContentContainer #Content .ForumsTable .sf_forumsList td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
}
 
#MainContainer #ContentArea #ContentContainer #Content .BlogList {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 10px;
	padding-top: 10px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogList li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #89795d;
	border-right-color: #89795d;
	border-bottom-color: #89795d;
	border-left-color: #89795d;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogList p {
	margin: 0px;
	padding: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_postTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6A5E48;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_postTitle a:link,
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_postTitle a:visited {
	text-decoration: none;
	color: #6A5E48;
}
 
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_postTitle a:hover,
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_postTitle a:active {
	text-decoration: underline;
	color: #6A5E48;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_postDate {
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_postContent {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_readMore {
	margin-top: 0px;
	margin-bottom: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogList .sf_postCategory {
	margin-top: 0px;
	margin-bottom: 10px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 30px;
	padding-top: 10px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_singlePost {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #89795d;
	border-right-color: #89795d;
	border-bottom-color: #89795d;
	border-left-color: #89795d;
	margin: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_back {
	margin: 0px;
	padding: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #528fc7;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postAuthor {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postDate {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postContent {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postContent p {
	margin-left: 0px;
	margin-right: 0px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_comments {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #528fc7;
	font-weight: lighter;
	margin: 0px;
}
 
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_commentListing {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #89795d;
	border-right-color: #89795d;
	border-bottom-color: #89795d;
	border-left-color: #89795d;
	margin: 0px;
}
 
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_commentListing li {
	list-style-image: none;
	list-style-type: none;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_commentListing .sf_authorComment {
	margin-bottom: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_commentListing .sf_authorComment .sf_commentAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #89795d;
	margin: 0px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_commentListing .sf_authorComment span {
	line-height: 18px;
	font-size: 12px;
	color: #d0c390;
}
 
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postNewComment legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #528fc7;
	font-weight: lighter;
	margin-bottom: 15px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postNewComment ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postNewComment li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#MainContainer #ContentArea #ContentContainer #Content .BlogPost .sf_postNewComment li label {
	color: #6A5E48;
	font-weight: bold;
}
#MainContainer #ContentArea #ContentContainer #Content .ContactTable {
	margin-bottom: 50px;
	margin-top: 0px;
	width: 672px;
	margin-left: 10px;
}
#MainContainer #ContentArea #ContentContainer #Content .ContactTable .Top {
	background-image: url(images/background_form-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 672px;
}
#MainContainer #ContentArea #ContentContainer #Content .ContactTable .Bottom {
	background-image: url(images/background_form-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 672px;
}
#MainContainer #ContentArea #ContentContainer #Content .ContactTable .Content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8cb61a;
	border-right-color: #8cb61a;
	border-bottom-color: #8cb61a;
	border-left-color: #8cb61a;
	background-color: #FFFFFF;
 
}
#MainContainer #ContentArea #ContentContainer #Content .ContactTable .Pad {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
 
#MainContainer #ContentArea #ContentContainer #Content .StartChatTable {
	margin-bottom: 50px;
	margin-top: 0px;
	width: 489px;
	margin-left: auto;
	margin-right: auto;
}
#MainContainer #ContentArea #ContentContainer #Content .StartChatTable .Top {
	background-image: url(images/background_smlform-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 489px;
}
#MainContainer #ContentArea #ContentContainer #Content .StartChatTable .Bottom {
	background-image: url(images/background_smlform-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 489px;
}
#MainContainer #ContentArea #ContentContainer #Content .StartChatTable .Content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8cb61a;
	border-right-color: #8cb61a;
	border-bottom-color: #8cb61a;
	border-left-color: #8cb61a;
	background-color: #FFFFFF;
 
}
#MainContainer #ContentArea #ContentContainer #Content .StartChatTable .Pad {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: nowrap;
}
 
#MainContainer #ContentArea #ContentContainer #Content #Sitemap {
}
 
#MainContainer #ContentArea #ContentContainer #Content #Sitemap li {
	list-style-image: none;
	list-style-type: none;
}
 
#MainContainer #FooterContainer {
	clear: both;
	width: 945px;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	height: 297px;
}
#MainContainer #FooterContainer #MenuContainer {
	height: 235px;
	background-image: url(images/background_footermenu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #89795d;
	border-right-color: #89795d;
	border-bottom-color: #89795d;
	border-left-color: #89795d;
 
}
#MainContainer #FooterContainer #MenuContainer #MenuBox1, #MainContainer #FooterContainer #MenuContainer #MenuBox3 {
	width: 314px;
	float: left;
	height: 235px;
}
#MainContainer #FooterContainer #MenuContainer #MenuBox2 {
	width: 313px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	height: 235px;
}
#MainContainer #FooterContainer #MenuContainer #MenuBox1, 
#MainContainer #FooterContainer #MenuContainer #MenuBox2, 
#MainContainer #FooterContainer #MenuContainer #MenuBox3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
}
#MainContainer #FooterContainer #MenuContainer #MenuBox1 a:link, 
#MainContainer #FooterContainer #MenuContainer #MenuBox2 a:link, 
#MainContainer #FooterContainer #MenuContainer #MenuBox3 a:link,
#MainContainer #FooterContainer #MenuContainer #MenuBox1 a:visited, 
#MainContainer #FooterContainer #MenuContainer #MenuBox2 a:visited, 
#MainContainer #FooterContainer #MenuContainer #MenuBox3 a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#MainContainer #FooterContainer #MenuContainer #MenuBox1 a:hover, 
#MainContainer #FooterContainer #MenuContainer #MenuBox2 a:hover, 
#MainContainer #FooterContainer #MenuContainer #MenuBox3 a:hover,
#MainContainer #FooterContainer #MenuContainer #MenuBox1 a:active, 
#MainContainer #FooterContainer #MenuContainer #MenuBox2 a:active, 
#MainContainer #FooterContainer #MenuContainer #MenuBox3 a:active {
	text-decoration: none;
}
#MainContainer #FooterContainer #MenuContainer #MenuBox1 h1, 
#MainContainer #FooterContainer #MenuContainer #MenuBox2 h1, 
#MainContainer #FooterContainer #MenuContainer #MenuBox3 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #528fc7;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#MainContainer #FooterContainer #MenuContainer #MenuBox1 p, 
#MainContainer #FooterContainer #MenuContainer #MenuBox2 p, 
#MainContainer #FooterContainer #MenuContainer #MenuBox3 p {
	line-height: 18px;
	margin-left: 25px;
}
#MainContainer #FooterContainer #MenuContainer #MenuBox1 li, 
#MainContainer #FooterContainer #MenuContainer #MenuBox2 li, 
#MainContainer #FooterContainer #MenuContainer #MenuBox3 li {
	list-style-image: url(images/bullet.gif);
	line-height: 18px;
}
#MainContainer #FooterContainer #Footer {
	height: 61px;
	background-color: #efeeea;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #bcb3a3;
	border-right-color: #bcb3a3;
	border-bottom-color: #bcb3a3;
	border-left-color: #bcb3a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #89795d;
	clear: both;
 
}
#MainContainer #FooterContainer #Footer #Copyright {
	width: 195px;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 5px;
}
#MainContainer #FooterContainer #Footer #Links {
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 0px;
	top: 0px;
}
#MainContainer #FooterContainer #Footer #Links a:link, 
#MainContainer #FooterContainer #Footer #Links a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#MainContainer #FooterContainer #Footer #Links a:hover, 
#MainContainer #FooterContainer #Footer #Links a:active {
	text-decoration: none;
}
 
 
 
 
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link href="App_Themes/Default/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2" class="shadow_left"><table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td class="background_topfade">&nbsp;</td>
          <td class="shadow_leftfade">&nbsp;</td>
        </tr>
      </table></td>
    <td class="table_maincell"><div id="MainContainer">
        <div id="HeaderContainer">
          <div id="Branding"><img src="App_Themes/Default/images/logo.gif" alt="" /></div>
          <div id="ButtonLinks">
            <div id="Button1"><a href="c">For The Addict</a></div>
            <div id="Button2"><a href="f">For The Family</a></div>
          </div>
        </div>
        <div id="ImageryContainer"><img src="App_Themes/Default/images/flash_01.jpg" alt="" width="945" height="284" /></div>
 
        <div id="ContentArea">
          <div id="MenuContainer">
            <div id="ChatContainer">
              <div id="Links"> <a href="1"><strong>Chat with us live!</strong></a><br />
                <a href="2">Tweet on Twitter</a><br />
                <a href="3">Read our Blog</a><br />
                See more... </div>
            </div>
            <div id="PhoneContainer">
              <div id="Text">Call our 24/7 help hotline at:</div>
              <div id="Number">1 (877) 957-3268</div>
            </div>
            <div id="Menu">
              <div class="MenuItem"><a href="test.html">Partners</a></div>
              <div id="Submenu">
                <div class="SubmenuItem"><a href="test.html">The Leadership Team The Leadership Team</a></div>
                <div class="SubmenuItem_on"><a href="test.html">The Leadership Team</a></div>
                <div class="SubmenuItem"><a href="test.html">The Leadership Team</a></div>
                <div class="SubmenuItem"><a href="test.html">The Leadership Team</a></div>
                <div class="SubmenuItem"><a href="test.html">The Leadership Team</a></div>
              </div>
            </div>
          </div>
          <div id="MenuShadow">&nbsp;</div>
          <div id="ContentContainer">
            <div id="Insurances">
              <div id="Logos"><img src="App_Themes/Default/images/logo_aetna.gif" width="98" height="36" /><img src="App_Themes/Default/images/logo_bluecrossshield.gif" width="79" height="36" /><img src="App_Themes/Default/images/logo_humana.gif" alt="" width="137" height="36" /><img src="App_Themes/Default/images/logo_cigna.gif" width="57" height="36" /><img src="App_Themes/Default/images/logo_unitedhealthgroup.gif" width="121" height="36" /><img src="App_Themes/Default/images/logo_valueoptions.gif" width="164" height="36" /></div>
              <div id="Links"><strong>We accept:</strong> <a href="z">Aetna Health Insurance</a> | <a href="x">Blue Cross and Blue Shield Association</a> | <a href="c">Humana Health Insurance</a> <br />
                <a href="v">Cigna Health Insurance</a> | <a href="b">UnitedHealth Group Insurance</a> | <a href="n">ValueOptions® Behavioral Health Care</a></div>
            </div>
            <div id="BreadcrumbMenu">Current Page: <a href="s">Home</a> » <strong>About Us</strong></div>
            <div id="Content">
              <h1>The Leadership Team</h1>
              <h2>John Cates, CEO</h2>
              <p>John's educational background includes a Juris Doctorate from Michigan State School of Law and a Bachelor of Arts from Florida State University. He is a certified mental health professional and a certified addiction professional by the State of Florida. Mr. Cates is a devoted leader who is enthusiastic, exuberant and committed to his recovery from drugs and alcohol. This passion is only matched by his desire to provide clients with the internal motivation to fight for and maintain their own sobriety. John has served in a wide variety of roles in the treatment industry working his way from a technician to a proven leader.</p>
              <h2>Diane Montalbano, CFO </h2>
              <p>Diane has been a critical care registered nurse for over 20 years. She served as a nurse manager at Broward General Hospital in Fort Lauderdale, Florida where she was the recipient of multiple customer service awards. For the past seven years, Diane has been a director and a managing partner of Holly's place, Inc., a one hundred bed collection of housing facilities for women in recovery from addiction. These facilities provide the necessary transition that most recovering addicts require in order to regain the ability to fully function. As an advocate for women in recovery, she has not only provided support and compassion for those suffering from the grips of drug and alcohol dependence, she has provided the means to make their transition from treatment to recovery possible</p>
              <h2>Jonathan Sobelman, COO </h2>
              <p>Jonathan holds a Master of Science in Mental Health Counseling and an MBA from Nova Southeastern University. He is a Licensed Mental Health Counselor in the State of Florida. Jonathan is dedicated to providing the highest standards of client care and continuous quality improvement. His diverse background includes multiple positions in the mental health, managed care and substance abuse treatment industries. Jonathan is also an experienced therapist who understands the necessity of assessing the client's most appropriate needs and matching them with the least evasive form of treatment.</p>
              <div id="Guide">
                <div id="Steps">
                  <div id="Step1">You have already taken a courageous step by looking for information and help. Whether you an <a href="x">addict</a> or a <a href="c">family member of an addict</a>, The Recovery Place can guide you through this hard time in your life. Don&rsquo;t go it alone!</div>
                  <div id="Step2">The Recovery Place website has an extensive amount of information that will help you in evaluating your options. Research the <a href="v">treatment programs</a> we offer, tour our <a href="b">treatment</a> and <a href="n">housing facilities</a> and take advantage of our <a href="m">online recovery tools</a> and <a href="r">social network</a>.</div>
                  <div id="Step3">The Recovery Place wants to make sure that you get the help you need in the way that is most comfortable to you. <a href="q">Chat with us live</a> from our website,<a href="e"> contact us over the internet </a>or <a href="r">phone our 24/7 help hotline</a>! You can even <a href="t">leave it up to us to contact you!</a> The journey towards drug or alcohol rehab begins today!</div>
                </div>
                <div id="Newsletter"></div>
                <div id="Assessment"><img src="App_Themes/Default/images/button_assessment.gif" alt="" width="368" height="137" /></div>
              </div>
                </div>
          </div>
        </div>
 
        <div id="FooterContainer">
          <div id="MenuContainer">
            <div id="MenuBox1">
              <h1>Upcoming Events</h1>
              <ul>
                <li> Oct 15, 09: <a href="r">Concert of the Beach </a></li>
                <li>Nov 10, 09: <a href="t">Some cool event </a></li>
                <li>Nov 10, 09: <a href="y">Some cool event </a></li>
                <li>Nov 10, 09: <a href="u">Some cool event </a></li>
                <li>Nov 10, 09: <a href="i">Some cool event</a> </li>
              </ul>
            </div>
            <div id="MenuBox2">
              <h1>Our Social Network</h1>
              <ul>
                <li><a href="g">The Recovery Place Forum</a></li>
                <li><a href="h">The Recovery Place Blog</a></li>
                <li><a href="y">Twitter</a></li>
                <li><a href="m">Facebook</a></li>
                <li><a href="q">Our Newsletter</a></li>
              </ul>
            </div>
            <div id="MenuBox3">
              <h1>Joint Commission Accredited</h1>
              <p><img src="App_Themes/Default/images/logo_jcaho.gif" width="66" height="66" align="right" />Our program is accredited by the Joint Commission on Accreditation of Healthcare Organizations (JCAHO) for demonstrating compliance to the highest national standards for safety and quality of care. <a href="m">Read More...</a></p>
            </div>
          </div>
          <div id="Footer">
            <div id="Copyright">©2009 The Recovery Place</div>
            <div id="Links"><a href="l">Contact Us</a> | <a href="k">Site Map</a> | <a href="j">Site Help</a> | <a href="h">Legal</a> | <a href="g">Privacy Policy</a> | <a href="f">Internet Privacy Policy</a></div>
          </div>
        </div>
      </div></td>
    <td colspan="2" class="shadow_right"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td class="shadow_rightfade">&nbsp;</td>
          <td class="background_topfade">&nbsp;</td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>
[+][-]08/06/09 11:08 AM, ID: 25036318Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Extensible HTML (XHTML)
Sign Up Now!
Solution Provided By: wilson1000
Participating Experts: 2
Solution Grade: A
 
[+][-]08/06/09 11:27 AM, ID: 25036501Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/06/09 11:43 AM, ID: 25036685Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/06/09 12:47 PM, ID: 25037374Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08/07/09 08:00 AM, ID: 25043434Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/07/09 08:04 AM, ID: 25043478Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/07/09 08:06 AM, ID: 25043501Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/07/09 08:08 AM, ID: 25043533Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/07/09 08:09 AM, ID: 25043551Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/07/09 08:16 AM, ID: 25043645Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/07/09 08:17 AM, ID: 25043665Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625