@charset "UTF-8";
body {
	background: #FFF url(../images/background-960.gif) repeat-y center top;
	padding: 0;
	margin: 0;
}

a {
	color: #B51A8A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.box {
/*      This is pure css opacity supported by CSS3  */
/*	background: rgba(255, 255, 255, 0.8); */

	background-color:#FFFFFF; 
	margin-left: 30px;
	padding-left: 15px;
	padding-bottom: 10px;
	background: rgba(255, 255, 255, 0.8);
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;

}
#main .box p {
	margin-right: 195px;
	
}
.grid_9#main {
	background: url(../images/vert-line.gif) no-repeat left top;
	min-height: 780px;
}

.container_12 {
	background: #fff url(../images/butterflies-background.gif) no-repeat left top;
	padding-bottom: 45px;
	min-height: 1020px;
}
#p7PMM_1 {
	margin-top: 20px;
	margin-bottom: 50px;
}
#topPanel {
	width: 682px;
	margin-left: 18px;
	position: relative;
	/*background: url(../images/top-butterflies.gif) no-repeat right top;*/
	min-height: 100px;
}
#topTelephone {
	float: left;
}
#slideshow {
	float: left;
}
#leftBox1 {
	padding-left: 13px;
	padding-bottom: 20px;
}
#leftBox1 p {
	font-size: 11px;
}

#footer {
padding:30px;
text-align:right;
font-size:12px;

/*      This is pure css opacity supported by CSS3 */
/*	background: rgba(242, 229, 240, 0.8); */

	background-color:#F2E5F0; 
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8; 
	-moz-border-radius-topleft: 15px; 
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px; 
	-webkit-border-bottom-left-radius: 15px;
      margin-top:15px;
      margin-left:275px;
     
}

blockquote {
	float: right;
	width: 201px;
	background: #F2E5F0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-right: 22px;
	padding-left: 22px;
	border-right: 4px solid #CCC;
	border-bottom: 4px solid #DDD;
	margin: 0px 25px 15px;
}
blockquote em {
	font-size: 13px;
}
blockquote .topQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80px;
	display: block;
	overflow: hidden;
	line-height: 80px;
	height: 35px;
	margin-top: 10px;
	width: 201px;
}
blockquote .baseQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80px;
	display: block;
	overflow: hidden;
	line-height: 80px;
	height: 35px;
	width: 201px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 0px;
}
.team {
	border: 1px solid #B51A8A;
	width: 280px;
	margin-right: 15px;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
       background-color:#FFFFFF;
       filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.team img {
	float: left;
	background-color: transparent;
}
.teamText {
	display: block;
	padding-left: 10px;
	float: left;
	font-size: 11px;
	width: 125px;
}
.team .teamText p {
	margin: 0px;
	padding: 0px;
}


#gallery { position: relative; top: -20px; padding-left:260px; }
  #pictures { position: relative; height: 350px; }
  #pictures img { position: absolute; top: 0; left: 0; }
