/*-------------------------*/
/*--FreshForm Interactive--*/
/*----Print Stylesheet-----*/
/*-------------------------*/

.headline{font-weight: bold;}

.left{
	float: left;
	text-align: left;
}

.right{
	float: right;
	text-align: right;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

#left{display: none;}


#right{
	width: 780px;
	height: 646px;
	overflow: visible;
	float: left;
}

#printLogo{margin-bottom: 50px;}

#printProfile{margin-bottom: 50px;}

#tagline{
	width: 725px;
	height: auto;
	margin-bottom: 50px;
}

#tagline img{display: none;}

#rightContent{
	width: 625px;
	height: auto;
	float: left;
	font-size: 14px;
	display: inline;
	line-height: 19px;
	margin-bottom: 50px;
}

#rightContent a{
	color: #ff8a00;
	text-decoration: underline;
}

#copyright{
	clear: left;
	font-size: 10px;
	color: #616161;
}


/*--Top Navigation--*/
#nav{display: none;}

#active{display: none;}

#download{display: none;}


/*--Home Page--*/
#homeFlash{display: none;}


/*--Work Page--*/
.portfolio{
	width: 625px;
	height: auto;
	float: left;
	margin-bottom: 55px;
}

.clientName{
	width: 625px;
	margin-bottom: 3px;
}

.clientName h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.clientFlash{display: none;}

.clientLinks{
	width: 625px;
	height: auto;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 3px;
}


#rightContent .clientLinks a{display: none;}

.details{display: none;}

.detailsExpanded{
	width: 625px;
	float: left;
	visibility: visible !important;
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	position: relative;
	font-size: 12px;
}

.detailsExpanded_content{
	display: block !important; 
	visibility: visible !important; 
	top: 0px !important;
}


/*--Profile Page--*/
img#profileQuote{margin: 0 0 0 25px;}


/*--Services Page--*/
#services{
	float: left;
	width: 639px;
	height: 190px;
	background: none;
}

#services .category{
	float: left;
	width: 199px;
	height: 136px;
	padding: 54px 0 0 14px;
}

#services .category h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#services ul{
	list-style-type: none;
	line-height: 16px;
	font-size: 12px;
	padding-left: 5px;

}


/*--Contact Page--*/
img#contactMap{margin: 0 21px 0 0;}