div#services_content {
	position: absolute;
	left: 22px;
	top: 277px;
	display: block;
	width: 723px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-color: #ffffff;
	background-image:url(images/Services_bk.gif);
}

/* This section of the CSS describes the buttons that load the galleries.*/
div#serv1 {
	position: absolute;
	left: 19px;
	top: 45px;
	display: block;
	width: 162px;
	height: 42px;
	border-style: none;
	background-color: #107b00;
}

div#serv2 {
	position: absolute;
	left: 188px;
	top: 45px;
	display: block;
	width: 200px;
	height: 42px;
	border-style: none;
	background-color: #107b00;
}

div#serv3 {
	position: absolute;
	left: 357px;
	top: 45px;
	display: block;
	width: 200px;
	height: 42px;
	border-style: none;
	background-color: #107b00;
}

div#serv4 {
	position: absolute;
	left: 522px;
	top: 45px;
	display: block;
	width: 200px;
	height: 42px;
	border-style: none;
	background-color: #107b00;
}
/*******************END BUTTONS*************************/

/*This section of the code will define the conent part of the page for the services.*/

div#ServContainer {
	position: absolute;
	left: 2px;
	top: 102px;
	display: block;
	width: 716px;
	height: 395px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-color: #ffffff;
}


div#ServDesc {
	position: absolute;
	left: 5px;
	top: 4px;
	display: block;
	width: 242px;
	height: 270px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-image:url(images/Gal_Desk_BK.gif);
	background-color: #ffffff;
}

div#ServDesc_Cont {
	position: absolute;
	left: 15px;
	top: 18px;
	display: block;
	width: 211px;
	height: 217px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-color: transparent;
	overflow: scroll;
	font-size:12px;
}

div#ServAuxImg {
	position: absolute;
	left: 6px;
	top: 282px;
	display: block;
	width: 241px;
	height: 93px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-color: #ffffff;
}

div#ServGallery {
	position: absolute;
	left: 255px;
	top: 4px;
	display: block;
	width: 457px;
	height: 371px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-image:url(images/Gal_BK.gif);
	background-color: #ffffff;
}

div#ServGallery_Cont {
	position: absolute;
	left: 16px;
	top: 13px;
	display: block;
	width: 424px;
	height: 344px;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	border-style: none;
	background-color: transparent;
}

/*******************END CONTENT*************************/

/*This section of code will define the fonts used for the dynamic laoding.*/
#ServGallery Gal_h1 {
	font: Futura, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #10b700;
}

#ServGallery Gal_h2 {
	font: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*******************END FONTS*************************/
