@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bgHdr{
	background:url(../images/headerBG.gif) no-repeat top;
}
.bgFtr{
	background:url(../images/footerBG.png) no-repeat bottom;
}

/* Header Styles */
.tagline {
	font-size:22px;
	color: #24490a;
	font-weight: bold;
}

.accountDetails {
	font-size:14px;
	color: #24490a;
	font-weight: bold;
}

.tabText {
	font-size:14px;
	color: #764c29;
}

/* Left Nav Styles */
.leftNavSpacer {
	padding-top: 15px;
}

.leftNavSpacer2 {
	padding-left: 10px;
}

.freeCarkPark {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #764c29;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.tabInactive a{
	font-size:12px;
	color: #764c29;
	text-transform: uppercase;
	letter-spacing: 25px;
}

.tabInactive a:hover{
	font-size:12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 25px;
}

.tabActive {
	font-size:12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 25px;
}

/* Footer Styles */
.footerRowColor {
	background-color:#764C29;
	color: #FFFFFF;
	height: 30px;
	vertical-align: middle;
}

.footerLinks {
	font-size:9px;
	color: #ffffff;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footerPhone {
	font-size:13px;
	color: #ffffff;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footerAddress {
	font-size:19px;
	color: #000000;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Content Area Styles */
.contentAreaTagLine {
	font-size:18px;
	color: #24490a;
	letter-spacing: .25px;
	line-height: 22px;
	text-align: left;
	white-space: normal;
}

.contentAreaTagLineIndented {
	font-size:18px;
	color: #24490a;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: left;
	white-space: normal;
	text-indent: 15px;
}

.contentAreaTextNormal {
	font-size:11px;
	color: #000000;
	letter-spacing: 0.5px;
	line-height: 16px;
	white-space: normal;
}

.contentAreaText {
	font-size:12px;
	color: #000000;
	letter-spacing: 0.2px;
	line-height: 16px;
	text-align: left;
	white-space: normal;
}


.contentAreaTextIndented {
	font-size:12px;
	color: #000000;
	letter-spacing: 0.25px;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	padding-left: 15px;
	font-weight:bold;
}

.listContentAreaTextBold {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	letter-spacing: 0.25px;
	line-height: 20px;
	text-align: left;
	white-space: normal;
	list-style-position:inside;
}

/* Registration Area Styles */
.registrationHeader {
	font-size:18px;
	color: #24490a;
	letter-spacing: .5px;
	line-height: 22px;
	text-align: center;
	white-space: normal;
	background-color: #98bc48;
}

/* Miscellaneous Styles */
.contentTagLine {
	font-size:12pt;
	color: #86975e;	
}

#indexRightContent {
	background-color:#fcf0d1;
	width: 200px;
	padding-bottom: 10px;
	display: block;
	margin-top: 50px;
	text-align:center
}