/*-------------------------------
SITE STRUCTURE
-------------------------------*/
body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #29ABE2;
	background-image: url(images/BodyBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#PageContainer
{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#HeaderContainer
{
	width: 100%;
	height: 100%;
}
.HeaderLogo{
	background-image: url(images/A-Life-Medical-Logo.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 450px;
}
.HeaderLogoHospital{
	background-image: url(images/A-Life-Medical-Logo.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 450px;
}
#MainBannerContainer{
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
}
#MainNavigationContainer{
	clear: both;
	width: 919px;
	z-index: 25;
	position: relative;
	left: 100px;
	margin-top: 20px;
}
#MainBodyContainer
{
   padding-top: 10px;
   clear: both;
   width: 100%;
}
#FooterContainer
{
    width: 100%;
    bottom: 0px;
    clear: both;
    padding-top: 10px;
}
.FooterHP{
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.FooterSec{
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 270px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-right: 15px;
}
.FooterNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.FooterNav a {color: #FFF;text-decoration: none;}
.FooterNav a:Hover {color: #F90;text-decoration: none;}
.FooterNav a:Visited {color: #FFF;text-decoration: none;}
.FooterNav a:Visited:Hover {color: #F90;text-decoration:none;}
.FooterText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
}

/*-------------------------------
HOME PAGE STRUCTURE
-------------------------------*/

#HPContentRight
{
    width: 320px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F5F5F5;
    border: 4px solid #fff;
    float: right;
}
#HPContentLeft
{
	width: 600px;
	background-color: #F5F5F5;
	border: 4px solid #fff;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height:300px;
}

/*-------------------------------
SECONDARY PAGE STRUCTURE
-------------------------------*/

#SecContentRight
{
    width: 720px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F5F5F5;
    border: 4px solid #fff;
    float: right;
	min-height:300px;
}
#SecNavLeft
{
    width: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F5F5F5;
    border: 4px solid #fff;
    float: left;

}
#SecPageToolBarCont
{
    width: 320px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F5F5F5;
    border: 4px solid #fff;
    float: right;
}
#SecondaryPageImageContainer
{
	width: 650px;
	float: left;

}


/*-------------------------------
PAGE COMPONENTS
-------------------------------*/

.TollFreePhone{
	height: 50px;
	background-image: url(images/TollFreeNumber.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.BottomWhiteRule{
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


/*-------------------------------
SEARCH BAR
-------------------------------*/

.SearchBox .sf_searchBox{

}
.SearchBox .sf_searchSubmit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/SearchButton.gif);
	background-repeat: no-repeat;
	background-color:none;
	height: 25px;
	width: 75px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border-style: none;
	font-weight: bold;
}
.SearchBox .sf_searchText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:
	color: #666;
	width: 200px;
}
/*-------------------------------
FONT STANDARDS
-------------------------------*/

a {color: #069;text-decoration: none;font-weight: bold;}
a:Hover {color: #F90;text-decoration: none;font-weight: bold;}
a:Visited {color: #069;text-decoration: none;font-weight: bold;}
a:Visited:Hover {color: #F90;text-decoration: none;font-weight: bold;}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #069;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #069;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.Copy{
	border: 1px solid #F90;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.Copy OL,
.Copy UL
{
	overflow: auto;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.Copy UL
{
}

.Copy UL LI,
.Copy OL LI
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #069;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}





p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
}





/*-------------------------------
NEWS LIST & DETAIL PAGE
-------------------------------*/
.SPNewsList .sf_newsList{
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.SPNewsList .NewsItemBox{
	border: 1px solid #F90;
	padding: 20px;
	margin: 0px;
	background-color: #fff;
}

.SPNewsList OL,
.SPNewsList UL
{
	margin:0px;
	padding:0px;
}


.SPNewsList UL LI,
.SPNewsList OL LI{
	border: none 0px #ffffff !important;

}
.SPNewsList .sf_readMore
{
    padding: 0px;
    margin: 0px;
}
.SPNewsList .sf_newsTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #069;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.SPNewsList .sf_newsSummary{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.SPNewsList .sf_newsThumbnail {
	width: 90px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.SPNewsList .sf_BottomInfo{
	border: 1px solid #F90;
	background-color: #DEDEDE;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.SPNewsList .sf_newsDateDetail{
	margin: 0px;
	padding: 0px;
	}
.SPNewsList .sf_newsAuthor{
	margin: 0px;
	padding: 0px;
}
.SPNewsList .sf_newsSource{
	margin: 0px;
	padding: 0px;
	}
.SPNewsList .sf_newsCategory{
	margin: 0px;
	padding: 0px;
	}
.SPNewsList .sf_postTags{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #09C;
	text-decoration: none;
}
.SPNewsList .sf_singleNews{
	margin-top: 20px;
}
.SPNewsList .sf_NewsTitleDetails{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #069;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}


/*-------------------------------
HOME PAGE NEWS LIST
-------------------------------*/
.HPNewsList .BottomWhiteRule{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.HPNewsList .HPLatestReleases{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #F90;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
}
.HPNewsList .HPMoreNews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F90;
	text-decoration: none;
	padding: 0px;
}
.HPNewsList .sf_newsList ul{
	margin: 0px;
	padding: 0px;
}
.HPNewsList .sf_newsList li{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.HPNewsList .sf_newsTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	text-decoration: none;
}
.HPNewsList .sf_newsDate{
	padding: 0px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*-------------------------------
EVENT LIST & DETAIL PAGE
-------------------------------*/
.Events .sf_eventsList{
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.Events .NewsItemBox{
	border: 1px solid #F90;
	padding: 20px;
	margin: 0px;
	background-color: #fff;
}
.Events OL,
.Events UL
{
	margin:0px;
	padding:0px;
}


.Events UL LI,
.Events OL LI{
	margin-bottom: 10px;
		border: none 0px #ffffff !important;

}
.Events .sf_eventTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #069;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.Events .sf_eventContent{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.Events .sf_eventSubTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

.Events .sf_eventMap{
	margin-top: 0px;
	margin-bottom: 40px;
}

.Events .sf_BottomInfo{
	border: 1px solid #F90;
	background-color: #DEDEDE;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

/*-------------------------------
Default LIsts
-------------------------------*/
.sf_expandedList{
	border: 1px solid #F90;

	padding: 20px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sf_listTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #069;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.sf_listItemTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #069;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
.sf_pager{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.sf_PagerSelItem{
	color: #F90;
}



.Search .SearchResultBox{
	padding: 20px;
	background-color: #fff;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.Search .PageTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.Search .Summary{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Search .URL{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.contactform .sf_BottomInfo{
    width: 100%;
	border: 1px solid #F90;
	background-color: #FFF;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.Error ul li
{
	color: red;
}

#MapsGoogle{
	background-color: #FFF;
	width: 720px;
}
