/* MAIN STYLESHEET
 * The News theme for Tiki CMS/Groupware -- uses the layout methods of litecss,
 * source ordered layout solution by luci (http://sourceforge.net/projects/litecss).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 * Released under LPGL license. */
 
/* Import layout foundation CSS file. */
@import "lite/lite.css";

/* Then import the default layout properties file: */
 @import "layout/layout.css";
 
 /* Import design defaults. */
@import "layout/design.css";

/***** XHTML Elements ******/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
hr {
	color: #9FBDA0;
	width: 100%;
	height: 1px;
}

/* links */

a:link {
	color: #006688;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #006688;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline overline;
	color: #C13C30;
	font-weight: normal;
}
a:active {
	color: #006688;
	text-decoration: none;
}

/* Classes */

.nine {
	font-size: 9px;
}
.ten {
	font-size: 10px;
}
.eleven {
	font-size: 11px;
}
.twelve {
	font-size: 12px;
}
.date {
	color: #007744;
	text-align: center;
	font-size: 10px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #9FBDA0;
	background-color: #FEFEFE;
	padding: 2px;
}
.quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BF0000;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
.email {
	font-size: 10px;
	color: #990000;
	text-align: center;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
}
.mainheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #770000;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 3px solid #9FBDA0;
	border-bottom: 1px solid #9FBDA0;
	margin-bottom: 7px;
	margin-top: 0px;
	background-color: #F3F3F3;
}
.newsheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #770000;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 5px solid #9FBDA0;
	border-left: 1px solid #9FBDA0;
	border-right: 1px solid #9FBDA0;
	border-bottom: 1px solid #9FBDA0;
	margin-bottom: 0px;
	margin-top: 10px;
	background-color: #F3F3F3;
}
.news_home {
	background-color: #F3F3F3;
	border: 1px solid #9FBDA0;
	padding: 10px;
}
.pageheadings, a.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #770000;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border: 2px solid #9FBDA0;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #E0E0C2;
	display: block;
}
.maroonheadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #770000;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #9FBDA0;
	margin-bottom: 5px;
	margin-top: 3px;
	background-color: #F3F3F3;
	display: block;
}
.grayheadings, span.moduletitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #770000;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #9FBDA0;
	margin-bottom: 5px;
	margin-top: 3px;
	background-color: #FFFFFF;
	display: block;
}
.otherheadings {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 2px;
}
.smallheadings {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.searchheading {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
.topheadings {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.zampolls {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	border: 1px solid #9FBDA0;
	padding: 7px;
}
.zampollstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}
.gmail {
	font-size: 10px;
	text-align: justify;
	background-color:#EFEFEF;
	border: 1px solid #9FBDA0;
	padding: 7px;
}
.search {
	background-color: #F3F3F3;
	border: 1px solid #9FBDA0;
	padding: 3px;
}
.padding_left {
	padding-left: 10px;
}
.padding_right {
	padding-right: 10px;
}
.padding_left_right {
	padding-left: 10px;
	padding-right: 10px;
}
.padding_top_bottom {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding_top {
	padding-top: 10px;
}
.padding_bottom {
	padding-bottom: 10px;
}
.padding_all {
	padding: 7px;
}
.padding {
	padding: 3px;
}
.padding_image_left_right {
	padding-left: 0px;
	padding-right: 0px;
}
.padding_image_top_bottom {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding_left_column {
	padding-top: 0px;
}
.margin_all {
	margin-left: 7px;
}
.more {
	font-size: 10px;
	border-top: 0px solid #9FBDA0;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.maroon {
	color: #990000;
}
.maroon_bold {
	color: #990000;
	font-weight: bold;
}
.zol {
	border-bottom: 1px solid #9FBDA0;
}
.zol_top {
	border-top: 1px solid #9FBDA0;
	border-bottom: 1px solid #9FBDA0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.border_top {
	border-top: 1px solid #9FBDA0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.border_top_bottom {
	border-top: 1px solid #9FBDA0;
	border-bottom: 0px solid #9FBDA0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.left_sections {
	border-top: 1px solid #9FBDA0;
	border-bottom: 1px solid #9FBDA0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F3F3F3;
}
.banner {
	padding: 5px;
	text-align: center;
}
.banner_top {
	border-bottom: 1px solid #9FBDA0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.border_bottom {
	border-bottom: 1px solid #9FBDA0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px solid #9FBDA0;
	padding: 5px;
	text-align: center;
	font-weight: bolder;
	background-color: #F3F3F3;
}
.zolnet_top {
	border-top: 1px solid #9FBDA0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.zol_inside {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: justify;
}
.zolnet_top_menu {
	border: 1px solid #9FBDA0;
	padding: 2px;
}
.bottom {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #9FBDA0;
}
.bottom_links {
	font-size: 10px;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #9FBDA0;
	border-right: 1px solid #9FBDA0;
	background-color: #F3F3F3;
}
.left_menu {
	font-size: 10px;
	padding-bottom: 2px;
	text-align: left;
}
a.left_menu {
	font-size: 10px;
}
a.left_menu:visited {
	text-decoration: none; 
}
a.left_menu:hover {
	text-decoration: underline overline; 
	color: #C13C30; 
}
a.left_menu:active {
	text-decoration: none; 
}
a.black_links {
		color: #000000;
}
a.black_links:visited {
	text-decoration: none; 
	color: #000000;
}
a.black_links:hover {
	text-decoration: underline overline; 
	color: #C13C30; 
}
a.black_links:active {
	text-decoration: none; 
	color: #000000;
}
.small_links {
	font-size: 9px;
	font-weight: normal; 	
}
a.small_links {
	font-size: 9px;
	color: #770000; 
	font-weight: normal;
	text-decoration: none; 
}
a.small_links:visited {
	text-decoration: none; 
	color: #770000;
	font-weight: normal;
}
a.small_links:hover {
	text-decoration: underline overline; 
	color: #C13C30;
	font-weight: normal;
}
a.small_links:active {
	text-decoration: none; 
	color: #770000;
	font-weight: normal;
}
.other_links {
	font-size: 10px;
	font-weight: normal; 	
}
a.other_links {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none; 
}
a.other_links:visited {
	text-decoration: bold; 
	font-weight: normal;
}
a.other_links:hover {
	text-decoration: underline overline; 
	color: #C13C30;
	font-weight: bold;
}
a.other_links:active {
	text-decoration: none; 
	color: #C13C30;
	font-weight: bold;
}
.news {
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	padding-bottom: 2px;
}
a.news_more {
	padding-bottom: 3px;
	font-size: 13px;
	text-align: left;
}
a.news_more:visited {
	color: #006688;
	text-decoration: none; 
}
a.news_more:hover {
	text-decoration: underline overline; 
	color: #C13C30; 
}
a.news_more:active {
	color: #006688;
	text-decoration: none; 
}
.news_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: left;
	text-decoration: underline;
}
a.news_title {
	color: #006688;
	padding-bottom: 2px;
	text-align: left;
}
a.news_title:visited {
	color: #006688;
	text-decoration: none; 
}
a.news_title:hover {
	text-decoration: underline overline; 
	color: #C13C30; 
}
a.news_title:active {
	color: #006688;
	text-decoration: none; 
}
.news_date {
	font-size: 10px;
	color: #676767;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
.news_sources {
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 10px;
}
.news_bottom { 
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #9FBDA0;
}
.news_enclosure {
	padding-left: 0px;
}
.latest { 
	padding-bottom: 5px;
	}
.left_titles {
	padding-bottom: 2px;
	text-align: left;
}
.articles { 
	text-align: justify;
	padding-bottom: 5px;
}
.articles_navigator { 
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #9FBDA0;
}
.articles_title {
	padding-bottom: 2px;
	text-align: left;
}
a.articles_title {
	color: #006688;
}
a.articles_title:visited {
	color: #006688;
	text-decoration: none; 
}
a.articles_title:hover {
	text-decoration: underline overline; 
	color: #C13C30; 
}
a.articles_title:active {
	color: #006688;
	text-decoration: none; 
}
.articles_author {
	color: #676767;
	font-weight: bold;
}
.articles_date {
	color: #676767;
	font-weight: bold;
}
.more_articles { 
	padding-bottom: 3px;
}
a.more_articles { 
	color: #006688;
	text-decoration: none;
}
a.more_articles:visited {
	color: #006688;
	text-decoration: none; 
}
a.more_articles:hover {
	text-decoration: underline overline; 
	color: #C13C30; 
}
a.more_articles:active {
	color: #006688;
	text-decoration: none; 
}
.books {
	text-align: justify;
	padding-bottom: 5px;
}
.books_title {
	font-weight: bold;
	text-decoration: none; 
	padding-bottom: 2px;
	text-align: left;
}
.books_author {
	color: #676767;
	font-weight: bold;
}
.disclaimer {
	padding-top: 2px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.main_table1 {
	border-top: 0px solid #9FBDA0; 
	border-bottom: 1px solid #9FBDA0;
	border-left: 1px solid #9FBDA0;
	border-right: 1px solid #9FBDA0;
	background-color: #E0E0C2;
	vertical-align: top;
}
.main_table2 {
	border-top: 0px solid #9FBDA0; 
	border-bottom: 1px solid #9FBDA0;
	border-right: 1px solid #9FBDA0;
	background-color: #FFFFFF;	
	vertical-align: top;
	padding: 10px;
}
.main_table3 {
	border-top: 0px solid #9FBDA0; 
	border-bottom: 1px solid #9FBDA0;
	border-right: 1px solid #9FBDA0;
	background-color: #E0E0C2;	
	vertical-align: top;
}
.bullets_padding {
	font-size: 10px;
	float: left;
	padding: 1px 3px 0px 0px;
}
.company_border_bottom {
	border-bottom: 1px solid #9FBDA0;
}
.company_new_image {
	float: left;
	margin-right: 7px;
	margin-top: 3px;
}

.slide {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	border: 7px ridge #9FBDA0;
	background-color: #FFFFFF;
	height: 130px;
	width: 92%;
}
#slideshow { 
	margin: 0px;
}
#nav { 
	margin-left: 15px;
	font-size: 12px;
}
#nav li { 
	margin: 0px; 
}
#nav a {  
	padding: 0px; 
	display: block;
}
#nav a.activeSlide { 
	background: #F3F3F3; 
	border: 1px solid #CCCCCC;
	margin: 1px; 
}
#nav a:focus { 
	outline: none; 
}
#nav img { 
	border: none; 
	display: block 
}

/****** Menus ******/

.horbar {float: left} 

.horbar table {
	width: auto;
	text-align: left;
}

/* Text in the top level (visible by default) of the menu */
.horbaritem a {
	padding: 6px 6px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #aaa;
}

.horbaritem a:hover {
	background-color: #fff;
	text-decoration: none;
} 

.horbaritem a:visited {
	
} 
.horbaritem img {vertical-align: middle;}

/* IE */
* html .horbaritem a,
* html .mdkitem a {
	font-size: 1em}

.mdkverbar {
	
} 

/* contains mdksubframe div */
.mdksubmenu {
	z-index: 999;
	position: absolute;
	left: 0;
	background-color: transparent;
	visibility: hidden;
}

.mdksubmenu table {
	width: auto;
} 

.mdksubframe {
	z-index: 1000;
	position: relative;
	left: -1px;
	top: 1px;
	background-color: #fff;
	display: block;
	border: 1px solid #D3D3D3;
	border-top: none;
} 

/* Menu items in drop down frame */
.mdkitem {
	border-top: 1px solid #DEDEDE;
	position: relative;
	text-align: left;
	white-space: nowrap;
} 

.mdkitem .mdkfwdarr {
	position: absolute;
	top: 5px;
	right: 12px;
} 

.mdkitem a {
	padding: 2px 5px;
	position: relative;
	display: block;
	font-weight: normal;
	font-size: .9em;
} 

.mdkitem a:link {
	font-weight: normal;
	text-decoration: none;
} 

.mdkitem a:visited {
	text-decoration: none;
} 

.mdkitem a:hover {
	/*color: #993300;*/
	text-decoration: none;
} 

.mdkitem a:active {} 
 
/* Tree menu (also on Browse Categories */
.treemenudiv {
	display: block;
	white-space: nowrap;
	background: #fff}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font-family: Georgia, serif;;
	color: #005faa;
	text-decoration: none;
	font-weight: normal;
}

a.phplm:visited {
	color: #005faa;
}

a.phplm:hover {
	color: #005faa;
	text-decoration: underline;
	background: none;
}

a.phplm:active {
	color: #005faa;
	font-weight: normal;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Georgia, serif;;
	color: #005faa;
	text-decoration: none;
	font-weight: normal;
	background: none;
	font-style: italic;
}

a.phplmselected:hover {
	color: #005faa;
	text-decoration: underline;
}

/* cssmenus.css overrides (page controls and menus) */
.cssmenu_vert,
.cssmenu_vert ul,
.cssmenu li,
.cssmenu_horiz ul li,
.cssmenu_vert li,
.cssmenu li ul,
.cssmenu_vert li ul,
.cssmenu_horiz li ul {
	width: 11em;
	background: #fff}

[class].cssmenu_horiz li ul {
	width: auto;
	min-width: 11em;
}

* html div.box-CSS_menu ul {margin-left: 0}

#col2 .cssmenu_vert,
#col2 .cssmenu_vert li {
	width: 180px;
	padding: 0 !important}

#col2 .cssmenu_vert ul,
#col2 .cssmenu_vert li ul li {width: 11em}

.cssmenu li ul,
.cssmenu_horiz li ul,
.cssmenu_vert li ul {border: 1px solid #D3D3D3}

.cssmenu_vert li ul,
.cssmenu_vert li.sfhover ul {margin-top: -1.3em}

.cssmenu_vert li ul {margin-left: 11em}
#col2 .cssmenu_vert li ul {margin-left: 175px}
#col2 .cssmenu_vert li ul li ul {margin-left: 11em}
.cssmenu_horiz li ul ul {margin: -1em 0 0 11em}

* html #col2 .cssmenu_vert,
* html #col2 .cssmenu_vert li {
	margin-left: 0;
	padding-left: 0;
	width: 160px}
	
* html #col2 .cssmenu_vert li ul {margin-left: 160px}

*:first-child+html #col2 .cssmenu_vert {margin-left: 0}

.cssmenu a,	
.cssmenu_horiz a,
.cssmenu_vert a {
	text-decoration: none;
	display: block;
	/*line-height: 1.8em;*/
	padding: 5px 6px
	}
	
.cssmenu a:hover,	
.cssmenu_horiz a:hover,
.cssmenu_vert a:hover {text-decoration: underline}

#tiki-top > .cssmenu_horiz {
	border-left: 1px solid #aaa}

#tiki-top .cssmenu_horiz {
	float: left;
	margin-left: 12px;
	font: .9em Verdana, Helvetica, Arial, Sans-Serif}

#tiki-top > .cssmenu_horiz > li > a {
	border-right: 1px solid #aaa;
	padding: 8px 1em}
	
#tiki-top > .cssmenu_horiz > li.menuSection > a {padding-right: 2.6em}
	
.sf-sub-indicator {
	background: url(thenews/arrows-005faa.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only; */}


/** Links in other menus **/
div.separator,
div.separatorline {}
.separator a:link,
.separator a:visited,
.separator a:hover {}
div.option a.linkmenu:hover {}
a.separator img {}
/* menu option */
.option, .optionline,
#tiki-center .option,
#tiki-center .optionline {
	background: transparent url('../img/icons2/corner-dots.gif') center left no-repeat;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}
.box .menuSection {padding-left: 5px;}

.selected {font-weight: bold}
.selected ul li a {font-weight: normal}

div.optionline,
.option a {}
.option a:link,
.option a:visited,
a.linkmenu,
.rsslink,
.linkmenu:visited,
.rsslink:visited {}
.linkmenu:hover {}
div.option a:hover,
div.option a:active {}
a.linkmodule {}
a.linkmodule:hover {}
.rsslist {}
.rssitem {}
.rssitem:first-child {}
.rssdate {}

/* From Tikineat -- check */
div.menuSection div.menuSection,
div.menuSection div.separator {
	padding-left: 5px;
}

/***** Articles ****/
div.article {
	position: relative;
}
div.articletopline {
	position: absolute;
	top: -20px;
	font-size: 90%;
	font-style: italic;
}
div.articletitle {
	text-decoration: none; 
	padding-bottom: 3px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.wikitext div.articletitle {
	font-size: 1.55em;
	padding-top: 10px;
}
div.articletitle a:link,
div.articletitle a:visited {
	text-decoration: none;
}
div.articletitle h2 a:hover {
	text-decoration: none;
}
.articletitle br {
	display: none;
}
span.titleb {
	color: #777777;
	font-size: 12px;
}
div.articlesubtitle {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 14px;
	margin-top: 5px;
}
div.articleheading {
	margin-top: 6px;
}
div.articleheadingtext {
	margin-bottom: 1em;
}
div.articletitleonly {
	text-decoration: none; 
	padding-bottom: 1px;
	text-align: left;
	font-size: 12px;
}
span.articletitleonly {
	color: #777777;
}

/* Custom css begin */
a.articletitleonly:link,
a.articletitleonly:visited,
a.articletitleonly:active {
	color: #999999;
	text-decoration: none; 
	padding-bottom: 1px;
}
a.articletitleonly:hover {
	color: #990000;
	text-decoration: underline overline;
}
.leadstorysource,
a.leadstorysource:link,
a.leadstorysource:visited,
a.leadstorysource:active {
	color: #FF0000;
	text-decoration: none; 
	padding-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}
a.leadstorysource:hover {
	color: #990000;
	text-decoration: underline overline;
}
.articles_read_title,
a.articles_read_title:link,
a.articles_read_title:visited,
a.articles_read_title:active  {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
}
a.articles_read_title:hover {
	color: #990000;
	text-decoration: underline overline;
}
.articles_read_author {
	color: #446644;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}
.articles_read_date {
	color: #676767;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
.articles_read_body {
	font-size: 12px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #9FBDA0;
	border-bottom: 1px solid #9FBDA0;	
}
.articles_bottom {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}
.articlesend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.sponsorship {
	text-align: justify;
	padding: 3px 10px 7px 10px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000000;
	background: url(../images/sponsorship.jpg) repeat-y;
}
.sponsorship_title {
	font-size: 20px; 
	margin-bottom: 5px; 
	color: #880000;
}
.fb_over {
	width: 346px; 
	height: 20px; 
	background-color: #FFFFFF; 
	z-index: 1000;
	margin-top: -110px;
	margin-left: 5px;
	position: relative;
}

/* Google Search styles */


/* Custom css end */

/* end of css file */

