/*****************************/

/*** Core html setup stuff ***/

/*****************************/



html {

  height: 100%;

  margin-bottom: 1px;

}



form {
  margin: 0;
  padding: 0;
}



body {

	font-family: Helvetica,Arial,sans-serif;

	line-height: 1.3em;

	margin: 0px 0px 0px 0px;

	font-size: 12px;

	color: #333;

}



a:link, a:visited {

	text-decoration: none;

	font-weight: normal;

}



a:hover {

	text-decoration: none;

	font-weight: normal;

	color: #3B3B79;

}



input.button { cursor: pointer; }
#right_top input.button { 
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#EEF7FE;
	cursor:pointer;
	margin-left:3px;
	width:63px; 
	margin-bottom: 5px;
}


p { margin-top: 0; margin-bottom: 5px; }



img { border: 0 none; }



/*****************************************/

/*** Template specific layout elements ***/

/*****************************************/

#page_bg {

	padding: 0;

	margin-bottom: 1px;

}



div.center {

  text-align: center;

}



div#wrapper {

	margin-left: auto;

	margin-right: auto;

}



body.width_medium div#wrapper {

	width: 950px;

}



body.width_small div#wrapper {

	width: 773px;

}



body.width_fmax div#wrapper {

	min-width: 750px;

	max-width: 1050px;

}



div#header_l {

	position: relative;

}



div#header_r {

	height: 32px;

	padding-left: 370px;

	padding-right:0px;

	padding-top: 5px;

	overflow: hidden;

	text-align: left;

}



div#logo {

	position: absolute;

	left: 0;

	top: 0;

	float: left;

	width: 358px;

	height: 118px;

	/*background: url(../images/logo.jpg) 0 0 no-repeat;*/

	margin-left: 30px;

	margin-top: 5px;

}


div#local_lang {

	position: absolute;

	left: 0;

	top: 0;

	float: left;

	width: 358px;

	height: 118px;

	/*background: url(../images/logo.jpg) 0 0 no-repeat;*/

	margin-left: 430px;

	margin-top: 10px;

}




div#newsflash {

	width: auto;

	margin-left: 350px;

	margin-right: 30px;

	border: 1px solid #00f;

}



div#tabarea {

	display: block;

	position: relative; 

	height: 36px;



	/*background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;*/

	/*margin: 0 11px;*/



}



div#tabarea_l {

	/*background: url(../images/mw_header_l_b.png) 0 0 no-repeat;*/

	padding-left: 32px;

}



div#tabarea_r {

	height: 42px;

	/*background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;*/

	padding-right: 1px;

}



div#footer_r {

	padding-top: 10px;

	height: 47px;

	overflow: hidden;

}



div#footer_r div {

	text-align: center;

	font-size: .90em;

	color: #aaa;

}



div#footer_r a:link, div#footer_r a:visited  {

	color: #999;

}



div#footerspacer {

	height: 10px;

}



#pathway {

	padding: 0px 10px 8px;

	width: auto;

	margin-top: -2px;

	margin-right: 250px;

	text-align: left;

}



#search {



	margin-top: 10px;

	/*margin-right: -20px;*/

	overflow: hidden;

	/*text-align:right;*/



	/*baseline right*/

	float: right; 

	width: 190px; 

	position: absolute; 

	right: -4px; 

	top: -8px;

	/*background-color:silver;*/ 

	/*margin:0px; */

	/*padding: 0px;*/



}



form#searchForm input {

	vertical-align: middle;

}



form#searchForm table {

	border-collapse: collapse;

}



form#searchForm td {

	padding:0;

}



#mod_search_searchword {

	padding-left: 3px;

}



#area {

	padding: 0;

}



#whitebox {

	margin: 0 40px;

	background: #fff;

	width: auto;

}



#whitebox div {

	text-align: justify;

}
#whitebox div img{
	margin-right: 8px;

}


#whitebox_t {

	/*background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;*/

}



#whitebox_tl {

	/*background: url(../images/mw_content_t_l.png) 0 0 no-repeat;*/

}



#whitebox_tr {

	height: 10px;

	overflow: hidden;

	/*background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;*/

}



#whitebox_m {

	/*border-left: 1px solid #ccc;*/

	/*border-right: 1px solid #ccc;*/

	width: auto;

	padding: 1px 8px;

}



#whitebox_b {

	margin-top: -5px;

	/*background: url(../images/mw_content_b.png) 0 100% repeat-x;*/

}



#whitebox_bl {

	/*background: url(../images/mw_content_b_l.png) 0 100% no-repeat;*/

}



#whitebox_br {

	height: 13px;

	/*background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;*/

}



/* horizontal pill menu */

table.pill {

  margin-left: auto;

  margin-right: auto;

  padding: 0;

}



td.pill_l {

  /*background: url(../images/mw_menu_cap_l.png) no-repeat;*/

  width:  20px;

  height: 32px;



}



td.pill_m {

  /*background: url(../images/mw_menu_normal_bg.png) repeat-x;*/

  padding: 0;

  margin: 0;

  width: auto;

}



td.pill_r {

  /*background: url(../images/mw_menu_cap_r.png) no-repeat;*/

  width:  19px;

  height: 32px;

}



#pillmenu,#pillmenu2 {

  white-space: nowrap;

  height: 32px;

  width: 675px;

  display: table;

  margin: auto 20px;

  position:relative;



  /* baseline left */

  float: left; 

  position: absolute; 

  left: 0px; 

  bottom: 0px;

  /*background-color:silver;*/

}



#pillmenu ul,#pillmenu2 ul {  

  padding: 0;

  list-style:none;    

  position:relative;

}





#pillmenu li,#pillmenu2 li {

	/*float: left;*/

	/*background: url(../images/mw_menu_separator.png) top right no-repeat;*/

	margin: 0;

	padding: 0;	

	position:relative;	

}



#pillmenu a, #pillmenu span.separator,  
#pillmenu2 a, #pillmenu2 span.separator {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 13px;

  font-weight: bold;

  display:block;

  height: 24px;

  line-height: 24px;

  padding: 0 20px;

  color: #135CAE;

  text-decoration: none;
	cursor:pointer;
}



#pillmenu a#active_menu-nav, #pillmenu2 a#active_menu-nav {

	margin-top:2px;

	height: 21px;

	line-height: 21px;

	background-position: 0 0;

}



#leftcolumn {

	padding: 0;

	margin: 0;

	width: 20%;

	float:left;

}



#maincolumn,

#maincolumn_full {

	margin: 0 auto;

	width: 950px;

}





div.nopad {

	width: 101%;

	border-collapse: collapse;

	padding: 0;

	margin: 0 auto 2px;

        clear: both;

        overflow: hidden;

}



table.nopad td.middle_pad {

	width: 20px;

}



/*****************************************/

/*** Joomla! specific content elements ***/

/*****************************************/



div.offline {

	background: #fffebb;

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

	font-size: 1.2em;

	padding: 5px;

}



span.pathway {

  display: block;

  margin: 0 20px;

  height: 16px;

  line-height: 16px;

  overflow: hidden;

}



/* headers */

div.componentheading {

  padding-left: 0px;

}



h1 {

	padding: 0;

	font-family:Helvetica ,Arial,sans-serif;

	font-size: 1.7em;

	font-weight: bold;

	vertical-align: bottom;

	color: #004286;

	text-align: left;	

}



h2, .contentheading {

	padding: 0;

	font-family: Arial, Helvetica,sans-serif;

	font-size: 1.4em;

	font-weight: bold;

	vertical-align: bottom;

	color: #333;

	text-align: left;

	width: 100%;

}



table.contentpaneopen h3 {

	margin-top: 25px;

}



h4 {

	font-family: Arial, Helvetica, sans-serif;

	color: #333;

}



h3, .componentheading, table.moduletable th, legend {

  margin: 0;

  font-weight: bold;

  font-family: Helvetica,Arial,sans-serif;

  font-size: 1.4em;

  padding-left: 0px;

  color:#AB1212;

	margin-bottom: 0 0 10px;

	text-align: left;

}



/* small text */

.small {

	font-size: .90em;

	color: #999;

	font-weight: normal;

	text-align: left;

}



.modifydate {

  height: 20px;

  vertical-align: bottom;

	font-size: .90em;

	color: #999;

	font-weight: normal;

	text-align: left;

}



.createdate {

	height: 20px;

	vertical-align: top;

	font-size: .90em;

	color: #999;

	font-weight: normal;

	vertical-align: top;

	padding-bottom: 5px;

	padding-top: 0px;



}



a.readon {

	margin-top: 10px;

	display: block;

	float: left;

	background: url(../images/mw_readon.png) top right no-repeat;

	padding-right: 20px;

	line-height: 14px;

	height: 16px;

}



/* form validation */

.invalid { border-color: #ff0000; }

label.invalid { color: #ff0000; }





/** overlib **/



.ol-foreground {

	background-color: #f6f6f6;

}



.ol-background {

	background-color: #666;

}



.ol-textfont {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

}



.ol-captionfont {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #f6f6f6;

	font-weight: bold;

}

.ol-captionfont a {

	color: #0B55C4;

	text-decoration: none;

	font-size: 12px;

}



.ol-closefont {}



/* menu links */

a.mainlevel:link, a.mainlevel:visited {

	padding-left: 5px;

}



a.mainlevel:hover {



}



/* spacers */

span.article_separator {

	display: block;

	height: 20px;

}



.article_column {

	padding-right: 5px;

}



.column_separator {

	border-left: 1px dashed #e0e0e0;

	padding-left: 10px;

}



td.buttonheading {



}



td.buttonheading img {

	border:none;

}



.clr {

	clear: both;

}



td.greyline {

  width: 20px;

  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;

}



div#maindivider {

  border-top: 1px solid #ddd;

  margin-bottom: 10px;

  overflow: hidden;

  height: 1px;

}



table.blog span.article_separator {

	display: block;

	height: 20px;

}



/* edit button */

.contentpaneopen_edit{

	float: left;

}



/* table of contents */

table.contenttoc {

  margin: 5px;

  border: 1px solid #ccc;

  padding: 5px;

  float: right;

}



table.contenttoc td {

  padding: 0 5px;

}





/* content tables */

td.sectiontableheader {

  background: #efefef;

  color: #333;

  font-weight: bold;

  padding: 4px;

  border-right: 1px solid #fff;

}



tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

  padding: 4px;

}



td.sectiontableentry0,

td.sectiontableentry1,

td.sectiontableentry2 {

  padding: 3px;

}





/* content styles */

table.contentpaneopen, table.contentpane {

	margin: 0;

	padding: 0;

	width: 97%;

}



table.contentpaneopen li {

	margin-bottom: 5px;

}



table.contentpaneopen fieldset {

	border: 0;

	border-top: 1px solid #ddd;

}



table.contentpaneopen h3 {

	margin-top: 25px;

}



table.contentpaneopen h4 {

	font-family: Arial, Helvetica, sans-serif;

	color: #333;

}



.highlight {

	background-color: #fffebb;

}



/* module control elements */

table.user1user2 div.moduletable {

	margin-bottom: 0px;

	width: 100%;

	border: 1px solid #cecece;

	height: 260px;

}



div.moduletable, div.module {

  margin-bottom: 10px;

  float: left;

}



div.module_menu h3 {

	font-family: Helvetica, Arial, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #eee;

	margin: -23px -4px 5px -5px;

	padding-left: 10px;

	padding-bottom: 2px;

}



div.module_menu {

	margin: 0;

	padding: 0;

	margin-bottom: 15px;

}



div.module_menu div div div {

	padding: 10px;

	padding-top: 30px;

	padding-bottom: 15px;

	width: auto;

}



div.module_menu div div div div {

	background: none;

	padding: 0;

}



div.module_menu ul {

	margin: 10px 0;

	padding-left: 20px;

}



div.module_menu ul li a:link, div.module_menu ul li a:visited {

	font-weight: bold;

}



#leftcolumn div.module {

	padding: 0 10px;

}



#leftcolumn div.module table {

	width: auto;

}



/* forms */

table.adminform textarea {

  width: 540px;

  height: 400px;

  font-size: 1em;

  color: #000099;

}



div.search input {

	width: 184px;

	height: 25px;

	background: url(../images/searchbg184x25.png) no-repeat;;

	border: none;

	/*border: 1px solid #ccc;*/

	margin: 0 0 10px 0;

	

}



form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}

form#form-login ul { padding-left: 20px; }



form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}

form#com-form-login ul { padding-left: 20px; }



/* thumbnails */

div.mosimage         {  margin: 5px; }

div.mosimage_caption {  font-size: .90em; color: #666; }



div.caption       { padding: 0 10px 0 10px; }

div.caption img   { border: 1px solid #CCC; }

div.caption p     { font-size: .90em; color: #666; text-align: center; }



div.img_caption       { padding: 0 10px 0 10px; }

div.img_caption img   { border: 1px solid #CCC; }

div.img_caption p     { font-size: .90em; color: #666; text-align: center; }



/* Parameter Table */

table.paramlist {

	margin-top: 5px;

}



table.paramlist td.paramlist_key {

	width: 128px;

	text-align: left;

	height: 30px;

}



table.paramlist td.paramlist_value {

}



div.message {

	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size : 14px;

	color : #c30;

	text-align: center;

	width: auto;

	background-color: #f9f9f9;

	border: solid 1px #d5d5d5;

	margin: 3px 0px 10px;

	padding: 3px 20px;

}



/* Banners module */



/* Default skyscraper style */

.bannergroup {

}



.banneritem img {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



/* Text advert style */



.banneritem_text {

	padding: 4px;

	font-size: 11px;

}



.bannerfooter_text {

	padding: 4px;

	font-size: 11px;

	background-color: #F7F7F7;

	text-align: right;

}



/* System Messages */

/* see system general.css */



.pagination span { padding: 2px; }

.pagination a    { padding: 2px; }



/* Polls */

.pollstableborder td {

	text-align: left;

}



/* WebLinks */

span.description {

	display:block;

	padding-left: 30px;

}



/* Frontend Editing*/

fieldset {

	border: 1px solid #ccc;

	margin-top: 15px;

	padding: 15px;

}



legend {

	margin: 0;

	padding: 0 10px;

}



td.key {

	border-bottom:1px solid #eee;

	color: #666;

}



/* Tooltips */



.tool-tip {

	float: left;

	background: #ffc;

	border: 1px solid #D4Dder-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}



/* System Notice Messages */

#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}



#syndicate{

	float:left;

	padding-left: 25px;

}



#power_by{

	float:right;

	padding-right: 25px;

}



/* Component Specific Fixes */



#component-contact table td {

	padding: 2px 0;

}



/* MODS */

#right_top { 

	width: 958px;
	float: right;

}

#right_top .right  {
  float:right !important;
  margin-left:5px;
}



#tabmenu {

	float: left;

	width: 1000px;

}



.moduletable_banner_def {

	float: left;

	width: 182px;

	height: 263px;

	border: 1px solid #cecece;

}



.moduletable_banner_def ul li div{

        height:130px;

        display:table-cell;

        vertical-align:middle;

}



.moduletable_banner, .module_banner {

	width: auto;

	border: 1px solid #cecece; 

	float: left;

}





.module_front { 

	width: 292px;

	height: 129px;

	border: 1px solid #cecece; 

	float: left;

	margin: 0 20px 10px 0;

}



.module_front div {

	width: 292px;

	height: 225px;

}



.module_front h3 {

	padding: 8px;

	color: #000000;

}



.module_contact { 

	width: 650px;

	height: 300px;

	border: 1px solid #cecece; 

	float: left;

	margin: 0 23px 10px 0;

	padding-left:5px;

}



.module_contact div {

	width: 600px;

	height: 300px;

}



.module_contact h3 {

	padding: 8px;

	color: #000000;

}



div#sub_page {

	background: url(../images/subpageFooterbg.jpg) repeat-x;

	border: 1px solid #cecece; 

	width: 920px;

	height: 165px;

}



div#sub_page .moduletable {

	float: left;

	padding: 10px;

	margin: 0 10px;

	width: 145px;

}



div#sub_page .moduletable h3 {

	color: #000000;

	font-size: 14px;

}



.module_sub_cont_left {

	border-right: 2px solid #CECECE;

	float: left;

	padding-right: 20px;

	width: 350px;

}



.module_sub_cont_center {

	width: 287px;

	float: left;

	padding-left: 20px;

}



.moduletable_sidebar_right {

	float: left;

	padding: 10px;

	width: 222px;

	background: #CCCCCC;

}

#footer #mainlevel-nav ul{

	margin: 0px;

	padding: 0px;		

}

#footer #mainlevel-nav li{

	list-style-type: none;

	display: inline;

	padding:0 8px; 

	border-right:1px solid #000;

}

#footer #mainlevel-nav li:last-child{

   border:none; 

}

#footer #mainlevel-nav-countery ul{

	margin: 0px;

	padding: 0px;	

}

#footer #mainlevel-nav-countery li{

	list-style-type: none;

	display: inline;

	padding:3px; 

	border-right:1px solid #b41600;

}

#footer #mainlevel-nav-countery li:last-child{

   border:none; 

}

#footer #mainlevel-nav-countery li a{

   color:#b41600;

}



#tabarea ,#pillmenu ul.menu ,#pillmenu2 ul.menu {	

	list-style:none;

}



#tabarea ,#pillmenu ul.menu li ,#pillmenu2 ul.menu li {	

	display:inline;

}



#pillmenu,#pillmenu2{

	position:relative;

	z-index:1000;



}





#pillmenu ul li, #pillmenu2 ul li{

	position:relative;

	float:left;

	

	

}



#pillmenu ul li ul,#pillmenu2 ul li ul{    

    list-style: none outside none;

    margin: 0;

    padding: 0;

    position: absolute;	

	z-index:1000;

	top:33px;
	
	display:none;

}



#pillmenu ul li ul li,#pillmenu2 ul li ul li{    	

	margin:0!important;

	padding:0!important;

	/*float:none;*/

	clear: both;

}





#pillmenu ul li ul li ul,#pillmenu2 ul li ul li ul{    

/*

    list-style: none outside none;

    margin: 0;

    padding: 0;

    position: absolute;	

	z-index:1000;

	top:33px;	

*/



    margin: 0;

    padding: 0;

    position: absolute;	

    left:200px !important; 

    top:0px !important;

    right:auto !important;

    float:left !important;  

}



#pillmenu li li a,
#pillmenu2 li li a{    	

	border:solid 1px #ff9b00;

	width:158px;

	text-align:left;

	background-color:#0f6bac;

	color:#ffffff;

	display:block !important;

	font-weight:normal;

}

#pillmenu li li a#footer #mainlevel-nav-countery li,
#pillmenu2 li li a#footer #mainlevel-nav-countery li{

	list-style-type: none;

	display: inline;

	padding:3px; 

	border-right:1px solid #b41600;

}

#footer #mainlevel-nav-countery li:last-child{

   border:none; 

}

#footer #mainlevel-nav-countery li a{

   color:#b41600;

}



#tabarea ,#pillmenu ul.menu,#pillmenu2 ul.menu {	

	list-style:none;

}



#tabarea ,#pillmenu ul.menu li ,#pillmenu2 ul.menu li {	

	display:inline;

}



#pillmenu,#pillmenu2{

	position:relative;

	z-index:1000;



}





#pillmenu ul li,#pillmenu2 ul li{

	position:relative;

	float:left;

	

	

}



#pillmenu ul li ul,#pillmenu2 ul li ul{    

    list-style: none outside none;

    margin: 0;

    padding: 0;

    position: absolute;	

	z-index:1000;

	top:33px;	

}



#pillmenu ul li ul li,#pillmenu2 ul li ul li{    	

	margin:0!important;

	padding:0!important;

	/*float:none;*/

	clear: both;

}

#pillmenu li li a,#pillmenu2 li li a,
#pillmenu li li span.separator,#pillmenu2 li li span.separator{    	

	border:solid 1px #A8A8A8;

	width:158px;

	text-align:left;

	background-color:#0f6bac;

	color:#ffffff;

	display:block !important;

	font-weight:normal;

}

#pillmenu li li a:hover,#pillmenu2 li li a:hover{    		

	color:#ffffff;

	font-weight:bolder;

}



#pillmenu li:hover ul ul,#pillmenu li:hover ul ul ul,#pillmenu li.sfhover ul ul,#pillmenu li.sfhover ul ul ul,
#pillmenu2 li:hover ul ul,#pillmenu2 li:hover ul ul ul,#pillmenu2 li.sfhover ul ul,#pillmenu2 li.sfhover ul ul ul{

left:-999em;

}



#pillmenu li:hover ul,#pillmenu li li:hover ul,#pillmenu li li li:hover ul,#pillmenu li.sfhover ul, #pillmenu li li.sfhover ul,#pillmenu li li li.sfhover ul ,
#pillmenu2 li:hover ul,#pillmenu2 li li:hover ul,#pillmenu2 li li li:hover ul,#pillmenu2 li.sfhover ul, #pillmenu2 li li.sfhover ul,#pillmenu2 li li li.sfhover ul 
{

left:0;

top:33px;

z-index:6000;

}



#pillmenu li li:hover,#pillmenu li li.sfhover,
#pillmenu2 li li:hover,#pillmenu2 li li.sfhover {

background:#039 url(../images/soccerball.gif) 98% 50% no-repeat;

}



.moduletable, .slideshow_5{

	float:left !important;		

	

}

.moduletable h3{

	display:none;	

}

.language {

	float:right;

}

.language, .font11 {

	margin-top: 7px;

	margin-right: 0px;

	width:187px;

} 

.D_Calendar {

	margin:10px 0 !important;

}

#footer #mainlevel-nav-footer li a {

    color: #135cae;

}

#footer #mainlevel-nav-footer li {

    border-right: 1px solid #333333;

    display: inline;

    list-style-type: none;

    padding: 3px;

}



#footer #mainlevel-nav-footer .mainlevel-last {

    border-right: 1px solid #fff;    

} 

._top{

}

div.moduletable_banner_def ul {

    list-style: none outside none;

    margin: 0;

    padding: 0;

}
/*
.smile {

   margin-left: 53px;

}*/

ul li{

  list-style:none;

}





.fwb {

font-weight:bold;

}

.tc7 {

color:#C22126;

}



#right_top p {

	margin: 6px 2px 5px 0px;
	float: left;
}



.moduletable_right {

float:right;

width:100%;

}

.moduletable_sub_cont_left {

float:left;

width:600px;

}



.moduletable_right_box {

float:right;

height:220px;

}

.moduletable_right_downloads {

width: 174px;

padding: 5px 5px 0px 5px;  

border: 1px solid #cecece;

float:left;

}



#slideshow_6 {

  border: 1px solid #CECECE !important;

}



#D_Calendar {

  margin-top: 0px !important;

  margin-bottom: 0px !important;

}

.D_Calendar {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	margin: 10px auto 10px auto;
	padding: 3px;
	width: 175px;
	vertical-align: top;
	background-color: #F7F7F7;
	border-width: 1px;
	border-style: solid;
	border-color: #CECECE;
}

.luc1 {

color:#3B3B79;

font-family:Lucida Sans Unicode;

font-size:22px;

line-height:35px;

text-decoration:none;

}

.luc1:hover {color: #9C0909;}

.moduletable_right_downloads h3{

text-align:center;

color: #004286;

}

.strolnk {
color:#3C3C91;
}
.Undlnk{
color:#3C3C91;
text-decoration: underline;
}

#footer #mainlevel-nav-footer li {border-right:1px solid #333333;

display:inline;list-style-type:none;padding:0 8px;}


#pillmenu2 { /* align to the disaligned top menu */ 
  margin-left: 0px;
  left: -20px;
}
.modulesocial_media{
padding-top:-20px;
}

.search{
	float: right;
}
#cities{
	float: left;
	width: 150px;
}
.moduletable_big_banner{
	width: 675px;
	float: left;
	margin-top: 12px;
}
.moduletable_banner_country{
	float: right;
	width: 224px;
	margin-right: 40px;
}
#login-form{
	margin: -0.9px 4px 5px 18px;
	float: left;
}

#local_logo{
height:auto;
width:auto;
}

#logo_city{
height:auto;
width:auto;
}

div#devise {
	margin-bottom:20px;	
}


div#devise form{
	margin:0px;
	padding:0px;
}

div#devise input.button{
	width:130px;
}
