/* header */
.header{
	clear:both;
	width: 90%; height: 144px;
	margin-left: auto; margin-right: auto;
}

.header img{
	float:left;
}
/* end header */


/* search */
.search{
	float:right;
	display: inherit-block;
	margin-left: 35px;
	margin-right: 20px;
	width: 400px; 
}

.search .bar{
	width: 256px;
	float:left;
	clear:none;
}

.search .icons{
	float:right;
	height: 20px;
	width: 60px;
}

.search .icons img{
		margin-top:2px;
		border: 1px solid #000;
}
.icons tr td{
	padding-left: 5px;
	padding-right: 5px;
}


.blogbutton{
	margin-top:2px;
	margin-bottom:25px;
	height:51px;
	width: 398px;
	display:block;
	margin-left:1px;
	line-height: 16px;
	font-family:arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.search img{
	display: inherit-block;	
	float:left;
	margin-top:3px;
}

.search span{
	display: inherit-block;
	width: 40px;	
	color: #808080;
	float:left;
	height:20px;
	line-height:20px;
	font-size: 10px;
	font-weight: bold;
	font-family:arial;
}
.search .submit{
	float:left;
	height:20px;
	width:20px;
	background-image: url(/static/img/search-left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	display: inherit-block;	
	cursor:pointer;
}

.search input[type=text]:focus,
.search input[type=password]:focus {
  outline: 0 none;
}

.search .text{
	height:20px;
	display: inherit-block;	
	background-image: url(/static/img/search-right.jpg);
	background-repeat: no-repeat;
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-position: right top;
	width: 180px;
	padding-top: 3px;
	float:right;
}

#safari .header .search .text{
	padding-top: 4px;
}

.logos{
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
 }


/* end search */


#container{
	width: 100%;
	background-color: #e2e2e2;
	height: auto;
	background-image:url(/static/img/platformbg.jpg);
	padding-bottom: 3px;
	padding-top: 3px;
}

.menuwrapper{
	height: 40px;
	width: 100%;
	display:block;
	clear:both;
	background-image: url(/static/img/bggradient.jpg);
	background-repeat: repeat-x;
	background-position: middle;
}

/* menu */
.menu{
	clear:both;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	height: 40px;
}

.menu td{ 
	height: 40px; margin:0px; padding: 0px;
}

.menu td a{
	display:block;
	height: 40px;
	line-height: 40px;
	font-size: 12px; font-weight: bold; font-family:arial; text-decoration: none;
	padding-left:15px;
	padding-right:15px;
}
/* end menu */

/* custom navmenu */
.navBlue a:hover{
	background-color: #00bef2;
	color:#fff;
} .navGreen a:hover{
	background-color: #8dc63f;
	color:#fff;	
} .navPink a:hover{
	background-color: #ec008c;
	color:#fff;	
} .navOrange a:hover{
	background-color: #f26521;
	color:#fff;	
} .navPurple a:hover{
	background-color: #c025bd;
	color:#fff;	
} .navRed a:hover{
	background-color: #ff0000;
	color:#fff;	
} .navDGreen a:hover{
	background-color: #00a650;
	color:#fff;	
} .navDBlue a:hover{
	background-color: #0072bc;
	color:#fff;	
} .navBrown a:hover{
	background-color: #c28244;
	color:#fff;	
}

.navBlue a, .navGreen a, .navPink a, .navOrange a, .navPurple a, .navRed a, .navDGreen a, .navDBlue a, .navBrown a{
	color: #808080;
}

.navBlueSelected, .navBlueSelected a{
	background-color: #00bef2;
	color:#fff;
} .navGreenSelected, .navGreenSelected a{
	background-color: #8dc63f;
	color:#fff;	
} .navPinkSelected, .navPinkSelected a{
	background-color: #ec008c;
	color:#fff;	
} .navOrangeSelected, .navOrangeSelected a{
	background-color: #f26521;
	color:#fff;	
} .navPurpleSelected, .navPurpleSelected a{
	background-color: #c025bd;
	color:#fff;
} .navRedSelected, .navRedSelected a{
	background-color: #ff0000;
	color:#fff;	
} .navDGreenSelected, .navDGreenSelected a{
	background-color: #00a650;
	color:#fff;	
} .navDBlueSelected, .navDBlueSelected a{
	background-color: #0072bc;
	color:#fff;	
} .navBrownSelected, .navBrownSelected a{
	background-color: #c28244;
	color:#fff;	
}
/* end custom navmenu */

/* ruler */
.ruler{height:10px; clear: both; width:100%; padding:0px; margin:0px; background-color: #b99c80; border-top: 3px solid #cdb49c; border-bottom: 3px #59412a solid; }
.headerLine{border-bottom:1px dotted #b99c80; clear:both;}
/* end ruler */


/* footer */
.footer{
	clear:both;
	width: 600px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

.footer td{ height: 30px; margin:0px; padding: 0px; }

.footer td a{
	display:block;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	font-family:arial;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	height: 30px;
	line-height: 30px;
}
 .footerDrop a{
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	font-family:arial;
	text-decoration: none;	
}
.footer td a:hover, .footerDrop a:hover{
	text-decoration:underline;
}
/* end footer */

.footerDrop{
	display: block;
	margin-bottom: 10px;
	width: 100%;
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	font-family:arial;
	text-decoration: none;	
	height: 80px;
	line-height: 25px;
}

/* box */



.boxTopLeft{
	width: 6px; height: 5px;
	background-image:url(/static/img/topleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
} .boxTopMiddle{
	width: auto; height: 5px;
	background-image:url(/static/img/topmiddle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
} .boxTopRight{
	width: 6px; height: 5px;
	background-image:url(/static/img/topright.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
} .boxMiddleLeft{
	width: 6px; height: 5px;
	background-image:url(/static/img/left.jpg);
	background-repeat: repeat-y;
	background-position: left ;
	background-color:#fff;
} .boxMiddle{
	background-color:#fff;
} .boxMiddleRight{
	width: 6px; height: 5px;
	background-image:url(/static/img/right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color:#fff;
} .boxBottomLeft{
	width: 6px; height: 5px;
	background-image:url(/static/img/bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
} .boxBottomMiddle{
	width: auto; height: 5px;
	background-image:url(/static/img/bottommiddle.jpg);
	background-repeat: repeat-x;
} .boxBottomRight{
	width: 6px; height: 5px;
	background-image:url(/static/img/bottomright.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


/* endbox */


.headertile{
	background-image: url(/static/img/headertile.jpg);
	background-repeat: repeat-x;
	width: 100%;
	
}

.platform{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}









/* ####### */







strong{
	font-weight: bold;
}

.contentBlock, .contentBlockRitual, .countryBlock{
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(/static/img/lines.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 40px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contentBlockRitual{
	min-height:900px;	
}

.contentBlock h1, .contentBlockRitual h1{
	font-size: 22px;
	font-family:arial;
	font-weight: normal;
	width: 100%;
	height: 40px;
	display: block;
	background-image:url(/static/img/lines.jpg);
	background-repeat: repeat-x;
	background-position: 0px 25px;
	margin-top: 11px;
	text-align: left;
}

.countryBlock h1{
	font-size: 20px;
	font-family:arial;
	font-weight: normal;
	width: 100%;
	height: 40px;
	display: block;
	background-image:url(/static/img/lines.jpg);
	background-repeat: repeat-x;
	background-position: 0px 25px;
	margin-top: 3px;
	text-align: left;
}

.contentBlock h2, .contentBlockRitual h2,  .countryBlock h2{
	font-size: 18px;
	font-family:arial;
	font-weight: normal;
	text-align: left;
	color: #606060;
	text-decoration: underline;
}

.contentBlock h3, .contentBlockRitual h3,  .countryBlock h3{
	font-size: 18px;
	font-family:arial;
	font-weight: normal;
	text-align: left;
	color: #606060;
}

.viewGallery h3{
	padding-top: 9px;
}

.contentBlock p, .contentBlockRitual p{
	line-height: 18px;
	font-size: 20px;
	text-align: left;
	font-size: 11px;
	padding-top:8px;
	text-align: justify;
	color: #666;
}

.countryBlock p{
	line-height: 18px;
	font-size: 20px;
	text-align: left;
	font-size: 11px;
	padding-top:0px;
	text-align: justify;
	color: #666;
}

.contentBlock img, .contentBlockRitual img,  .countryBlock img{
	margin: 0px;
	padding: 0px;
}

.contentBlock p a, .contentBlockRitual p a, .countryBlock p a{
    color: #A42424;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}
.contentBlock ul  li, .contentBlockRitual ul li, .countryBlock ul li{
	text-align: left;
	height: 20px;
}
.contentBlock ul a, .contentBlockRitual ul a, .countryBlock ul a{
	color: #A42424;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}


.contentBlock a, .contentBlockRitual a, .countryBlock a{
	color: #A42424;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contentBlock table.items img, .contentBlockRitual table.items img, .countryBlock table.items img{
	border: 8px solid #ddd;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.contentBlock .huge, .contentBlockRitual .huge, .countryBlock .huge{
	font-size: 24px;
}

.contentBlock table.items tr, .contentBlockRitual table.items tr, .countryBlock table.items tr{
	border-bottom: 1px dotted #808080;
}

.contentBlock img, .contentBlockRitual img{
	border: 8px solid #ddd;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;	
}

.countryBlock img{
	border: 8px solid #ddd;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;	
}


.contentBlock .meta, .contentBlockRitual .meta, .countryBlock .meta{
	text-align: left;
	display:block;
	width: 100%;
	text-align: left;
}


.alt_grey{
	background-color: #efefef;
}


.publications tr img{
	border: 0px;
	padding-left: 20px;
}

.publications tr td{
	height: 100px;
}
.publications tr td h1{
	font-size: 16px;
}
.publications tr td{
	font-size: 10px;
	font-family: arial;
	text-align: left;
}
.publications a{
	font-size: 10px;
	font-family: arial;
}

.alink{
	color: #A42424;
	text-decoration: none;
	display: inherit;
	clear: none;
	float:left;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	cursor:pointer;
	padding-bottom: 5px;
	border-bottom: 1px dotted #808080;
}

.imagesLinks{
	text-decoration: none;
	display: inherit;
	clear: none;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;

}

.hiddenlink{
	color: #000;
	text-decoration: none;
	cursor:none;
}

.items_list tr img{
	border: 0px;
	padding-left: 20px;
}

.items_list tr td{
	height: 80px;
}
.items_list tr td h3{
	font-size: 14px;
}
.items_list tr td{
	font-size: 10px;
	font-family: arial;
	text-align: left;
}
.items_list a{
	font-size: 10px;
	font-family: arial;
}


.homeImages #button_blog, .homeImages #button_more{
	height: 25px;
	text-align:center;
	width: 130px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
	border: 1px solid #808080;
	cursor: pointer;
	margin-top:10px;
	margin-bottom:5px;
}

#block_more{
	display: none;
}

.homeImages #button_blog{
	float: left;
	margin-left: 15px;
	color: #fff;
	background-color: #444;
	background-repeat: repeat-x;
}

.homeImages #button_more{
	float: right;
	margin-right: 15px;
	color: #000; background-color: #444;
	background-image: url(/static/img/bggradient.jpg);
	background-repeat: repeat-x;
}

#block_blog{
	padding-right: 10px;
	padding-left: 10px;
	width: 291px;
	margin-left: auto;
	margin-right: auto;
}
#block_blog img{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
#block_blog h2{
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#block_blog h2 a{
	color: black;	
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
#block_blog .blogbox{
	float: left;
	text-align: justify;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #808080;
}
#headerlinks{
	margin-left: 10px;
	clear:both;
	height: 70px;
}
#headerlinks a{
	color:black;
	font-weight: bold;
	font-size: 12px;
	font-family:arial;
	display:block;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
}

#block_blog h3{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color:#A42424;
}
#block_blog p{
	font-size: 11px;
	padding-top: 5px;
}


.homeImages img{
	margin: 5px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 2px;
	border: 1px #ddd solid;
}
.homeImages img{
}
.homeImages a{
	margin: 0px;
	padding: 0px;
}



#movieframe, #newsblock{
	margin: 5px;
	display: block;
	clear:both;
	padding: 2px;
	border: 1px #ddd solid;
	width: 611px;
}
#newsblock{
	margin-bottom: 5px;
	height: 398px;	
}



.red{
    color: #A42424;
}

.events{
	float: right;
	width: 100%;
	margin-top:8px;
	border-top: 1px solid #ddd;
	padding-top: 12px;
}

.events h2{
	display:block;
	width: 100%;
	background-image:url(/static/img/lines.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: arial;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	color: #666;
	height: 45px;
}


.eventRow a{
	display: block;
	clear:both;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

.news_entry img{
	float: left;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:7px;
}


.eventRow{
	font-size: 11px;
	text-align:left;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px dashed #ddd;
}
.homePlaceholder{
	padding:0px;
	margin:0px;
}
.homePlaceholder div{
	padding:0px;
	margin:0px;
	clear:none;
}
#homeIcons{
	padding-left: 6px;
}
#homeIcons div{
	float:left;
	margin: 10px;
	width: 30px;
	height: 30px;
	line-height:30px;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	border:5px #ddd solid;
	cursor:pointer;
}

#homeFrame{
	height: 335px;
	width: 365px;
	overflow:hidden;
}

#homePlaceholder{
	height: 330px;
}

.newsItem{
	font-size: 11px;
	padding-left: 5px;
	width: 365px;
	text-align:left;
	float: left;
	
}
.newsItem img{
	margin-top: 8px;
	padding: 2px;
	border: 1px solid #ddd;
}
.newsItem h3{
	font-family: arial;
	font-size: 14px;
	padding-left: 10px;
	font-weight: bold;
	color: #000;
	margin-top: 9px;
	margin-bottom: 9px;
}
.newsItem .meta{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	text-transform: uppercase;
	border-top: #ddd dashed 1px;
	border-bottom: #ddd dashed 1px;
	margin-bottom:5px;
	margin-top:5px;
}
.newsItem .meta a{
    color: #A42424;
	margin-left: 8px;
	text-decoration: none;
}
.newsItem .meta a:hover{
	text-decoration: underline;
}.newsarchive{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
	display: block;
	width: 115px;
	float: right;
	text-decoration: none;
}

.newsarchive:hover{
	text-decoration:underline;
}.news_entry h2{
	text-align: left;
}

.entry{
	font-size: 11px;
	color: #666;
	font-family: arial;
	text-align: justify;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 10px;
}

.imagesLinks{
	text-decoration: none;
	display: inherit;
	clear: none;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;

}

.news_entry{
	font-size: 11px;
	color: #666;
	font-family: arial;
	text-align: justify;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

.news_entry p{
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
	color: #666;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	margin-top: 3px;
	border-bottom: dashed #666 1px;
	border-top: dashed #666 1px;
}

#movieframe{
	margin-top: 11px;
	height: 398px;	
}

#movieframe h2{
	display:block;
	width: 100%;
	background-image:url(/static/img/lines.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: arial;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	color: #666;
	height: 45px;	
	margin-top: 10px;
}
#movieframe iframe{
	width: 450px;
	border:0px;
	height: 396px;
	float: left;
	border: #ddd 1px solid;
}

.vidTop {
	height: 3px;
	background-image: url(/static/img/vidtopmid.jpg);	
	background-repeat: repeat-x;
}.vidLeft {
	height: 4px;
	background-image: url(/static/img/vidleft.jpg);	
	background-repeat: repeat-y;
	background-position:left;
}.vidRight {
	width: 4px;
	background-image: url(/static/img/vidright.jpg);	
	background-repeat: repeat-y;
	background-position:right;
	text-align:right;
}.vidBottom {
	width: 3px;
	background-image: url(/static/img/vidbottom.jpg);	
	background-repeat: repeat-x;
	background-position:bottom;
}

#scrollerPlacement{
	width: 100%;
	height: 290px;
	overflow: hidden;

}
#scroller{
	width: 100%;
	display:block;
	height: 290px;
}

.scrolling-first, .scrolling-last{
	width: 100%;
	height: 7px;
	display:block;
	clear:both;
}

#scroller-top{
	border-bottom: dashed #dfdfdf 1px;
}

#scroller-bottom{
	border-top: dashed #dfdfdf 1px;
}

#scroller-top, #scroller-bottom{
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px;
	width: 100%;
	background-position: center center;
}
#scroller-top{
	background-image: url(/static/img/vidarrowtop.jpg);
}
#scroller-bottom{
	background-image: url(/static/img/vidarrowbottom.jpg);	
}

#scroller .videoBox{
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 75px;
	clear:both;
}


.contactForm tr{
	height: 40px;
	text-align: left;
}

input[type="text"]{
	background-image: url(/static/img/textboxbg.jpg);
	border: 1px solid #666;
	padding: 3px;
	width: 290px;
	height: 25px;
	font-size: 16px;
	font-family: arial;
}

input[type="textarea"]{
	border: 1px solid #666;
	width: 280px;
	font-size: 16px;
	font-family: arial;
}
input[type="submit"]{
	background-color: black;
	border: #808080 4px solid;
	color: white;
	font-family:arial;
	font-size: 10px;
	font-weight: bold;
	height: 35px;
	width: 200px;
}
.errorLabel{
	color: red;
}

.newsletterForm th, .newsletterForm td{
	font-family:arial;
	font-size: 11px;
	font-weight: normal;
	height:40px;
	line-height: 40px;
	color: #666;
	text-align: left;
}

.newsletterForm tr th{
	width: 100px;
}



#rituals_list_menu a, #rituals_list_menu div.ajax_button{
	color: #A42424;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	cursor:pointer;
	padding-bottom: 5px;
}

#rituals_list_menu ul li{
	width: 100%;
	display: block;
	text-align: left;
}

#rituals_list_menu .ritual_count{
	padding: 15px;
	font-size: 11px;
	font-family: arial;
	background-color:#fff;
}

#rituals_list_menu .country_label{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #808080;
	font-size: 12px;
	font-family:arial;
	font-weight: normal;
	color: #808080;
	cursor: pointer;
}
#content{
	width: 690px;
}

.preloader{
	font-size: 24px;
	font-family:arial;
	font-weight: bold;
	margin-top: 300px;
	margin-bottom: 300px;
}

.preloadersmall{
	font-size: 24px;
	font-family:arial;
	font-weight: bold;
	margin-top: 100px;
	margin-bottom: 100px;
}

.preloader img{
	border: 0px solid;
}
.miniGallery{
	cursor: pointer;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
strong{
	font-weight: bold;
}

#ritual_content .contentBlock p{
	text-align:justify;
}

#ritual_content img{
	padding: 3px;
	border: 5px #ddd solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}





#gSheet{
	z-index:100;
	display: none;
	background-color: #666666;
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	cursor: pointer;
}

#gBox, #giBox{
	display: none;	
}

#gBox{
	z-index:1000;
	border: 10px solid #efefef;
	background-color: #ffffff;
	width: 300px;
	height: 300px;
	position: absolute;
}

#giBox{
	z-index:1000;
	border: 10px solid #efefef;
	background-color: #ffffff;
	width:456px;
	height:380px;
	position: absolute;
}


#gImage{
	display:block;
	margin: 10px;
}

#gCount, #gVideoBox, #loadingmsg{
	font-size: 10px;
	font-family: verdana;
	color: #A42424;
	vertical-align:center;
}

#gNext, #gPrevious{
	font-size: 16px;
	font-family: arial;
	vertical-align:center;
	color: #666;
	cursor: pointer;
}

#gClose, #giClose{
	font-size: 10px;
	font-family: arial;
	vertical-align: right;
	color: #666;
	cursor: pointer;
}

.gLine, #iFrame{
	border: #808080 1px dashed;
}
#iFrame{
	overflow: none;
}

.viewGallery, .viewVideo{
	cursor:pointer;
}

.gotoritualbutton{
	font-weight: bold;
	font-size: 11px;
	font-family:verdana;
	float: right;
    color: #A42424;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	height: 18px;
	margin-left: 30px;
	margin-right: 30px;
}
a.gotoritualbutton{
	text-decoration: underline;
	border-bottom: 0px solid #fff;
}
.gotoritual{
	width: 450px;
	height: 40px;
	float:right;
	display:block;
	right: 0px;
	margin-right: 60px;
	
}

#readourblog{
	margin-bottom: 20px;
	cursor: pointer;
}

#blogBubble{
	display:none;
	width: 600px;
	position: absolute;
	right: 20px;
	top: 1080px;
	z-index: 999;
	line-height: 16px;
	background-image: url(/static/img/bb_tr.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#blogBubble table .bb_tl{
	width: 28px;
	height: 89px; 
	background-image: url(/static/img/bb_tl.png);
	background-repeat: no-repeat;
} 
#blogBubble table .bb_tm{
	height: 89px; 
	background-image: url(/static/img/bb_m.png);
	background-repeat: repeat-x;
	text-align: right;
}
#blogBubble table .bb_tm img{
	margin-bottom: 13px;
	margin-right: 3px;
}
#blogBubble table .bb_l{
	width: 28px;
	background-image: url(/static/img/bb_l.png);
	background-repeat: repeat-y;
} 
#blogBubble table .bb_m{
	background-color: white;
}
#blogBubble table .bb_r{
	width: 53px;
	background-image: url(/static/img/bb_r.png);
	background-repeat: repeat-y;
}
#blogBubble table .bb_bl{
	width: 28px;
	height: 89px; 
	background-image: url(/static/img/bb_bl.png);
	background-repeat: no-repeat;
}
#blogBubble table .bb_bm{
	height: 89px; 
	background-image: url(/static/img/bb_bm.png);
	background-repeat: repeat-x;
}
#blogBubble table .bb_br{
	width: 38px;
	height: 44px; 
	background-image: url(/static/img/bb_br.png);
	background-repeat: no-repeat;
}


#blogscroll{
	overflow:hidden;
	height: 255px;
	width: 500px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	float:right;
}
#blogscroll #blogplatform .blogbox{
	float: left;
	width: 500px;
	height: 230px;
}

#blogscroll #blogplatform .blogbox img{
	float: left;
	border: 8px #ddd solid;
	margin:15px;
}
#blogscroll #blogplatform .blogbox a{
	color:black;
}
#blogscroll #blogplatform .blogbox h2{
	font-size: 16px;
	font-family: arial;
	font-weight:bold;
	text-align:left;
	margin-top: 18px;
	line-height:20px;
}
#blogscroll #blogplatform .blogbox h3{
	font-size: 12px;
	font-family: arial;
	font-weight:normal;
	font-style: italic;
	text-align:left;
	text-align:left;
	height:30px;
	display:block;
	line-height:30px;
}
#blogscroll .youtube{
	float: left;
	width: 240px;
	height: 240px;
	border: 4px solid #808080;
	line-height: 240px;
	text-align:center;
	font-weight:bold;
	font-family: arial;
	font-size: 12px;
}
#blogscroll p{
	text-align: justify;
	font-size: 11px;
	font-family: arial;
	float:right;
	width: 240px;
	margin-top: 28px;
}