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

/* text styles 
*****************************************************/

p,h1,h2,h3,h4,h5,h6,ol,ul {
	font-family:  arial, helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: lighter;
	color:#594732;
	font-stretch: extra-condensed;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 8px;
}

h1 { font-size: 44px }
h2 { font-size: 30px }
h3 { font-size: 13px; font-weight:bold; }
h4 {
	font-size: 13px;
	font-weight:bold;
	color:#631d4c;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h5 { font-size: 12px }

p, ul {
	font-size: 12px;
	line-height: 17px;
	color: #594732;
	padding-bottom: 8px;
}

a, a:visited {
	color: #9a4e9e;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}

/* featured work popups 
*****************************************************/
#fw_popup {
	width: 700px;
}
#fw_popup img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	vertical-align: top;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#fw_popup h4 {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


 /* popup swaps
***************************************************/

#herwordsswap {
	background: url(/images/herwords.gif) top left no-repeat;
	padding: 0;
	margin: 0 0 20px 0;
	width: 148px;
	height: 67px;
}
#popResearchswap {
	background: url(/images/diffResearch.gif) top left no-repeat;
	padding: 0;
	margin: 0 0 20px 0;
	width: 180px;
	height: 39px;
}
#popPRswap {
	background: url(/images/diffPR.gif) top left no-repeat;
	padding: 0;
	margin: 0 0 20px 0;
	width: 276px;
	height: 67px;
}
#popDigitalswap {
	background: url(/images/diffDigital.gif) top left no-repeat;
	padding: 0;
	margin: 0 0 20px 0;
	width: 176px;
	height: 100px;
}
#herwordsswap span, #popResearchswap span, #popPRswap span, #popDigitalswap span  { display:none;}
