﻿#divHomeGalleryWrapper {height: 326px;min-height: 326px; margin-bottom: 7px;}

/* .|. Home Footer and Navigation Controls
---------------------------------------------------- */

#divHome_footer_Wrapper {
    position:relative;
    background: #FFFFFF url('/images/bg-pattern.jpg') repeat;
    width:896px; height:109px; /*313px total value (padding)*/
}

/* .|. Two Bottom Boxes Areas (b1= News  b2=Blue Kids)
-------------------------------------------------------- */
#divHome_b1, #divHome_b2 {float: left; height: 120px; margin: 5px 0px 5px 0px;}
#divHome_b1 {width:673px; margin-left: 5px; height: 97px; border: solid 1px #BABABA; background-color: White;}
#divHome_b2 {
margin-top: -40px;
    height: 180px;
    width:225px; margin-right: -25px;
    position:relative;
    float:right;
    z-index: 2000px;
    background: transparent url('/images/home-blue-kids.png') no-repeat;   
}




/* --- */
.NewsHeaderClass {
	font-size: 10px;
	color: #F52A26;
	font-weight: bold;
	text-transform:uppercase;
	width:200px;
	padding-right: 8px; 
}
.NewsHeaderClass a:link {color: #808080; text-decoration: underline;}
.NewsHeaderClass a:visited {color: #808080; text-decoration: underline;}
.NewsHeaderClass a:hover {color: #F52A26; text-decoration: none;}

/* --- */
.NewsBodySummaryClass {
	font-size: 10px;
	color: black;
	padding-right: 8px; 
	/*margin-left: 8px;
	border-left: dotted 1px #BABABA;
	padding-left: 5px;*/
}
.NewsBodySummaryClass a:link {color: #808080; text-decoration: underline;}
.NewsBodySummaryClass a:visited {color: #808080; text-decoration: underline;}
.NewsBodySummaryClass a:hover {color: #00428A; text-decoration: none;}

/* .|. Home featured news module
---------------------------------------------------- */
.readMoreHome  {
	font-size: 10px;
	color: #8f8f84;
	/*font-weight: bold;*/
	line-height: 12px;
	text-align:right;
	/*vertical-align:middle;*/
}
.readMoreHome  a:link {color: #808080;text-decoration: none;}
.readMoreHome  a:visited {color: #808080;text-decoration: none;}
.readMoreHome  a:hover {color: #F52A26;text-decoration: underline;}
