﻿
/* ***************************  Colour Scheme CSS Skin Overrides  **************** */
/* ***************************    Colour Scheme CSS Skin Overrides  **************** */

a:link, a:visited, a:active, a:hover {
	color:#3C61AD;
} 


#contentContainer {
	width:100%;
}

.mainContentBox {
 	padding-bottom:140px;  /* used to match a bottom footer is used */
}

h1 {
	font-size:1.8em;
}


.BLCLogoBox {
	text-align:center;
	margin:3% auto 4% auto;
}

.BLCLogoBox img {
	width:100%;
	height:auto;
	max-width:225px;
}


.loginItems {
	width:100%;
	padding:2% 0;
    margin: 0 auto;
	margin-bottom:6%;
	text-align:center;
}

.loginSearchBox {
	display:none!important;
}


.BALCsplashBox {
	margin:0 auto;
	width:900px;
	margin-top:3%;
	background-image:url(../calc/Images/Blue-Bar.gif);
	background-repeat:no-repeat;
	background-position: 0 50%;
	
}


.BALCsplashBoxPhoto1, .BALCsplashBoxPhoto2 {
	margin-left:3.8%;
	float:left;
}


.BALCsplashBoxPhoto1 img,
.BALCsplashBoxPhoto2 img {
	width:100%;
	height:auto;
	max-width:380px;
}


.BALCboxPhotoText h2 {
	text-align:center;
	color:#3C61AD;
	font-size:1.8em;
}


h2 .BALCboxPhotoText2   {
	color:#3C61AD;
	text-decoration:none!important;
}


.BLCaddressBar {
	margin:0 auto;
	width:100%;
	text-align:center;
	padding-top:5%;
	padding-bottom:5%;
}

.contentPaneTC {
	position:absolute;
	bottom:0;
}

.footerTDSBTC {
	height:50px;
	width:100%;
	color:white;
	background-color:black;
	padding:1.4% 0 1% 0;
	text-align:center;
	position:absolute;
/*	bottom:0;  */
}

.footerTDSBTC a:link, .footerTDSBTC a:visited {
	color:white!important;
}



@media (max-width: 910px) {

.BALCsplashBox {
	width:100%;  /**/
}

.BLCaddressBar {
	width:84%;
}	
}


@media (max-width: 825px) {
.BALCsplashBox {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	background-image:none;
}

.BALCsplashBox {
	background-position: 0 44%;	
}

.BALCsplashBoxPhoto1, .BALCsplashBoxPhoto2 {
	text-align:center;
	margin-bottom:2%;
	float:none;
}

.BALCboxPhotoText {
	margin-bottom:7%;	
}
}

@media (max-width: 825px) {
.BLCLogoBox {
	margin:6% auto 7% auto;
}

.footerTDSBTC {
	position:relative;
	padding-top:3%;
}

h1 {
	font-size:1.6em;
}
}


@media (max-width: 420px) {
.BLCLogoBox {
	margin:10% auto;
}

h1 {
	font-size:1.4em;
}

.BALCboxPhotoText h2 {
	font-size:1.120em;
}


.BALCsplashBox {
	width:90%;
	margin:10% 5%;
}

.BALCsplashBoxPhoto1 img,
.BALCsplashBoxPhoto2 img {
	width:80%;
	height:auto;
}
}



