/* CSS Document */
.bm-tab{
	position:relative;
	width:100%;	
	
}
.bm-tab img{
	/*vertical-align: middle;*/
}
.bm-tab *, .bm-tab *:before, .bm-tab *:after{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;

}
.bm-tab a {
   /* color: #428BCA;
*/    text-decoration: none;
}
.bm-tab a:hover {
   /*font-weight: bold;*/
}
.bm-tab i{
	/*color:#428BCA*/
}

.bm-tab .btn-bm-tab-ajax {
/*    background-color: #428BCA;
    border-color: #357EBD;
    color: #FFFFFF;*/
}
.bm-tab .btn-bm {
/*    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/

}
.bm-tab .btn-bm:focus {
/*  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

.bm-tab .btn-bm:hover,
.bm-tab .btn-bm:focus {
/*  font-weight:bold;
  text-decoration: none;*/
}

.bm-tab .btn-bm:active,
.bm-tab .btn-bm.active {
/*  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
}

/* For top style */
.bm-tab .bm-tab-top{ vertical-align:middle; text-align:center; overflow:hidden; padding-top:0px; padding-left:0px; position:relative; z-index:20;}
.bm-tab .bm-tab-top .bm-header-item{ float:left}
/* Commont style */

/* Tab header style1 */
.bm-tab .bm-tab-top .bm-header-item:first-child{
	/*border-left: solid 1px #fff;*/
}

.bm-tab .bm-tab-top .bm-header-item{
	padding: 10px 35px;
	font-weight: normal;	
	overflow:hidden;
	cursor:pointer;
	color:#4A2783;
	font-family: ChunkFiveRegular;

}
.bm-tab .bm-tab-top .active{
	
	color: #A7C539!important;

}
.bm-tab .bm-tab-top .bm-header-item:hover{
	
	/*color: #A7C539;*/
	/*font-weight:bold;*/
}

.bm-tab .bm-tab-content {
	position: relative;
	clear:both;	
	overflow:hidden;
	
	z-index:10;
	/*margin-top:-1px;*/

}
.bm-tab .bm-tab-content .bm-content-item{
	position: absolute;
	bottom:600px; /*pixel distance article "fades" in etc, shortern to just fade*/
	opacity:0;
	width:100%;
	height:100%;
 	-moz-opacity: 0;
  	-khtml-opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	overflow:hidden;
	z-index: 10;
	display:none\9;
	*display:none;
	_display:none;
}
.bm-tab .bm-tab-content .active{
	position: relative;
	bottom:0px;
	height:auto;
	opacity:1;
	-moz-opacity: 1;
  	-khtml-opacity: 1;
	z-index: 100;
	display:block\9;
	*display:block;
	_display:block;
}

.bm-tab .bm-tab-content .bm-content-item .bm-target-data{
	clear: both;
    overflow: hidden;
  /*  padding: 10px;
	color: #666*/

}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item{
	position: relative;
	width: auto;
	float: left;
	opacity:1;
	/*margin-bottom:10px;
	padding-bottom:10px;*/
	margin-top:10px;
	padding-top:10px;
/*	border-bottom: 1px solid #DDDDDD;*/
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: auto !important;

}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item-scale{
/*	position: relative;
	width: auto;
	float: left;
	opacity:0.5;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-in-out 0.51s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;*/
}

/* Image item area */
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image{
	/*border: thin solid #CCCCCC;*/
/*    overflow: hidden;
    padding: 4px;
    position: relative;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image img{
	width: 100%;
	height:auto;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-readmore-button{
/*	top: 40%;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-overlay{
	/*bottom:0px;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button{
/*	position: absolute;
	top: -200%;
	right: 45%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:10;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button i{
/*	font-size: 25pt;
	color: #428BCA;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-overlay{
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.4);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	width:100%;
	height:100%;
	position: absolute;
	bottom:500px;
	z-index:8;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
/* Content item area */
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content{
/*	padding: 4px;
	font-size:10pt;
	line-height: 16pt;*/
	
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info{
/*	background: none repeat scroll 0 0 #F5F5F5;
    color: #999999;
    font-size: 8pt;
    padding: 4px;
	margin-top: 5px;
	overflow: hidden;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info div{
/*	float:left;
	margin-right: 4px;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info div:last-child{
/*	float:none;
	border-right: none;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info i{
/*	color:#428BCA*/
}

.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-title{
/*	font-size:12pt;
	color: #428BCA;
	font-weight:bold;
	margin-top: 5px;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-title:hover{
	/*text-decoration:underline*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-desc{
	/*margin-top: 5px;*/	
}
/* Load more button */
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore{
	/*position: relative;
	width: 130px;
	margin:5px auto;
	z-index:10;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore i{
	/*color: #fff;
	float:left;
	line-height:15pt;
	position:relative;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore .bm-loading{
	/*display:none*/
}
.bm-tab .bm-tab-content .bm-content-item .btn-overlay{
/*	background: rgb(66, 139, 202) transparent;
    bottom: 0;
    height: 38px;
    margin: 5px auto;
    position: absolute;
    width: 100%;
    z-index: 11;
	display:none;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadone{
/*	color: #428BCA;
	font-weight:bold;
	width: 150px;
	margin:5px auto;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadone i{
/*	font-size: 20pt;*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-nodata{
/*	color: #428BCA;
	text-align:center;
	font-weight:bold;*/
}





@charset "utf-8";


#main p.lastNode {
    margin-bottom: 0;
}
a:link img, a:visited img {
    border: none;
}
div.clearFloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0px;
}
li.clearFloat {
    clear: both;
}
ul.symbolList {
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.AbsWrap {
    position: relative;
    width: 100%;
}
.rowWrap {
    width: 100%;
}
#Rounded_Rectangle_8 {
    left: 0px;
    /*position: absolute;*/
    top: 0px;
    margin-bottom: 0;
    background-color: #e7e7df;
  /*  width: 1000px;*/
    /*padding-top: 0px;*/
    height: 58px;
}
html > body #Rounded_Rectangle_8 {
    height: auto;
    min-height: 59px;
}
#Polygon_1 {
   background-color: #4B2185;
    height: 58px;
    left: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 196px;
}
}
html > body #Polygon_1 {
    height: auto;
    min-height: 59px;
}
.I_Need_Help_With {
  color: #F4F2E9;
    font-family: 'ChunkFiveRegular';
    font-size: 100%;
    left: 20px;
/*    line-height: 182.52%;*/
 /*   margin-bottom: 0;
    padding-bottom: 2px;
    padding-top: 1px;*/
    position: absolute;
    text-align: left;
    top: 19px;
   
    z-index: 1999;
}



//*menu bar code *//
.needhelpwithbar {
  background-color: rgb( 75, 34, 133 );
  position: absolute;
  left: 0px;
  top: 0px;
  width: 253px;
  height: 60px;
  z-index: 3;
}


.arrow-menu {
    background-image: url("/images/arrow-menu.png");
    background-repeat: no-repeat;
  

    z-index: 10;
  
     background-position: 139px -1px;

}



#h2-ajax {
   color: #4A2783;
    font-size: 38px;
    text-transform: none;
}

#footerbutton {
    max-width: 100%;
    text-transform: uppercase;
    width: 180px;
}





#boxshaddow1{



}

.shadow, .one, .list li, figure span, #content section {
    position: relative;
    z-index: 0;
}

/*.content section {
    margin-bottom: 40px;
    position: relative;

}*/


.content-wrap img {
	   max-width: 310px;
    width: 36%;


}



/* readers also liked blog */



.readerslike {

height: auto;
width: auto;

    font-family: 'ChunkFiveRegular',serif;
    color: #4A2783;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
    padding-bottom: 20px;
}

.readerslike legend {
color: #FFFFFF;
cursor: pointer;
display: block;
font-size: 1.4em;
height: 35px;
line-height: 39px;
position: relative;
text-transform: uppercase;
width: 100%;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;




border-top-right-radius: 5px;
border-top-left-radius: 5px;




background-color: #4a2783;
background-image: url("../images/elements.png");
background-repeat: no-repeat;
display: block;
position: relative;
text-align: center;


}
.blog-bm-content
{






}




.blog-bm-image {
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.4);
	/*width:100px;
	height:100px;
	padd

*/


width:33.3%; display: inline-block

}


.blog-bm-title {
    font-family: 'ChunkFiveRegular',serif;
    font-size: 20px;
    font-weight: normal;

/*   padding: 100px;*/
    text-rendering: optimizelegibility;

float: right;


/*padding-top: 25px;*/



}

.blog-bm-title a{
text-decoration: none!important;



}



.blog-bm-target-data

{


	padding: 20px;
}



.readerslike-body {

    background-color: #ffffff;

    border: 1px solid #4a2783!important;
   


   height: 100%;
    position: relative;
    z-index: 100;
  

}




.middledofdiv {


position: absolute;


/*padding-bottom: 10px;*/
margin-left: 0px; /*half width*/
margin-top: 15px;

white-space: normal;
}


.readerslikeboarder {

border-bottom: 1px solid #DDDDDD; padding-top:10px; padding-bottom:10px;

}