@charset "UTF-8";
/* CSS Document for HEU*/

/* Reset Styles */
/*-------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}

body {
	background: #f2f9ff url(../images/bgHeaderDBlue.gif) top left no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}

:focus                  { outline: 0; }
a                       { text-decoration:none; color:#1d6bb7; }
a:hover                 { text-decoration:underline; color:#1d6bb7; }
strong                  { font-weight:bold; }
em                      { font-style:italic; }
ol, ul                 { list-style: none; } /*ol, ul                  { list-style: none; }*/
table                   { border-collapse: separate; border-spacing: 0; }
caption, th, td         { text-align: left; font-weight: normal; }
td                      { padding:2px; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q           { quotes: "" ""; }
p{
	padding-top: 15px;
	line-height: 18px;
}

#mainContent ul{
	list-style-image: url(../images/blueDot.gif);
	padding: 0 0 0 15px;
}

div{
	padding: 0;
	margin: 0;
}




/* Container */
/*-------------------------------------*/

#container{
	width:989px;
	margin:0 auto;
	padding: 0;
}

#footerCont{
	width:938px;
	margin:0 auto;
	padding: 0;
	padding-bottom: 38px;
	background: url(../images/unionLogo.gif) 51px 0 no-repeat;
}


#mainContent{
	width: 654px;
	float: left;
	padding-top: 51px;
	margin-bottom: 38px;
}

#sideBar{
	background: #FFF url(../images/bgGreyGrad.jpg) top left repeat-x;
	width: 330px;
	float: right;
	margin-top: 38px;
	border: 1px solid #dadada;
	padding-bottom: 36px;
	margin-bottom: 38px;
}

/* HTML Styles */
/*-------------------------------------*/

#mainContent h2:first-child{
	padding-top: 0;
}

h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dd9900;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 30px;
}

h3{
	color: #dd9900;
	font-size: 15px;
	line-height: 18px;
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}

h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dd9900;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 20px;
}

hr{
	border: 1px solid #C90;
	margin-left: 51px;
	margin-right: 51px;
	margin-top: 30px;
}

blockquote{ 
	width: 400px; 
	text-align: center; 
} 


/* Layout Styles */
/*-------------------------------------*/

#copy{
	background: #FFF url(../images/bgGreyBar.gif) repeat-x;
}

#container img{
	padding: 0;
	margin: 0;
}

#mainContent p, #mainContent h2, #mainContent ul, #mainContent h4{
	margin-left: 51px;
	margin-right: 51px;
}

#footerCont{
	padding-left: 51px;
}

#mainContent ul{
	list-style-image: url(../images/blueDot.gif);
	padding: 15px 0 0 15px;
}

#sideBar ul{
	background: url(../images/quotes.gif) 22px 12px no-repeat;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

#sideBar ul li{
	padding-left: 40px;
}

#sideBar ul li.ital{
	font-style: italic;
}

#sideBar ul li.pdf{
	list-style-image: url(../images/pdf.gif);
	margin-left: 40px;
	margin-top: 10px;
	padding-left: 0;
}

#sideBar img{
	display: block;
	margin: 0 auto;
	padding-top: 33px;
}

/* Layout Styles */
/*-------------------------------------*/

#footer{
	clear: both;
	background-color: #f2f9ff;
	padding-top: 26px;
}

#footerCont p:first-child{
	padding-top: 0;
}

#footerCont p{
	padding-left: 110px;
	color: #7d7d7d;
	font-size: 10px;
	line-height: 14px;
	padding-top: 8px;
}

#footerCont .ita{
	font-style: italic;
}