/* 
 * site.css - Stylesheet for PersonalDNA.com
 * http://www.PersonalDNA.com
 * Copyright (c) 2007 ATTAP Inc All Rights Reserved
 */

body {
 	text-align: center;
	background: #fff;
 }

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select  {
	font: normal 13px/18px Lucida Grande, verdana, arial, sans-serif;	
 }

/*
 * Outer container for everything.
 */ 
#container {
	margin: 0 auto 40px auto;
	text-align: left;
	width: 674px;	
	padding-top: 150px;
	background: transparent url(images/frame_top.gif) no-repeat 0 0;
	position: relative;
	z-index: 1;
}

#logo {
	margin:0;	
	position:absolute;
	top: 0;
	left: 0;
}

#logo a {
	text-indent: -3000px;
	display: block;
	width: 181px;
	height: 200px;
}

#google_ss {
        margin: 25px;
}

#frame {
	margin: 0px;
	/* haha - this 1px padding is there ONLY to turn off collapsing margins.
       Without this, on some browsers (Opera) the header and footer have a gap
	*/
	padding: 1px;
	overflow: hidden;
	background: transparent url(images/frame_center.gif) repeat-y 0 0;
}

/*
 * contents is inside the frame. It has a big left margin to move it inside the
 * frame.
 */ 
#contents {
	width: 450px;
	margin: 0 30px 0 187px;
	overflow: hidden;
}


.button {
	text-align: center;
	margin: 8px 0;
}

/*
 * Holds the bottom edge of the border. Beneath the frame.
 */
#footer {
	margin: 0;
        /* 9/14/06, added by Will to get rid of corners on the bottom of report page from 1px trick in #frame*/
        margin-bottom:-1px;
	padding: 50px 0 30px 187px;
	background: transparent url(images/frame_bot.gif) no-repeat -1px 100%;
}


/* Standard styling for the footer */

#footer {
	font: 11px/19px lucida grande, verdana, helvetica, arial, sans-serif !important;
}
#footer img {
	padding: 4px 0;
	border:0;
	vertical-align:middle;
}
.footerlogo {
	float: left;
	width:55px;
	display:block;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer p {
	padding: 0;	
	font: 11px/19px lucida grande, verdana, helvetica, arial, sans-serif !important;
}

/*
 * The navigation menu
 */
#menu {
	position: absolute;
	background: url(images/montage.jpg) no-repeat 5px 0;
	padding: 50px 0 0 0;
	height: 50px;
	top: 75px;
	left: 182px;
	width: 470px;
	z-index: 2;
	color: #fff;
	margin: 0;
	list-style: none;
	text-align:center;
}
#menu .current 
{
	color: #007ABC;
}

#menu li
{
	display: inline;
	font: menu;
}
#menu a {
	text-transform: lowercase;
	color: #999;
	font: bold 14px/18px Lucida Grande, verdana, sans-serif;
	text-decoration: none;
	padding: 0 5px;
}

#menu a:hover {
	color: black;
	text-decoration: none;
}

#menu div#username {
	position:absolute;
	right:10px;
	top:-20px;
	color: black;
	font: bold 14px/18px Lucida Grande, verdana, sans-serif;
}

/*
 * General Styles 
 */

body {
	margin: 0;
	padding: 0;
}
div 
{
	margin: 0;
	padding: 0;
}
dt 
{
	font: bold 13px/18px Lucida Grande, verdana, sans-serif;	
	color: #444;
}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	color: #017ABB
}

h1 {
	text-transform: lowercase;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font: bold 24px/28px helvetica, arial, sans-serif;
}
.welcome span {
	color: #000;
}
h2 {
	margin: 0;
	margin-top: 1em;
	margin-bottom: .5em;
	text-transform: uppercase;
	font-size: large;
/*	font: bold 14px/16px Lucida Grande, verdana, sans-serif;	*/
}
h3 {
	margin: 0;
	margin-top: 1em;
	margin-bottom: .5em;
/*	font: bold 12px/16px Lucida Grande, verdana, sans-serif;	*/
}
.label {
	margin: 0;
	margin-top: 2px;
	color: #017ABB;
	font: bold 13px/18px Lucida Grande, verdana, sans-serif;	
}

img {
	vertical-align: middle;
	border: 0;
}



.reportsection
{
	text-align: right;
	font-size: large;
	text-transform: uppercase;
	border-bottom: 1px solid gray;
	
}

p {
	margin-top: 2px;
	margin-bottom: 1em;
}

.tablehead 
{
	background: #ffb;
}

.even
{
	background: #ffc;
}
.odd
{
	background: #ffd;
}
.tableframe 
{
	border: 1px solid gray;
}

.tablehead1 
{
	background: #bbf;
}
.even1
{
	background: #ccf;
}
.odd1
{
	background: #ddf;
}
table li 
{
	margin-left: 10px;
	list-style-type: none;
}

#chart
{
	background: #ddf;
	padding: 8px;
	border: 1px solid gray;
}

.bar 
{
	margin: 0; padding: 0;
	margin-bottom: -4px;
}

.caption 
{
	font-size: xx-small;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 10px;
}
.captionright 
{
	font-size: x-small;
	margin: 0;
	padding: 0;
	float: right;
}

.notice 
{
	margin-top: 1em;
	margin-left:  2em;
	margin-right: 2em;
	border: 1px solid gray; color: #333; padding: 8px; background: #ffc;
}

#contactform {
	width: 400px;
}

.field {
	width: 350px;
}

.clear {
	clear: both;
}

.report {
	padding: 80px 35px 0 35px;
}
h1.youare {	
	margin: 0 0 23px 0;
}

h3.rep-head {
	margin:0;
}

.youare  em,
.yourea {
	color:#000;
	font-style: normal;
}
#page {
	margin: 7px 0;
}

