@charset "UTF-8";
/* CSS Document */
body{
	background:#57a0d5;
	font-family:Arial, Helvetica, sans-serif;
	color:#756F54;
	font-size:12px;
	line-height:18px;
}
strong, h1, h2, h3 {
  font-weight: bold;
}
select, input, button, textarea {
  font:100% "lucida grande", arial,helvetica,clean,sans-serif;
}

p{
	margin: 0 0 16px 0;
  line-height: 18px;
}
h1 p {
  margin: 0;
  line-height:inherit;
}
a{
	color:#003767;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#328ABA;
}
div{
	display:block;
}
br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
.blue {
  color: #003767;
}
table{
	font-size:11px;
	line-height:15px;
	margin-bottom:12px;
}
table img{
	margin-bottom:6px;
}
table.form td, table.form th  {
  font-size: 12px;
}
.mainwrap{
	width:945px;
	margin-left:auto;
	margin-right:auto;
}
#head{
	width:1015px;
}
#bot{
	width:951px;
}
#header{
	height:101px;
	width:100%;
	background:url(../images/bg_top.jpg) repeat-x;
	border-bottom:6px solid #bacad9;
}
#logo{
	width:550px;
	height:60px;
	float:left;
	margin:20px 0 0 0;
}
#logo2{
	width:140px;
	height:80px;
	float:left;
	margin:12px 0 0 35px;
}
#headright{
	float:right;
	margin:20px 40px 0 0;
	width:300px;
	text-align:right;
}
#headernav{
	font-size:12px;
	font-weight:bold;
	margin-bottom:18px;
}
#headernav a{
	color:#756F54;
	font-weight:normal;
	text-decoration:none;
}
#searchtop{
	
}
#nav{
	height:38px;
	width:100%;
	background:url(../images/bg_nav.gif) repeat-x;
	text-align:center;
	line-height:38px;
	font-size:13px;
}
#nav ul.tabs {
	position:relative;
	z-index:1000;
}
#nav ul.tabs, #nav ul.tabs li, #nav ul.tabs ul {
	padding:0;
	margin:0;
	display:block;
}
#nav ul.tabs {
	height:38px;
	line-height:38px;
	display:inline;
	list-style-type:none;
}
#nav ul.tabs ul {
	padding:0;
	margin:0;
	display:block;
}
#nav ul.tabs li {
	margin:0 8px 0 0;
	float:left;
	position:relative;
	height:38px;
}
#nav ul.tabs li a {
	height:38px;
	display:block;
	padding:0 16px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 1px #003767;
}
#nav ul.tabs li a:hover {
	background:#ffffff;
	color:#328ABA;
	text-shadow:none;
}
#nav ul.tabs li.hover a, #nav ul.tabs li.a-current-page a{
  background:#ffffff;
	color:#328ABA;
	text-shadow:none;
}
#nav ul.tabs li a.selected{
	background:#ffffff;
	color:#328ABA;
	text-shadow:none;
}
#nav ul.tabs li ul{position:absolute;top:38px;/* the height of the top row */ width:210px;
left:-1px;/* adjust for padding in li */
visibility:hidden;}
#nav ul.tabs li ul li{padding:0; margin:0; text-align:left; height:auto;position:relative; float:right; font-size:11px;}
#nav ul.tabs li ul li a{background:#ffffff;padding:0 0 0 19px; width:189px; line-height:28px; margin:0; height:28px; border-left: 1px solid #328ABA; border-bottom: 1px solid #328ABA;
	border-right: 1px solid #328ABA; text-decoration:none; text-shadow:none; color:#328ABA;}
#nav ul.tabs li ul li a:hover{padding:0 0 0 19px;background:#328ABA; color:#ffffff;}
#nav ul.tabs li ul li a.nohover{background:#ffffff;}
#nav li.a-archived-page.last {margin-right:-100px;}
.midwrap{
	width:100%;
	border-bottom:6px solid #bacad9;
	background:url(../images/bg_mid_int.gif) repeat-x #d1e4f3;
	padding-bottom:12px;
}
.a-home .midwrap, #home{
	height:403px;
	background:url(../images/bg_mid_home.gif) repeat-x;
	padding:0;
}
.midleft{
	width:623px;
	float:left;
	margin-top:19px;
}
.midright{
	width:305px;
	float:left;
	margin:19px 0 0 17px;
}
#contenttop{
	height:9px;
	background:url(../images/content_top.png) no-repeat;
	width:623px;
	line-height:0;
}
#contentmid{
	background:url(../images/content_mid.png) repeat-y;
	width:623px;
	min-height:400px;
}
#contentbot{
	height:9px;
	background:url(../images/content_bot.png) no-repeat;
	width:623px;
	line-height:0;
}
.content{
	padding:13px 30px 10px 20px;
}
.content a{
	text-decoration:underline;
	font-weight:normal;
}
.content h1{
	font-size:16px;
	line-height:20px;
	color:#328ABA;
	margin-bottom:10px;
}
.content h1 span{
	color:#9B987F;
	font-size:14px;
}
.content h2{
	font-size:13px;
	margin-bottom:8px;
	color:#003767;
}
.content h3 {
	font-size:13px;
	margin-bottom:8px;
}

.content ul{
	margin-bottom:16px;
	list-style-position: outside;
}
.content li{
	margin:0 0 10px 36px;
	list-style-type:disc;
}
.botcontent{
	padding:15px 26px 10px 18px;
	font-size:11px;
	line-height:15px;
}
.botcontent h1,
.botcontent h1 p {
  color:#003767;
  font-size:16px;
  line-height:18px;
  margin-bottom:5px;
}
.botcontent .a-slot,
.botcontent .a-slot-content, 
.botcontent .a-slot-content-container,
.botcontent .a-slot.aImage .a-media-image, 
.botcontent .a-slot.aImage .a-image-embed
.botcontent .a-image-embed img { 
  width:auto;
  clear:none;
  display:inline;
  float:left;
}
.botcontent .a-image-embed img {
  padding-right: 10px;
}

.botcontent .a-slot.aRichText,
.botcontent .a-slot.aRichText .a-slot-content,
.botcontent .a-slot-content .p {
  float: none;
}
.midcontent{
	padding:12px 16px 10px 14px;
}
.midcontent h1{
	font-size:16px;
	line-height:18px;
	color:#003767;
	margin-bottom:3px;
}
.a-home .midleft, #lefthome{
	height:246px;
	background:url(../images/bg_mid_left_hm.gif) no-repeat;
	position:relative;
	margin-bottom:17px;
	width:623px;
}
#lefthomebot{
	width:623px;
	height:105px;
	background:url(../images/bg_hm_text.gif) no-repeat;
}
.leftbg{
	height:239px;
	width:617px;
	position:absolute;
	top: 2px;
	left:2px;
}
#homephoto{
	background:url(../images/home_1.jpg) no-repeat bottom right;
}
#home-content{
	background:url(../images/home_1.jpg) no-repeat bottom right;
}
#about-content{
	background:url(../images/home_4.jpg) no-repeat bottom right;
}
#committees-content{
	background:url(../images/home_3.jpg) no-repeat bottom right;
}
#events-education-content{
	background:url(../images/home_6.jpg) no-repeat bottom right;
}
#labor-management-content{
	background:url(../images/home_5.jpg) no-repeat bottom right;
}
#publications-documents-content{
	background:url(../images/home_2.jpg) no-repeat bottom right;
}
#government-relations-content{
	background:url(../images/home_7.jpg) no-repeat bottom right;
}
.nomargin{
	margin-bottom:0;	
}
.a-home .midright, #rightbox{
	height:359px;
	padding-top:9px;
	background:url(../images/bg_mid_right_hm.gif) no-repeat;
	width:305px;
}
.righttop{
	width:305px;
	background:url(../images/bg_blue_top.png) no-repeat;
	height:9px;
}
.rightmid{
	width:305px;
	background:url(../images/bg_blue_mid.png) repeat-y;
	min-height:100px;
}
.rightbot{
	width:305px;
	background:url(../images/bg_blue_bot.png) no-repeat;
	height:11px;
	margin-bottom:13px;
}
.rightcontent{
	padding:3px 15px 3px 12px;
	min-height:192px;
	font-size:11px;
	line-height:13px;
}
.rightcontent h1{
  font-weight: bold;
	display:block;
	height:31px;
	background:#328ABA;
	line-height:31px;
	padding-left:14px;
	color:#ffffff;
	font-size:14px;
	margin-bottom:12px;
	text-shadow:1px 1px 1px #003767;
}
.rightcontent h1 a {
  color: #fff;
}
.rightcontent .aBlog {
	padding:0 10px 0 14px;
	margin-bottom:10px;
	display:block;
	width:auto;
	font-size: 11px;
}
.rightcontent .aBlog .a-slot {
  font-size: 11px;
}
.rightcontent .aBlog span{
	display:block;
	font-weight:bold;
	color:#328ABA;
}
.a-nav-rightnav{
	font-size:12px;
	line-height:15px;
}
.a-nav-rightnav li{
	margin:0 0 10px 14px;
}
.a-nav-rightnav li ul li{
	margin:0 0 6px 14px;
}
.a-nav-rightnav a.selected,
.a-nav-rightnav .a-current-page a{
	color:#5B9FBC;
}
.a-nav-rightnav a.sub{
	margin-bottom:10px;
	display:block;
}
#home-sidebar .rightcontent {
  height:314px;
  overflow:hidden;
}
#home-sidebar .a-media-pdf-icon {
  display: none;
}
#home-sidebar .a-pdf-slot.no-label .a-pdf-meta {
  padding-left: 0;
}
#home-sidebar .a-pdf-title {
  font-size: 12px;
}
#home-sidebar .a-pdf-download a {
  background-position: -4px center;
  padding-left: 16px;
}
.rightbutton{
	height:25px;
	padding:0 15px 0 12px;
	line-height:25px;
}
.rightbutton a{
	height:25px;
	background:#003767;
	display:block;
	color:#ffffff;
	padding-left:18px;
}
.rightbutton a:hover{
	background:#bacad9;
	color:#003767;
}
.rightbutton a img{
	float:left;
	margin-top:5px;
	margin-right:10px;
	border:none;
}
#bothome{
	background:#f5f1f0;
	width:100%;
	height:346px;
	border-bottom:6px solid #918e7f;
}
.botcolhome{
	float:left;
	width:310px;
	height:232px;
	margin-top:16px;
	background:url(../images/bg_bot_col.gif) no-repeat;
	margin-right:10px;
	margin-bottom:3px;
}
.logged-in-editor .botcolhome {
  height: auto;
}
#end{
	margin-right:0;
}

#partnerbar{
	height:80px;
	background:url(../images/partner_bar.gif) no-repeat;
}
#partnerbar span{
	line-height:77px;
	display:block;
	padding:0 0 0 92px;
	font-weight:bold;
	font-size:15px;
	float:left;
}
#partnerbar span.and{
	padding:0 22px 0 0;
}
#partnerbar img{
	border:none;
	margin-top:9px;
	margin-right:18px;
	float:left;
}



#footer{
	height:87px;
	background:url(../images/bg_footer.gif) repeat-x;
	width:100%;
}
#footertext{
	color:#9AB9CC;
	font-size:10px;
	padding-top:10px;
}
#footertext a{
	color:#9AB9CC;
}
#footertext a:hover{
	color:#ffffff;
}
#footertext p{
	margin-bottom:4px;
}
input.text{
	width:257px;
	border:1px solid #D1D3D4;
	background:#ffffff;
	color:#756F54;
	height:19px;
	margin:0;
	font-weight:bold;
	padding-left:6px;
	padding-top: 1px;
	font-size: 11px;
}
.select{
	width:267px;
}
.searchfield{
	height:22px;
	margin-bottom:8px;
}
#search{
	width:200px;
	margin-right:4px;
	padding: 1px 0 1px 6px;
}
#city{
	width:121px;
	margin-right:6px;
	float:left;
}
#state{
	width:121px;
	float:left;
}
.searchtext{
	margin-bottom:8px;
}
/* More Interior */
.a-nav-breadcrumb li { display: inline;}
.breadcrumb{
	font-size:10px;
	line-height:12px;
	height:12px;
	padding-left:20px;
	margin-top:-5px;
	margin-bottom:-7px;
	color:#5B9FBC;
}
.breadcrumb a{
	color:#5B9FBC;
	font-weight:normal;
}
.breadcrumb a:hover{
	color:#cc6600;
}
.breadcrumb a.selected{
	font-weight:bold;
}
.right{
	text-align:right;
}
/* Search */
#sf_admin_container a, #sf_admin_container a:hover {
  color: #003767;
}
#sf_admin_container table th{
	text-align:left;
	padding:10px 10px 10px 10px;
	font-size:12px;
	font-weight: bold;
}
#sf_admin_container table th a{
	text-decoration:none;
}
#sf_admin_container table tr{
  border: none;
}

#sf_admin_container table td{
	padding:7px 10px 7px 10px;
	font-size:11px;
	border-bottom:1px solid #CCC;
}
#sf_admin_container table thead{
	background:#deecf9;
}
#sf_admin_container table tfoot{
	background:#deecf9;
	border-bottom:1px solid #CCC;
}
#sf_admin_container table img{
	border:none;
	vertical-align:middle;
	margin-bottom:0;
}

.sf_admin_filter table{
	margin-bottom:0;
}
.sf_admin_filter table th{
	text-align:left;
	padding:10px 0 10px 5px;
	font-size:12px;
}
.sf_admin_filter table td{
	padding:7px 0 7px 5px;
	font-size:11px;
}
.sf_admin_filter table img{
	border:none;
}
.icon.a-export
{
	background-image: url(/apostrophePlugin/images/a-icon-arrow-left-thin-simple.png);
}
.icon.a-import
{
	background-image: url(/apostrophePlugin/images/a-icon-arrow-right-thin-simple.png);
}

#member_filters_trade_id {
  width:263px;
}
.half {
  float:left;
  width:50%;
}

/* Media Items */
.a-media-td-title span.expdate {
  display:block;
  font-size: 10px;
}