@charset "utf-8";
/* CSS Document */

.top {
	position: relative;
	height: 116px;
	background:#061c6b;
	background-color: #061c6b;
}
.left-hdr {
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-hdr {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   }
#menudiv {
	position:relative;
	background-color:#000000;
	height:25px;
	padding-left:40px;
	z-index:100;
}  
.contents {
	position:relative;
    padding: .5em;
	background-color:#ededed;
	font-family: Tahoma;
	font-size:10pt;

}
.column {
   background-color:#3a4a6c;
   padding: .3em;
}
.column_business {
   background-color:#6c3a3a;
   padding: .3em;
}
.column_council {
   background-color:#6c683a;
   padding: .3em;
}
.column_dept {
   background-color:#6c683a;
   padding: .3em;
}
.column_section {
   background-color:#3a6b6c;
   padding: .3em;
}
.column_residents {
   background-color:#6c3a6b;
   padding: .3em;
}
.column_visitors {
   background-color:#3c6c3a;
   padding: .3em;
}



.qlinks {
	font-family:Tahoma;
	color: #dbdbdb;
	font-size: 12px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dbdbdb;
	padding:6px;
}
.qlinks a, .qlinks a:visited {
	color: #dbdbdb;
	text-decoration:none;
}

.flashdr {
	position: static;
	height: 150px;
	background:#ddd;
	border: 1px solid #ededed;
}

.footer
{
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#topmenu {
	background:#061c6b url(images/topmenu.gif);
	position: absolute;
	left: 50%;
	width: 187px;
	color: #d2d2d2;
	font-family:Tahoma;
	font-size: 12px;
	text-align:center;
	line-height: 23px;
	top: 0;
}
#topmenu a, .menu a:visited {
	color: #d2d2d2;
	text-decoration:none;
}
#topmenu a:hover {
	text-decoration:underline
}
#contenido {
	position: relative;
}
.events_icon {
	position:relative;
	background:#ededed url(images/bookmark.png) top right no-repeat;
	float:right;
}
 
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:900px; height:25px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000; font-family: Tahoma;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:901px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited { display:block; font-size:11px; text-decoration:none; color:#fff; width:138px; height:23px; background:#000; padding-left:10px; line-height:24px; border-top-width: 1px; border-right-width: 0; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #000; border-right-color: #000; border-bottom-color: #000; border-left-color: #999999;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#242c3c url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#36425a url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#36425a url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#111111;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#262626;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:25px;t\op:25px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-top-width: 0; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-bottom-color: #666666;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#666666;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* %%%%AGREGADO%%%%   keep the fourth level hidden when you hover on second level list OR link */ 
.menu ul :hover ul :hover ul ul{ 
visibility:hidden; 
} 
/* %%%%AGREGADO%%%%   keep the fourth level hidden when you hover on second level list OR link */ 
.menu ul :hover ul :hover ul :hover ul ul{ 
visibility:hidden; 
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* %%%%AGREGADO%%%%  make the fourth level visible when you hover over third level list OR link */ 
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible; 
} 
/* %%%%AGREGADO%%%%  make the fourth level visible when you hover over third level list OR link */ 
.menu ul :hover ul :hover ul :hover ul :hover ul { 
visibility:visible; 
}

/*   ********************termina css menu******************** */

.sectiontext {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}.agendalinks {
	position:relative;
	padding: 0.5em;
	font-family: Tahoma;
	font-size:10pt;
	color: blue;
}
.newsitem {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3a4a6c;
	border-right-color: #3a4a6c;
	border-bottom-color: #3a4a6c;
	border-left-color: #3a4a6c;
}

#bottom_menu {font-family: Tahoma; font-size: 11px; }
#bottom_menu a, a:visited {text-decoration:none; color:#333333}
#bottom_menu a:hover {text-decoration:underline}


#topmenu2 {
	background:#061c6b url(images/topmenu.gif);
	position: absolute;
	left: 800px;
	width: 187px;
	color: #d2d2d2;
	font-family:Tahoma;
	font-size: 12px;
	text-align:center;
	line-height: 23px;
	top: 0;
}
#topmenu2 a, .menu a:visited {
	color: #d2d2d2;
	text-decoration:none;
}
#topmenu2 a:hover {
	text-decoration:underline
}
