/* --- image block holder --- */
.image {
	background-image: url(../images/imgDefault.jpg);	
	width: 519px;
	height: 180px;
	background-repeat: no-repeat;
}
.block {
	background-color: #CCD5DF;
	width: 300px;
	height: 180px;
}



/* --- page content holder --- */
.contentHolder {
	background-image: url(../images/verDLines.png);
}
.contentLeftHolder {
	width: 664px;
	float: left;
}
.contentRightHolder {
	width: 160px;
	float: left;
	font: 85% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

.scrollTitle {
	font-weight: bold;
	margin: 0;
	line-height: 22px;
	color: #000000;
	text-align: justify;
	border: solid 0px red;	
}
.scrollData {
	font-weight: normal;
	text-indent: 0px;
	margin: 0; 
	padding-bottom: 5px;
	color: #000000;
	line-height: 22px;
	text-align: justify;
	border: solid 0px red;
	height: 150px;

}
.scrollDataSmall {
	font: 85% Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 0px;
	margin: 0; 
	padding-bottom: 5px;
	color: #000000;
	line-height: 16px;
	text-align: justify;
	border: solid 0px red;
	height: 174px;

}
.scrollPoints {
	padding-left: 15px;
	background-image: url(../images/bulletNews.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
}

.scrollPointsSmall {
	padding-left: 15px;
	background-image: url(../images/bulletNews.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 90%;
	line-height: 18px;
	background-position: 0 -3px;
	
}

/* --- pods --- */
.podHolder {
	width: 664px;
	float: left;
	margin: 0;
	padding-bottom: 10px;
}
.pod {
	width: 332px;
	padding: 0;
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
}
.podAcross {
	width: 660px;
	padding: 0;
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
}




/* --- contact tabs --- */
.podContact {
	width: 145px;
	margin-left: 15px;
	background-color: #E5EAEF;
	margin-bottom: 5px;
}
.podWTitle {
	font-size: 105%;
	font-weight: normal;
	padding: 6px;
	background-color: #7F97AF;
	color: #FFFFFF;
}
.podBTitle {
	font-size: 105%;
	font-weight: normal;
	padding: 6px;
	background-color: #CCD5DF;
	color: #002F5F;
}
.podBText {
	font-size: 100%;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 1px;
	color: #002F5F;
	line-height: 16px;
}
.podBkText {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	padding-left: 6px;
	line-height: 16px;
}
.podBkHText {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	padding-left: 6px;
	line-height: 16px;
	margin-top: 3px;
}
.podLTel {
	font-size: 110%;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 5px;
	color: #002F5F;
}
.podSText {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	padding-bottom: 5px;
}
.podEText {
	font-size: 100%;
	background-image: url(../images/esIcon.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	text-indent: 28px;
	margin-left: -6px;	
	line-height: 12px;
}
.podESText {
	font-size: 95%;
	background-image: url(../images/esIcon.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	text-indent: 28px;
	margin-left: -8px;
	line-height: 12px;
}
.podContactBaseHeight {
	height: 5px;
}
.podContactBBaseHeight {
	height: 10px;
}


/* --- button tab --- */
.bButton {
	width: 145px;
	height: 30px;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(../images/bButton.png);
	background-repeat: no-repeat;
	cursor: pointer; /* hand-shaped cursor */
    /*cursor: hand; /* IE 5.x */
}
.bButton:hover {
    background-position: 0 -30px;
}
.bButtonText {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	text-indent: 24px;
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(../images/bbArrow.png);
	background-repeat: no-repeat;
	background-position: center left;
}

