/* @group Setup */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #7f7f7f;
}
body {
	line-height: 1;
	background-color: #e6e6e6;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1, h2, h3, h4 {
  margin-bottom: 16px;
  margin-top: 8px;
}
a {
  color: #940000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group Main layout */

#page-wrapper {
	background-color: #fff;
	width: 800px;
	margin: 64px auto 64px auto;
	-mox-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:  24px;
}
#page-header {	
	float:  left;
	width:  204px;
}
#page-header ul#main-menu {	
	list-style: none;	
	width:  204px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#page-header ul#main-menu li {	
	text-align: right;
	margin-top: 4px;
}
#page-header ul#main-menu li a {	
	color: #7f7f7f;
	text-decoration: none;
	margin: 8px 12px 8px 2px;
	font-size: 16pt;
}
#page-header ul#main-menu li a:hover {	
  color: #940000;
}
#page-header .company-details {	
	margin: 8px 12px 8px 2px;
	text-align: right;
	color: #ccc;
	font-size: 8pt;	
}
#page-header .company-details p {	
	margin-bottom: 4px;
}
#page-contents {	
	float: right;
	width: 580px;
}
#page-contents .content {	
	margin-top:  210px;
}
#page-contents .content blockquote {	
	margin:  32px 0 32px 24px;
	padding: 8px;
	font-size: 10pt;
	font-style: italic;
	background-color: #e6e6e6;
	-mox-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#page-contents .content blockquote .attribution {	
	font-style:  normal;
}
#page-contents .content h1 {
	font-size: 15pt;	
	font-weight: bold;
	margin-bottom: 16px;
}	
#page-contents .content p {	
	color: #7f7f7f;
	font-size: 12pt;
	margin-bottom: 8px;
  line-height: 14pt;
}
#page-contents .content p.call-to-action a {
	background-color: #940000;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	-mox-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#page-contents .content table.clients {
  width: 100%;
}
#page-contents .content table.clients td {
  width: 50%;
  text-align: center;
  vertical-align: top;
}
#page-contents .content table.clients td p {
  font-size: 10pt;
}
#page-contents .content ul {
  list-style: square;
}
#page-contents .content ul li {
  margin-bottom: 8px;
  margin-left: 24px;
}
/* @end */