﻿@charset "utf-8";

/* CSS Document */

/* ALL STYLES IN THIS DOCUMENT PERTAIN TO THE HOME PAGE ONLY */
/* Top 3 div tags - Commerce Image, Need Assistance, Commerce Next to you */
#box1_1 {
	float:left;
	width:433px;
	height:242px;
	margin-top: 0px;
	background-color: #333366;
	background: transparent url(images/pictures/home_family.jpg) no-repeat top right;
}

#box1_2 {
	float:left;
	width:214px;
	height:242px;
	margin:0px 0 0 10px;
	background: transparent url(images/pictures/home_customer_rep.jpg) no-repeat left top;
	position:relative;
}

#customerAssist {
	position:absolute;
	top:32px;
	right:25px;
	width:80%;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#box1_3 {
	float:left;
	width:200px;
	height:202px;
	margin:0px 0 0 10px;
	padding:40px 0 0 14px;
	background: transparent url(images/pictures/commerce_near_you.jpg) no-repeat left top;
}

/*Form elements */
.submitSearch {
	background:transparent url(images/buttons/search.png) no-repeat left top;
	border:medium none;
	color:#585858;
	cursor:pointer;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:26px;
	margin:5px 0 5px 42px;
	text-align:center;
	text-transform:uppercase;
	width:100px;
}

.agentLocatorInput {
	color:#444444;
	font-family:"Trebuchet MS";
	font-size:12px;
	padding:2px;
	margin:3px;
	width:170px;
}

.labelOr, .labelFind {
	color:#444444;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
}

.findBranchLocations {
	color:#444444;
	font-family:"Trebuchet MS";
	background:transparent url(images/graphics/punto.gif) no-repeat left center;
	padding:0 0 0 10px;
	font-size:12px;
	font-weight:bold;
}

.findBranchLocations a{
	text-decoration:none;
}
.labelFind {
	background:transparent url(images/graphics/punto.gif) no-repeat left center;
	padding:0 0 0 10px;
	font-size:12px;
}

/* Bottom 3 div tags - News, Products, MORE*/

h2 {
	padding:0px;
	margin:0px;
}
#container2 {
	padding:10px 0 0 1px;
	clear:both;
	margin-bottom:35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#box2_1, #box2_2, #box2_3 {
	float:left;
	width:297px;
	background:url(images/graphics/title_gradient.gif) top left no-repeat;
}

.gradientBanner {
	background:url(images/graphics/title_gradient.gif) top left no-repeat;
}

.cont_box2_2, .cont_box2_3 {
	background:url(images/graphics/side_news.gif) top left repeat-y;
}

.servicesWrapper {
	margin: 10px 10px 20px 10px;
	color:#646464;
	font-size:10px;
}

.servicesWrapper h5 {
	color:#CF2120;
	font-size:15px;
	font-weight:bold;
	margin:0 0 7px;
	padding:0;
}

.registerLink a:link, .registerLink a:active, .registerLink a:visited {
	color:#ce221e;
}

.titleBox {
	height:31px;
	line-height:31px;
	padding:0 0 0 25px;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#444444;
	text-transform:uppercase;
}

ul.serviceList {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.serviceList li a, .serviceList li a:visited, .serviceList li a:active {
	display:block;
	margin:0 0 0 0px;
	padding-left:13px;
	font-size:10px;
	font-weight:bold;
	color:#646464;
	line-height:15px;
	text-decoration:none;
	/*display:inline; /*IE FIX */
	background:url(images/graphics/flecha.gif) 0px 4px no-repeat;
}

.serviceList li a:hover {
	text-decoration:underline;
}

/* --- Block news --- */
#newsHome {
	padding:5px 5px 0 10px;
	font-size:10px;
	font-weight:normal;
	color:#656464;
	padding-bottom: 4px;
}

#seeMore {
	float:right;
	padding:0 15px;
	margin-top:0px;
	font-size:10px;
	color:#ce221e;
	font-weight:bold;
	background:url(images/graphics/mas.gif) top left no-repeat;
}

#seeMore a, #seeMore a:visited {
	color:#ce221e;
	text-decoration: none;
}

#seeMore a:hover {
	text-decoration: underline;
}

.newsDate {
	background:url(images/graphics/flecha_news.gif) 4px 4px no-repeat;
	font-size:10px;
	color:#ce221e;
	text-transform:uppercase;
	padding:0 0 5px 10px;
}

/* --- Block products --- */
#theProducts {
	padding:0 10px;
}

ul.productList {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.productList li a, .productList li a:visited, .productList li a:active {
	display:block;
	margin:0 0 0 40px;
	padding-left:13px;
	font-size:10px;
	font-weight:bold;
	color:#646464;
	text-decoration:none;
	line-height:20px;
	/*display:inline; /*IE FIX */
	background:url(images/graphics/flecha.gif) 0px 4px no-repeat;
}

.productList li a:hover {
	text-decoration:underline;
}

/* --- "More..." Buttons --- */
.themores {
	padding:5px 0;
	text-align:center;
}

