Question

IE6 hiding layers.... Need help fast

Asked by: Nugs

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

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>

                                  
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:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-08-06 at 10:51:50ID24632385
Topics

Cascading Style Sheets (CSS)

,

Hypertext Markup Language (HTML)

,

Extensible HTML (XHTML)

Participating Experts
2
Points
500
Comments
11

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. IE6 and IE7 Compatibility Problem
    I have a website at vshosts.com. My problem is compatability from ie6 to ie7. If you compare the site with firefox with IE6 you will notice in IE6 a blue gap between the menu on the left, and the content. This is not there in IE7 or Firefox. I am wondering what I will have ...
  2. Run IE6 alongside IE7
    Hi, I currently have Internet Explorer 7 installed and working on a windows XP Home machine. I am a FireFox user but like to test my sites in IE. Is it possible to run both IE7 and IE6 on the same computer? Or is there a standalone version of IE6 that I could install for t...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: wilson1000Posted on 2009-08-06 at 11:08:13ID: 25036318

You seem to misunderstand the use of relative positioning.

The relative value for positioning is only useful when used in association with absolute positioning - if you were to place an absolute positioned container inside one of your relative containers, it will align 'relative' to the parent container and not the browser.

If you're not using absolute positioning, take the relative declarations out.

Also, you have used a unique identifier more than once in a single page - i would recommend getting the page to validate with w3c before trying to fix any display issues.


With all this said, IE 6 often omits to display containers if widths are not defined on relatively placed elements.

Let me know how you get on

Damien

 

by: NugsPosted on 2009-08-06 at 11:27:13ID: 25036501

Ok... so what if i have a layer like "PhoneContainer" that i want relatice to "ChatContainer" (or directly under it... But then i have layers inside ("Text" and "Number") that i want to position inside this layer. I can't use absolute cause it doesn't position it relative to the "PhoneContainer" container...

Nugs

 

by: NugsPosted on 2009-08-06 at 11:43:35ID: 25036685

I get the idea that "if i were to place an absolute positioned container inside one of your relative containers, it will align 'relative' to the parent container", the problem is that when i set these layer to relative in IE6..... They disappear!!!

I removed all the relative declarations and now the layers do show (Thank you for that)... But what the heck am i going to do if i actual (for some weird, out of the world, reason) need a layer to be set to relative?

I also realize that i am not 100% compliant with W3C standards, but i will have to get around to this at a later stage. i do not believe this is the cause of my issue in this particular case.

Any further assistance would be much appreciated,

Nugs

 

by: KravimirPosted on 2009-08-06 at 12:47:22ID: 25037374

Try giving "#MainContainer #ContentArea" height:1%

 

by: wilson1000Posted on 2009-08-07 at 08:00:50ID: 25043434

The only reason you would set a layer as relative is if you were going to position an absolute layer inside it - relative positioning has no other semantic use.

This is a very common mistake to make when using relative positioning.

 

by: NugsPosted on 2009-08-07 at 08:04:00ID: 25043478

Ok, i rebuilt this entire layout yesterday. 99.9% compliant... It works now... Even has some nifty little footer tricks i have never used before (to pin the footer to the bottom).

Should work in all browsers now: http://www.therecoveryplace.net

Here is the revised code...

body {
	background-color: #5b9cda;
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
 
/* MAIN TABLE STYLES START */
.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;
}
/* MAIN TABLE STYLES END */
 
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -297px; /* the bottom margin is the negative value of the footer's height */
	width: 949px;
	background-color: #efeeea;
	background-image: url(images/background_maincell.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	vertical-align: top;
 
}
 
/* MAIN HEADER STYLES START */
#container #header {
	height: 89px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #efeeea;
}
#container #header #headerbranding {
	height: 89px;
	width: 286px;
	float: left;
}
#container #header #headerbuttons {
	float: right;
	height: 89px;
	overflow: hidden;
 
}
#container #header #headerbuttons .headerbutton{
	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;
}
#container #header #headerbuttons .headerbutton a {
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 14px;
	color: #5fa4e4;
	font-weight: bold;
	text-decoration: none;
	display:block;
	height: 89px;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
#container #header #headerbuttons .headerbutton a:hover {
	text-decoration: none;	
	display:block;
	background-image: url(images/background_topbuttons.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 
/* MAIN HEADER STYLES END */
 
/* IMAGERY CONTAINER STYLES START */
#container #imagery {
	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;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#container #imagery img {
	margin: 0px;
	padding: 0px;
}
/* IMAGERY CONTAINER STYLES END */
 
#container #columncontainer {
	margin-right: 2px;
	margin-left: 2px;
	clear: both;
}
#container #columncontainer #leftcontainer {
	float: left;
	width: 231px;
	padding-bottom: 25px;
}
 
/* SOCIAL LINKS STYLES START */
#container #columncontainer #leftcontainer #sociallinks{
	height: 91px;
	background-image: url(images/mainmenu_chaticon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5899c5;
	text-decoration: none;
	overflow: hidden;
	padding-top: 17px;
	padding-left: 110px;
	width: 121px;
}
#container #columncontainer #leftcontainer #sociallinks a:link,
#container #columncontainer #leftcontainer #sociallinks a:visited {
 color: #5899C5;
 text-decoration: none;
}
#container #columncontainer #leftcontainer #sociallinks a:hover,
#container #columncontainer #leftcontainer #sociallinks a:active {
 text-decoration: underline;
}
/* SOCIAL LINKS STYLES END */
 
/* PHONE TEXT STYLES START */
#container #columncontainer #leftcontainer #phoneinfo {
	height: 69px;
	width: 230px;
	background-image: url(images/mainmenu_phoneicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
#container #columncontainer #leftcontainer #phoneinfo #phonetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2e2e2e;
	width: 175px;
	text-align: center;
	margin-left: 25px;
}
#container #columncontainer #leftcontainer #phoneinfo #phonenumber {
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #2d6792;
	width: 200px;
	margin-left: 15px;
}
/* PHONE TEXT STYLES END */
 
/* MAIN NAVIGATION STYLES START */
#container #columncontainer #leftcontainer #nav {
	width: 230px;
}
#container #columncontainer #leftcontainer #nav .navitem
{
	background-color: #FFFFFF;
	background-image: url(images/menu_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 230px;
	margin-top: 10px;
}
#container #columncontainer #leftcontainer #nav .navitem_on
{
	background-color: #FFFFFF;
	background-image: url(images/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 230px;
	margin-top: 10px;
}
#container #columncontainer #leftcontainer #nav .navitem a,
#container #columncontainer #leftcontainer #nav .navitem_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;
}
#container #columncontainer #leftcontainer #nav .navitem a:hover,
#container #columncontainer #leftcontainer #nav .navitem_on a:hover
{
	text-decoration: underline;	
	display:block;
	background-image: url(images/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#container #columncontainer #leftcontainer #nav #subnav {
	width: 230px;
}
#container #columncontainer #leftcontainer #nav #subnav .subnavitem
{
	background-color: #E9E7E2;
	background-image: url(images/submenu_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 230px;
	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;
}
#container #columncontainer #leftcontainer #nav #subnav .subnavitem_on
{
	background-color: #E9E7E2;
	background-image: url(images/submenu_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 230px;
	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;
}
#container #columncontainer #leftcontainer #nav #subnav .subnavitem_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;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#container #columncontainer #leftcontainer #nav #subnav .subnavitem 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;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#container #columncontainer #leftcontainer #nav #subnav .subnavitem a:hover,
#container #columncontainer #leftcontainer #nav #subnav .subnavitem_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;
} 
/* MAIN NAVIGATION STYLES END */
 
#container #columncontainer #shaddow {
	float: left;
	background-image: url(images/shadow_mainmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 799px;
	width: 14px;
}
 
/* MAIN CONTENT STYLES START */
#container #columncontainer #contentcontainer { 
	float: right;
	width: 700px;
}
#container #columncontainer #contentcontainer #insuranceproviders #providerlogos {
	text-align: center;
}
#container #columncontainer #contentcontainer #insuranceproviders #providerlinks {
	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;
}
#container #columncontainer #contentcontainer #insuranceproviders #providerlinks a:link, 
#container #columncontainer #contentcontainer #insuranceproviders #providerlinks a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#container #columncontainer #contentcontainer #insuranceproviders #providerlinks a:hover, 
#container #columncontainer #contentcontainer #insuranceproviders #providerlinks a:active {
	text-decoration: none;
}
#container #columncontainer #contentcontainer #contentbreadcrumbmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	padding-left: 2px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#container #columncontainer #contentcontainer #contentbreadcrumbmenu a:link, 
#container #columncontainer #contentcontainer #contentbreadcrumbmenu a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#container #columncontainer #contentcontainer #contentbreadcrumbmenu a:hover, 
#container #columncontainer #contentcontainer #contentbreadcrumbmenu a:active {
	text-decoration: none;
}
#container #columncontainer #contentcontainer #maincontentarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
}
#container #columncontainer #contentcontainer #maincontentarea a:link,
#container #columncontainer #contentcontainer #maincontentarea a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#container #columncontainer #contentcontainer #maincontentarea a:hover,
#container #columncontainer #contentcontainer #maincontentarea a:active {
	text-decoration: none;
}
#container #columncontainer #contentcontainer #maincontentarea 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;
}
#container #columncontainer #contentcontainer #maincontentarea 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;
}
#container #columncontainer #contentcontainer #maincontentarea 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;
}
#container #columncontainer #contentcontainer #maincontentarea p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#container #columncontainer #contentcontainer #maincontentarea li {
	list-style-image: url(images/bullet.gif);
	margin-right: 30px;
	margin-left: 20px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#container #columncontainer #contentcontainer #maincontentarea .ImageGallery {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#container #columncontainer #contentcontainer #maincontentarea .ImageGallery .sf_image {
	text-align: center;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide {
	height: 323px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	width: 650px;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps {
	height: 186px;
	width: 644px;
	background-image: url(images/background_steps.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .stepstable {
	width: 644px;
	height: 186px;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebb347;
	overflow: hidden;
	padding-top: 30px;
	width: 205px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step1 a:link,
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step1 a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #EBB347;
}
 
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step1 a:hover,
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step1 a:active {
	text-decoration: none;
	color: #E09A18;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4583B8;
	overflow: hidden;
	padding-top: 30px;
	width: 204px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step2 a:link,
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step2 a:visited {
	color: #4583B8;
	text-decoration: underline;
	font-weight: bold;
}
 
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step2 a:hover,
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step2 a:active {
	text-decoration: none;
	color: #376A95;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8CB61A;
	overflow: hidden;
	padding-top: 30px;
	width: 204px;
	vertical-align: top;
	padding-right: 3px;
	padding-left: 5px;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step3 a:link,
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step3 a:visited {
	color: #8CB61A;
	text-decoration: underline;
	font-weight: bold;
}
 
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step3 a:hover,
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidesteps .step3 a:active {
	text-decoration: none;
	color: #7BA217;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidenewsletter {
	float: left;
	height: 137px;
	width: 276px;
	background-image: url(images/background_newsletter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidenewsletter .NewsletterTable {
	margin-top: 43px;
	margin-left: 12px;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidenewsletter .NewsletterTable .Name {
	width: 101px;
	height: 25px;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidenewsletter .NewsletterTable .Email {
	width: 202px;
	height: 25px;
}
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidenewsletter .NewsletterTable .Button {
	height: 50px;
	width: 50px;
}
 
#container #columncontainer #contentcontainer #maincontentarea #maincontentguide #guidebutton {
	height: 137px;
	float: right;
	width: 370px;
}
 
#container #columncontainer #contentcontainer #maincontentarea .AnchorListNoHeading {
}
#container #columncontainer #contentcontainer #maincontentarea .AnchorListNoHeading .sf_listTitle {
	visibility: hidden;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
}
#container #columncontainer #contentcontainer #maincontentarea .AnchorListNoHeading .sf_listItemBody {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#container #columncontainer #contentcontainer #maincontentarea .DownloadTable {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#container #columncontainer #contentcontainer #maincontentarea .DownloadTable .sf_libraryGrid {
	width: 100%;
}
#container #columncontainer #contentcontainer #maincontentarea .DownloadTable .sf_libraryGrid thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A5E48;
	font-weight: normal;
	background-color: #DAE3E9;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
}
#container #columncontainer #contentcontainer #maincontentarea .ForumsTable {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
}
#container #columncontainer #contentcontainer #maincontentarea .ForumsTable .sf_forumsList {
	width: 100%;
}
#container #columncontainer #contentcontainer #maincontentarea .ForumsTable .sf_forumsList th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A5E48;
	font-weight: normal;
	background-color: #DAE3E9;
}
#container #columncontainer #contentcontainer #maincontentarea .ForumsTable .sf_forumsList .sf_forumTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
}
#container #columncontainer #contentcontainer #maincontentarea .ForumsTable .sf_forumsList td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
}
 
#container #columncontainer #contentcontainer #maincontentarea .BlogList {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 10px;
	padding-top: 10px;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogList p {
	margin: 0px;
	padding: 0px;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogList .sf_postTitle a:link,
#container #columncontainer #contentcontainer #maincontentarea .BlogList .sf_postTitle a:visited {
	text-decoration: none;
	color: #6A5E48;
}
 
#container #columncontainer #contentcontainer #maincontentarea .BlogList .sf_postTitle a:hover,
#container #columncontainer #contentcontainer #maincontentarea .BlogList .sf_postTitle a:active {
	text-decoration: underline;
	color: #6A5E48;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogList .sf_postDate {
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogList .sf_postContent {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogList .sf_readMore {
	margin-top: 0px;
	margin-bottom: 0px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogList .sf_postCategory {
	margin-top: 0px;
	margin-bottom: 10px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 30px;
	padding-top: 10px;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_back {
	margin: 0px;
	padding: 0px;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_postAuthor {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_postDate {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_postContent {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_postContent p {
	margin-left: 0px;
	margin-right: 0px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_comments {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #528fc7;
	font-weight: lighter;
	margin: 0px;
}
 
#container #columncontainer #contentcontainer #maincontentarea .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;
}
 
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_commentListing li {
	list-style-image: none;
	list-style-type: none;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_commentListing .sf_authorComment {
	margin-bottom: 15px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_commentListing .sf_authorComment .sf_commentAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #89795d;
	margin: 0px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_commentListing .sf_authorComment span {
	line-height: 18px;
	font-size: 12px;
	color: #d0c390;
}
 
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_postNewComment legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
 
	color: #528fc7;
	font-weight: lighter;
	margin-bottom: 15px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_postNewComment ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_postNewComment li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#container #columncontainer #contentcontainer #maincontentarea .BlogPost .sf_postNewComment li label {
	color: #6A5E48;
	font-weight: bold;
}
#container #columncontainer #contentcontainer #maincontentarea .ContactTable {
	margin-bottom: 50px;
	margin-top: 0px;
	width: 672px;
	margin-left: 10px;
}
#container #columncontainer #contentcontainer #maincontentarea .ContactTable .Top {
	background-image: url(images/background_form-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 672px;
}
#container #columncontainer #contentcontainer #maincontentarea .ContactTable .Bottom {
	background-image: url(images/background_form-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 672px;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
 
}
#container #columncontainer #contentcontainer #maincontentarea .ContactTable .Pad {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
 
#container #columncontainer #contentcontainer #maincontentarea .StartChatTable {
	margin-bottom: 50px;
	margin-top: 0px;
	width: 489px;
	margin-left: auto;
	margin-right: auto;
}
#container #columncontainer #contentcontainer #maincontentarea .StartChatTable .Top {
	background-image: url(images/background_smlform-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 489px;
}
#container #columncontainer #contentcontainer #maincontentarea .StartChatTable .Bottom {
	background-image: url(images/background_smlform-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 489px;
}
#container #columncontainer #contentcontainer #maincontentarea .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;
 
}
#container #columncontainer #contentcontainer #maincontentarea .StartChatTable .Pad {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: nowrap;
}
 
#container #columncontainer #contentcontainer #maincontentarea #Sitemap li {
	list-style-image: none;
	list-style-type: none;
}
 
/* MAIN CONTENT STYLES END */
 
/* FOOTER STYLES START */
#footer, #push {
	width: 945px;
	height: 297px;
	clear: both;
}
#footer {
	margin-right: auto;
	margin-left: auto;
}
#footer #footermenu {
	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;
 
}
#footer #footermenu #footermenu1, #footer #footermenu #footermenu3 {
	width: 314px;
	float: left;
	height: 235px;
}
#footer #footermenu #footermenu2 {
	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;
}
#footer #footermenu #footermenu1, 
#footer #footermenu #footermenu2, 
#footer #footermenu #footermenu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
}
#footer #footermenu #footermenu1 a:link, 
#footer #footermenu #footermenu2 a:link, 
#footer #footermenu #footermenu3 a:link,
#footer #footermenu #footermenu1 a:visited, 
#footer #footermenu #footermenu2 a:visited, 
#footer #footermenu #footermenu3 a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#footer #footermenu #footermenu1 a:hover, 
#footer #footermenu #footermenu2 a:hover, 
#footer #footermenu #footermenu3 a:hover,
#footer #footermenu #footermenu1 a:active, 
#footer #footermenu #footermenu2 a:active, 
#footer #footermenu #footermenu3 a:active {
	text-decoration: none;
}
#footer #footermenu #footermenu1 h1, 
#footer #footermenu #footermenu2 h1, 
#footer #footermenu #footermenu3 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;
}
#footer #footermenu #footermenu1 p, 
#footer #footermenu #footermenu2 p, 
#footer #footermenu #footermenu3 p {
	line-height: 18px;
	margin-left: 25px;
}
#footer #footermenu #footermenu1 li, 
#footer #footermenu #footermenu2 li, 
#footer #footermenu #footermenu3 li {
	list-style-image: url(images/bullet.gif);
	line-height: 18px;
}
 
#footer #basefooter {
	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;
 
}
#footer #basefooter #basefootercopyright {
	width: 195px;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 5px;
	position: absolute;
}
#footer #basefooter #basefooterlinks {
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer #basefooter #basefooterlinks a:link, 
#footer #basefooter #basefooterlinks a:visited {
	color: #5899C5;
	text-decoration: underline;
}
 
#footer #basefooter #basefooterlinks a:hover, 
#footer #basefooter #basefooterlinks a:active {
	text-decoration: none;
}
 
/* FOOTER STYLES END */
 
 
 
<!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=utf-8" />
<title>Untitled Document</title>
<link href="App_Themes/Default/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="height:100%; width:100%">
  <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="container">
        <div id="header">
          <div id="headerbranding"> <a id="ctl00_lnkHome" href="default.aspx"><img id="ctl00_imgLogo" src="App_Themes/Default/images/logo.gif" style="border-width:0px;" /></a></div>
          <div id="headerbuttons">
            <div class="headerbutton"><a href="GettingHelp/ForTheAddict.aspx">For The Addict</a></div>
            <div class="headerbutton"><a href="GettingHelp/ForTheFamily.aspx">For The Family</a></div>
          </div>
        </div>
        <div id="imagery"><img src="App_Themes/Default/images/flash_01.jpg" alt="" width="945" height="284" /></div>
        <div id="columncontainer">
          <div id="leftcontainer">
            <div id="sociallinks"> <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 id="phoneinfo">
              <div id="phonetext">Call our 24/7 help hotline at:</div>
              <div id="phonenumber">1 (877) 957-3268</div>
            </div>
            <div id="nav">
              <div class="navitem"><a href="test.html">Partners</a></div>
              <div id="subnav">
                <div class="subnavitem"><a href="test.html">The Leadership Team The Leadership Team</a></div>
                <div class="subnavitem_on"><a href="test.html">The Leadership Team</a></div>
                <div class="subnavitem"><a href="test.html">The Leadership Team</a></div>
                <div class="subnavitem"><a href="test.html">The Leadership Team</a></div>
                <div class="subnavitem"><a href="test.html">The Leadership Team</a></div>
              </div>
            </div>
          </div>
          <div id="shaddow"></div>
          <div id="contentcontainer">
            <div id="insuranceproviders">
              <div id="providerlogos"><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="providerlinks"><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="contentbreadcrumbmenu">Current Page: <a href="s">Home</a> » <strong>About Us</strong></div>
            <div id="maincontentarea">
              <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="maincontentguide">
                <div id="guidesteps">
                  <table border="0" cellspacing="0" cellpadding="0" class="stepstable">
                    <tr>
                      <td class="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!</td>
                      <td class="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>.</td>
                      <td class="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!</td>
                    </tr>
                  </table>
                </div>
                <div id="guidenewsletter">&nbsp;</div>
                <div id="guidbutton"><img src="App_Themes/Default/images/button_assessment.gif" alt="" width="368" height="137" /></div>
              </div>
            </div>
          </div>
        </div>
        <div id="push"></div>
      </div>
      <div id="footer">
        <div id="footermenu">
          <div id="footermenu1">
            <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="footermenu2">
            <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="footermenu3">
            <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="basefooter">
          <div id="basefootercopyright">©2009 The Recovery Place</div>
          <div id="basefooterlinks"><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></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>

                                              
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:
1288:
1289:
1290:
1291:
1292:
1293:
1294:

Select allOpen in new window

 

by: wilson1000Posted on 2009-08-07 at 08:06:06ID: 25043501

You will find that using a relative container when you should will be fine in IE6 as they don't always disappear  - you may need to implement the IE hasLayout hack in some cases but when that time comes Nugs, come back and I or another expert will help you through.

Have I answered your question in enough depth?

Kindest regards

 

by: wilson1000Posted on 2009-08-07 at 08:08:26ID: 25043533

250 points for 1% - well done Kravimir ??

 

by: NugsPosted on 2009-08-07 at 08:09:42ID: 25043551

It did work, but was not needed. We can all share can't we?

 

by: wilson1000Posted on 2009-08-07 at 08:16:26ID: 25043645

We should share if its earned agreed but adding 1% height is a layout issue work round that clearly isn't needed in your case.


 

by: NugsPosted on 2009-08-07 at 08:17:44ID: 25043665

To early in the morning for me... Have a good day Wilson.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...