/* CSS formatting for Common Council, created 8/06 */

a { color: #336699; }
a:hover { color: #003366; }

ul#sub_nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	z-index: 400;
}

ul#sub_nav li { /* all list items */
	float: left;
	position: relative;
	height: 34px;
	margin: 0;
	padding: 1px;
	z-index: 400;	
}

/* to overquality top and left in browsers other than IE, which will position to the 
top right of the containing li, rather than bottom left */
li > ul { 
	top: auto;
	left: auto;
}

ul#sub_nav li ul { /* second-level lists */
	list-style: none;
	display: none;
	border-top: 1px solid #000000;
	position: absolute;
	top: 100%;
	left: -1px;
	padding: 0;
	margin: 0;
	z-index: 400;
}

ul#sub_nav li li {
	height: auto;
	width: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-width: 0 1px 1px 1px;
	padding: 0;
}

ul#sub_nav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	z-index: 400;
}

ul#sub_nav li a {
	height: 28px;
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

ul#sub_nav li li a {
	height: auto;
	text-align: left;
	text-transform: none;
	display: block;
	background-color: #ffffff; 
}

ul#sub_nav li a:hover {
	display: block;
	background-color: #336699;
	color:#FFFFFF;
}

ul#sub_nav li li a:hover {
	background-color: #336699;
	color: #ffffff;
}

ul#sub_nav li li#top {
	border-top: 1px solid #000000;
}

ul#sub_nav li.home { width: 96px; }
ul#sub_nav li.home a { width: 84px; }

ul#sub_nav li.who { width: 152px;  line-height: 28px; } /* centers text vertically */
ul#sub_nav li.who a { width: 140px; line-height: 28px; }  /* centers text vertically */
ul#sub_nav li.who ul, ul#sub_nav li.who li { width: 160px; line-height:normal; }
ul#sub_nav li.who li a { width: 148px; line-height:normal; }

ul#sub_nav li.meetings { width: 126px; }
ul#sub_nav li.meetings a { width: 114px; }
ul#sub_nav li.meetings ul, ul#sub_nav li.meetings li { width: 126px; }
ul#sub_nav li.meetings li a { width: 114px; }

ul#sub_nav li.one { width: 132px; line-height: 28px; } /* centers text vertically */
ul#sub_nav li.one a { width: 120px; line-height: 28px; } /* centers text vertically */
ul#sub_nav li.one ul, ul#sub_nav li.one li { width: 146px; line-height:normal;} 
ul#sub_nav li.one li a { width: 134px; line-height:normal; }

ul#sub_nav li.legislation { width: 132px; line-height: 28px; } /* centers text vertically */
ul#sub_nav li.legislation a { width: 120px; line-height: 28px; } /* centers text vertically */
ul#sub_nav li.legislation ul, ul#sub_nav li.legislation li { width: 138px; line-height: normal; }
ul#sub_nav li.legislation li a { width: 126px; line-height: normal; }

ul#sub_nav li.media { width: 90px; line-height: 28px; } /* centers text vertically */
ul#sub_nav li.media a { width: 78px; line-height: 28px;  }  /* centers text vertically */
ul#sub_nav li.media ul, ul#sub_nav li.media li { width: 92px; line-height: normal; }
ul#sub_nav li.media li a { width: 80px; line-height:normal; }

/* displays hidden lists */
ul#sub_nav li:hover ul, ul#sub_nav li.over ul { 
	display: block;
}

#main {
	width: 740px;
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main tr {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main td {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main td#sidebar {
	 width: 201px;
	 vertical-align: top;
	 background-color: #ffffff;
	 border-right: 0;
	 padding: 0;
	 margin: 0;
}

/*#main #sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}*/

#main #sidebar ul li {
	padding: 0;
	margin: 0;
}

#main #content {
	width: 539px;
	border-left: 0;
}

#content table, #content tr, #content td {
	border: 0;
}

#content td {
	padding: 3px;
}
		
.text18Trebuchet {
	color:#336699;
}
	
/* Box to replace fieldset */	
.box {
	margin: 5px 5px 10px 5px;
	padding-bottom: 4px;
	border: 2px solid #336699; /* default border color */
}

/* Title for box */
.box h2 {
	padding: 4px 4px 6px 4px;
	margin: 0;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699; /* default background color */
}
		
.box ul {
	padding-left: 13px;
	margin: 10px 9px 14px 9px;
}

.box div {
	padding-left: 6px;
	margin-left: 0;
}

.box select {
	font-size: 11px;
}

.gray { border-color: #AAAAAA; }
.gray h2 { background-color: #AAAAAA; color: #000000 }

.title {
	background-color:#cccccc; 
	padding: 6px;
	font-weight: bold;
}