/* CSS - DuPage County Cement Masons LOCAL 803 */

html,
body {
	background-color: #354C6D;
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link {
	color: #B00;
}

a:visited {
	color: #354C6D;
}

a:focus,
a:hover,
a:active {
	color: #354C6D;
}

#container {
	background: url("../images/container_bg.gif") repeat-y left top;
	position: relative;
	margin: 0 auto;
	width: 745px;
	border: 2px solid #FFF;
	text-align: left;
}

/* ===== HEADER ================================================== */

#header {
	background:  url("../images/header_bg.jpg") repeat-x left top;
	width: 745px;
	height: 98px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ===== SEAL ================================================== */

#seal {
	background: url("../images/seal.jpg") no-repeat left top;
	width: 115px;
	height: 98px;
	float: left;
}

#seal a {
	display: block;
	width: 115px;
	height: 98px;
}

/* ===== HEADERCONTAINER ================================================== */

#headerContainer {
	width: 630px;
	float: left;
}

/* ===== SUBNAV ================================================== */

#subnav {
	display: block;
	height: 32px;
}

#subnav li {
	float: right;
}

#subnav a {
	display: block;
	height: 20px;
}

a.subnavLinks {
	background: url("../images/subnavLinks.jpg") no-repeat left top;
	width: 38px;
}

a.subnavContactUs {
	background: url("../images/subnavContactUs.jpg") no-repeat left top;
	width: 75px;
}

/* ===== TITLE ================================================== */

#title {
	background: url("../images/header_h1.jpg") no-repeat left top;
	width: 460px;
	height: 33px;
}

h1 {
	margin: 0;
	padding: 0;
	display: none;
}

/* ===== NAV ================================================== */

#nav {
	height: 25px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	height: 25px;
}

a.navAboutUs {
	background: url("../images/navAboutUs.jpg") no-repeat left top;
	width: 84px;
}

a.navApprenticeship {
	background: url("../images/navApprenticeship.jpg") no-repeat left top;
	width: 125px;
}

a.navWagesAndRates {
	background: url("../images/navWagesAndRates.jpg") no-repeat left top;
	width: 118px;
}

a.navPension {
	background: url("../images/navPension.jpg") no-repeat left top;
	width: 75px;
}

a.navWelfare {
	background: url("../images/navWelfare.jpg") no-repeat left top;
	width: 77px;
}

a.navVacation {
	background: url("../images/navVacation.jpg") no-repeat left top;
	width: 83px;
}

#subnav a:hover,
#subnav li.on a,
#nav a:hover,
#nav li.on a {
	background-position: left bottom;
}

/* ===== CONTENT ================================================== */

#container2 {
	clear: both;
}

#content {
	width: 520px;
	padding-bottom: 15px;
	float: left;
}

#flash {
	background: url("../images/flash_bg.jpg") no-repeat left top;
	width: 520px;
	height: 260px;
}

#seal2 {
	background: url("../images/seal2_bg.jpg") no-repeat left top;
	width: 520px;
	height: 46px;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content p,
#content address,
#content table {
	margin-right: 25px;
	margin-left: 25px;
}

#content h2,
#content h3,
#content h4,
#content h5 {
	color: #354C6D;
}

#content h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
}

#content h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content h4 {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content li {
	margin: 0 25px 7px 0;
	padding: 0;
	list-style-type: square;
}

.spots {
	width: 260px;
	margin: 0;
	float: right;
}

/* ===== CONTENT TABLES ================================================== */

#content table {
	border: 1px solid #E9E3D7;
	width: 470px;
}

.initialEligibility td {
	text-align: center;
}

.welfarePlan td {
	text-align: left;
	width: 50%;
}

.welfarePlan tr {
	vertical-align: top;
	page-break-inside: avoid;
}

#content table th {
	background-color: #E9E3D7;
	border: 1px solid #E9E3D7;
	text-align: center;
}

#content table p {
	margin: 10px 15px;
}

/* ===== RIGHTCOLUMN ================================================== */

#rightColumn {
	background-color: #E9E3D7;	
	width: 225px;
	color: #666;
	float: left;
}

#rightColumn h2 {
	display: block;
	height: 22px;
	background: #E9E3D7 url("../images/rightColumnh2_bg.jpg") repeat-x left top;
	color: #FFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 10px 0 15px;
	text-transform: uppercase;
}

#rightColumn h2 span.pdfsLogo {
	background: url("../images/logo_pdf.gif") no-repeat left center;
	padding: 6px 0 4px 20px;
	margin: 0 0 0 25px;
	font-size: 9px;
}

#rightColumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightColumn p,
#rightColumn li {
	margin: 0;
	padding: 5px 10px 7px 15px;
	border-bottom: 1px solid #C6C2BA;
}

/* ===== FORMS ================================================== */

#forms li {
	margin: 0;
	padding: 5px 10px 7px 5px;
	border-bottom: 1px solid #C6C2BA;
}

#forms li a {
	padding: 0 0 0 10px;
}

#forms li a:hover {
	background: url("../images/arrow.gif") no-repeat left 2px;
}

/* ===== NEWS ================================================== */

#rightColumn a,
#news a:hover {
	color: #B00;
}

#news a {
	color: #354C6D;
	font-weight: bold;
}

/* ===== FOOTER ================================================== */

#footer {
	background: url("../images/footer_bg.jpg") repeat-x left top;
	height: 23px;
	color: #FFF;
	text-transform: uppercase;
	clear: both;
}

#foot1 {
	width: 425px;
	float: left;
}

#foot2 {
	width: 320px;
	float: left;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin: 0;
	padding: 5px;
	float: left;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
}

#foot2 p {
	margin: 0;
	padding: 5px;
	text-align: right;
}


/* ===== STYLES ================================================== */

.centeredBoldItalicBlue {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #354C6D;
}

.marginLeftSmall {
	margin-left: 15px;
}

.marginLeftBig {
	margin-left: 30px;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}