/* 	This file contains the CSS info the following: 
** 		1) threeColumn Layout for the first Page
*/

/*
	threeColumn Layout for the first Page
*/

#textArea {
	position: relative;
	display: block;
	overflow: hidden;
	width: 852px;
	margin-bottom: -20px;
	}

.csc-firstHeader{
	position: relative;
	display:block;
	font-size: 30px;
	font-weight: bold;
	margin-left: 30px;
 	margin-top:0px;
	margin-bottom: 10px;
	width:800px;
	text-transform:uppercase;
 }

.threeColumnsWithBox {
	position: relative;
	display: inline-block;
	width: 190px;
	border: none;
	overflow: hidden;
	vertical-align:top;
	min-height:332px;
	padding-bottom: 14px;
}

.threeColumnsHeadline  {
	font-size: 18px;
	text-align: center;
	font-weight:bold;
	margin-top:0px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:8px;
	text-transform: uppercase;
        background-color:#C4C4C4;
        border-bottom: solid #A4A4A4 6px;
	color: #FFFFFF;
}

.threeColumnsHeadline a {
      color: #FFFFFF; 
      text-decoration: none;
}

.threeColumnsHeadline a:visited {
      color: #FFFFFF; 
      text-decoration: none;
}
.threeColumnsHeadline a:link {
      color: #FFFFFF; 
      text-decoration: none;
}

.threeColumnsHeadline a:hover{
      color: #999999;       
      text-decoration: none;
}



 
#contentFirstColumn {	
}
#contentSecondColumn {
}
#contentThirdColumn {
}

#contentFourthColumn {
	top: -30px;
	display: inline-block;
	position: relative;
	width: 220px;
	background-color: #FFFFFF;
	border: solid 1px;
	height: 350px;
	vertical-align: top;
}


.threeColumnDevider{
	margin-top: 0px;
	padding: 4px;
	display: inline-block;
	position:relative;
	height: 350px;
}

#firstThreeColumnDevider {	
}
#secondThreeColumnDevider {
}
#thirdThreeColumnDevider {
}

.threeColumnsCircleRow {
	display:block;
	margin-bottom: 12px;
	width: 186px;
}


.threeColumnsCircleColumn {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:20px;
}
.threeColumnsTextColumn {
	position: relative;
	text-align:justify;
	display:inline-block;
	vertical-align:top;
	border: none;
	width:160px;
	/*Some IE Specials here in 'iespecial.css' top and left */
}

.threeColumnsCircleColumn
{
	font-size:13px;
	font-weight: bold;
}

.hiddenCircle{

}


.blackCircle {
	position:relative;
	width: 20px;
	height:20px;
	background-image:url(../imagesLayout2009/blackCircle20px.png);
	background-repeat:no-repeat;
 	color:#FFFFFF;
	font-size:13px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 6px;

}

.learnMoreButton {
	position: absolute;
	bottom: 0px;
	left: 30px;
	background-image:url(../imagesLayout2009/V9.5_BTN_learn_more.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:123px;
	height:35px;
}

.learnMoreButton a{

	width:123px;
	height:35px;
}

#contentFourthColumn h1{
	margin: 6px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 15px;
	font-size: 16px;
	color:#FFFFFF;
	background-image: url(../imagesLayout2009/V9.5_BGR_threeColumn_News_BGR_1px.gif);
	background-repeat:repeat-x;
	height:30px;
}

.forthColumnText
	margin-left:7px;
	width: 204px;
	text-align: justify;
	margin: 0px auto;
}

.forthColumnText img{
	position:relative;
	display: block;
	margin: 0px auto;
}
