/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	font-size: 11px;
}

body {
	text-align: center;
	min-width: 722px;
}

#promo {
	width: 40%;
}

#Wrapper {
	text-align: left;
	margin: 0 auto;
	width: 722px;
}

input, select {
	width: 95%;
}

#small {
	width: 19%;
}

#phone {
	width: 26%;
}

.terms {
	width: 12px;
}

#navBar {
	background: #FFF url(../images/custindex/hnavbar.jpg) no-repeat top left;
	height: 27px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #0F4C1A;
}

#navBar a:link, #navBar a:visited {
	color: #0F4C1A;
	text-decoration: none;
}

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

#navBar a.on{
	color: #F5E578;
	text-decoration: none;
}


#About #navBar a#about, #Promo #navBar a#promo, #Sign #navBar a#sign, #Card #navBar a#card, #Check #navBar a#check {
	color: #F5E578;
}

#homeNews {
	width: 500px;
	background: #FFF url(../images/custindex/hnewsarea.jpg) repeat-x top left;
}

.latest, .latest p {
	color: #FFF;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.latest p {
	padding-right: 15px;
}

a:link, a:visited {
	color: #7C2813;
	text-decoration: none;
}

a:hover, a:active {
	color: #7C2813;
	text-decoration: underline;
}

#homeCheck {
	background: #E2C62C url(../images/custindex/hcheckarea.jpg) no-repeat top left;
	text-align: center;
	height: 49px;
}

#homeCheck table {
	text-align: left;
	margin: 0 auto;
	width: 189px;
}

table {
	text-align: left;
}

#homeCheck input {
	margin-right: 5px;
	width: 141px;
	height: 17px;
	color: #000;
}

#homeCheck input.bton, input.bton {
	width: auto;
	margin-right: 0;
	height: 17px;
	font-size: 10px;
	background-color: #E6001F;
	color: #FFF;
	border: 1px solid #9F0019;
	font-weight: bold;
}

#homeCheck input.bton {
	width: 43px;
}

#Footer {
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	color: #B2B2B2;
}

#Footer a {
	font-size: 10px;
}

#Footer a:link, #Footer a:visited {
	color: #B2B2B2;
	text-decoration: none;
}

#Footer a:hover, #Footer a:active {
	color: #7C2813;
	text-decoration: none;
}

#subNav {
	background: #FFF url(../images/signup/sfootnav.jpg) no-repeat top left;
	height: 29px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	color: #A1862A;
}

#subNav a {
	font-size: 9px;
	color: #A1862A;
}

#subNav a:link, #subNav a:visited {
	color: #A1862A;
	text-decoration: none;
}

#subNav a:hover, #subNav a:active {
	color: #D0BD6D;
	text-decoration: none;
}

.contentArea {
	padding-bottom: 17px;
	text-align: left;
}

div.border {
	border: 1px solid #CCC;
	float: right;
	margin: 1em;
	padding: .5em;
}

h1 {
	text-transform: uppercase;
	font-size: 13px;
	color: #8A6B08;
	padding: 5px 0;
}

.small {
	font-size: 9px;
	font-style: italic;
}

.error {
	color: #E70020;
}

.emphasis{
	font-weight: normal;
	background-color: #DFFF80;
}