#buttonFooter{
    width:980px;
    padding:0px;
    margin:0px;
    margin-top:-8px;
    margin-left:auto;
    margin-right:auto;
    z-index:-1;
}

#buttonFooter div.subButton{
    float: left;
    width:321px;
    height:159px;
    padding:0px;
    margin:0px;
    background:url('../images/bg_beige_box.png');
    background-repeat: no-repeat;
}

div.subButton h1,div.subButton h2{
    color:#4c4c4c;
}


div.subButton h1 {
    font-size:23px;
		line-height:24px;
    font-weight:500;
    padding-top: 10px;
    padding-left: 20px;
}

div.subButton h2{
    font-size:11px;
    padding-left: 20px;
}
/*
/////
6/4/8 ntrujillo
Problem:
- png class overlays blank.gif which breaks child element links.
Solution:
- use JPG bg for this element
/////

div.buttonRedFloat{
	background-position: center;
	background-repeat:no-repeat;
	width:116px;
	height:36px;
	margin-left:18px;
	position:absolute;
	background-image: url('../images/bg_bttn_red.png');
} 
div.buttonTanFloat{
	background-position: center;
	background-repeat:no-repeat;
	width:116px;
	height:36px;
	margin-left:18px;
	position:absolute;
	background-image: url('../images/bg_bttn_tan.png');
}*/

div.buttonRedFloat{
	background-position: center;
	background-repeat:no-repeat;
	width:116px;
	height:36px;
	margin-left:18px;
	position:absolute;
	background-image: url('/images/bg_bttn_red.jpg');
} 
div.buttonTanFloat{
	background-position: center;
	background-repeat:no-repeat;
	width:116px;
	height:36px;
	margin-left:18px;
	position:absolute;
	background-image: url('/images/bg_bttn_tan.jpg');
}

.NewsLogos img {
	vertical-align: middle;
	/*padding-right: 20px;*/
	padding-bottom: 5px;
	margin-top:5px;
	margin-bottom:5px;
}
 
.NewsLogos a:link, .NewsLogos a:active, .NewsLogos a:visited, .NewsLogos a:hover {
	text-decoration: none;
}

div.subButton .leftDiv{
    float:left;
    width:168px;
    padding:0px;
    margin:0px;
}

div.subButton .rightDiv{
    float:right;
    width:150px;
    padding:0px;
}

.floatBttn{
    background:url('../images/bg_bttn_send.jpg');
    background-repeat: no-repeat;
    width:152px;
    height:36px;
    text-align:center;
    vertical-align:middle;
    margin-top:5px;
}
  
div.buttonRedFloat a, div.buttonTanFloat a {
    text-decoration:none;
}

.buttonTxt{
    margin-top:7px;
    text-align:center;
    
}   
 
span.spanner{
    font-size:14px;
	font-weight:bold;
    font-weight: 100;
    color: #ffffff;
    border:none;
    text-decoration:none;
    text-align:center;
    vertical-align: middle;
}
span.spannerGray{
    font-size:14px;
	font-weight:bold;
    font-weight: 100;
    color: #4C4C4C;
    border:none;
    text-decoration:none;
    text-align:center;
    vertical-align: middle;
}

img{
    border:none;
    padding:0px;
    margin:0px;
}

.rightDiv img{
    float:right;
    padding:0px;
    margin-top:-12px;
}
  
.clr{
    clear:both;
    height:0px;
  }
  
.floatingHead{
    bottom: 0px;
    z-index:50;
}
  
#newsTicker{
    margin-left:auto;
    margin-right:auto;    
    background:url('../images/bg_newsticker.jpg');
    width:960px;
    height:53px;

}

#newsTicker div{
    padding:20px;
}

.latestPress{
    font-weight:bold;
    font-size:13px;
    color:#c49841;
    text-transform: uppercase; 
}
.latestPressNews{
    font-size:12px;
    color:#4C4C4C;
}
#contentMain_home {
	margin-left:auto;
	margin-right:auto;
	width:	920px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(../images/bg_home_lardon.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentMain_home a {
    text-decoration:none;	
}
#buttonFooter_v2 {
	width:960px;
	padding:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
}
#buttonFooter_v2 div.subButton {
	float: left;
	width:320px;
	height:148px;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	background-image: url('../images/bg_beige_box_v2.png');
}
h1 {
	font-size: 40px;
	}
	
h2 {
		font-size: 30px;
		padding-top:0px;
}

p {
	font-size: 12px;
}

