
/*
Copytext 3.1
 */

div.landscapeblock{
/*margin-bottom: 18px; */
margin-bottom: 8px;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 */
div.copytext, div.copytext_noborder {
/*padding: 0px 20px 1px 0px; */
padding: 10px 20px 1px 0px;
/* KGB: new horizontal line for homepage template - 09/07/07 */
border-bottom: 1px solid #a3a3a3;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 */
div.copytext_noborder {
border-bottom: none;
}

/* KGB: integration of new classes to position image and text 
parallel not circumfluent class for  - 09/10/07 */
div.copytext div.cbtext, div.copytext_noborder div.cbtext {
width: 319px;
margin-bottom: 11px;
float: left;
}

/* KGB: integration of new classes to position image and text 
parallel not circumfluent class for  - 09/10/07 */
div.copytext div.cbimage, div.copytext_noborder div.cbimage {
width: 180px;
float: left;
margin-left: 0;
}

/* KGB: integration of new classes to position image and text 
parallel not circumfluent class for  - 09/10/07 */
div.copytext div.clear, 
div.copytext_noborder div.clear {
clear: left;
font-size: 0px;
line-height: 0px;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 */
div.copytext div.cbtext p, 
div.copytext_noborder div.cbtext p {
margin: 0;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 

   KGB: integration of new classes to position image and text 
parallel not circumfluent class for  - 09/10/07 */
div.copytext div.cbtext p.clear, 
div.copytext_noborder div.cbtext p.clear {
margin-bottom: 9px;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 */
div.copytext h1.headline_big, div.copytext_noborder h1.headline_big {
margin: 0px 0px 12px;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 */
div.copytext img.image, div.copytext_noborder img.image {
float: left;
width: 170px;
height: 70px;
border: none;
margin: 3px 11px 0px 0px;
/*KFB_301107-PM: IE hack for margint-botom*/
border-bottom: #fff solid 11px;
}

/* KGB: eliminating margin-top for headlines - 10/02/07
div.copytext h1.headline_small, div.copytext_noborder h1.headline_small {
margin-top: 0px;
}
*/

/*
Twocolblock
 */

div.twocolblock {
position: relative;
background: url('../img/bg_twocolblock.gif') repeat-y left top;
/*KGB: change from padding to margin-top - 10/12/07 
padding: 0px 0px 0px; */
margin-top: 11px;
}

div.twocolrow {
position: relative;
padding: 0px;
margin: 0px;
border: none;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 */
div.twocolleft, div.twocolleft_noborder {
position: relative;
overflow:hidden;
float: left;
width: 250px;
margin: 0px;
margin-right: 9px;
padding: 0px;
/* KGB: new horizontal line for homepage template - 09/07/07  */
border-bottom: 1px solid #a3a3a3;
/* KGB: fix our IE doubled float-margin bug - 09/17/07 */
display: inline;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 */
div.twocolright, div.twocolright_noborder {
position: relative;
overflow:hidden;
float: left;
width: 248px;
margin: 0px;
margin-left: 10px;
padding: 0px;
/* KGB: new horizontal line for homepage template - 09/07/07 */
border-bottom: 1px solid #a3a3a3;
margin-bottom: 8px;
/* KGB: fix our IE doubled float-margin bug - 09/17/07 */
display: inline;
}

/* KGB: integration of noborder class for 
last content block without horizontal line - 09/07/07 
Update including negative margin - 10/12/07 */
div.twocolleft_noborder, div.twocolright_noborder {
border-bottom: none;
margin-bottom: -13px;
}

div.tcbtextblock {
padding: 11px 0px 1px;
}

div.tcbtextblock p {
margin: 0px 0px 12px;
/* KGB change of font-size from 10px to 11px - 09/05/07 */
/* KGB_071108_PM: font-size from 11px to 12px*/
font-size: 12px;
/* KGB: change of color from #626060 to #545454 and line-height to 13px - 09/14/07 */
color: #545454;
line-height: 15px;
}

/*
Image block
 */

/* KGB: elimination of padding: 11px 0px - 10/02/07
div.tcbimgblock {
padding: 0px 0px 0px 0px;
} */

/* KGB: new margin-bottom from 0 to 11px - 10/02/07 */
div.tcbimgblock div.tcbibimage {
float: left;
width: 85px;
margin: 0px 11px 11px 0px;
}

div.tcbimgblock div.tcbibimage span {
display: block;
/* KGB: new definitions for image subtitles - 09/14/07
text-align: center; */
line-height: 13px;
color: #000000;
font-style: italic;
background-color: #EBEAE9;
margin: -3px 0 13px;
}

div.tcbimgblock div.tcbibtext {
float: left;
width: 152px;
margin: 0px;
}

div.tcbimgblock div.tcbibtext p {
margin: 0px 0px 12px;
/* KGB change of font-size from 10px to 11px - 09/05/07 */
font-size: 12px;
/* KGB: change of color from #626060 to #545454 and line-height to 13px - 09/14/07 */
color: #545454;
line-height: 15px;
}

/*
Text block
 */
div.tcbtxtblock {
padding: 11px 0px;
}

div.tcbtxtblock div.tcbibtext {
float: left;
width: auto;
margin: 0px;
}

/*
KGB change - 09/06/07

News block

*/

div.news {
padding-top: 10px;
padding-left: 17px;
font-size: 11px;
color: #545454;
}

div.news h2, div.news h3 {
color: #000099;
font-size: 11px;
border-top: 1px solid #A3A3A3;
margin: 0;
padding: 7px 0 7px 0;
}

div.news h3 {
color: #545454;
padding: 5px 0 0 0;
}

div.news p {
margin: 0;
padding-bottom: 8px;
line-height: 13px;
}
