body {
	background: #136b2d url(page_bg.png) repeat-x;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a,a:active,a:hover,a:visited {
	color: #cdb342;
	font-weight: bold;
}

h2 {
	font-size: 300%;
	text-align: center;
}
div#header {
	margin-left: 2em;
	margin-top: 0.75em;
	float:left;
	width: 100%;
}
div#header div#logo {
	width: 289px;
	float: left;
	
}
div#header div#logo h1 {
	text-align:left;
	margin-bottom: 0.4em;
	margin-top: 0.25em;
}
div#header div#logo h1 a img{
	border: none;
}
div#header div#navigation {
	float:right;
	margin-top: 23px;
	margin-right: 4em;
	padding-left: 3em;
	min-height:3.2em;
	height:auto !important;
	height:3.2em;
	background: #00501b url(splash_bg.jpg) repeat-x;
	border: 3px solid #00501b; 
	border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
	-opera-border-radius: 14px;
}
div#header div#navigation div.navlink {
	float: left;
	margin-right: 3em;
	margin-top: 1em;
	text-align:center;
}
div#header div#navigation div.navlink small {
	font-size: 55%;
	
}

div#header div#navigation a,
	div#header div#navigation a:visited {
	color: white;
	font-weight: bold;
}
div#header div#navigation a:hover,
	div#header div#navigation a:active {
	color: #e0e0e0;
}

div.content {
	clear:both;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	padding: 15px;
	background: #00501b url(splash_bg.jpg) repeat-x;
	border: 3px solid #00501b; 
	border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
	-opera-border-radius: 14px;
}
	
div.splash {
	min-height:690px;
	height:auto !important;
	height:690px;
	
}
div#iphone {
	float: left;
	padding: 1em 2em 1em 12px;
}
div#copy {
	color:white;
	line-height: 1.2em;
	font-size: 90%;
}
div#copy h2 {
	font-size: 110%;
	text-align:left;
	line-height: 1.3em;
}
div#copy h3 {
	font-size: 100%;
}
div#copy ul.faq {
list-style: none;
}
div#copy ul.faq li h3 {
margin-bottom: 0.5em;
}
div#copy ul.faq li p.answer{
   margin-top:0.5em;
   padding-left: 1.5em;
   margin-bottom: 1.5em;
}
div#copy div.featurelist {
	margin-left: 400px;
}
div#copy div.featurelist ul li p {
	margin-top:0.35em;
	margin-bottom:0.35em;
}

span.fineprint {
	font-size: 75%;
	font-weight: bold;
	margin-left: 2em;
}

div#footer {
width:100%;
text-align:center;
font-size: 70%;
padding:0;
margin-bottom: 2em;
}

table.report {
	border:1px solid white;
	border-collapse: collapse;
	border-spacing: 2px;
}

table.report th {
	font-weight:bold;
	background-color: #007b2b;
	border-right: 1px solid white;
}

table.report tr.alt,table.pme-main tr.pme-row-1 {
	background-color: #006725;
}

table.report td,table.report th {
	text-align: right;
	padding: 3px;	
	font-size: 90%;	
}

table.report td {
	font-weight:normal;
	border-style: inset;
	border-width: 1px;
	border-color: #707070;
}

div.chart {
	text-align: center;
}

div.dbedit {
	font-size: 60%;
}

table.pme-main {
border-collapse: collapse;
width:100%;
}
table.pme-main td {
padding: 3px;
}

	
