/*-------------------------*/
/*--FreshForm Interactive--*/
/*-------------------------*/


/*--Clear Defaults--*/
*{margin: 0; padding: 0;}


/*--Global Styles--*/
html{overflow-y: scroll;}

a img{border: none;}

p{margin-bottom: 15px;}

.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: #292929 url('../_images/bg_repeat.jpg') repeat-x top left;
	color: #b4b3b3;
	margin: 0;
	padding: 0;
}

#container{
	width: 1093px;
	height: auto;
	margin: 0 auto;
}

#left{
	width: 313px;
	height: 646px;
	float: left;
	position: relative;
	background: url('../_images/left_bg.jpg') no-repeat top left;
}

#left h1{text-indent: -9999px;}

#homeLink{
	position: absolute;
	top: 86px;
	left: 100px;
	width: 150px;
	height: 42px;
}

#right{
	width: 780px;
	height: 646px;
	overflow: visible;
	float: left;
	background: url('../_images/right_bg.jpg') no-repeat top left;
}

#printLogo, #printProfile{display: none;}

#tagline{
	width: 725px;
	height: 67px;
	padding: 91px 0 34px 55px;
}

#tagline h2{display: none;}


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

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

#copyright{
	clear: left;
	font-size: 10px;
	color: #616161;
	padding: 13px 0 50px 59px;
}

#copyright a{
	color: #616161;
	text-decoration: underline;
}


/*--Top Navigation--*/
#nav{
	width: 362px;
	height: 26px;
	float: left;
	padding: 9px 0 0 59px;
}

#nav ul{
	list-style-type: none; 
	height: 19px;
	overflow: hidden;
}

#nav ul li{
	float: left; 
	height: 19px;
}

#active{
	width: 362px;
	height: 7px;
}

#active img.home{visibility: hidden;}

#active img.work{margin-left: 0px;}

#active img.profile{margin-left: 71px}

#active img.services{margin-left: 152px;}

#active img.contact{margin-left: 245px;}

#download{
	width: 141px;
	height: 32px;
	margin-left: 33px;
	float: left;
}


/*--Home Page--*/
#homeFlash{
	width: 625px;
	height: 330px;
	float: left;
	display: inline;
	margin: 28px 0 0 59px;
}


/*--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{
	width: 625px;
	height: 275px;
	float: left;
}

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

#rightContent .clientLinks a{
	font-size: 14px; 
	color: #b4b3b3; 
	text-decoration: none;
}

.details{
	float: left;
	cursor: pointer;
	padding-bottom: 15px;
}

.detailsExpanded{
	width: 625px;
	float: left;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}

#honda{background: url('../_images/work_honda.jpg') no-repeat top left;}

#mixture{background: url('../_images/work_mixture.jpg') no-repeat top left;}

#venable{background: url('../_images/work_venable.jpg') no-repeat top left;}

#usd{background: url('../_images/work_usd.jpg') no-repeat top left;}

#stopsmiling{background: url('../_images/work_stopsmiling.jpg') no-repeat top left;}


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


/*--Services Page--*/
#services{
	float: left;
	width: 639px;
	height: 190px;
	background: url('../_images/services.jpg') no-repeat top left;
}

#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;}