/* basic */

html {
/*	background: #2d2d2d;*/
	background: #a29993;
}
body {
	margin: 0;
	padding: 0;
	border: 0; /*
	text-align: center;
	font: normal 11px/15px Arial, Helvetica, sans-serif; */
	color: black;
	background: #a29993;
/*	background: #2d2d2d; 
	behavior: url(csshover.htc);*/
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* container */

.container {
	width: 992px;
	margin: 0 auto;
	background: url('/images/bg.jpg') repeat-y left top;
}
.container-show-article {
	width: 531px;
	margin: 0 auto;
	background: url('/images/bg.jpg') repeat-y left top;
}
.containerleft {
	float: left;
	width: 858px;
	margin: 0 0 0 2px;
}
html>body .containerleft {
	margin: 0 0 0 5px;
}
.clearing {
	clear: both;
	height: 0;
	line-height: 0;
}

/* topadd */

.topadd {
/*	width: 845px;*/
/*	border-bottom: 4px solid #FAA81A;*/
	padding: 8px 0 8px 13px;
	float: left;
	background: #beb8b4;
}
#network {
	float: left;
	display: block;
	width: 96px;
	height: 85px;
	background: url('/images/learning-ireland.jpg') no-repeat left top;; margin-left:0; margin-right:12px; margin-top:3px; margin-bottom:0
}
#network:hover {
	background-position: left bottom;
}
.topadd img {
	float: left;
	border: 1px solid #2d2b30;
}

/* network */

#networknav {
	background: url('/images/networkbg.jpg') no-repeat left bottom;; margin-left:0; margin-right:0; margin-top:15px; margin-bottom:0; padding-left:0; padding-right:0; padding-top:0; padding-bottom:12px
}
html>body #networknav {
	background: url('/images/networkbg.png') no-repeat left bottom;
}
*:lang(en) #networknav {
	margin: 0;
}
#network01, #network02, #network03, #network04,
#network05, #network06, #network07 {
	display: block;
	width: 220px;
}
html>body #network01, html>body #network02, html>body #network03, html>body #network04,
html>body #network05, html>body #network06, html>body #network07 {
	width: 227px;
}
#network01 {
	height: 49px;
	background: url('/images/network01.jpg') no-repeat left top;
}
#network02 {
	height: 46px;
	background: url('/images/network02.jpg') no-repeat left top;
}
#network03 {
	height: 46px;
	background: url('/images/network03.jpg') no-repeat left top;
}
#network04 {
	height: 50px;
	background: url('/images/network04.jpg') no-repeat left top;
}
#network05 {
	height: 55px;
	background: url('/images/network05.jpg') no-repeat left top;
}
#network06 {
	height: 56px;
	background: url('/images/network06.jpg') no-repeat left top;
}
#network07 {
	height: 52px;
	background: url('/images/network07.jpg') no-repeat left top;
}
html>body #network01 {
	background: url('/images/network01.png') no-repeat left top;
}
html>body #network02 {
	background: url('/images/network02.png') no-repeat left top;
}
html>body #network03 {
	background: url('/images/network03.png') no-repeat left top;
}
html>body #network04 {
	background: url('/images/network04.png') no-repeat left top;
}
html>body #network05 {
	background: url('/images/network05.png') no-repeat left top;
}
html>body #network06 {
	background: url('/images/network06.png') no-repeat left top;
}
html>body #network07 {
	background: url('/images/network07.png') no-repeat left top;
}
#network01:hover, #network02:hover, #network03:hover, #network04:hover,
#network05:hover, #network06:hover, #network07:hover {
	background-position: left bottom;
}

.level1 li {
	position: relative;
	list-style: none;
}
.level1>ul a {
	width: auto;
}
.level2 {
	position: absolute;
	top: 70px;
	left: 1px;
	display: none;
	z-index: 1000;
}
*:lang(en) .level2 {
	top: 85px;
}
.topadd ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

/* top */

.top {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	background: white;
}
#index {
	display: block;
	width: 464px;
	height: 84px;
	background: url('/images/logo.jpg') no-repeat 50px 15px;; padding-left:50px; padding-right:0; padding-top:15px; padding-bottom:18px
}
#top01, #top02 {
	float: right;
	padding: 0 20px 0 10px;
	margin: 15px 12px 0 0;
	font-size: 10px;
	color: #FAA81A;
	/*background: url(/images/toparrow.jpg) right top no-repeat;*/
}
#top01:hover, #top02:hover {
	color: #595452;
	background-position: right bottom;
}

/* search form */

#searchform {
	float: right;
	clear: both;
	margin: 15px 6px 0 0;
}
#searchform a{
	color: #FAA81A;
	padding-right:40px;
}
#searchform a:hover{
	color: #FAA81A;
}
html>body #searchform {
	margin: 15px 13px 0 0;
}
#searchedphrase {
	font-size: 13px;
	width: 120px;
	color: #635d59;
	border: 1px solid #a29993;
	float: left;
	background: url('/images/searchformbg.jpg') repeat-x left top; ; padding-left:3px; padding-right:3px; padding-top:4px; padding-bottom:4px
}
#searchsubmit {
	display: block;
	width: 26px;
	height: 26px;
	border: 0px none;
	float: left;
	cursor: pointer;
	background: url('/images/searchsubmit.jpg') no-repeat left top;
}
#searchsubmit:hover {
	background-position: left bottom;
}

/* nav */

.nav {
	float: left;
	clear: both;
	margin: 0 0 0 2px;
	width: 100%;
}
html>body .nav {
	margin: 0 0 0 4px;
}
.nav ul {
	list-style: none;
}
.nav li {
	float: left;
}
.nav01, .nav02, .nav03, .nav04, .nav05, .nav06, .nav07, .nav08 {
	display: block;
	float: left;
	height: 45px;
	width: 141px;
	text-indent: -5000px;
}
.nav01 {
	width: 143px;
	background: url('/images/nav01.jpg') no-repeat left top;
}
.nav02 {
	background: url('/images/nav02.jpg') no-repeat left top;
}
.nav03 {
	background: url('/images/nav03.jpg') no-repeat left top;
}
.nav04 {
	background: url('/images/nav04.jpg') no-repeat left top;
}
.nav05 {
	background: url('/images/nav05.jpg') no-repeat left top;
}
.nav06 {
	width: 143px;
	background: url('/images/nav06.jpg') no-repeat left top;
}
.nav01:hover, .nav02:hover, .nav03:hover, .nav04:hover,
.nav05:hover, .nav06:hover {
	background-position: left bottom;
}
#current {
	background-position: left bottom;
}

/* breadcrumbs */

.breadcrumbs {
	clear: both;
	font-size: 10px;
	margin: 0 4px;
	color: #f2f0ea;
	padding: 2px 15px;
	background: #a29994;
	text-align: left;
}
.breadcrumbs span {
	color: #f2f0ea;
	text-transform: uppercase;
}
.breadcrumbs a {
	color: #d8d5ca;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #f7f5ee;
	text-decoration: underline;
}

/* content */

.content {
	clear: both;
}
.content a {
	color: #FAA81A;
}
.content a:hover {
	text-decoration: none;
}
.bordertopbottom {
	padding: 3px 0;
	margin: 0;
	border: 1px solid #a29993;
	border-width: 1px 0;
}
*:lang(en) .bordertopbottom {
	padding: 3px 0 0;
}

/* leftcolumn */

.leftcolumn {
	float: left;
	width: 529px;
}

/* news */

.newscontainer {
	/*margin: 0 0 0 5px;
	text-align: left;
	border-bottom: 1px solid #a2958c;
	width: 510px;
	float: left;*/
	margin: 0 0 0 5px;
	text-align: left;
	border-bottom: 1px solid #a2958c;
	width: 516px;
	float: left;
}
html>body .newscontainer {
	margin: 0 0 0 10px;
}
.newsnav {
	/*background: url('/images/newsbg.jpg') no-repeat left bottom;; padding-left:0; padding-right:0; padding-top:0; padding-bottom:10px*/
	padding: 0 0 10px;
	background: url(/images/newsbg.jpg) left bottom no-repeat;
}

/* mainnews */

.mainnews {
	background: white;
}
.mainnews h1 {
	/*font-size: 25px;
	color: #FAA81A;
	line-height: 23px;
	padding: 0 13px 15px 270px;*/
	font-size: 20px;
	color: #FAA81A;
	line-height: 20px;
	padding: 0 13px 10px 165px;
}
.mainnews h1 span {
	font-size: 11px;
	color: #979797;
}
.mainnews p {
	/*font-size: 13px;
	color: #1e1e1e;
	line-height: 18px;
	padding: 0 13px 8px 270px;*/
	font-size: 11px;
	color: #1e1e1e;
	line-height: 15px;
	padding: 0 13px 4px 165px;
}
#newsmainphoto {
	float: left;
	margin: 8px 4px;
}
#mainnewsmore {
	text-align: right;
	font-size: 10px;
}

/* news nav */

.newsnav  {
  	list-style: none;
  	float: left;
	width: 516px;
	padding: 12px 0 7px;
	background: #dcd5cc url(/images/newsbg2.jpg) right bottom no-repeat;
}
.newsnav li {
	/*float: left;
	background: url('/images/newsnavright.jpg') no-repeat right top;
	margin-left:0; margin-right:2px; margin-top:0; margin-bottom:0; padding-left:0; padding-right:5px; padding-top:0; padding-bottom:0*/
	float: left;
	background: url(/images/newsnavright.jpg) right top no-repeat;
	padding: 0 5px 0 0;
	margin: 0 2px 0 0;
}
.newsnav a {
	float: left;
	display: block;
	background: url(/images/newsnavleft.jpg) left top no-repeat;
	padding: 8px 7px 2px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #564f4b;
}
/* commented backslash hack hides rule from IE5-Mac \*/
.newsnav a {
	float: none;
}
.newsnav a:hover {
	text-decoration: underline;
}
#currentnews {
	background: url('/images/newsnavrighton.jpg') no-repeat right top;
}
#currentnews a {
	font-size: 14px;
	background: url('/images/newsnavlefton.jpg') no-repeat left top;
	color: white
}

/* other news */

.othernews {
	/*background: #f9f6f1 url('/images/othernewsbg.jpg') repeat-x left top;; margin-left:0; margin-right:0; margin-top:0; margin-bottom:1px; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:5px*/
	padding: 2px 0 0;
	margin: 0 0 1px;
	background: #f9f6f1 url(/images/othernewsbg.jpg) left top repeat-x;
}
*:lang(en) .othernews {
	padding: 4px 0;
}
.othernews p {
	padding: 0 8px;
	line-height: 18px;
	font-size: 11px;
}
.othernews p span {
	color: #979797;
	padding: 0 4px 0 0;
	font-weight: bold;
}
.othernews p span {
	color: #979797;
	padding: 0 4px 0 0;
	font-weight: bold;
}
.othernews a {
	color: #FAA81A;
}
#othernewsmore {
	/*text-align: right;
	font-size: 10px;*/
	text-align: right;
	font-size: 10px;
	margin: 4px 0 0;
	padding: 15px 0 15px 17px;
	float: left;
	border-left: 1px solid #d3ccc6;
}
.othernewsleft {
	float: left;
	width: 420px;
}

/* forum posts */

.forumposts {
	/*float: left;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #a2958c;
	width: 257px;
	background: #f5f2f0 url('/images/forumbg.jpg') no-repeat left top;; margin-left:5px; margin-right:0; margin-top:10px; margin-bottom:0*/
	float: left;
	padding: 0 0 0;
	text-align: left;
	border-bottom: 1px solid #a2958c;
	width: 189px;
	margin: 12px 0 0 10px;
	background: #f5f2f0 url(/images/forumbg2.jpg) left top no-repeat;
}
.forumposts_new {
	FLOAT: left; OVERFLOW: auto; WIDTH: 189px; HEIGHT: 209px; TEXT-ALIGN: left
}
/*html>body .forumposts {
	margin: 15px 0 0 10px;
}*/
.forumposts h1 {
	font-size: 11px;
	color: white;
	padding: 7px 10px;
}
.forumposts a {
	display: block;
	clear: both;
	padding: 9px 10px 0;
	float: left;
	font-weight: bold;
}
.forumposts h1 a {
	/*color: #e2dccd;
	float: right;
	font-weight: normal;
	font-size: 11px;*/
	color: #e2dccd;
	float: right;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
}
.forumposts h1 a:hover {
	text-decoration: none;
	color: white;
}
.forumposts p {
	/*color: #1e1e1e;
	line-height: 14px;
	padding: 9px 10px 0;*/
	color: #1e1e1e;
	line-height: 14px;
	padding: 0 10px;
	width: 150px;
}
.forumposts p span {
	color: #FAA81A;
	font-weight: bold;
}
.forumposts p a {
	font-weight: normal;
	color: #1e1e1e;
	padding: 0;
	text-decoration: none;
}
.content .forumposts p strong a {
	/*color: #FAA81A;
	font-weight: bold;
	text-decoration: none;*/
	color: #FAA81A;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 0;
}
.content .forumposts p a:hover {
	text-decoration: underline;
}

/* small adds */

.smalladds-article {
	margin: 0;
	float:left;
}
html>body .smalladds-article {
	float: left;
	width: 248px;
}
html>body .smalladds-article {
	margin: 15px 0 0 0;
}
.smalladds-article a {
	float: left;
	margin: 0 0 3px 0;
}
*:lang(en) .smalladds-article a {
	margin: 0 0 0 0;
}

/* left adds */
#leftadd01-article, .bordertopbottom {
	float: left;
}
#leftadd01-article {
	margin: 0 5px 0 1px;
}
html>body #leftadd01-article {
	margin: 10px 5px 0 1px;
}
#leftadd01, .bordertopbottom {
	float: left;
}
#leftadd01 {
	margin: 0 5px 0 10px;
}
html>body #leftadd01 {
	margin: 10px 5px 0 10px;
}
.bordertopbottom {
	/*margin: 0;*/
}
html>body .bordertopbottom {
	margin: 10px 0 0 ;
}

/* right adds */

.bordertopbottomiemargin {
	/*position: relative;
	top: 16px;*/
}
html>body .bordertopbottomiemargin {
	top: 0;
}

/* footer */

.footer {
	clear: both;
	float: left;
	width: 850px;
	padding: 10px 0;
	background: #f2ebe1;
	position: relative;
	left: 1px;
	margin: 10px 4px 0 2px;
}
html>body .footer {
	left: 0;
	margin: 10px 4px 0;
}
.footer p {
	font-size: 9px;
	color: #a39e9b;
	line-height: 16px;
}
.footer a {
	color: #a39e9b;
	padding: 0 3px;
}
.footer a:hover {
	text-decoration: none;
}
.footer .licence, #webdesign, #webdesign a {
	color: #b8b2af;
}

/* bottomadd */

.bottomaddcontainer {
	clear: both;
	background: #2d2d2d url('/images/bottomaddbg.jpg') repeat-x left top;
}
.bottomadd {
	width: 900px;
	padding: 0 0 0 40px;
	margin: 0 auto;
}
.bottomadd a {
	display: block;
	color: #afafaf;
	padding: 11px 15px 6px 25px;
	float: left;
	text-decoration: none;
}
.bottomadd a:hover {
	text-decoration: underline;
}
#bottomadd01 {
	background: url('/images/bottomadd01.jpg') no-repeat left 8px;
}
#bottomadd01A {
	background: url('/images/bottomadd01A.jpg') no-repeat left 8px;
}
#bottomadd02 {
	background: url('/images/bottomadd02.jpg') no-repeat left 8px;
}
#bottomadd03 {
	background: url('/images/bottomadd03.jpg') no-repeat left 8px;
}
#bottomadd04 {
	background: url('/images/bottomadd04.jpg') no-repeat left 8px;
}
#bottomadd05 {
	background: url('/images/bottomadd05.jpg') no-repeat left 8px;
}
#bottomadd06 {
	background: url('/images/bottomadd06.jpg') no-repeat left 8px;
}
#bottomadd07 {
	background: url('/images/bottomadd07.jpg') no-repeat left 8px;
}

/* rightcolumn */

.rightcolumn {
	width: 319px;
	float: left;
}

/* containerright */

.containerright {
	float: left;
	/*padding-top:120px; padding-left:4px;*/
	margin: 120px 0 0 1px;
}
#bigadd {
	margin: 120px 0 0 1px;
}
html>body #bigadd {
	margin: 120px 0 0 4px;
}
/*---------------for top menu---------------*/
#topmenu{
/*float: left;
clear: both;*/
margin: 0 4px;
width:851px;
height:45px;
background:url('/images/menu-repeat.jpg');

}
#topmenu ul{
list-style-type:none;
line-height:normal;
padding:0;
margin:0;
}
#topmenu li{
display:inline;
}
#topmenu a{
display:block;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#5E5641;
height:30px;
padding:15px 12px 0 11px;
text-align:center;
background:url('/images/divaidar.jpg') left top; padding-left:11px; padding-right:12px; padding-top:15px; padding-bottom:0
/*background:url('/images/divaidar.jpg') left top; padding-left:41px; padding-right:42px; padding-top:15px; padding-bottom:0  ---for main site*/
}
#topmenu a:hover{
color:#050601;
height:30px;
text-align:center;
padding:15px 12px 0 11px;
background:url('/images/hover.jpg'); padding-left:11px; padding-right:12px; padding-top:15px; padding-bottom:0
/*background:url('/images/hover.jpg'); padding-left:41px; padding-right:42px; padding-top:15px; padding-bottom:0  ----for main site*/
}
#topmenu .current_page_item a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#5F5845;
background:url('/images/hover.jpg');
height:30px;
padding:15px 12px 0 11px;
text-align:center; padding-left:11px; padding-right:12px; padding-top:15px; padding-bottom:0
/*text-align:center; padding-left:41px; padding-right:42px; padding-top:15px; padding-bottom:0   for main site*/
}
.newimage{
width:411;
padding:0;
margin:0;
text-align:center;
}
.border1{
border:none;
}
.searchlabel{
	font-size: 18px;
	color: black;
	cursor: pointer;
}
/*-----------------start for directory in article and content- added on 21st Aug 2008 by krishna --------------------*/
.boxborder{
	border:1px solid #999999;
}
.yellowtxtheader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5E5641;
	font-weight:bold;
}
.blacktxtbold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}
a.smallblacktxtlinkselect{
	color: #FAA81A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.smallblacktxtlinkselect:hover{
	text-decoration: none;
}

/*----------------end for directory in article and content----------------------*/
/*-----------------start for form of guide section added on 21st Aug 2008 by krishna --------------------*/
.assbottomborder{
	border-bottom:1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 2px;
}
.contactfieldstext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#000000;
}
.contactformtext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.contactmarkedtext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#FF0000;
}
.contacttextbox{
border:1px solid #C27703;
background-color:#FFFFFF;
width:200px;
height:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.contacttextbox1{
width:200px;
height:35px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
.contactbutton{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#000000;
width:60px;
height:22px;
}
/*----------------end for form of guide section----------------------*/
/*-----------------start for guide added on 21st Aug 2008 by krishna --------------------*/
.guidetextclass{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.guideArticle{
	background-color:#FAFAFA;
	padding-left:4px;
	padding-bottom:5px;
	padding-top:2px;
}
.guideArticleHeading{
	background-color:#3881A2;
	padding-left:4px;
	padding-bottom:2px;
	padding-top:2px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.guidearticletxtlink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#9A0104;
	text-decoration:underline;
}
.blacktxtbold1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	text-transform:uppercase
}
.browntxtbold{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#9A0104;
	text-transform: uppercase;
}

/*----------------end for guide section----------------------*/
#dropmenudiv{
border-left:1px solid #282828; border-right:1px solid #282828; border-top:1px solid #282828; border-bottom:0px solid #282828; position:absolute;
font-family:Tahoma, Arial, Verdana;line-height:18px;
font-size:11px;
z-index:100;
text-align:left
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
background:#5D5D5D url('/images/divaidar1.jpg') no-repeat bottom;
color:#FFFFFF;
text-decoration:none; font-weight:bold; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px; background-color:#5D5D5D
}

#dropmenudiv a:hover{ /*hover background color*/
color:#000000;
background-color: #CDD4DA;
}
.choosearticlearea {
	clear: both;
	font-size: 11px;
	margin: 0 4px;
	color: #a29993;
	background: #454545 url('/images/choosearticlearea.jpg') repeat-x left top;
	text-align: left; padding-left:15px; padding-right:15px; padding-top:2px; padding-bottom:5px
}
*:lang(en) .choosearticlearea {
	padding: 5px 15px;
}
.choosearticlearea a {
	color: #a29993;
	padding: 0 2px;
}
.choosearticlearea a:hover {
	color: #c7bfba;
}
/* most recent searches & poll added on 28th Aug 2008*/

.mostrecentsearches, .poll {
	background: #eae6e0 url('/images/reacentsearchestop.jpg') repeat-x left top;
	margin: 10px;
	text-align: left;
	height: 180px;
	border-bottom: 1px solid #FEFCFD;
}
.mostrecentsearches h6, .poll h6 {
	font-size: 11px;
	padding: 7px 10px;
}
.mostrecentsearches p, .poll p {
	padding: 13px 19px 16px;
	line-height: 20px;
	font-size: 11px;
	color: black;
}
.mostrecentsearches a {
	color: #9b9b9b;
	padding: 0 2px;
	text-decoration: none;
}
.mostrecentsearches a:hover {
	text-decoration: underline;
}
.mostrecentsearches .s9 {
	font-size: 9px;
}
.mostrecentsearches .s11 {
	font-size: 11px;
}
.mostrecentsearches .s12 {
	font-size: 12px;
}
.mostrecentsearches .s13 {
	font-size: 13px;
}
.mostrecentsearches .s14 {
	font-size: 14px;
}
.mostrecentsearches .s16 {
	font-size: 16px;
}
.mostrecentsearches .s18 {
	font-size: 18px;
}
.mostrecentsearches .s19 {
	font-size: 19px;
}
.mostrecentsearches .s22 {
	font-size: 22px;
}
.mostrecentsearchesbottom, .pollbottom {
	height: 3px;
	background: url('/images/reacentsearchesbottom.jpg') repeat-x left bottom;
}
html>body .mostrecentsearchesbottom, html>body .pollbottom {
	background: url('/images/reacentsearchesbottom.jpg') repeat-x left top;
}
a.nicelinkcolor{
	color:#FAA81A;
	text-decoration:underline;
}
a.nicelinkcolor:hover{
	color:#FAA81A;
	text-decoration:none;
}
.poll {
	margin: 10px 0 0;
	width: 316px;
}
html>body .poll {
	margin: 12px 0 0;
}
.poll form {
	margin: 2px;
}
.poll fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.poll h6 span {
	font-weight: normal;
	padding: 0 0 0 10px;
}
.poll p {
	padding: 1px 10px;
	margin: 0;
	line-height: 22px;
	background: url(/images/pollbg.jpg) left bottom no-repeat;
}
.poll label {
	position: relative;
	top: -2px;
	margin: 0 0 0 10px;
}
.poll .send {
	border: 0px none;
	font-size: 11px;
	color: black;
	text-decoration: underline;
	float: right;
	cursor: pointer
}
.poll .last {
	background: none;
}
/*-------------------mainforum-------------------*/
.mainforum{
background-color:#DCD5CB;
text-align:left;
margin: 0 4px 0 4px;
}
/*---------------------------added on 17-11-08 for newDesign-----------------------------------------*/
.leftcolumnsmall, .rightcolumnsmall {
	float: left;
	width: 300px;
}
.leftcolumnsmall {
	margin: 0 0 0 7px;
}
html>body .leftcolumnsmall {
	margin: 0 0 0 15px;
}
.smalladds {
	margin: 10px 0;
	padding-left:7px;
	background: #c6bfb7;
	float: left;
}
*:lang(en) .smalladds {
	padding: 10px 10px 0;
}
.smalladds a {
	float: left;
	margin: 4px 10px 3px;
}
*:lang(en) .smalladds a {
	margin: 3px 10px 1px;
}
.leftcolumnbig, .rightcolumnbig {
	float: left;
	width: 530px;
}
/*----------------------------for navigation bar added on 8-12-08-------------------------------*/
/* ----------- NAVIGATION----------- */
#navigation{
	background: url(/images/menu-bg.jpg) no-repeat; 
	height:24px; 
	margin:0;
	width:850px; 
	}
	#navigation ul{
	 height:24px;
	 padding:0;
	 margin:0;	 
	}
	#navigation ul li{
		display:inline;		
		padding:0;
		margin:0;
	}
	#navigation ul li a {	
		font-family:"Trebuchet MS", Verdana, Tahoma, "Times New Roman";
		font-size:16px;
		font-weight:bold;
		color: #5F553C;	
		padding:0 0 0 10px;
		display:block;
		text-decoration:none;
		float:left;			
		height:24px;
		margin:0 5px 0 0;
		line-height:22px;
	}
	#navigation ul li a:hover{
		color:#ffffff;
		text-decoration:none;
		background:#4D4D4D url(/images/left-tab.gif) left top no-repeat;
		padding-left: 10px;
		cursor:hand;
	}
	#navigation ul li a:hover span{
	background: url(/images/right-tab.gif) right top no-repeat;
	height:24px;
	padding-right: 10px;
	cursor:hand;
}
#navigation ul li a, #navigation ul li a span
{
display: block;
float: left;
}
#navigation ul li a span{
padding-right: 10px;
height:24px;
}
/*#navigation .home-button a{
background:url(/images/home-button.gif) no-repeat;
color:#FFFFFF;
}
#navigation .home-button a:hover{
background:url(/images/home-button.gif) no-repeat;
color:#FFFFFF;
}*/
#navigation .selected-button a{
		font-family:"Trebuchet MS", Verdana, Tahoma, "Times New Roman";
		font-size:16px;
		font-weight:bold;
		color: #5F553C;	
		padding:0 0 0 10px;
		display:block;
		text-decoration:none;
		float:left;			
		height:24px;
		margin:0 5px 0 0;
		color:#ffffff;
		text-decoration:none;
		background:#4D4D4D url(/images/left-tab.gif) left top no-repeat;		
		cursor:hand;
}
#navigation .selected-button a:hover{
		color:#ffffff;
		text-decoration:none;
		background:#4D4D4D url(/images/left-tab.gif) left top no-repeat;
		padding-left: 10px;
		cursor:hand;
}
	#navigation .selected-button a span{
	background: url(/images/right-tab.gif) right top no-repeat;
	height:24px;
	padding-right: 10px;
	cursor:hand;
}
	#navigation .selected-button a:hover span{
	background: url(/images/right-tab.gif) right top no-repeat;
	height:24px;
	padding-right: 10px;
	cursor:hand;
}

/* ----------- SUBLINKS ----------- */
#sublinks{
	width:850px;
	margin:0;
	background-color:#4E4E4E;	
	height:24px;
	font-size:9px;
}	
	#sublinks ul{
	 height:24px;
	 line-height:24px;	
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a,
	#sublinks ul li a{
	font-size:9px;
	font-weight:normal;
	height:24px;
	padding:0 5px 0 5px;
	display:block;
	text-decoration:none;
	float:left;
	color:#FFFFFF;
	background:url(/images/divaidar.gif) no-repeat right 10%;
	}
	#sublinks ul li a:hover{
		text-decoration:underline;
	}
	#sublinks .current_page_item a{
	background:none;
	}
		#sublinks .current_page_item a:hover{
	background:none;
	}
/* ----------- SUBMENU ----------- */

