.titles {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: black;
}

body {
	background-image: url(../background/background-2tone.gif);
	font-family: ARIAL;
	font-size: 20px;
	color: RED;
}

a:link {
	color: #000000;
}
a:visited {
	color: #002d64;
}

/* START BIG BOX */

#big_box {
			position: absolute;
			top: 25px;
			left: 50%;
			margin-left: -409px;  /* Shift it back 50% of width */
			width: 818px;
			height: 756px;
			overflow: hidden;
			}

/* END BIG BOX */







.c3_ttl_12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	letter-spacing: 150%;
	line-height: 18px;
	font-weight: bold;
	color: black;
}



.c2_ttl_12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: black;
} 





/* basic DIV BOX */
.divbox {
position:absolute;
height: 10;
width: 10;
margin: 0px;
padding: 0px;
}




/* START SERVICES */

#column_2_all {
	position: absolute;
	top: 0px;
	left: 204px;
	width: 434px;
	height: 712px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	}
#column_2_services_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 434px;
	height: 148px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	} 
	
#services_c2_text   /* # = <DIV ID="..." */
{
	position: absolute;
	top: 149px;
	left: 0px;
	height: 210px;
	width: 394px;
	text-align: left;
	background-color:#f3f1e3;
	overflow: hidden;

	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}




#column_3_all {
	position: absolute;
	top: 0px;
	left: 638px;  /* 638 */
	width: 180px;
	height: 712px;
	overflow: hidden;
	background-image: url(/pages/services_1/c3_all_background.gif);
	}	
	/* END SERVICES */

/* SCROLLER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +*/ 

.vertical-dots {
	overflow: hidden; 
	display: block;
	width: 1px;
	margin: 0;
	padding: 0;
	/*border-right: 1px dotted #CCC;*/
	background: url("../background/dotted.gif") repeat-y;
	position: absolute;
	}
	
.horizontal-dots {
	overflow: hidden;
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	/*border-top: 1px dotted #CCC;*/
	background: url("../background/dotted.gif") repeat-x;
	}
	
	
#scroll-area {  /* This is the scroll box area w/o the scrollbar info */
	position: absolute;
	
	overflow: hidden;
	width: 413px;  /* Overridden in HTML code */
	height: 550px;
	padding-bottom: 10px;
	background-color: #f3f1e3;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 11px;


	}
	
.Scroller-Container {   /* This is the scroll box that the text/etc resides in */
	position: relative;
	top: 0px; left: 0px; right: 10px;
	padding-bottom: 10px;
	margin: 20px;
	font-size: 11px; /* Resets 1em to 10px */
	font-family: "Trebuchet MS";
	background-color: #f3f1e3;
	
	
	}

#content {  /* This is the box that controls the WHOLE scroller space */
	position: absolute;
	top: 149px;
	left: 0px;
	width: 434px; 
	height: 563px;
	overflow: hidden;
	padding: 0;
	background-color: #f3f1e3;
	}
	
#scroll-control {
	position: absolute;
	top: 0;
	right: 0px;
	width: 16px;
	height: 100%;
	background: url("../background/dotted.gif") left repeat-y;
	background-color: #ffffff;
	
	}
	
#scroll-right-dots {
	margin-right: 0px;
	height: 100%;
	}
	
	
	
/* END SCROLLER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +*/ 	
