﻿/* layout */

body
{
	margin:0px;
	background-image:url('../img/Common/BackgroundFade.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Verdana, Arial;	
}

#main
{
	width:956px;
	margin-left: auto;
	margin-right: auto;
	border-bottom:solid 1px #008C99;
	border-left:solid 1px #008C99;
	border-right:solid 1px #008C99;
}

#topbar
{
	width:100%;
	height:24px;
	background-color:#008C99;
	border-bottom:solid 1px #008C99;
	font-size:.7em;
}

#topbar table
{
	margin-top:5px;
	margin-bottom:6px;
	margin-right:7px;
	float:right;
	
}

#topbar td
{
	padding-left:10px;
}

#topbar .splittercolumn
{
	/*border-right:solid 1px #ffffff; */
	padding-right:10px;	
}

#topbar a
{
	color:#ffffff;
	text-decoration:none;

}

#topbar a:hover
{
	text-decoration:underline;
}

#headerpic
{
	width:100%;
	height:120px;
}

#menu
{
	width:100%;
	height:32px;
	border-top:solid 1px #7B7B8D;
	border-bottom:solid 1px #7B7B8D;
}

#menu .RadMenu
{
	width:100%;
	height:100%;
}

#menu a:hover
{
	cursor:pointer;
	/*text-decoration:underline;*/
}

#menushade
{
	height:10px;
	margin:0px;
	background-image:url('../img/Common/MenuBottomShade.png');
	background-repeat:repeat-x;
	background-color:#ffffff;	
	text-align:center;
}

#breadcrumbmenu
{
	width:100%;	
	padding-bottom:15px;
	padding-left:1px;	
    background-color:#FFFFFF;
    color:#000000;
    font-family: Verdana, Arial;
    font-size:0.63em;
    vertical-align:top;    
}

.leftcolumn
{
	margin-top: 25px;
	width:151px;
	float:left;	
}

.rightcolumn
{
	width:730px;
	margin-left:176px;
	margin-top: 25px; 
	padding-bottom: 15px; 
	/*padding-right: 50px;*/
}

.singlecolumn
{
	width:956px;
}

#contentmain
{
    color:#000000;
    font-family: Verdana, Arial;
    font-size:0.7em;
}

/* main content styles */

#contentmain p
{
    background-color:#FFFFFF;
    color:#000000;
    font-family: Verdana, Arial;
}

#contentmain td 
{
    background-color:#FFFFFF;
    color:#000000;
    font-family: Verdana, Arial;
}

#contentmain h1
{
    font-size:1.4em;
    color:#0091A5;
}

#contentmain h2
{
    font-size:1.2em;
	color:#71BF44;		
}

#contentmain a
{
    color:#0091A5;
	text-decoration:underline;
}

#contentmain a:hover
{
	color:#00AFC1;
}

#contentmain a:visited
{
	color:#0091A5;
}

/*#contentmain ul li
{
    margin-left: -25px;
}*/

#footer
{
	width:100%;
	background-color:#E8F8F9;
	border-top:solid 1px #008C99;
	font-size:.7em;
	height: 55px;
}

#footer table
{
	margin-top:5px;
	float:right;
}

#footer td
{
	padding-left:10px;
}

#footer .splittercolumn
{
	border-right:solid 1px #0091A5; 
	padding-right:10px;	
}

#footer a
{
	color:#0091A5;
	text-decoration:none;
	
}

#footer a:hover
{
	text-decoration:underline;
}

/* Locator.aspx */

#locatorlist
{
	font-size:1.1em;
}

#locatorlist li
{
	margin-bottom:6px;
	vertical-align:top;
}

#locatorlist a
{
	color:#000000;
	text-decoration:none;
	vertical-align:top;
}

#locatorlist a:hover
{
	color:#000000;
	text-decoration:underline;
}

#locatorlist a:visited
{
	color:#000000;
}

#locatorlist img
{
	border:none;
}

#locatorresult
{
	margin-top:5px;
	font-size:1.1em;
	font-weight:bold;
}

#locatorresult a
{
	color:#000000;
	text-decoration:none;
	vertical-align:top;
}

#locatorresult a:hover
{
	color:#000000;
	text-decoration:underline;
}

#locatorresult a:visited
{
	color:#000000;
}

#locatorresult img
{
	border:none;
}

.viewmap
{
	font-size:0.9em;
    font-style:italic;
}

/*
#locatorlist a
{
	color:#000000;
	text-decoration:none;
}

#locatorlist td
{
	color:#000000;
	text-decoration:none;
}

#locatorlist a:hover
{
	color:#000000;
	text-decoration:underline;
}

#locatorlist a:visited
{
	color:#000000;
}

/* LocatorLookup.aspx 

#locatorresult
{
	padding-top:5px;
}

#locatorresult td
{
	text-align:left;
	font-weight:bold;
}

#locatorresult a
{
	color:#000000;
}

#locatorresult a:hover
{
	color:#000000;
}

#locatorresult a:visited
{
	color:#000000;
}

.locatorright
{
	padding-left:80px;
}
*/

/* Site Map */
 
#sitemap
{
	margin-left:20px;
}
 
#sitemap a
{
	text-decoration:none;
	color:#000000;
}

#sitemap a:hover
{
	text-decoration:underline;
	color:#000000;
}

#sitemap a:visited
{
	text-decoration:none;
	color:#000000;
}
 
#sitemap .title 
{
	padding-left:5px;
	margin-bottom:0px;
}

.SiteMapLevel1
{
    padding-top:20px;
    padding-bottom:5px;
	font-weight:bold;
}

.SiteMapLevel2
{
    padding-top:0px;
	font-weight:normal;
}

.SiteMapLevel3
{
}

.SiteMapSubLevel1
{
    padding-left:5px;
}

.SiteMapSubLevel2
{
	padding-left:20px;
}

.SiteMapSubLevel3
{
	padding-left:20px;
}

/* menu */
.StaticMenuItem
{
	/* don't put color/background-color here, it will overwrite the hover and selected colors */
	/*border-bottom:solid 1px #ffffff;   
    font-size: 90%;  */ 
	color:#7b7b7b;
}

.MenuHover
{
	/*background-color:#5AA5A3; */
	color:#0091A5;
}

.MenuSelected
{	
    /*background-color:#33A8B2;*/
    color:#0091A5;
    cursor:default;   
}

.MenuLevel1
{
	/* don't put color/background-color here, it will overwrite the hover and selected colors */
	margin-top:10px;
	border-bottom:solid 1px #ffffff;
}

.MenuLevel2
{
	margin-top:6px;
}

.MenuLevel3
{
	margin-top:6px;
}

.MenuLevel4
{
	margin-top:6px;
}

.SubMenuLevel1
{
    background-color:#efefef;
    padding-left:4px;
    padding-right:4px;
}

.SubMenuLevel2
{
	padding-left:10px;
}

.SubMenuLevel3
{
	padding-left:10px;
}

.SubMenuLevel4
{
	padding-left:10px;
}

/* home page, thumbnail links */

#HomePageBanner
{
	margin: 10px;
	height: 257px;
}

#HomePageBannerLeft {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 269px;
	height: 257px;
}

#HomePageBannerMiddle {
	position: absolute;
	left: 289px;
	top: 10px;
	width: 434px;
	height: 257px;
	background-image: url('../img/EN/Home/Images/image1.png')
}

#HomePageBannerRight
{
	position: absolute;
	left: 732px;
	top: 10px;
	width: 212px;
	height: 257px;
	background-image: url('../img/EN/Home/Locator/locator.png')
}

#HomePageBannerLeft div
{
	height: 79px;
	width: 269px;
}

#HomePageBannerLeft a
{
	
	height: 79px;
	width: 269px;
	display: block;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
	background-position: -269px top;
}

#HomePageBannerLeftCareInHome
{
	background-image: url('../img/EN/Home/Buttons/button1.png');
}

#HomePageBannerLeftCareInCommunity
{
	background-image: url('../img/EN/Home/Buttons/button2.png');
}

#HomePageBannerLeftLongTermCare
{
	background-image: url('../img/EN/Home/Buttons/button3.png');
}

#HomePageBannerLeft a:hover
{
	/* the home page buttons contain both the regular and hover images side-by-side - 
	   this moves the image over to show the hover */
	background-position: left top;
	cursor:pointer;
}

.HomePageBannerRightPostalCodeBox
{
	border-width: 0px;
	margin-left: 32px;
	margin-top: 222px;
	float: left;
}
