@charset "utf-8";
/* CSS Document */

/* Section Header */
#section-header { 
background-image:url(../img/section-header-united10.jpg);
}

.section-home #section-header {
	background-image:url(../img/section-header-united10.jpg);
}
#section-title { left: 24px; top: 45px; width: 195px; height: 24px; }

/* Sub-Section */
.sub-section #sub-section-header {
	background-image: url();
}

/* Image below the Local Navigation */
#section-photo { background-image: url(); height: 109px; }

#news{
background-image:url(../img/news.jpg);}

.info{color:#FF0000;}

.sub-section #sub-section-header { 
 background-image:url(../img/general/contact.png);
}
.fn{
font-weight:bold;
}

**
* Table like layout when no tables are required, but a table layout usefull
*/

#main-content .group-table { background-repeat: no-repeat; margin-top: 0.1empx; }
#main-content .group-table .column { width: 220px; float: left; padding-right: 6px; }


/* Clearfix for grouped-links */
#main-content .group-table { height: 1%; } /* Required to trigger hasLayout in IE7 */

/* Correction for standard-compliant browsers */
#main-content .group-table:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac */
* html  #main-content group-table {height: 1%;}

#section-photo { background-image:url(../img/2007/section-photo.jpg); height: 115px; }

#campaign{
background-image:url(../img/campaign-trail.png);
}

#find-out-more{background-image:url(../img/find-out-more.png);}

.news{
clear:both;
padding-top:30px;
padding-bottom:10px;
display:block;
width:100%;
}

.news img{

float:left;
border:0px;
padding-right:10px;
padding-bottom:10px;
clear:both;}

.news:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

