/* Layout */
#home-banner {
	height: 290px;
	background: url(../img/home_banner_bg.gif) left bottom no-repeat;
	padding: 4px 43px 0 42px;
	margin-left: -116px;
}

#home-banner ul { height: 100%; margin: 0; padding: 0; }
#home-banner ul li { list-style: none; }

#home-banner img { width: 921px; display: block; margin-left: -1px; }

#home-col1 {
	float: left;
	width: 500px;
	margin-left: -54px;
	display: inline;
	position: relative; overflow: hidden;
}


#home-col2 {
	float: left;
	width: 362px;
	margin-left: 38px; 
	padding-top: 20px;
	overflow: hidden;
	position: relative;
	display: inline;
}


/* Articles */
.articles {
	width: 500px;
}
.article {
	position: relative;
	overflow: hidden;
	padding: 16px 0 0 123px;
	border-top: solid 1px #e6e6e6;
	width: 377px;
}

.article:first-child {
	border-top: none;
}

.article .image {
	float: left;
	width: 98px;
	margin: 0 0 23px -120px;
	display: inline;
}

.article .text {
	position: relative;
	top: -7px;
}


/* Intro text */
#home-intro {
	/*height: 362px;*/
	font-size: 20px;
	line-height: 1em;
	color: #373737;
	overflow: hidden;
}

#home-intro p {
	margin-bottom: 1.3em;
}


/* Testimonial */
#home-testimonial {
	border-top: solid 1px #e6e6e6;
	/* padding: 8px 0 0 144px; */
	padding: 8px 0 20px 0;
	color: #333333;
}

#home-testimonial h1 { float: left; width: 222px; }

#home-testimonial .image { 
	float: left;
	width: 102px; height: 142px;
	/* margin: -1.5em 0 0 -118px; */
	margin: 0 1em 0 0;
}

#home-testimonial p { margin: 0; }

#home-testimonial .meta {
	font-size: 12px; 
}






/* sIFR styles */

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  #home-intro {
    visibility: hidden;
    font-size: 22px;
  }
}




