/* CSS Document */
html, body { margin: 0; padding: 0px; }

html, body { height: 100%; width: 100%;}

body {font: 13px Helvetica, sans-serif; text-align:left; color: #5C5C5C; }

.heading_style h1 {
	font-size: 18px;
	color: #000000;
}
.heading_style h2 {
	font-size: 15px;
	color: #000000;
}
.heading_style h3 {
	font-size: 0.95em;
	color: #000000;
}

.benefits_fastcash{
	background:url(images/fast_cash.gif) no-repeat top left;
	padding:8px 0px 0px 50px;
	height:35px;
}

.benefits_repayment{
	background:url(images/easy_payments.gif) no-repeat top left;
	padding:8px 0px 0px 50px;
	height:35px;
}

.benefits_renewal{
	background:url(images/renewal.gif) no-repeat top left;
	padding:8px 0px 0px 50px;
	height:35px;
}


hr {
  border-top: 1px dotted #999999;
  height:1px;
  border-left: none;
  border-right: none;
  width: 100%;
  display:block;
}

#cuadro{
	background-image:url(images/cuadro.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%; height:300px;
	font-size:11px;
	position:relative
}
.cuadro1{float:left; margin-left:13px; margin-top:5px; padding:5px; width:220px; height:130px; vertical-align:top}
.cuadro2{float:right; margin-right:10px; margin-top:5px; padding:5px; width:220px; height:130px; vertical-align:top}
.cuadro3{float:left; margin-left:13px; margin-top:25px; padding:5px; width:220px; height:120px;}
.cuadro4{float:right; margin-right:10px; margin-top:15px; padding:5px; width:220px; height:120px;}


/**Anti Spam**/
.location-style{ display:none}

#navigation a { color: #000000; position:relative; text-decoration: none; padding: 0px 12px 0px 12px; font-weight:bold}

#navigation a:visited { color: #000000; position:relative; text-decoration: none; padding: 0px 12px 0px 12px; font-weight:bold}

#navigation a:hover { color: #0075d5; position:relative; text-decoration: none; padding: 0px 12px 0px 12px; font-weight:bold}


#footer a { color: #333333; text-decoration: none; }

#footer a:visited { color: #333333; text-decoration: none; }

#footer a:hover { color: #257ed7; text-decoration: none }


a.link { color: #000000; text-decoration: none; }

a.link:visited { color: #000000; text-decoration: none; }

a.link:hover { color: #000000; text-decoration: underline }


a, a.links_2 { color: #0066FF; text-decoration: none; }

a:visited, a.links_2:visited { color: #0066FF; text-decoration: none; }

a:hover, a.links_2:hover { color: #0066FF; text-decoration: underline }

.list li{ list-style-image:url(images/bullet.gif); margin-bottom: 1em}

#container{
	position:relative;
	width:100%;
}

.aligner{
	width:900px;
	position: relative;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -450px;
	height:auto;
	/*border: solid thin #00CC00;*/
}

#top_header{
	position: relative;
	margin-top:0px;
	width:100%;
	height:50px;
	text-align:left;
	background-color:#FFFFFF;
}

#middle{
	position: relative;
	margin-top:0px;
	height:150px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
}

#navigation{
	position:absolute;
	bottom:0px;
	right:0px;
	height:25px;
}

#button_div{
	float:left;
	height:100%;
	padding-top:3px;
}
.selected{background-image:url(images/button_bg.jpg); background-position:top; background-repeat: repeat-x;}
#button_div.selected a{color: #FFFFFF; position:relative; text-decoration: none; padding: 0px 10px 0px 10px; font-weight:bold}

#content{
	position:relative;
	background-color:#ffffff;
	border-top:solid thin #ffffff;
	background-image:url(images/content_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	padding-top:-10px;
}

#left{
	position:relative;
	width:500px;
	top:5px;
	left:0px;
	padding:10px;
/*	background-image:url(images/boxes_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;*/
}

#right{
	position:absolute;
	top:5px;
	width:340px;
	right:0px;
	padding:10px;
/*	background-image:url(images/boxes_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;*/
}

#footer{
	position: relative;
	width: 900px;
	color: #999999;
	height: 127px;
	margin-top:10px;
	font-size: 11px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}

blockquote {
	color:#333333;
	display:block;
	background-color: #F4F7FB;
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 20px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
	border-right: #E6EEF5 solid 2px;
	border-bottom: #E6EEF5 solid 2px;
	font-size:11px;
}
blockquote p{ color:#003366; font-style:italic;}

#pros_table{
	background-color:#E8F2F4;
	border:1px solid #FFFFFF;
	border-collapse:collapse;
}

#pros_table td{
	border:2px solid #FFFFFF;
	padding:10px;
}