﻿* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, sans-serif;
	color: #333;
	background-color: #fff;
}
h1, h2, h3, h4, p, ul, ol, blockquote {
	padding-bottom: 1em;
}
ul, ol, blockquote {
	margin-left: 32px;
	line-height: 1.3em;
}
h1 {
	font: normal 19px Arial, Helvetica, sans-serif;
	color: #008b7a;
	padding-top: 2.5em;
	padding-bottom: 1.6em;
}
h1 .subhead {
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #291551;
	padding-top: 1em;
}
h2 .subhead {
	font-size: 13px;
	font-weight: normal;
}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	/*padding-top: 1em;*/
}

hr {
	border: 0;
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	margin: .5em 0 1em;
}

a {
	color: #336;
	text-decoration: underline;
	outline: none;
}

a:active { /* Firefox outline fix */
	outline: none;
}

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

a:visited {
	color: #669;
	text-decoration: underline;
}

a:visited:hover {
	color: #399;
	text-decoration: none;
}

img {
	border: 0;
}


/* misc */

.smallGray {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}
.small {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

p.softBtn,
p.devDate {
	font-weight: bold;
}

.screenShots {
	float: right;
	margin: 0 0 22px 22px;
	padding: 3px 0 0 22px;
	border-left: solid 1px #f0f0f0;
}

.screenShots a,
.screenShots a:hover,
.screenShots a:visited {
	text-decoration: none;
}

.screenShots img {
	margin-bottom: 3px;
}

.screenShots span {
	display: block;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}

.photoRightCaption {
	float: right;
	margin: 0 0 22px 22px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #afa487;
	color: #66a1a1;
}

.photoRightCaption img {
	border: solid 1px #c6e7e7;
	padding: 4px;
	margin: 2px 0 4px;
}

img.photoRight {
	float: right;
	margin: 0 0 22px 26px;
}

#footerBox {	
	border-top: solid 1px #e2dac7;
	padding-bottom: 20px;
}

#footerBox p {
	font: 10px Arial, sans-serif;
	color: #a49f93;
	padding: 17px 0;
}

#footerBox a,
#footerBox a:visited {
	color: #a49f93;
}

#homeSplash img.cplogo {
	margin: 0 100px 0 24px;
}

body#home h1 {
	color: #291551;
}

#logoSpacer {
	float: right;
	margin-top: -36px;
}



#dhNavBar,
#homeButtons {
	display: none;
}


