@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #101318;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 997px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	top:1 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0 auto;
	margin: 0 auto;
	position:relative;
	z-index:1;
}
.oneColFixCtrHdr #header {	
	background-image:url(../../../images/sitewide/header_bg.png);
	height:156px;
	position:relative;
	z-index:0;
	padding: 0 auto;
	margin:0 auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	position:relative;
	z-index:0;
	padding: 0 auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 auto;
	margin: 0 auto;
	text-align:center;
	position:relative;
	z-index:0;
	top:70px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.welcome-blurb, .welcome-blurb a,.welcome-blurb a:link, .welcome-blurb a:visited{
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
}


#bottomCap{
	background-image:url(../../../images/sitewide/footer_bg.png);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#2d2f33;
	position:relative;
	padding:0 0 0 0;
	z-index:0;
}

#content_top{
	background-image:url(../../../images/sitewide/homecontent_06.png);
	position:relative;
	z-index:0;
	height:51px;
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0 atuo;
	padding: 0 auto;
	overflow:hidden;
	color:#FFF;
	font-size:12px;
}
#content.home{
	background-image:url(../../../images/sitewide/homecontent_07.png);
}

#content.sub{
	background-image:url(../../../images/sitewide/sub_content_07.png);
}

#content{
	position:relative;
	z-index:0;
	background-repeat:repeat-y;
	background-position:center;
	margin: 0 atuo;
	padding: 0 auto;
}
#content_btm{
	position:relative;
	z-index:0;
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
}
#content_btm.home{
	background-image:url(../../../images/sitewide/homecontent_11.png);
}

#content_btm.sub{
	background-image:url(../../../images/sitewide/sub_content_13.png);
}

#footerContainer {
	background-image:url(../../../images/sitewide/home_footer.png);
	background-repeat:no-repeat;
	background-position:center 20px;
	width: 997px;  
	height: 100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0 auto;
	margin: 0 auto;
	position:relative;
	overflow:visible;
	z-index:1;
}

#footerContainer.home{
	background-image:url(../../../images/sitewide/home_footer.png);
}
#footerContainer.sub{
	background-image:url(../../../images/sitewide/sub_content_14.png);
}

#headerRight{
	float:right;
	width: 340px;
	text-align:center;
	margin-top:6px;
}

#logo{
	background-image:url(../../../images/sitewide/logo.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:338px;
	height:85px;
	margin-left:15px;
}

div.search .button{
	width:31px;
	height:46px;
	border:none;
}
div.search input{
	margin:0;
}
div.search .inputbox{
	position:relative;
	top: -7px;
}

div.moduletable_homenews{
	color: #000;
	font-size:12px;
	margin:10px 0 0;
}
.contentheading_homenews{
	font-weight:bold;
}

.readmore{
	padding-left: 110px;
}
 a.readmore:visited,  a.readmore,  a.readmore:link{
	color: #000;
}
.article img, img.article{
	margin:0;
}

#mainMenu{
	text-align:left;
	margin-top:28px;
}