@charset "UTF-8";

.left {
	float: left;
	}

.right {
	float: right;
	}

body {
	margin: 0px;
	color: #434444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../images/bg3.jpg);
	background-position: center center;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}


#wrapper {
	width: 978px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header {
	height: 91px;
	width: 978px;
	background:url(../images/header.gif);
}
#main {
	width: 978px;
	height:auto;
	min-height: 500px;
	background:url(../images/mainbg.gif) top no-repeat;
}
#mainnav {
	float: left;
	height: 294px;
	width: 190px;
	padding: 34px 0 0 0;
	text-transform:uppercase;
	list-style: none;
}

#rightnav {
	width: 788px;
	height: 34px;
}

#content {
	float: right;
	width: 788px;
}

#contentleft{
	width: 512px;
	float: left;
	padding-bottom: 20px;
}

#contentleft img {
	padding-right: 25px;
}


#contentleft h3 {
	padding-right: 25px;
	color:#FFFFFF
}

#blue {
	height: 8px;
	width: 788px;
	background-image: url(../images/bar.jpg);
}

#contentright {
	width: 276px;
	float: right;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 58px;
	width: 978px;
	color:#FFFFFF;
	line-height: 13px;
	font-size: 10px;
	padding: 15px 0 0 0;
	clear: both;
}

h2 {
	font-family:Arial Black, Helvetica Black, sans-serif;
	font-size: 210%;
	color: #115a9f;
	margin-bottom: -3px;
}

p {
	line-height: 15px;
	padding-right: 10px;
	padding-left: 25px;
}

h1 {
	font-family:Arial Black, Helvetica Black, sans-serif;
	font-size: 210%;
	font-weight:500;
	color: #115a9f;
	margin-bottom: -3px;
	padding: 0 0 0 25px;
}

h4 {
	color: #115a9f;
	margin-bottom: -5px;
	padding: 0 0 0 25px;
}

h5 {
	font-size: 110%;
	color: #115a9f;
}

h6 {
	font-size: 90%;
	color: #115a9f;
}

.imagpadding {
	padding: 10px 5px 10px 25px;
}

/* twoColumns DESIGN PATTERN */

.twoColumns {
	width:100%;
	border:0px solid #cc0000;
	padding-left: 10px;
}


.twoColumns .columnItem {
	float:left;
	width:185px;
	padding: 5px 20px 10px 15px;
	border:0px solid #cc0000;
	line-height: 18px;
}
.columnItem2 {
	float:left;
	width:200px;
	padding: 5px 20px 10px 15px;
	border:0px solid #cc0000;
	line-height: 18px;
}

.divider {
	float:left;
	height:1px;
	width:100%;
	clear:both;
}

.blue {
	color: #115a9f;
}

/*  ---- News CSS ---- */
.newsItem,
.oneNewsArticle {
	line-height: 15px;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom:10px;
}

.newsItemHeader {

}

.newsItemTitle,
.oneNewsArticleTitle {	
 	font-family:Arial Black, Helvetica Black, sans-serif;
	font-size: 110%;
	font-weight:500;
	color: #115a9f;
}

.newsItemDate,
.oneNewsArticleDate {
	color: #666666;
}

.newsItemBody {

}

img.left25 {
	margin-left: 25px;
	}

div.right5 {
	margin-left: 20px;
	margin-right: 5px;
	padding-bottom: 35px;
	float: left;
	}

img.right5 {
	margin-right: 5px;
	padding-bottom: 15px;
	float: left;
	}


/*   ----- just for the news article subnav ----- */
#newsSubNav {
	list-style-type:none;
}

#newsSubNav li a {
	color: #666666;
	text-decoration:none;
}

#newsSubNav li a:hover {
	text-decoration:underline;
}

.currentArticle {
	font-weight:bold;
	color:#000000;
}


/* For the date picker DHTML */

#datepicker {
	background: #ffffff;
	border: solid 1px #cccccc;
	padding:10px;
}

#rightThumbContainer {
	position: relative;
	width: 230px;
	padding-top: 20px;
	margin: 0 auto;
	}
	
	
	
	
	
.home_feature_cellA {
		width: 220px;
		height: 247px;
		margin: 0 0 0 20px;
		padding: 20px 10px 20px 10px;
		border: 0;
		font-size: 13px;
		font-style: italic;
		color: rgb(77, 78, 80);
		}
		
		.chairman {
			background-image: url(../images/kent_kraus_bg.png);
			background-repeat: no-repeat;
			background-position: 72px 0px;
			width: 210px;
			min-height: 120px;
			}
		
		.ceo {
			background-image: url(../images/dugas_headshot.png);
			background-repeat: no-repeat;
			background-position: -10px 0px;
			width: 220px;
			min-height: 140px;
			}
		
		.ceo_name {
			font-size: 20px;
			font-style: normal;
			line-height: 22px;
			color: rgb(0, 85, 165);
			}
