/* CSS Reset */ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* CMS Reset */ #article h1{font-size:138.5%}#article h2{font-size:123.1%}#article h3{font-size:108%}#article h1,#article h2,#article h3{margin:1em 0}#article h1,#article h2,#article h3,#article h4,#article h5,#article h6,#article strong,#article dt{font-weight:700}#article optgroup{font-weight:400}#article abbr,#article acronym{border-bottom:1px dotted #000;cursor:help}#article em{font-style:italic}#article del{text-decoration:line-through}#article blockquote,#article ul,#article ol,#article dl{margin:1em}#article ol,#article ul,#article dl{margin-left:2em}#article ol li{list-style:decimal outside}#article ul li{list-style:disc outside}#article dl dd{margin-left:1em}#article th,#article td{border:1px solid #000;padding:.5em}#article th{font-weight:700;text-align:center}#article caption{margin-bottom:.5em;text-align:center}#article sup{vertical-align:super}#article sub{vertical-align:sub}#article p,#article fieldset,#article table,#article pre{margin-bottom:1em}#article button,#article input[type=checkbox],#article input[type=radio],#article input[type=reset],#article input[type=submit]{padding:1px}

html {
    /*background: #C2CCD5 url('../images/bg_page.jpg') repeat-x;*/
	background-color:#1d2024;
}

body {
    font-family: tahoma, arial, sans-serif;
    margin: 10px 0;
    text-align: center; /* To center the container in IE */
}

#wrapper{ /* To give shape to the site, we like a nice clean fixed width, centred */
    /*background:#56606C url(../images/content_bg.jpg) repeat-x left 183px;*/
	background:#A8AEBA;
    /*border: 1px solid #000;*/
    margin: 0 auto; /* To center the div */
    text-align: left; /* Bring the text back to normal from the IE centering in body */
    width: 950px; /* remember that padding and borders add to this */
}

#header{
    /*background:#000 url(../images/header.png) no-repeat scroll center center;
    height:200px;*/
	background:#000 url(../images/header_rounded.jpg) no-repeat scroll center center;
    height:150px;
}
#header h2{ /* The content within the header is only for print, on the screen we don't show it */
    display: none;
}

/* Navigation is located in the menu.css or MenuMatic.css file */

#article {
    color: #000;
    font-family: tahoma, arial, sans-serif;
    /*margin: 3px 10px;*/
	margin:0px;
    padding: 6px 10px;
	font-size:12px;
}
#article.right{
    /*background: transparent url(../images/ibew_circle.jpg) no-repeat 80px 60px;*/
	float:right;
    /*width:680px;*/ /* 720 - 20px margin - 20px padding */
	width:692px;
}
#article h1{
   /* border-bottom: 1px solid #333;*/
    margin: 0 0 12px 0;
    padding: 4px 0;
	color:#3e444b;
	font-weight:normal;
	font-size:18px;
}

#logout {
    clear:both;
    text-align:center;
    margin:10px 0;
}

#sidebar.left {
    float:left;
    margin:0;
	padding:10px;
    width:218px; /* 230 - 10px margin - 2px border*/
}

#news .bottom{
	background:url(../images/calendar_bottom.png) no-repeat;
	width:200px;
	height:11px;
}

#news-wrapper{
	background:#FFFFFF;
	border-left:1px solid #3e444b;
	border-right:1px solid #3e444b;
	width:198px;
}

#news-wrapper ul{
	margin:-12px auto auto 15px;
	line-height:normal;
}

#news-wrapper li h3 a{
	color:#CFA657;
	font-size:.8em;
}

#news-wrapper p{
	font-size:12px;
}

#news h2{
	background:url(../images/calendar_bg.png) no-repeat;
	height:29px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	width:200px;
	padding-left:15px;
	line-height:29px;
}

#footer{
    clear:both;
    background:#2E4053;
	background:url(../images/footer_bg_large.jpg) no-repeat;
    /*border-top:1px solid #333;*/
    font-size:.65em;
    font-weight:bold;
    height:33px;
    padding:0 10px;
}
#footer a{
    /*color:#6E90AB;*/
	color:#FFFFFF;
    text-decoration:none;
}
#footer a:hover{
    text-decoration:underline;
}
#footer li{
    /*background:#EEE;
    border:1px solid #333;
    border-bottom:2px solid #333;
    color:#6E90AB;*/
	color:#FFFFFF;
    display:inline;
    margin:.4em 0;
    padding:.5em 1em;
}
#footer .right{
    float:right;
}
#footer .left{
    float:left;
}


#gallery {
    border: 1px solid #000000;
    margin-top:10px;
    width: 100%;
}
#gallery td {
    padding: 10px;
    text-align: center;
    width: 33%;
    border: 1px solid #000000;
}
#gallery img {
    border: 1px solid #000;
}

#search li {
    margin-bottom:10px;
}

#search-box {
    background:#1d2024;
    text-align:right;
    padding-bottom:3px;
}
