/* Header Areas*/
.headerV2Container{
	margin-top: 10px;
	width: 100%;
	height: 249px; /*background:yellow;*/
}

.headerV2Left{
	width: 640px;
	height: 270px; /*background:gray;*/
	float: left;
}

.headerV2Right{
	width: 210px;
	height: 270px;
	float: left;
	background-image: url(../images/pages/home/header-left-background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* Base Areas */
.baseV2Container{
	margin-top: 10px;
	width: 870px;
	height: auto; /*background: yellow;*/
}

/* Bullets Etc */


/*Base Elements*/
.baseV2Wrapper{
	float: left;
	width: 205px;
	margin-right: 7px;
    display: inline !important;
}
 .baseV2WrapperCommercial{
	float: left;
	width: 430px;
	margin-right: 0px;
    display: inline !important;
}



.baseV2Header{
	width: 205px;
	height: 34px;
	float: left;
	background-image: url(../images/pages/home/base-head.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.baseV2HeaderLeft{
	width: 145px;
	float: left;
}

.baseV2HeaderRight{
	width: 60px;
	float: right;
	vertical-align: bottom;
}

.rss{
	float: right;
	padding-right: 3px;
}

.newsFlag{
	padding-top: 14px;
	float: left;
}

.baseV2Mid{
	float: left;
	width: 205px;
	background-image: url(../images/pages/home/base-mid.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	height: 380px;
}
.baseV2MidMini{
	float: left;
	width: 205px;
	background-image: url(../images/pages/home/base-mid2.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	min-height: 140px;
	height:auto !important;
	height: 140px;
	
}

.baseV2Footer{
	width: 205px;
	height: 15px;
	float: left;
	background-image: url(../images/pages/home/base-footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*Padding*/
.padMe5{
	padding: 5px; /*min-height:400px;*/
}

.headerV2RightCopy, .padMe10 {
	padding: 10px;
}

.baseV2HeaderInnerWrapper, .ImageFloatLeft {
	float: left;
}

.ImageFloatLeft p{
  padding-top:9px;
  padding-left:8px;
  font-weight:bold;
}

