body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a {
	color: #cc6633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #C06325;
	font-size: 16px;
}
p, ul, ol {
	font-size: 12px;
	line-height: 18px;
}
ul li {
	list-style-type: none;
}
strong {
	color: #C06325;
	font-weight: bold;
}
.tfieComment {
	margin-top: 48px;
}
#siteContainer {
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 768px;
	margin: auto;
	position: relative;
}

body.mceContentBody {
	text-align: left;
}

#siteHeader {
	padding-top: 20px;
	position: absolute;
	height: 48px;
	left: 30px;
	top: 0px;
	right: 30px;
	width: auto;
}
#siteHeader img {
	position: absolute;
	left: 0px;
	top: auto;
	right: auto;
	bottom: 0px;
	height: auto;
	width: auto;
}
#siteHeader ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	left: auto;
	top: 30px;
	bottom: auto;
	width: auto;
}
#siteHeader ul li {
	float: left;
	list-style-type: none;
	padding: 10px 10px 2px 10px;
	font-size: 9px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1px;
	background-color: #E5E5E5;
	line-height: 12px;
}
#siteHeader ul li a {
	color: #666666;
	text-decoration: none;
}
#siteHeader ul li a:hover {
	text-decoration: underline;
}
#siteHeader ul li.selected {
	background-color: #C06325;
}
#siteHeader ul li.trends {
	background-color: #ff339a;
}
#siteHeader ul li.selected a,
#siteHeader ul li.trends a {
	color: #FFFFFF;
	text-decoration: none;
}
#siteHeader ul li.selected a:hover,
#siteHeader ul li.trends a:hover {
	text-decoration: underline;
}

#mainContent {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	top: 78px;
	right: 0px;
	bottom: auto;
}
#mainContent a {
	color: #cc6633;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent div.copy {
	color: #666666;
	padding: 30px 320px 0px 56px;
}
#mainContent div.copy h2 {
	color: #C06325;
	font-size: 16px;
}
#mainContent div.copy p, #mainContent div.copy ul, #mainContent div.copy ol {
	font-size: 12px;
	line-height: 24px;
}
#mainContent div.copy ul li {
	list-style-type: none;
}
#mainContent div.copy strong {
	color: #C06325;
	font-weight: bold;
}
#mainContent div.copy p.tfieComment {
	margin-top: 48px;
}

#siteFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: auto;
	left: 30px;
	right: 30px;
}
#siteFooter ul {
	margin: 0;
	padding: 0px;
}
#siteFooter ul li {
	margin: 0;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 9px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#siteFooter ul li a {
	color: #999999;
	text-decoration: none;
}
#siteFooter ul li a:hover {
	color: #999999;
	text-decoration: underline;
}
#siteFooter ul li.selected a {
	color: #C06325;
	text-decoration: none;
}
#siteFooter ul li.trends a {
	color: #ff339a;
	text-decoration: none;
}
#siteFooter ul li.selected a:hover {
	color: #C06325;
	text-decoration: underline;
}
#siteFooter ul li.trends a:hover {
	color: #ff339a;
	text-decoration: underline;
}

/* home styles */

#mainContent #homeBgImg {
	position: absolute;
	top: 126px;
	left: 112px;
}
#mainContent #homeBanner {
	position: absolute;
	top: 280px;
	right: 0;
	bottom: auto;
	left: 0;
	width: auto;
	height: 80px;
	background-image: url("/media/media0648.png");
	border: 1px solid #ffffff;
}
#mainContent #homeBanner p {
	color: #ffffff;
	margin-top: 12px;
	margin-left: 231px;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 18px;
}

/* portfolio styles */

#siteHeader ul.pSubNav {
	right: 296px;
	left: auto;
	top: 54px;
	bottom: auto;
	border-right: 1px solid #C06325;
	border-bottom: 1px solid #C06325;
}
#siteHeader ul.pSubNav li {
	margin: 0;
	background-color: transparent;
	padding-top: 18px;
}
#siteHeader ul.pSubNav li.selected a {
	color: #C06325;
}
#leftArrow {
	position: absolute;
	top: 34px;
	right: auto;
	left: 0;
	bottom: auto;
}
#rightArrow {
	position: absolute;
	top: 34px;
	right: 0;
	left: auto;
	bottom: auto;
}
#slideViewer {
	position: absolute;
	top: 24px;
	right: 32px;
	bottom: auto;
	left: 32px;
	height: 35px;
	overflow: hidden;
	padding-bottom: 6px;
	border-bottom: 1px solid #999999;
}
#slides {
	position: absolute;
}
#slides img {
	margin: 0 31px 0 0;
}
#portfolioContent {
	position: absolute;
	top: 66px;
	right: 0;
	bottom: auto;
	left: 0;
	height: 593px;
	overflow: hidden;
}
#portfolioContent div.container {
	position: absolute;
	visibility: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#portfolioContent div.container:first-child {
	/*visibility: visible;*/
}
#portfolioContent div.container div.caption {
	position: absolute;
	top: 0;
	right: 32px;
	bottom: auto;
	left: 200px;
}
#portfolioContent div.container div.caption p {
	margin: 0;
	padding: 6px 10px 0 10px;
	font-size: 10px;
}
#portfolioContent div.container div.caption p.title {
	font-weight: bold;
}
#portfolioContent div.container div.caption p.description {
	color: #666666;
	border-left: 1px solid #999999;
}
#portfolioContent div.container div.media {
	position: absolute;
	top: 65px;
	right: 0;
	bottom: auto;
	left: 0;
	text-align: center;
}
#portfolioContent div.moreImagesPicker, #portfolioContent div.landingMessage {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 32px;
}
#portfolioContent div.moreImagesPicker p, #portfolioContent div.landingMessage p {
	margin: 0;
	padding: 6px 10px 0px 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 10px;
}
#portfolioContent div.moreImagesPicker p span.number {
	font-weight: bold;
}

/* news styles */

#siteHeader ul.nSubNav {
	right: 238px;
	left: auto;
	top: 54px;
	bottom: auto;
	border-right: 1px solid #C06325;
	border-bottom: 1px solid #C06325;
}
#siteHeader ul.nSubNav li {
	margin: 0;
	background-color: transparent;
	padding-top: 18px;
}
#siteHeader ul.nSubNav li.selected a {
	color: #C06325;
}
#searchForm {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 30px;
	bottom: auto;
	left: 30px;
}
#archiveContent {
	position: absolute;
	top: 9px;
	right: 0;
	bottom: auto;
	left: 0;
	height: 630px;
}
#archiveContent h2 {
	position: absolute;
	margin: 0;
	left: 30px;
	color: #C06325;
	font-size: 16px;
	line-height: 42px;
}
#archiveContent div.frame {
	position: absolute;
	top: 42px;
	right: 30px;
	bottom: 16px;
	left: 30px;
	padding: 4px 16px 16px 16px;
	border: 1px solid #999999;
	overflow: auto;
	visibility: hidden;
}
#archiveContent div.frame h3 {
	margin: 8px 0;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.3em;
}
#archiveContent div.frame p {
	color: #666666;
	font-size: 10px;
}
#archiveContent div.frame table.list {
	margin: 4px 0;
}
#archiveContent div.frame table.list h4 {
	margin: 0 0 0 8px;
	font-size: 10px;
}
#archiveContent div.frame table.list p {
	margin-left: 8px;
}
#archiveContent div.frame table.list td.thumb {
	width: 50px;
}
#archiveContent div.frame table.detail h2 {
	position: static;
}
#archiveContent div.frame table.detail img {
	display: block;
	margin: 0 0 6px 12px;
}
#tfieComment {
	position: absolute;
	top: 630px;
	right: 30px;
	bottom: auto;
	left: 105px;
	margin: 0;
	font-size: 12px;
	color: #666666;
}

/* contact styles */

#mainContent #contactInfo {
	color: #666666;
	padding: 30px 320px 0px 56px;
}
#mainContent #contactInfo h2 {
	color: #C06325;
	font-size: 16px;
}
#mainContent #contactInfo p {
	font-size: 12px;
	line-height: 18px;
}
#mainContent #contactInfo p strong {
	color: #C06325;
	font-weight: bold;
}
#mainContent #contactInfo p span.companyName {
	color: #333333;
	font-weight: bold;
}
#mainContent #contactInfo img {
	position: absolute;
	top: 48px;
	right: auto;
	bottom: auto;
	left: 342px;
}

/* news styles */

#siteHeader ul.rSubNav {
	right: 26px;
	left: auto;
	top: 54px;
	bottom: auto;
	border-right: 1px solid #FF339A;
	border-bottom: 1px solid #FF339A;
}
#siteHeader ul.rSubNav li {
	margin: 0;
	background-color: transparent;
	padding-top: 18px;
}
#siteHeader ul.rSubNav li.selected a {
	color: #FF339A;
}
#reportContent .rightColumn #searchForm {
	position: static;
	text-align: left;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

#reportContent p,
#reportContent h1,
#reportContent h2,
#reportContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#reportContent p {
	font-size: 10pt;
	line-height: 14pt;
}
#reportContent h1 {
	font-size: 12pt;
}
#reportContent h2 {
	font-size: 9pt;
	font-weight: normal;
}
#reportContent h3 {
	font-size: 12pt;
}
#reportContent a {
	color: inherit;
	text-decoration: none;
}
#reportContent a:hover {
	text-decoration: none;
}
#reportContent {
	position: absolute;
	top: 19px;
	right: 0;
	left: 0;
	width: auto;
	height: 590px;
}
#reportContent .leftColumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 690px;
	height: 590px;
	background-color: #CCC;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
#reportContent .rightColumn {
	position: absolute;
	width: 310px;
	top: 0;
	right: 0;
}
#reportContent .leftColumn .headerImg {
	position: absolute;
	display: block;
	top: 0;
	left: 40px;
}
#reportContent .leftColumn .introCopy {
	position: absolute;
	top: 128px;
	right: 40px;
	left: 90px;
	margin-top: 4pt;
}
#reportContent .leftColumn .searchCopy {
	position: absolute;
	top: 128px;
	right: 40px;
	left: 90px;
	margin-top: 20pt;
}
#reportContent .leftColumn .searchCopy h3 {
	font-weight: normal;
}
#reportContent .leftColumn .searchCopy h3 .terms {
	color: #FF339A;
	font-weight: bold;
}
#reportContent .leftColumn .searchCopy p {
	font-size: 10pt;
}
#reportContent .leftColumn .searchCopy a {
	color: #FF339A;
}
#reportContent .leftColumn .searchCopy a:hover {
	text-decoration: underline;
}
#reportContent .reportList {
	position: absolute;
	height: 370px;
	left: 40px;
	right: 40px;
	bottom: 10px;
	overflow: auto;
}
#reportContent .reportList .report {
	padding: 2pt 0;
}
#reportContent .reportList .odd {
	background-color: #FFF;
}
#reportContent .reportList .even {
	background-color: #E6E6E6;
}
#reportContent .report .date {
	margin: 6pt 2pt 6pt 50px;
	color: #000;
}
#reportContent .report .item {
	margin: 6pt 2pt 6pt 50px;
}
#reportContent .report .item:hover {
	color: #FF339A;
}
#reportContent .rssFeed {
	margin: 10px 0;
	padding: 0 6px 6px 0;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#reportContent .rssFeed a:hover {
	color: #FF339A;
}
#reportContent .rssFeed .heading {
	height: 22px;
	position: relative;
}
#reportContent .rssFeed .heading .logo {
	position: absolute;
}
#reportContent .rssFeed .heading .rssIcon {
	position: absolute;
	top: 2px;
	right: 20px;
}
#reportContent .rssFeed .entryList {
	height: 152px;
	overflow: auto;
}
#reportContent .rssFeed .entryList .entry h3 {
	margin: 4pt 2pt 4pt 0;
	font-size: 8pt;
	line-height: normal;
}
#reportContent .rssFeed .entryList .entry p {
	margin: 4pt 2pt 8pt 0;
	font-size: 8pt;
	line-height: normal;
}
#signupLine {
	position: absolute;
	top: 610px;
	left: 90px;
	color: #666;
}
#signupLine a.trendsButton {
	display: inline-block;
	background-color: #FF339A;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	color: #FFF;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
}

/* signup styles */

#signupContent {
	width: 610px;
	margin: auto;
}

#signupContent p,
#signupContent h1,
#signupContent h2,
#signupContent h3,
#signupContent label {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#signupContent p {
	font-size: 10pt;
	line-height: 14pt;
}
#signupContent h2 {
	margin-top: 50px;
	margin-left: 62px;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
#signupContent p.introCopy {
	margin-top: 4pt;
	margin-left: 62px;
}
#signupForm {
	margin-left: 50px;
}
#signupForm .inputContainer {
	height: 400px;
	overflow: auto;
}
#signupForm p.required {
	font-size: 8pt;
	margin: 6pt 0 6pt 2px;
	color: #FF339A;
}
#signupForm p.error {
	font-size: 8pt;
	margin: 6pt 0 6pt 12px;
	color: red;
}
#signupForm table td {
	padding: 2px;
}
#signupForm label {
	position: relative;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 10px;
}
#signupForm label[for="salutation"] {
	display: inline-block;
	height: 22px;
	line-height: 22px;
}
#signupForm label span.required {
	position: absolute;
	display: block;
	width: 10px;
	color: #FF339A;
	top: 0;
	left: -10px;
	font-weight: normal;
}
#signupForm input {
	width: 194px;
	margin: 0;
	padding: 1px;
	border-width: 2px;
	margin-left: 10px;
}
#signupForm select[name="country"] {
	width: 200px;
	margin-left: 10px;
}
#signupForm input[type="submit"] {
	width: 200px;
	margin: 10px 0 0 12px;
}
#signupForm td[colspan="2"] input {
	width: 408px;
}
#signupForm span.error {
	display: block;
	margin-left: 10px;
	font-size: 8pt;
	color: red;
}


