




.company{
	width: 142px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-right: 0px;
    margin-bottom:10px;
    margin-left: 0px;
    color: #333;
    font-size: 2.2em;
    font-weight: 500;
    /*border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #C40000;
    padding-bottom: 8px;
    border-radius: 1px;*/
}
.titlePic {
    overflow: hidden;
    display: block;
    position: relative;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #333;
    font-size: 2.2em;
    font-weight: 500;
    padding-bottom: 8px;
    border-radius: 1px;
}
.sectionTitle {
	padding-bottom: 20px;
	color: #262626;
}
.picDescript {
	font-size: 1.3em;
	line-height: 2.2em;
	width: 210px;
	padding: 10px;
}

.bk {
	border: 1px solid #ccc;
	padding: 0px;
	text-align:center;
}
.Rbk {
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
.bkR {
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-left-color: #ccc;
}
.bkall {
	border: 1px solid #CCC;
}
.bkNotR {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.position-r {
	position: relative;
}
.pad10 {
	display: inline-block;
	padding: 10px;
}
.pad20 {
	display: inline-block;
	padding: 20px;
}
.pad20Bt {
	padding-bottom: 20px;
  	margin-bottom:20px;
}
.margBt15 {
	padding-bottom: 15px;
}

.pad0 {
	padding: 0px;
}

.bottomBk {
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;

}
.bottomBkS {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.rightBkS {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}


.lrPad0 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.descript  a{
	height: 110px;
    font-size: 1.5em;
    line-height: 1.7em;
    color: #999999FF;
    font-weight: 500;
}
.align_right {
	text-align: right;
}

.bgCc {
	background-color: #f0f0f0;
}
.bgYth {
	background-color: #EDF6FB;
}
.bgF7 {
	background-color: #f7f7f7;
}
.bgFf {
	background-color: #FFFFFF;
}
.magAuto {
	margin-right: auto;
	margin-left: auto;
}
.rounded10 {
	border-radius: 10;
}
.bkTB {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.fcFlash {
	height: 800px;
	width: 100%;
}

.margBt20 {
	margin-bottom: 20px;
}
.sbzs .media a {
	padding: 2px;
	height: 170px;
	width: 225px;
	display: block;
	margin-right: 10px;
	border: 1px solid #CCC;
}
.sbzs .media-body {
	line-height: 30px;
}
.sbzs .col-md-6 {
	margin-bottom: 20px;
}


#ie-alert-overlay {
width:100%;
height:100%;
background-image:url(../../images/bg.png);
position: fixed; 
top: 0; 
left: 0;
z-index:9999;

}

* html #ie-alert-overlay {   /* fixed position hack for IE6 */
	position: absolute;
	z-index:9999;
	
}

/*

	Pop Up Panel

*/

#ie-alert-panel {
	width:520px;
	height:331px;
	position:fixed;
	background: url(../../images/iealertsprite.png) no-repeat;
	background-position: -1px -109px ;
	top:50%;
	left:50%;
	margin:-201px 0 0 -296px;
	padding:72px 0 0 72px;
	_position:absolute;  /* fixed position hack for IE6 */
    _top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  /* top:300px hack for IE6 */
    
 