/* CSS Document */

a:link {
	text-decoration: none;
	color: #C2101C;
}
a:visited {
	text-decoration: none;
	color: #C2101C;
}

a:hover {
	text-decoration: underline;
	color: #C2101C;
}
a:active {
	text-decoration: none;
	color: #C2101C;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.footerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:600;
	color: #0579A2;
}
.titles {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:600;
}
.welcomeNav {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
.boxesTxt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 95%;
	padding-bottom:1em;
		
}
.boxesTxt p {
	text-align: justify;
}

.boxesLinksTxt {
	color: #C2101C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.footerLinks {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.subTxt{

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 130%;

}
.subTitleTxt{

font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color:#C2101C;
font-weight:900;
}

.header-2ndnav {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.header-2ndnav a {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.header-2ndnav a:hover {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration: underline;
}
H1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#C2101C;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.kidzBitz img {
  padding: 0 4px 8px 4px;	
}

