/* @override http://dev.local488.ca/css/main.css */

/**
 * LOCAL 488 BASE STYLES
 *
 * @author Robin Bolton <robin@parcommarketing.com>
 * 
 * This stylesheet relies on the Yahoo UI reset-fonts-grids stylesheet.
 * All font sizes MUST be specified in percentages to produce consistent
 * results. Use the following sizing chart to select specific point sizes:
 * 
 * 10px: 77%      11px: 85%      12px: 93%      13px: 100%
 * 14px: 108%     15px: 116%     16px: 123.1%   17px: 131%
 * 18px: 138.5%   19px: 146.5%   20px: 153.9%   21px: 161.6%
 * 22px: 167%     23px: 174%     24px: 182%     25px: 189%
 * 26px: 197%
 */

/* @group Grid structure */

.gr.a {
	width: 191px !important;
	margin-right: 4px;
}

.gr.c {
	margin-left: 3px;
	right: -4px;		
}

#nav-r.gr.c {
	width: 191px !important;
}

.gr.b {
	width: 442px !important;
}

/* @end */

/* @group Base tags */

html {
	background: #212124 url(/img/background/body.jpg) repeat 50% 0;
	color: #c9d1d1;
}

body {
	margin: 0 auto; /* Required for proper sizing */
	background: transparent url(/img/background/content-wide.jpg) repeat-y 50% 0%;
}

a:link, a:visited {
	color: #8a9019;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

	/* @group Hs */
	
	h1, h2, .h2, h3 {
		margin: 0 0 0.5em;
	}
	
	h1 {
		padding: 5px 0 0 8px;
		color: #b8cc00;
		background: #212124 url(/img/background/h1.png) no-repeat -20px 0%;
		font-size: 146.5%; /* 19px */
		font-weight: normal;
	}
	
	h2, .h2 {
		margin-bottom: 2px;
		font-size: 100%; /* 13px */
		font-weight: bold;
	}
	
	h3 {
		font-size: 108%; /* 14px */
		font-weight: bold;
	}
	
	h4 {
		font-size: 93% /* 12px */;
		font-weight: bold;
	}
	
	h5 {
		font-weight: bold;
	}
	
	h6 {
		font-weight: bold;
	}
	
	/* @end */


p, fieldset, table, pre {
	margin-bottom: 1.0em;
	line-height: 1.5;
}

	/* @group List Items */

	dt {
		margin-bottom: 0.25em;
		font-weight: bold;
	}
	
	dd {
		padding-left: 1.0em;
		background: transparent url(/img/background/dd.png) repeat-y 5px 0;
	}
	
	blockquote, dl, ul, ol {
		margin: 1em;
	}
	
	dl, ol, ul {
		margin-left: 2em;
	}
	
	ol li {
		list-style: decimal outside;	
	}
	
	ul li {
		margin-bottom: 4px;
		list-style: disc outside;
		line-height: 1.3;
	}

	/* @end */


/* @end */

/* @group Common Classes */

.back, .more {
	margin-bottom: 0px;
	text-align: right;
}

.center, .centre {
	margin: 0 auto;
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.print-alternate {
	display: none;
	visibility: hidden;
}

img.keyline {
	border: 5px solid #000000;
}

ul.horizontal {
	display: block;
}

ul.horizontal li {
	display: inline;
}

.vertical, ul.vertical li {
	display: block;
}

/* @end */

/* @group Forms */

input[type="text"], input[type="password"],select {
	padding: 1px 2px;
	border: 1px solid #000;
	color: #FFFFFF;
	background-color: #34444b;
}

.form-actions {
	clear: both;
	margin: 0.5em 0px 0px;
	float: right;
}

.form-row {
	clear: both;
}

.form-row .form-field {
	float: right;
	padding-bottom: 0.2em;
}

.form-row label {
	float: left;
	padding-bottom: 0.2em;
}

.form-wrap {
	margin: 0px;

}

.form-wrap fieldset {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #b5b69f;
}

.form-wrap fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #D46B10;
	text-transform: uppercase;
}

button.form-btn, input.form-btn {
	height: 22px;
	border: none;
	overflow: hidden; /* safari */
	letter-spacing: -1000em;
	/*text-indent: -5000px;*/
}

button.form-btn:hover, buton.form-btn:focus,
input.form-btn:hover, input.form-btn:focus {
	background-position: 0px -22px !important;
}

input#btn-reset {
	width: 56px;
	background: transparent url(/img/forms/btn-reset.png) no-repeat 0 0;
}

input#btn-search {
	width: 62px;
	/*height: 100px;*/
	background: transparent url(/img/forms/btn-search.png) no-repeat 0 0;
}

input#btn-submit {
	width: 62px;
	background: transparent url(/img/forms/btn-submit.png) no-repeat 0 0;
}

/* @end */

/* @group Header */

#header {
	height: 700px;
	margin: 0 auto;
	background: transparent url(/img/background/header.jpg) repeat-y 50% 0;
}

/* @group Navigation */

#sitenav {
	width: 840px;
	height: 72px;
	margin: 0 auto;
	background: transparent url(/img/background/sitenav.jpg) no-repeat 0 0;
}

#sitenav ul {
	float: right;
	margin: 0;
	letter-spacing: -1000em;
	overflow: hidden;  /* safari */	
}

#sitenav ul li {
	list-style: none;
}

#sitenav ul li a {
	display: block;
	float: left;
	height: 72px;
	background-image: url(/img/background/sitenav-text.png);
	color: transparent; /* safari */
}

li#nav-home a {
	width: 178px;
}

li#nav-join_us a {
	width: 75px;
	background-position: -179px 0;
}

li#nav-join_us a:hover {
	background-position: -179px -72px;
}

li#nav-employers a {
	width: 95px;
	background-position: -254px 0;
}

li#nav-employers a:hover {
	background-position: -254px -72px;
}

li#nav-careers a {
	width: 80px;
	background-position: -349px 0;
}

li#nav-careers a:hover {
	background-position: -349px -72px;
}

li#nav-education a {
	width: 92px;
	background-position: -429px 0;
}

li#nav-education a:hover {
	background-position: -429px -72px;
}

li#nav-about a {
	width: 132px;
	background-position: -521px 0;
}

li#nav-about a:hover {
	background-position: -521px -72px;
}

li#nav-unionizing a {
	width: 98px;
	background-position: -653px 0;
}

li#nav-unionizing a:hover {
	background-position: -653px -72px;
}

li#nav-members a {
	width: 90px;
	background-position: -751px 0;
}

li#nav-members a:hover {
	background-position: -751px -72px;
}

/* @end */

/* @group Search Row */

#row-search .gr.c {
	width: 191px !important;
}

#row-search #form-search {
	width: 176px;
	height: 20px;
	padding: 0px 7px;
	background: transparent url(/img/background/searchbox.png) no-repeat 50% 0px;
}

#row-search #news_ticker {
	width: 442px;
	height: 26px;
}

#row-search #sectioner {
	width: 641px;
	height: 27px;
	margin-bottom: 11px;
	margin-left: -4px;
	background: transparent url(/img/background/section.png) no-repeat 0 0;
}

#row-search input#q {
	width: 176px;
	margin-top: 1px;
	border: none;
	background-color: transparent;
	color: #656565;
}

/* @end */

/* @end */

/* @group Sidebars/Subnav */

.sidebar {
	width: auto !important; /* override basic layout */
	margin-bottom: 1.0em;
	color: #6E6D6E;
	font-size: 85%;
	text-shadow: #000 1px 1px 0;
}

.sidebar h2 {
	position: relative;
	margin-bottom: 2px;
	top: 8px;
	color: #b8cc00;
	font-weight: normal;
	line-height: 1.5; /* sIFR */

}

.sidebar h2, .sidebar .h2 {
	background: transparent url(/img/background/sidebar/header.png) no-repeat 0% 100%;
}

.sidebar .h2 {
	background-position: 0% 28px;
}

.sidebar h3 {
	height:  13px;
	position: relative;
	margin-top: -2px;
	margin-bottom: 2px;
	top: -25px;
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
}

.sidebar ol, .sidebar ul {
	margin: 0;
}

.sidebar ol li, .sidebar ul li {
	list-style: none;
}

.sidebar ul li a {
	font-size: 100% !important;
	font-weight: bold !important;
}

.sidebar ul li.current, .sidebar ul li.current a {
	color: #b8cc00;
	font-weight: bold;
}

.sidebar ul li ul {
	margin: 5px 0 0.5em 20px;
}

.sidebar ul li ul li {
	margin-bottom: 0px 0px 3px;
	line-height: 1.2;
	list-style-image: url(/img/background/sidebar/level2.png);
}

.sidebar ul li ul li a {
	font-weight: normal !important;
}

.sidebar ul li a:hover, .sidebar ul li a:active {
	background-position: -170px 0;
}

.sidebar ul li ul li.current, .sidebar ul li ul li.current a {
	color: #b8cc00;
	font-weight: normal;
	list-style-image: url(/img/background/sidebar/level2-over.png);
}

.sidebar ul li ul li:hover {
	list-style-image: url(/img/background/sidebar/level2-over.png);
}

.sidebar ul li ul li a:hover, .sidebar ul li ul li a:active {
	background: none;
}

.sidebar .foureighteight {
	position: absolute;
	width: 58px;
	height: 108px;
	margin-top: -110px;
	_margin-top: -104px;
	/*margin-bottom: 108px;*/
	margin-left: 128px;
	background: transparent url(/img/background/sidebar/488.png) no-repeat 0 0;
}

.sidebar .top {
	height: 11px;
	_margin-bottom: -5px;	
}

.sidebar.a .top {
	background: transparent url(/img/background/sidebar/top.png) no-repeat 50% 0;
}

.sidebar .bottom {
	height: 11px;
	margin-top: -7px;
}

.sidebar.a .bottom {
	background: transparent url(/img/background/sidebar/bottom.png) no-repeat 50% 0;	
}

.sidebar .content {
	_height: 164px;
	min-height: 164px;
	padding: 0 10px 5px;
}

.sidebar.a .content {
	background: transparent url(/img/background/sidebar/content.png) repeat-y 50% 0;	
}

.sidebar a:link, .sidebar a:visited {
	font-size: 93%;
	font-weight: normal;
}

.sidebar a:link {
	color: #979799;
}

.sidebar a:visited {
	color: #7d7d7f;
}

.sidebar a:hover, .sidebar a:active {
	color: #b8cc00;
	text-decoration: none;
}

.sidebar .content hr, .sidebar .content p, .sidebar .content ul {
	position: relative;
	z-index: 10;
}

.sidebar .content .hr {
	width: 166px;
	height: 2px;
	margin: 5px 0 7px;
	background: #000005 url(/img/background/sidebar/hr.png) repeat-x;			
}

.sidebar .content .hr hr {
	display: none;
}

.sidebar .content p {
	margin-bottom: 0;
}

/* @end */

/* @group Banner */

#banner {
	width: 840px;
	margin: 0 auto;
	border-bottom: 1px solid #000000;
	background: #34444b repeat-y 50% 0;
}

div#banner-fl {
	position: relative;
	top: 70px;
	color: #5C7E8B;
	font-size: 161.6%;
	text-align: center;
}

div.largebanner #banner {
	height: 347px;
}

div.smallbanner #banner {
	height: 166px;	
}

div.largebanner #content {
	margin: -280px auto 0;
}

div.smallbanner #content {
	margin: -461px auto 0;
}

/* @end */

/* @group Content */

body #container {
	margin: 0 auto;
	text-align: left; /* May be required for proper sizing */
}

#content {
	width: 831px;
}

/* @group Filter Box */

.filter-wrap {
	margin-bottom: 20px;
}

table.filter td {
	padding: 1px 2px;
}

/* @end */

/* @group Main Body */
	
	#mainbody {
		width: 420px !important;
		/*padding: 0 13px;*/
		padding: 0 10px 0 10px;
	}
	
	#mainbody .content {
		padding-left: 8px;
	}
	
	#mainbody h2, #mainbody h2 a {
		color: #6a7a81;
		font-weight: bold;
		/*letter-spacing: 1px;*/
		text-transform: uppercase;
	}
	
	/* @end */

/* @end */

/* @group Footer */

#footer {
	width: 592px;
	height: 128px;
	margin: 40px auto 0px;
	padding: 8px 20px 0px;
	background: transparent url(/img/background/footer.png) no-repeat 50% 0;
	color: #616169;
	text-align: center;
}

#footer a {
	color: #616169;
	font-size: 93%;
	font-weight: normal;
}

#footer a:hover, #footer a:active {
	color: #8a9019;
	text-decoration: none;
}

#footer ol, #footer ul {
	margin: 0px;
}

#footer ol li, #footer ul li {
	line-height: 1.1;
	list-style: none;
}

#footer p.copyright, #footer p.parcom {
	font-size: 85%;
	line-height: 1.3;
}

#footer p.copyright {
	margin: 15px 0px 0px 0px;
}

#footer p.parcom {
	/*margin-top: -5px;*/
	margin: 5px 0px 0px 0px;
	color: #42424a;
}

/* @end */

/* @group Misc. */

	/* @group Dispatches */
	
	table.dispatch {
		margin-top: 10px;
		background-color: #262634;
		border: 1px solid #1D1D28;
	}
	
	table.dispatch tr td {
		border-bottom: 1px solid #1D1D28;
	}
	
	table.dispatch td {
		padding: 1px 4px;	
	}
	
	table.dispatch th {
		padding: 1px 4px;
		background-color: #1D1D28;
	}
	
	/* @end */
	
	/* @group Listing */

	/*table.listing td {
		padding: 2px 4px;
		border-bottom: 1px dotted #a5abab;
	}*/
	
	/*table.listing th {
		border-bottom: 2px solid #a5abab;
	}*/
	
	/*table.listing td.hide, table.listing th.hide {
		borer: 0;
	}*/
	
	/* @end */
	
/*.sidebar ol, .sidebar ul {
	margin: 0;
}

.sidebar ol li, .sidebar ul li {
	list-style: none;
}

.sidebar ul li a {
	font-size: 100% !important;
	font-weight: bold !important;
}

.sidebar ul li.current, .sidebar ul li.current a {
	color: #b8cc00;
	font-weight: bold;
}

.sidebar ul li ul {
	margin: 5px 0 0.5em 20px;
}

.sidebar ul li ul li {
	margin-bottom: 0px 0px 3px;
	line-height: 1.2;
	list-style-image: url(/img/background/sidebar/level2.png);
}

.sidebar ul li ul li a {
	font-weight: normal !important;
}

.sidebar ul li a:hover, .sidebar ul li a:active {
	background-position: -170px 0;
}

.sidebar ul li ul li.current, .sidebar ul li ul li.current a {
	color: #b8cc00;
	font-weight: normal;
	list-style-image: url(/img/background/sidebar/level2-over.png);
}

.sidebar ul li ul li:hover {
	list-style-image: url(/img/background/sidebar/level2-over.png);
}

.sidebar ul li ul li a:hover, .sidebar ul li ul li a:active {
	background: none;
}*/


	/* @end */

/* @end */

/* @group sIFR Headers */

.sIFR-active h1 {
	min-height: 28px; /* Prevent sIFR from shifting content around */
	visibility: hidden;
	line-height: 1em;
	font-size: 146.5%; /* 19px */
}

.sIFR-active .sidebar h2 {
	visibility: hidden;
	min-height: 25px; /* Prevent sIFR from shifting content around */
	line-height: 1em;
	font-size: 146.5%;
}

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/* @end */