@charset "utf-8";
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

/*Index Styles*/
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FF0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FF0;
}
.oneColFixCtrHdr #header {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 140px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}


.oneColFixCtrHdr #LogoHolder {
	position: absolute;
	top: 15px;
	right: 329px;
	z-index: 10;
}

.oneColFixCtrHdr #NavContainer {
	text-align: left;
	float: left;
	height: 40px;
	width: 578px;
	position: absolute;
	left: 320px;
	top: 136px;
	z-index: 10;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	height: 545px;
	width: 740px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#IndexBG {
	height: 394px;
	width: 779px;
	position: absolute;
	left: 322px;
	top: 138px;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_BGMainV5780_374top.png);
	background-repeat: no-repeat;
}
#SloganHolder {
	position: absolute;
	left: 90px;
	top: 189px;
	z-index: 15;
}

#BirthStoriesContainer {
	height: 171px;
	width: 782px;
	position: absolute;
	left: 322px;
	top: 527px;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_BSListFooterBG.png);
	background-repeat: no-repeat;
}



#BSText {
	position: absolute;
	height: 135px;
	width: 255px;
	left: 8px;
	top: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bolder;
	color: #609;
	text-decoration: none;
	text-align: justify;
}

#BSTextImg {
	position: absolute;
	height: 121px;
	width: 255px;
	left: 25px;
	top: -91px;
}

#BSPhotos {
	position: absolute;
	height: 123px;
	width: 509px;
	right: 3px;
	top: 25px;
	margin-right: 0px;
	margin-left: 5px;
}

#BSPhotosListView1 {
	position: absolute;
	height: 143px;
	width: 509px;
	left: 480px;
	top: 105px;
	margin-right: 0px;
	margin-left: 5px;
}

#BSPhotosListView2 {
	position: absolute;
	height: 143px;
	width: 509px;
	left: 480px;
	top: 245px;
	margin-right: 0px;
	margin-left: 5px;
}
#BSPhotosListView3 {
	position: absolute;
	height: 143px;
	width: 509px;
	left: 480px;
	top: 385px;
	margin-right: 0px;
	margin-left: 5px;
}


.BSPhotosBG {
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwiferyBStoriesPhotoStripImg145X121BG.png);
	background-repeat: no-repeat;
	height: 131px;
	width: 142px;
	padding-right: 10px;
	text-align: center;
	padding-left: 3px;
	padding-top: 6px;
	padding-bottom: 5px;
}

/*Home Styles*/


.oneColFixCtrHdr #HomeContainer {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.oneColFixCtrHdr #HomeHeader {
	height: 198px;
	width: 1054px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	background-color: #fff;
	background-image: url(../images/SheliaWatson_SpiritofLifeMidwifery_HomeHeaderBG.png);
	background-repeat: repeat-x;
	float: none;
	position: relative;
	left: 215px;
}
.oneColFixCtrHdr #HomeHeader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.HomeNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}


.HomeNavText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p.HomeNavText a:link, p.HomeNavText a:visited, span.HomeNavText a:link, span.HomeNavText a:visited, li.HomeNavText a:link, li.HomeNavText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

span.HomeNavText a:hover, p.HomeNavText a:hover, li.HomeNavText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	color: #609;
	text-decoration: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#HomeHeaderNav {
	float: left;
	height: 150px;
	width: 330px;
	position: relative;
	left: 0px;
	top: 0px;	
	
}

#HHNavTeam {
	float: left;
	height: 108px;
	width: 169px;
	position: absolute;
	left: 1px;
	top: 0px;
	background-color: fff;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_MeetYourTeamHeaderBG.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#HHNavCommunity {
	float: left;
	height: 105px;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 136px;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_OurCommunityHeaderBG.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#HHNavFAQs {
	float: right;
	height: 101px;
	width: 165px;
	position: absolute;
	left: 173px;
	top: 135px;
	background-color: #FFF;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_FAQ_ResourcesHeaderBG.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#SHNavSvsCare {
	float: left;
	height: 150px;
	width: 202px;
	position: absolute;
	left: 10px;
	top: 28px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}




#SHNavSvsCare p {
	float: left;
	padding: 0;
	display: inline-block;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#SHNavSvsCare p a:link,#SHNavSvsCare p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px 0 10px;
	margin-right: 0px;
	display: block;
	line-height: 50px;
	font-variant: normal;
	width: 202px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_ServiceCare_HeaderRollover.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-transform: uppercase;
}
#SHNavSvsCare p a:hover {
	color: #fff;
	border: none;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_ServiceCare_HeaderRollover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#SHNavSvsCare p a.current {
	padding: 0 10px 0 10px;
	color: #FFF;
	margin-right: 0px;
	display: block;
	line-height: 50px;
	height:150px;
	width: 202px;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_ServiceCare_HeaderRollover.png);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: right top;
	
}
#SHNavSvsCare p a.current:hover {
	color: #609;
	cursor: default;
}

#HarmonyTagLine {
	float: left;
	left: 700px;
	top: 0px;
	position: absolute;
}

#HomeLogoHolder {
	float: left;
	left: 415px;
	top: 8px;
	position: absolute;
}


#SubTemplateNav {
	margin: 10px;
	padding: 5px;
	float: left;
	height: 65px;
	width: 1024px;
	position: relative;
	left: 200px;
	top: 18px;
	z-index: 10;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #eaeaea;
	border-bottom-color: #eaeaea;	
}

#SubTemplateNav ul {
	list-style: none;
	margin: 0px;
	float: right;
	width: 100%;
	padding: 0px;
}
#SubTemplateNav li {
	float: left;
	padding: 0;
	display: inline-block;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#SubTemplateNav li a:link,#SubTemplateNav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #373938;
	text-decoration: none;
	font-variant: small-caps;
	padding: 0 10px 0 10px;
	margin-right: 0px;
	display: block;
	line-height: 65px;
	width: 165px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
#SubTemplateNav li a:hover {
	color: #373938;
	border: none;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_SubNavRolloverIMG.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#SubTemplateNav ul li a.current {
	margin-top: 1px;
	margin-left: 2px;
	height: 65px;
	color: #FFF;
	line-height: 62px;
	width: 150px;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_BlueBTNRolloverBG.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
#SubTemplateNav ul li a.current:hover {
	color: #E9EAEB;
	cursor: default;
}








.oneColFixCtrHdr #HomeMainContent {
	background: #FFFFFF;
	height: 760px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#NewsOptContainer {
	width: 344px;
	height: 305px;
	position: relative;
	left: 18px;
	top: 18px;
	overflow: hidden;
	background-color: #FFC;
	}


#HomeQuicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	
	text-decoration: none;
	float: left;
	height: 266px;
	width: 253px;
	position: absolute;
	left: 291px;
	top: 295px;
}

#HomeUpperRightContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	float: right;
	height: 270px;
	width: 617px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	left: 533px;
	top: 290px;
	text-decoration: none;
}

#HomeQLImg {
	text-decoration: none;
	height: 218px;
	width: 150px;
	position: absolute;
	left: 8px;
	top: 23px;
	background-repeat: no-repeat;
}

#HomeWelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	float: right;
	height: 272px;
	width: 441px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	left: 160px;
	top: 0px;
	text-decoration: none;
}

#HomeLowerContent {
	height: 490px;
	width: 860px;
	position: absolute;
	left: 289px;
	top: 519px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}
#HomeShortSvrLst {
	height: 469px;
	width: 217px;
	position: absolute;
	left: 1px;
	top: 13px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#HomeShortResourceLst{
	height: 469px;
	width: 287px;
	position: absolute;
	left: 224px;
	top: 13px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#HomeSrvCareLst {
	height: 148px;
	width: 330px;
	position: absolute;
	left: 521px;
	top: 13px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#HomeSecureZone {
	height: 305px;
	width: 372px;
	position: absolute;
	left: 492px;
	top: 227px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#secureZoneLst1, #secureZoneLst1b {
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#secureZoneLst1 {
	height: 108px;
	width: 331px;
	position: absolute;
	left: -2px;
	top: 28px;
}

#secureZoneLst1b {
	width: 163px;
	position: absolute;
	left: 168px;
	top: 17px;
	height: 90px;
	
}


#secureZoneLst2 {
	height: 277px;
	width: 308px;
	position: absolute;
	left: 592px;
	top: 71px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#secureZoneLst3 {
	height: 91px;
	width: 195px;
	position: absolute;
	left: -490px;
	top: 209px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#secureZoneOptIn {
	height: 268px;
	width: 253px;
	position: absolute;
	left: 76px;
	top: 168px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}



.SOLsecure-login {
	
}

.maintextbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	color: #7030A0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.maintextbody a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	font-weight: bolder;
	color: #7030A0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.GreenLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #3D3D3D;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

p.GreenLink a:link, p.GreenLink a:visited, span.GreenLink a:link, span.GreenLink a:visited, li.GreenLink a:link, li.GreenLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #3D3D3D;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

span.GreenLink a:hover, p.GreenLink a:hover, li.GreenLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bolder;
	color: #88a94b;
	text-decoration: none;
	text-align: left;
	list-style-type: none;	
}

.PurpleLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #3D3D3D;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

dt.PurpleLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #3D3D3D;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

dt.PurpleLink a:link, dt.PurpleLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #3D3D3D;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

dt.PurpleLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bolder;
	color: #7030A0;
	text-decoration: none;
	text-align: left;
	list-style-type: none;	
}


p.PurpleLink a:link, p.PurpleLink a:visited, span.PurpleLink a:link, span.PurpleLink a:visited, li.PurpleLink a:link, li.PurpleLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #3D3D3D;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

span.PurpleLink a:hover, p.PurpleLink a:hover, li.PurpleLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bolder;
	color: #7030A0;
	text-decoration: none;
	text-align: left;
	list-style-type: none;	
}

.PurpleLink2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bolder;
	color: #7030A0;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

p.PurpleLink2 a:link, p.PurpleLink2 a:visited, span.PurpleLink2 a:link, span.PurpleLink2 a:visited, li.PurpleLink2 a:link, li.PurpleLink2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bolder;
	color: #7030A0;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

span.PurpleLink2 a:hover, p.PurpleLink2 a:hover, li.PurpleLink2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bolder;
	color: #2BB0DC;
	text-decoration: none;
	text-align: left;
	list-style-type: none;	
}

.BlueLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #3D3D3D;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

p.BlueLink a:link, p.BlueLink a:visited, span.BlueLink a:link, span.BlueLink a:visited, li.BlueLink a:link, li.BlueLink a:visited,  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #3D3D3D;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}

span.BlueLink a:hover, p.BlueLink a:hover, li.BlueLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bolder;
	color: #2BB0DC;
	text-decoration: none;
	text-align: left;
	list-style-type: none;	
}





.imgLink a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.imgLink a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.imgLink a img a:visited, .imgLink a img a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imgLink a img a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*BirthStories Web App Styles*/

#BSWAQuicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	
	text-decoration: none;
	float: left;
	height: 266px;
	width: 253px;
	position: absolute;
	left: 225px;
	top: 295px;
}


#BirthStoriesDescription {
	font-family: Arial, Helvetica, sans-serif;
	
	text-decoration: none;
	height: 272px;
	width: 441px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	left: 160px;
	top: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
}

#momPic1, #babyPic2, #mainStoryPic3 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-decoration: none;
	height: 218px;
	width: 150px;
	background-repeat: no-repeat;
}

#momPic1 {
	top: 57px;
	left: 5px;
}

#babyPic2 {
	top: 237px;
	left: 6px;
}
#mainStoryPic3 {
	left: 8px;
	top: 23px;
}

#AddtionalPicHolder {
	margin: 0px;
	height: 101px;
	width: 355px;
	position: absolute;
	left: 68px;
	top: 380px;
	float: left;
}


#AddtlPic4 p, #AddtlPic5 p, #AddtlPic6 p {
	line-height: 1.3em;
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#AddtlPic4 p a img, #AddtlPic5 p a img, #AddtlPic6 p a img {
	line-height: 1.3em;
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#HomeBirthSQLImg {
	text-decoration: none;
	height: 181px;
	width: 282px;
	position: absolute;
	left: 255px;
	top: -250px;
	background-repeat: no-repeat;
}

#HomeBirthSQLText {
	text-decoration: none;
	height: 240px;
	width: 150px;
	position: absolute;
	left: 295px;
	top: -170px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	
	text-decoration: none;
	float: left;
}

/*Table Layout*/

#BirthSMUpperRightContentTL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 270px;
	width: 617px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	left: -120px;
	top: 290px;
	text-decoration: none;
}

#BirthSMLowerContentTL {
	height: 490px;
	width: 860px;
	position: absolute;
	left: 224px;
	top: 549px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#WebAppModuleTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 780px;
	width: 550px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	left: 200px;
	top: 290px;
	text-decoration: none;
}


#FormTitle {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 90px;
	width: 550px;
	left: 500px;
	top: 0px;
	text-align: justify;
	margin-bottom: 5px;
}



#CstInputForm {
	position: absolute;
	left: 500px;
	top: 154px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	height: 678px;
			   }
			   
#CstInputFormPart2 {
	position: absolute;
	width: 250px;
	left: 30px;
	top: 131px;
	border: thin solid #FF0;
	height: 682px;
}

#BirthStoriesDescriptionTL {
	font-family: Arial, Helvetica, sans-serif;
	
	text-decoration: none;
	width: 570px;
	height: 322px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	left: 430px;
	top: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	
}

#momPic1TL, #babyPic2TL, #mainStoryPic3TL {
	margin: 0px;
	padding: 0px;
	position: relative;
	text-decoration: none;
	background-repeat: no-repeat;
}

#momPic1TL {
	height: 198px;
	width: 180px;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	padding-top: 5px;
}

#AddtionalPicHolderTL {
	margin: 0px;
	height: 85px;
	width: 209px;
	position: relative;
	left: 0px;
	top: -15px;
	padding-left: 0px;
	padding-top: 5px;
	float: left;
	text-align: center;
	vertical-align: top;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	padding-bottom: 5px;	
}


#AddtlPic4TL p, #AddtlPic5TL p, #AddtlPic6TL p {
	line-height: 1.3em;
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#AddtlPic4TL p a img, #AddtlPic5TL p a img, #AddtlPic6TL p a img {
	line-height: 1.3em;
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#storySummary1TL {
	width: 379px;
	margin: 0px;
	padding: 2px;
	height: 275px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FF0;
}

#storySummaryquestion2TL {
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #FF0;
}

#AboutMother {
	position:relative;
	height: 130px;
	width: 435px;
	text-align: left;
}

#AboutBabyTL {
	position: relative;
	height: 150px;
	width: 265px;
		
}

#storyTable {
	position: relative;
	left: 431px;
	top: -35px;
	height:250px;
	margin-top: 10px;
}


#StoryMainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: .8em;
	font-weight: normal;
	
	text-decoration: none;
	width: 580px;
	position: relative;
	
	
}
#StoryMainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	
	text-decoration: none;
	width: 580px;
	position: relative;
	top: 0px;
	margin-bottom: 20px;	
	
}


#BSLearnMore {
	
	width: 748px;
	height:50px;
	position: absolute;
	left: 1px;
	top: 243px;
	
	
}

#FriendTell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	
	text-decoration: none;
	
}

#BackHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	
	text-decoration: none;
	width: 550px;
	position: relative;
	left: 180px;
	top: -145px;
	text-align: left;
	margin-bottom: 10px;
}

#NewsLetterOptIn {
	position: absolute;
	left: 5px;
	top: -15px;
	height: 332px;
	width: 375px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#SecureZoneContainer {
	position: absolute;
	left: 5px;
	top: -15px;
	height: 332px;
	width: 375px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#TellAFriendOptIn {
	position: absolute;
	left: 202px;
	top: 210px;
	height: 326px;
	width: 195px;
	background-color: #212a39;
	border: thin solid #FF0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 8px;
}


.KYListclass {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1em;
	text-decoration: none;
	color: #373938;
}

#BSsecureZoneOptIn {
	height: 268px;
	width: 253px;
	position: absolute;
	left: -30px;
	top: 328px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#BSsecureZoneLst3 {
	height: 91px;
	width: 195px;
	position: absolute;
	left: -3px;
	top: -45px;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
}

#BirthStoryAdd {
	position: absolute;
	left: 202px;
	top: 55px;
	height: 148px;
	width: 195px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_DancingMotherIcon160_240.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

/*Referral Form not on template Pre Development Test Group*/


#ReferalformMainContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 1045px;
	width: 850px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	left: 80px;
	top: 10px;
	text-decoration: none;
	
}

#ReferalFormTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 780px;
	width: 750px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	left: 46px;
	top: 189px;
	text-decoration: none;
	background-color: #FFC;
	border: thin solid #FF0;
}

#ReferalForm {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 757px;
	width: 389px;
	left: 233px;
	top: 3px;
	text-align: justify;
	margin-bottom: 5px;
}


#FeedbackFormTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 2550px;
	width: 750px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	left: 46px;
	top: 189px;
	text-decoration: none;
	background-color: #FFC;
	border: thin solid #FF0;
}

#FeedbackForm {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 1357px;
	width: 389px;
	left: 21px;
	top: 17px;
	text-align: justify;
	margin-bottom: 5px;
}

#BirthStoriesFormTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 755px;
	width: 750px;
	position: absolute;
	left: 16px;
	top: 149px;
	text-decoration: none;
	background-color: #FFC;
	border: thin solid #FF0;
        margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}




        
	
        







#BirthStoriesForm {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 857px;
	width: 389px;
	left: 86px;
	top: 14px;
	text-align: justify;
	margin-bottom: 5px;
}

/*Community Landing  Page*/

#communityModuleTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	
	text-decoration: none;
	position: absolute;
	height: 857px;
	width: 950px;
	left: 235px;
	top: 365px;
	text-align: LEFT;
	margin-bottom: 5px;
}


#MiamiMidwifeBlog, #communityEducation, #communityResources, #communityForum, #communityWelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	
	text-align: justify;
	text-decoration: none;
	line-height: 1.3em;
	padding: 5px;
	position: absolute;
 }

#MiamiMidwifeBlog {
	width: 405px;
	height: 195;
	padding:10px;
	left: 566px;
	top: 411px;
	position: absolute;
	
}

#communityEducation {
	width: 503px;
	height:158px;
	border-right:#eaeaea thin solid;
	padding:10px;
	left: 35px;
	top: 448px;
	position: absolute;
}

#communityResources {
	width: 503px;
	height:158px;
	border-right:#eaeaea thin solid; border-top:#eaeaea thin solid;
	padding:10px;
	left: 35px;
	top: 308px;
	position: absolute;
}

#communityForum {
	width: 405px;
	height: 416px;
	border-top:#eaeaea thin solid;
	padding:10px;
	left: 566px;
	top: 40px;
	position: absolute;
	
}

#communityWelcome {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	width: 503px;
	height: 296px;
	padding:10px;
	left: 35px;
	top: 40px;	
}

#communityList {
	width:45%; 
	position: relative; 
	float: left;
	left: 5px;
	top: 0px;
}



/*Footer Styles*/

.oneColFixCtrHdr #footer, #footerIndex {
	background-color: #fff;
	background-image: url(../images/Shelia-Watson-SpiritofLifeMidwifery_FooterBG.png);
	background-repeat: no-repeat;
	position: relative;
	width: 105%;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.oneColFixCtrHdr #footer, #footerIndex {
		margin-top: 65px;
	}
	
	.oneColFixCtrHdr #footerIndex {
		
		width: 98%;
		margin-top: 1px;
	}
.oneColFixCtrHdr #footer p, .oneColFixCtrHdr #footerIndex p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer { color:#fff; font-size:.8em; line-height:1.1em; }
.footer a { color:#fff; text-decoration: none; }
.footer a:hover { text-decoration:none;}
