@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #FFF;
	background-image: url(../images/body_bg.gif);
	margin: 30px 0px;
}
a {
	font-size: 12px;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline !important;
}
a:active {
	color: #000;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #2b7f44;
	margin-top: 0px;
	line-height: 150%;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #4bb84d;
}
h3 {
	font-size: 13px;
	color: #4bb84d;
	margin-top: 0px;
	margin-bottom: 30px;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}
a img {
	border: none;
}
ul {
	list-style-image: url(../images/arrow_bullet.gif);
	margin-bottom: 0px;
}
ul li {
	padding-bottom: 15px;
}

/* IDs */

#container {
	width: 908px;
	margin: auto;
}
#languages {
	float: right;
	clear: both;
	margin-top: -20px;
	padding-right: 20px;
	font-size: 10px;
}
#languages a {
	font-size: 10px;
	text-decoration: none;
}
#languages a.current {
	font-weight: bold !important;
}
#header {
	background-color: #FFF;
	background-image: url(../images/corners_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 24px 24px 0px 24px;
}
#logo img {
	margin-top: -10px;
}
#menu {
	float: right;
	margin-top: 15px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	width: 577px;
	height: 66px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu li {
	padding: 0px;
	margin: 0px;
	float: left;
	border-left: 1px solid #FFF;
}
#menu li.first {
	border: none;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 12px 20px;
}
#menu ul.spanish a {
	padding: 5px 21px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	
}
#banner {
	clear: both;
	margin-top: 15px;
}

#main {
	background-color: #FFF;
	background-color: #FFF;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	padding: 10px 24px;
}
#callout {
	position: absolute;
	margin-left: 520px;
	margin-top: -19px;
}
#content {
	line-height: 150%;
}
#signup {
	float: right;
	width: 260px;
	height: 550px;
	background-image: url(../images/form_bg.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding: 20px;
}
#signup input,
#signup select {
	border: 1px solid #999999;
	padding: 4px;
	margin: 5px 0px 10px 0px;
	font-size: 12px;
	width: 250px;
}
#signup select {
	width: 260px;
}
#signup label.firstName {
	width: 131px;
	display: block;
	float: left;
}
#signup label.address {
	width: 192px;
	display: block;
	float: left;
}
#signup input.button {
	border: none;
	padding: 0px;
	margin: 15px 0px 10px 0px;
	width: auto;
}

#debtrecovery {
	display: block;
	background: url(../images/debtrecovery.gif);
	width: 300px;
	height: 113px;
	text-indent: -9999px;
	margin: 30px -20px;
}


#footer {
	width: 888px;
	margin: auto;
	clear: both;
	font-size: 11px;
	color: #807f7f;
	background-image: url(../images/corners_bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 20px 10px;
}
#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #807f7f;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer p.left {
	float: left;
}
#footer p.right {
	float: right;
}


/* Classes */

.green {
	color: #4bb84d;
}

p.first {
	margin-top: 0px;
}

.quote {
	background-image: url(../images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 25px;
}
.quote img {
	padding-left: 10px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
