@charset "UTF-8";
/* CSS Document */
html, body
{
	margin: 0px;
	text-align: center;
	font-family: arial, verdana;
	font-size: 10pt;
	height: 100%;
}

body
{
	margin: 0 auto;
	margin-top: 0;
	width: 1000px;
}

a
{
	color: #993333;
	text-decoration: none;
}
a img
{
	border: 0;
}
a:hover
{
	text-decoration: underline;
}

hr
{
	border: 0;
	border-bottom: 1px solid #000000;
}

ul.files
{
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 0;
}
ul.files li.word
{
	background: url('http://www.brooklyncb11.org/images/icon_word.png') left center no-repeat;
}
ul.files li.pdf
{
	background: url('http://www.brooklyncb11.org/images/icon_pdf.png') left center no-repeat;
}
ul.files li
{
	list-style-image: none;
	padding-left: 24px;
	margin-bottom: 5px;
}

#container
{
	text-align: left;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.push
{
	padding-bottom: 20px;
	height: 30px;
	clear: both;
}
#footer
{
	margin: 0px;
	text-align: center;
	height: 30px;
	padding-top: 5px;
	background-image: url('../images/menu2.jpg');
	background-repeat: repeat-x;
	font-family: garamond, times new roman;
}

#menu
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url('../images/menu2.jpg');
	background-repeat: repeat-x;
}

#submenu
{
	margin-top: 40px;
	margin-right: 130px;
	display: inline;
	float: right;
	width: 180px;
	padding: 2px 12px;
	background-color: #E0E0E0;
	font-size: 8pt;
}
#submenu ul
{
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	padding-left: 5px;
}
#submenu li
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	color: #666666;
}


#news_blurb
{
	margin-left: 100px;
	display: inline;
	background-image: url('../images/news_blurb_background.jpg');
	height: 299px;
	width: 258px;
	float: left;
}
#news_blurb h1
{
	margin: 0;
	padding: 15px;
	padding-bottom: 0px;
	font-size: 14px;
}
#news_blurb p
{
	margin: 0;
	padding: 15px;
	padding-top: 5px;
	font-size: 11px;
}

#news_pic
{
	margin-right: 100px;
	display: inline;
	float: right;
}

#announcements
{
	margin-left: 100px;
	display: inline;
	width: 500px;
	float: left;
}
#announcements p
{
	padding: 20px;
}
#recent_minutes, #files
{
	margin-right: 100px;
	display: inline;
	width: 275px;
	float: right;
}
#generic h1, #announcements h1, #recent_minutes h1, #files h1, #resources h1, #committees h1, #links h1, #meeting_minutes h1
{
	font-size: 20px;
	color: #993333;
	border-bottom: 1px solid #993333;
}
#announcements h2, #resources h2, #meeting_minutes h2
{
	margin-bottom: 5px;
	font-size: 14px;
	text-decoration: underline;	
	clear: both;
}

#meeting_minutes h2 a
{
	margin-bottom: 5px;
	font-size: 8pt;
	text-decoration: none;	
	clear: both;
	float: right;
}

#news
{
	padding: 2px 12px;
	background-color: #E0E0E0;
}

#resources, #committees, #links, #meeting_minutes
{
	margin-top: 20px;
	margin-left: 100px;
	display: inline;
	width: 550px;
	float: left;
}
#generic
{
	margin-top: 20px;
	margin-left: 100px;
	display: inline;
	width: 730px;
	float: left;
}
#resources ul, #committees ul, #ATTENDANCE ul
{
  float: left;
  width: 550px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
#resources li
{
  float: left;
  width: 275px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 0;
}
#resources li.wide
{
  float: left;
  width: 550px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 0;
}

#committees li.chairperson
{
  font-style: italic;
}

#ATTENDANCE ul
{
  width: 183px;
}
#ATTENDANCE ul.guests
{
  width: 550px;
}

#contactinfo
{
  float: left;
  width: 225px;
}
#contactinfo h2
{
	margin-bottom: 5px;
	font-size: 14px;
	text-decoration: underline;	
	clear: both;
}
#googlemap
{
  float: right;
  width: 500px;
}
.header
{
    margin: 0 auto;
}