﻿body 
{
	background: #fff;
	color: #000;
	font-family:  Tahoma,Verdana,Segoe,sans-serif;
	font-size: 10pt;
	text-align: center;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	text-align: left;
}

a 
{
	color: #000;	
}

h1
{
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
	letter-spacing: 1px;
	color: #000;
}

h3
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	
}

.label
{
	font-weight:bold;
	white-space: nowrap;
	padding: 0px 20px 0px 10px;
	vertical-align: top;
}

.footnote
{
	font-style:italic;
	font-size: 9pt;
}

.billingInformation
{
	padding: 10px;
	background-color: #FFFFCC;
	height: 100%;
	width: 320px;
	white-space: normal;
	border: solid 1px #ccc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.billingInformation h3
{
	font-size: 10pt;
	font-weight: normal;
	padding: 2px 10px 4px 10px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	background: #000099 url(../images/blue-gradient-bg.jpg) repeat-x;
}

.paymentInformation
{
	padding: 10px;
	background-color: #FFFFCC;
	height: 100%;
	width: 320px;
	border: solid 1px #ccc;
}

.paymentInformation h3
{
	font-size: 10pt;
	font-weight: normal;
	padding: 2px 10px 4px 10px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	background: #000099 url(../images/blue-gradient-bg.jpg) repeat-x;	
}

#paymentConfirmation
{
	width: 650px;
	background-color: #FFFFCC;	
	border: solid 1px #ccc;
}

#paymentConfirmation h3
{
	padding-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#countyHeader
{
	background: #fff url(../images/county-bg.jpg) repeat-x;
	padding: 5px 0px 5px 5px;
}

.headerTitle
{
	color: #000;
	font-size: 14pt;
	width: 650px;
	border-bottom: solid 4px #000099; 
	margin: 20px 0px 10px 0px;
}

.stepNavigation
{
	padding: 3px 10px 5px 10px;
	margin-top: 10px;
	border-top: solid 4px #ccc;
	border-bottom: solid 4px #ccc;
	background: #fff url(../images/stepNav-bg.jpg) repeat-x;
}

.stepNavigation a
{
	color: #000;	
}

#steps
{
	width: 600px;
	margin: 15px 10px 15px 36px;
	list-style: none;
	text-align: center;
}

#steps li
{
	float: left;
	font-weight: normal;
	white-space: nowrap;
	padding: 3px 15px 3px 15px;
	border-bottom: solid 4px #ccc;
	background-color: #fff;
	color: #999;
}

#steps .selected
{	
	color: #000;
	border-bottom: solid 4px #CC0000;
}

.county
{
	font-size: 32px;
}

.error
{
	padding: 20px 0px 0px 0px;
	color: red;
}

.firstStack
{
	/*border-bottom: solid 1px #000;*/
}

.geoTrust
{	
}