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


/* SERVICES */

/* SERVICES NAVIGATION */
.nav-services {
	float:		left;
	width:		200px;
}
	.nav-services a {
		font-size:	12px;
		font-weight:bold;
		color:		#FFFF66;
	}
	.nav-services ul {
		margin:		0px;
		padding:	0px;
		list-style:	none;
		background: url('/files/image/dotted-line-200.gif') no-repeat left top;
	}
	.nav-services ul li {
		width:		180px;
		padding:	6px;
		background: url('/files/image/dotted-line-200.gif') no-repeat left bottom;
	}.nav-services ul li:hover { background-color: #1A1A1A }

	.nav-services ul li img {
		position:	relative;
		top:		2px;
	}





/* SERVICES LANDING PAGE */
.service-panel-rght {
	width:			400px;
	height:			180px;
	float:			right;
	margin-bottom:	10px;
}
.service-panel-both {
	width:			660px;
	height:			180px;
	float:			left;
	margin-bottom:	10px;
}




.middle h1.service {
	margin-top:		0px;
	padding-left:	20px;
	padding-top:	0px;
	font-size:		18px;
	font-style:		italic;
	font-weight:	bold;
	color:			#CCCC99;
	background:		url('/files/css/icons/arrow-down.png') no-repeat scroll 0 3px;
}

.middle h2.service {
	margin-top:		0px;
	padding-top:	0px;
	font-size:		18px;
	font-style:		italic;
	font-weight:	bold;
	letter-spacing:	0px;
	color:			#CCCC99;
}

.middle h2.service img {
	vertical-align:	middle;
}






/* END OF FILE
**************************************************/



