/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Reclaim Design LLC

Last Updated: David Henry
Date: 10/10/2009 */   



/* SITE SPECIFIC LAYOUT */


/* LAYOUT */
div#layout
{

}

/* MAIN */
div#main
{
	width:630px;
	height:600px;
	float: right;
	background: url(/Images/Background/ClientSlideShow_Background.png) no-repeat;
	
}

/* LOCAL */
div#local
{
	width:290px;
	float: left;
	padding-left:30px;
}

/* EXTRA */


div#extra2
{
	position:absolute;
	top:0px;
	left:740px;
	z-index:100;
}

div#extra3
{
	position:absolute;
	bottom:30px;
	left:630px;
	z-index:100;
}

.thumbnailpics
{
	
	background:url(/Images/Background/SlideShow_Background.png) no-repeat top center;
	width:510px;
	height:71px;
	padding:30px 0px 30px 0px;

}

.servicesfont
{
	color: #636161;
	font-size:.9em;
	line-height:1.35em;
}

div#apply
{
	margin-left:30px;
	margin-top:20px;
}

/* ARROWS */

#mainpicturearrowleft
{

	margin:15px 75px 0px 0px;
	
}



#mainpicturearrowright
{

	margin:15px 75px 0px 0px;


}

