/* CSS Document */

@import url("dropdownMenu.css"); 

/* markup tags */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: wheat; /*f5deb3*/
	
	font-size:12px;
}

a:hover {
	color:#009900;
}

h1 {
	font-family: tahoma;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000066;
	padding-top: 8px;
	padding-left: 8px;
}

h2 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #003366;
	padding-top: 12px;
}

h3 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000066;
}

h4 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	color: #000000;
	text-indent: 2px;
	font-style: italic;	
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 15%;
}

li ul { /* second-level lists */
	position: absolute;
	top: 1em;
	padding-top: 3px;
	padding-bottom: 6px;
	left:  -999em;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

li ul li {
	width: 7.5em;
	background-color: #0066CC;
	padding: 3px 6px 3px 6px;
}

#content {
	clear: left;
}

table {
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
}

/* containers */

#page    {
	height: 600px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}
#pageHome    {
	height: 620px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}
#pageLong    {
	height: 1200px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}

#members {
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 6px;
	height: 100px;
	margin-right: 6px;
}

/* branding */

#ibtLogo {
	position: relative;
	float: right;
	bottom: 6px;
	right: 6px;
	z-index: 400;
	text-align: right;
	border: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

/* layout styles */

#siteLogo {
	position: relative;
	top: 6px;
	left: 6px;
	width: 370;
	height: 114;
	font-family: "Arial Black";
	font-size: 1.5em;
	color: #fcc223;
	letter-spacing: -.1em;
	text-align: left;
	text-decoration: none;
}

#header {
	position: relative;
	float: right;
	top: 12px;
	right: 6px;
	width: 400px;
	text-align: left;
	vertical-align: bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index: 298;
}
#header h1 {
	font-size: 24px;
	margin-bottom: 6px;
	padding-left: 0px;
}
#header h2 {
	text-transform:none;
	margin-top: 3px;
}
#header p {
	margin-top: 0px;
}

#sidebar {
	position: relative;
	float: left;
	top: 0px;
	left: 6px;
	width: 200px;
	height: 480px;
	margin-top: 10px;
}

#globalMenu {
	position: relative;
	width: 567px;
	height: 30px;
	background-color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 6px;
	z-index: 500;
}

#pageContent {
	position: relative;
	float: right;
	background-color: whitesmoke; /*f5f5f5*/
	width: 580px;
	height: 480px;
	margin-top: 10px;
	top: 0px;
	right: 6px;
	text-align: left;
	z-index: 110;
}
#pageContentHome {
	position: relative;
	float: right;
	background-color: whitesmoke; /*f5f5f5*/
	width: 580px;
	height: 600px;
	margin-top: 10px;
	top: 0px;
	right: 6px;
	text-align: left;
	z-index: 110;
}
#pageContentLong {
	position: relative;
	float: right;
	background-color: whitesmoke; /*f5f5f5*/
	width: 580px;
	height: 600px;
	margin-top: 10px;
	top: 0px;
	right: 6px;
	text-align: left;
	z-index: 110;
}
#pageContentShort {
	position: relative;
	float: right;
	background-color: whitesmoke; /*f5f5f5*/
	width: 580px;
	height: 450px;
	margin-top: 10px;
	top: 0px;
	right: 6px;
	text-align: left;
	z-index: 110;
}
#columnLeft {
	position: relative;
	width: 63%;
	height: 375px;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	top: 0px;
	z-index: 120;
	padding-left: 8px;
}
#columnLeftHome {
	position: relative;
	width: 63%;
	height: 400px;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	top: 0px;
	z-index: 120;
	padding-left: 8px;
}
#columnRight {
	position: relative;
	float: right;
	width: 200px;
	height: 375px;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	top: 0px;
	z-index: 120;
}

#crossReference {
	position: relative;
	float: left;
	width: 182px;
	height: 300px;
	background-color:#daaf02;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	padding: 8px;
}

#fullColumn {
	position: relative;
	width: 98%;
	text-align: left;
	vertical-align: top;
	top: 0px;
	z-index: 120;
	padding-left: 8px;
	background-color: whitesmoke;/*f5f5f5*/
}
#fullColumnNoPadding {
	position: relative;
	width: 98%;
	text-align: left;
	vertical-align: top;
	top: 0px;
	z-index: 120;
	background-color: whitesmoke;/*f5f5f5*/
}

#footer {
	position: relative;
	width: 100%;
	margin-top: 6px;
	vertical-align: bottom;
	font-size:10px;
	color:#333300;
	z-index: 400;
}	

#nationalNews {
	position: relative;
	float: left;
	width: 182px;
	height: 240px;
	background-color:#daaf02;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	padding: 8px;
}
#nationalNews h3{
	margin-bottom:2px;
	padding-bottom:0px;
}

#roster {
	position: relative;
	float: left;
	width: 182px;
	height: 530px;
	background-color:#daaf02;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	padding: 8px;
}

#unionLabel {
	margin-top:0px;
	padding-top:0px;
	padding-left:12px;
}

/* navigation */

#nav {
	font-size: 12px;
}
#nav a {
	color:#00FFFF;
}

#nav a:hover {
	color:#FFFF00;
}

#currentPage, #currentPage a {
	color: #FF9900;
	font-weight:500;
	text-decoration: none;
}


/* text formatting classes */

.archive {
	margin:6px 18px 6px 18px;
}
.archiveLink {
	font-size:10px;
}
.byline {
	font-style:italic;
	font-size:1em;
	margin-top: 6px;
	margin-left: 12px;
}
.caption {
	font-size: 10px;
	text-align: center;
}
#content p {
	padding-left: 8px;
}
.copyrightText {
	text-align: left;
	vertical-align: bottom;
	padding-left: 12px;
	padding-right: 66px;
	padding-bottom:0px;
	margin-bottom:6px;
}
.copyrightSidebar {
	text-align: right;
	vertical-align: bottom;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom:0px;
	margin-bottom:6px;
	font-size:10px;
}
.homeText h2 {
	margin-bottom:0px;
	padding-bottom:0px;
}

.info {
	margin:6px 6px 6px 8px;
}

.info h2 {
	padding-top:18px;
	font-size:14px;
	margin:6px 6px 6px 8px;
}

.info li { /* list items in .info class only */
	float: none;
	position: relative;
	width:250px;
	list-style:circle;
	left:20px;
	padding-bottom:6px;
}

.lede {
	font-size: medium;
	padding: 6 12 6 12;
}
.localNews {
	font-size:12px;
	margin:6px 30px 6px 30px;
}
.news {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.newsArchive {
	font-size:12px;
	margin:6px 30px 6px 8px;
}
.newsContents {
	font-size:12px;
	margin:6px 6px 6px 8px;
}
.report {
	font-size:12px;
	padding:6px;
}
.reportDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	position: relative;
	margin-top: 12px;
}
.reportTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#003399;
	margin-top: 6px;
}
.report h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
}
.report h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
.required {
	color: #FF9900;
}
.sbfBylaws {
	font-size:10px;
	margin: 3px 30px 12px 30px;
}
.tease {
	margin-top:-6px;
	padding-top:0px;
}

/* legacy layout classes */

.mainContent {
	float: left;
	position: relative;
	width: 80%;
	margin-top: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.rightSidebar { 
	float: right; 
	position: relative; 
	right:1em; 
	width:200px; 
	padding-left: 1em
	right:20px;
	margin-top:12px;
	text-align:center;
}
.authorPhoto {
	position:relative;
	margin:12px;
	float: left;
}
.authorPhotoRight {
	position:relative;
	margin:12px;
	float: right;
}


/* RSS Styles */

.rss { 
	font-size: 10px; 
	padding: 12px; 	
	margin: 12px;
}
.rss h1 { font-size: 1.2em; font-weight: bold; }
.rss h2 {font-size: 1em; }
.rss table {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 3px;
}
.rss_feedtitle {
	color:#0033CC;
	font-size: 1em;
	font-weight: bold;
}
.pictureLeft {
	float:left;
	margin:6px;
}
.pictureRight {
	float:right;
	margin:6px;
}
.photoContainer {
	margin-bottom:4px;
}
.photoCaption {
	margin-top:2px;
	font-size:12px;
	font-style:italic;
	text-align:center;
}
.noGapBelow {
	margin-bottom:0px;
}
.noGapAbove {
	margin-top:0px;
}
.pictureTable {
	text-align:center;
	font-size:10px;
	font-style:italic;
}
#holiday {
	background-image:url(../images/holidaybanner.jpg);
}