/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}
.container {
  background: none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}


/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

#menu {
   display: none;
   }

#logo {
	display: block;
}

.span-7 {
width:240px;
}

.column {
  float: left;
  margin-right: 10px;
}

.columnRight {
  float: right;
  margin-left: 10px;
}

.span-20 {
width:500px;
}
.border-bottom-2 {
border-bottom:1px dotted #B8C8D5;
margin-bottom:5px;
}
.padding-bottom-2 {
padding-bottom:5px;
}

.span-3   { width: 155px; }

.span-4   { width: 356px; }

.span-6   { width: 376px; }

.breakdown-content {
	background: #E8F5FA;
	padding-left: 10px;
	padding-right: 10px;
}

.breakdown-border-bottom {
	border-bottom: 1px solid #94B2C5;
}

.padding-bottom-1 {
	padding-bottom: 3px;
}

.wrap-right {
float: right;
}
.wrap-left {
float: left;
}
body, html {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;
width: 800px;
}	
table {
width: 100%;
clear: left;
}
table thead td {
font-size: 12px;
border-bottom: 2px solid #999999;
font-weight: bold;
white-space:nowrap;
}
table tbody td {
font-size: 12px;
vertical-align:top;
white-space:nowrap;
padding: 2px 0;
border-bottom: 1px solid #E0E0E0;	
}
dt {
float: left;
width: 210px;
font-weight: bold;
line-height: 16px;
padding: 2px 0;
}
dd {
line-height: 16px;
padding: 2px 0;	
padding-left: 160px;
}
.profile-image {
float: right;
padding: 1px;
border: 2px solid #000000;
}
.footer {
float: left;
width: 100%;
border-top: 2px solid #777777;
text-align:right;
margin-top: 25px;
padding: 5px 0;
}
h2 {
border-bottom: 2px solid #000000;
font-size: 12px;
color: #004078;	
padding-bottom: 3px;
font-size: 14px;	
}
h3 {
font-size: 12px;
margin: 0;
padding: 0;
line-height: 23px;
color: #004078;
}
.images {
float: left;
width: 100%;
}
.images img, .static {
display:block;
}
.images p {
float: left;
height: 120px;
padding: 0 1px;
text-align: center;
}
img {
border: none;
}
/* Results PFV */
.content {
margin-top: 15px;
}
.box.photos {
float: left;
width: 100%;
margin-top: 20px;
}
.box.photos img {
float: left;
margin-right: 10px;
margin-bottom: 10px;
clear: right;
}
.box.results {
float: left;
margin-bottom: 10px;
}
.box.results a {
float: left;
margin-right: 10px;
}
.box.results a img {
padding: 1px;
border: 2px solid #000000;
}
.box.results .summary {
float: right;
}
.box.results dl {
margin:0 0 0 10px;
padding: 0;
border-left: 1px solid #555555;
line-height:15px;
}
.box.results dt {
width: 100px;
padding-left: 10px;
}
.box.results dd {
padding-left: 0;
}
.box.results p {
padding: 0;
margin: 0;
}
.headertest {
float: left;
margin-top:15px;
margin-bottom:15px;
}
h1 {
color: #014C85;
font-size: 22px;
text-align:right;
margin-bottom: 15px;
float:left;
}
h1 .alt {
color: #000000;
}
.pfv-logo {
float: left;
}
.date {
float: left;
font-size: 12px;
float:right;
}
.container {
float: left;
width: 100%;
}
.agent dl {
float: right;
width: 700px;
}
img.agent {
float: left;
margin-right: 10px;
}
.text-right{
text-align: right;
}

.c1 {
	display: none;
}

.margin-top-6 {
	margin-top: 20px;
}