/* =========== Global Styles =========== */
body {
	margin: 0px; 
}
body, #footer, #contentBottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
}
h1{
	font-family:"Times New Roman", Times, serif;
	color:#6699FF;

}
h2{
	font-family:"Times New Roman", Times, serif;
	color:#6699FF;
}
h3{
	font-family:"Times New Roman", Times, serif;
	color:#6699FF;
}
h4{
	font-family:"Times New Roman", Times, serif;
}
h5{
	font-family:"Times New Roman", Times, serif;
}

div.hr {
	margin: 4px auto 4px auto;
	width:80%;
	background-image:url(/images/v2/hline.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	height: 4px;
	}
div.hr hr {
	display:none;
}
a {
	color:#0000CC;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
img {
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(99,99,99,.75);
}
img.normal {
 -moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
}
.thumbnails a {width:160px; height: 160px; color:black; float:left; display:block; margin: 10px; text-align:center; outline:none}

.myClass {width:200px}
.myClass div {float-left;width:50px}
.myClass img {width:90px}

p {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
#page p{
	cursor: text;
}
li, form {
	margin:0px; 
	padding:0px;
}

/* =========== Global Helper Classes =========== */
.clear {clear:both;}
.strong {font-weight:bold;}
.alert {color:red;}

/* =========== Page Styles =========== */
#pageContainer {
	margin: 0 auto;
	background-image: url(/images/v2/background.jpg);
	width:960px;
	border: 1px solid #9AB;
	border-top: none;
	border-bottom: none;
	background-size: 100%;
}
#page {
	width: 100%;
	background-image: url(/images/v2/header.jpg);
	background-repeat: no-repeat;
	position:relative;
	padding-top:190px;
	margin:0;
	background-size: 100%;
}

/* =========== Header Links =========== */
#headerLinks a {
	display:block;
	position:absolute;
	background: url(/images/v2/background.jpg) no-repeat 0px -1px;	/* Hack for IE */
	color: #444444;
	font-size:13px;
	text-align: center;
}
#headerLinks a:hover {
	text-decoration:none;
}
#headerLinks a span {
	display:none
}
#linkHomeLogo	 {top: 24px; left: 18px; width: 365px; height: 104px; }
#linkHome 		 {top: 137px; left: 144px; width: 76px; height: 31px; }
#linkPhoto 		 {top: 136px; left: 228px; width: 161px; height: 38px; }
#linkWater 		 {top: 138px; left: 392px; width: 136px; height: 42px; }
#linkDoula 		 {top: 147px; left: 536px; width: 79px; height: 49px; }
#linkBook 		 {top: 171px; left: 626px; width: 105px; height: 64px; }
#linkResearch 	 {top: 205px; left: 740px; width: 111px; height: 42px; }
#linkContact 	 {top: 184px; left: 851px; width: 103px; height: 64px; }

#linkPhotoGal	 {top: 270px; left: 730px; width: 125px; height:18px;font-weight:bold }
#linkPhotoPor	 {top: 293px; left: 730px; width: 125px; height:18px; font-weight:bold;}

#linkHr {background: url(/images/v2/hlinet.png) repeat-x 0px 0px; position:absolute; top:289px;left:744px; width:95px; height:2px;}
	
a#linkPhotoGal span, a#linkPhotoPor span {display:inline; font-size:14px; font-weight:bold}

/* =========== Flash/Music Styles =========== */
#music {
	position:absolute;
	left:880px;
	top:262px;
	width:40px;
	cursor:pointer;
	text-align: center;
}
#music p {
	margin: 0;
	padding:0;
	color:#587ACB;
	font-weight:bold;
	cursor:pointer;
}

/* =========== Navigation Styles =========== */
#navigation {
	float:left;
	width: 142px;
	padding-left:6px;
	font-size:14px;
	font-weight:bold;
	}
#navigation p {
	margin:0;
	padding: 10px 0 2px 0;
}
#navigation p.link a {
	color:#000000;
	font-weight: bold;
}
#navigation ul {
	margin: 0 0 5px 0;
	padding-left:4px;
}
#navigation li {	
	list-style: none;
}

/* =========== Content Styles =========== */
#content {
	width:800px;
	margin-left:154px;
	padding-right:6px;
	padding-top:8px;
	cursor: default;
}

#contentBottom {
	clear:both;
	text-align: center;
}
#contentBottom .small {
	margin:10px 0 0 0;
}
#slideShow {
	height:142px
}
/* =========== Footer Styles =========== */
#footer {
	background-image: url(/images/v2/footer.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 78px;
	clear:both;
	padding-top: 89px;
	font-size: 11px;
	text-align: center;
	background-size:100%;
}
#footer p {
	margin: 0 0 2px 0;
	padding: 0;
}
#footer p.last {
	margin: 8px 0 0 0;
}
#footer a {
	color: #000000;
}

/* =========== Legacy Classes =========== */ 
/* These are left in from the previous version of the site in case they are needed. */
.navbar p {margin:0;padding:0;}
table.st tr td {font-size:9px;font-weight:700;color:#000000;background-position: center center;position: relative; clip:  rect(   );}
.style1 {color: #FF0000}
.small {font-size: 9px}
.style3 {font-size: 14px;font-weight: bold;}
.clear {clear:both;}

/* =========== *Home.asp Styles ============ */
#rightFloat
 {
  float:right;
  width: 208px;
  padding: 5px 5px 5px 5px;
  margin: 200px 0 0 0;
  text-align:center;
  background-image: url(images/v2/vline.png);
  background-repeat:repeat-y;
  background-position:top left;
}
#frontContent
 {
	margin-right:222px;
}

/* =========== Video Styles ============ */
#indent
 {  
   text-indent:10px;
 }

#rightCo
 {
  float:right;
  width:290px;
  padding: px 5px 5px 5px;
  }
  
#leftCo
 {
  float:left;
  width:290px;
  padding:5px 5px 5px 5px;
 }
