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

body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #E32992;
}

#imageHider {
	position:absolute;
	left:2px;
	top:10px;
	width:577px;
	height:563px;
	z-index:5;
}


#contentBG {
	position: absolute;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	width: 936px;
	left: 144px;
	top: 0px;
	height: auto;
	}
	
#header {
	position: relative;
	height: 144px;
	width: 936px;
	float: left;
	}	
	
#gallery {
	position: relative;
	height: auto;
	padding-left: 4px;
	width: 281px;
	float: left;
	}
	
#homeLink {
	position: absolute;
	height: 140px;
	width: 281px;
	left: 148px;
	top: 1px;
	z-index: 2;
	}		
	
#mainContent {
	position: relative;
	height: auto;
	width: 640px;
	float: right;
	}	
	
#footer {
	width: 936px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}	
	
#nav {
	position: absolute;
	width: 287px;
	height: 48px;
	left: 790px;
	top: 44px;
	}				

#wrapper {
	width: 281px;
	margin-left: auto;
	margin-right: auto;
	}
	
#btnHome {
	position: absolute;
	width: 34px;
	height: 65px;
	left: 1080px;
	top: 142px;
	}
	
#btnClient {
	position: absolute;
	width: 34px;
	height: 102px;
	left: 1080px;
	top: 214px;
	}
		
 
.accordionButton1 {	
	/*background-image: url(../images/gallery_senior_bg.jpg);*/
	width: 281px;
	height: 36px;
	float: left;
	cursor: pointer;
	}
	
.accordionButton2 {	
	/*background-image: url(../images/gallery_maternity_newborn_bg.jpg);*/
	width: 281px;
	height: 49px;
	float: left;
	cursor: pointer;
	}

.accordionButton3 {	
	/*background-image: url(../images/gallery_children_family_bg.jpg);*/
	width: 281px;
	height: 49px;
	float: left;
	cursor: pointer;
	}
	
.accordionButton4 {	
	/*background-image: url(../images/gallery_commercial_bg.jpg);*/
	width: 281px;
	height: 49px;
	float: left;
	cursor: pointer;
	}
	
.accordionBottom {	
	background-image: url(../images/gallery_bottom_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 281px;
	height: 100px;
	float: left;
	}	
	
.accordionDivider {	
	background-image: url(../images/gallery_divider_bg.jpg);
	width: 281px;
	height: 2px;
	float: left;
	}		
		 
.accordionContent {	
	width: 281px;
	float: left;
	background: #f193a5;
	display: none;
	}
	
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}	

a:link { text-decoration: none; color: #ed6990; }
a:visited { text-decoration: none; color: #ed6990; }
a:hover {text-decoration: underline; color: #ed6990; }
a:active { text-decoration: none; color: #ed6990; }
	
