/* CSS Document */

#page-body {
	float:left;
	width:980px;
	background-image:url(/images/bg-blog-index-narrow.gif);
	background-repeat:repeat-y;
	border-bottom:solid 1px #bbb;
}

#columns-1-2 {
	margin-right:10px;
	float:left;
	display:inline;
	width:630px;
	background-color:#fff;
	}
	
#column-3 {
	float:left;
	width:320px;
	display:inline;
	padding:10px;
	}
	
#column-3 .module {
       border:1px solid #DDDDDD;
       padding:10px;
       text-align:center;
	}
	
#column-3 h2 {
	background-color:#dfdfdf;
	text-align:center;
	border-right:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	margin-top:0;
	margin-bottom:0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.5em;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#column-3 h2 a {
	display:block;
	color:#666;
	}
	
#column-3 h2 a:hover {
	text-decoration:none;
	background-color:#f5f5f5;
	color:#000;
	}

#article-image {
	float:left;
        margin-right:15px;
	margin-bottom:15px;
	}

#blog-image {
	float:left;
	width:80px;
        margin-right:15px;
	}

#article-image-right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	}

#bottom-ad {
	text-align:center;
	padding:10px;
	background-color:#fff;
	border-top:dashed 1px #bbb;
	}

div.comments {
border-top:1px dashed #BBBBBB;
}


/* article list table styles */


div.article-list {
	background:#fff;
	margin-top:0px;
	padding:0px 10px 10px 10px;
	margin-bottom: 10px;
	}

table.articles h3, h3.departments {
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 0;
	color: #000;
	margin:0;
	padding-top:15px;

}

table.articles th {
	vertical-align:bottom;
	padding-top:0px;
	border-bottom:solid 1px #000;
	}
	
table.articles th div {
	position:relative;
	}

table.articles h10, h10.departments {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
margin:0;
padding-bottom:0;
padding-top:10px;
text-align:left;
}
	
table.articles th div a {
	position:absolute;
	right:0;
	bottom:0px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:10px;
	}
	
table.articles th.subdept h4 {
	margin-bottom:0;
        margin-top:10px;
	color:#666;
	font-size:12px;
	text-transform:normal;
	}
table.articles th.subdept {	
	border-bottom:solid 1px #ccc;
}

table.articles th.subdept div {	
	margin-top:0px;
}

table.articles th.subdept div a {	
	color:#666;
}
	/*
table.articles div {
	float:right;
	text-align:right;
	text-transform: uppercase;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
	}
	*/
table.articles div a:hover {
	text-decoration:none;
	color:#000;
	}

table.articles div img {
	vertical-align:middle;
	padding-bottom:2px;
	}

table.articles {
	background:#fff;
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
	width:100%;
	line-height:normal;
	margin-bottom:5px;
	}
	
table.articles td.article-content p {
	font-family: Arial, Times New Roman;
	font-size: 12px;
}

table.articles td.article-content-alsoin p {
	font-family: Arial, Times New Roman;
	font-size: 11px;
        margin-top:2px;
        margin-bottom:5px;
}

table.articles td.article-content-alsoin h4 {
	font-family: Arial, Times New Roman;
	font-size: 12px;
        margin-top:2px;
        margin-bottom:5px;
}
	
table.articles td.article-content h4 {
	text-transform:normal;
	font-size:12px;
	margin-bottom:0.75em;
	}

table.articles td.article-content h7 {
	text-transform:normal;
	font-size:16px;
       margin-bottom:1.25em;
	}
	
table.articles td {
	padding:10px 0px 0px 0px;
	vertical-align:top;
	}

.article-item p {
	margin-bottom:5px;
}

.article-item-archive p {
	margin-bottom:5px;
}

table#archive tr.article-item td {
	border-top:none;
	border-bottom:solid 1px #ccc;
	}

table#archive tr.article-item-archive td {
	border-top:none;
	border-bottom:solid 1px #ccc;
	}
	
table#archive td.article-image {
	width:90px;
	}
	
table#archive {
	margin-bottom:10px;
	}
	
table.articles td.article-image {
	width:94px;
        
	}
	
table.articles td.article-image-small {
	width:80px;
        
	}

td.article-image img{
	margin-right:12px;
	display:block;
	padding:1px;
	background:#fff;
	border:solid 1px #000;
	}

td.article-image-archive img{
	display:block;
	padding:1px;
	background:#fff;
	border:solid 1px #000;
	}

td.article-image-small img{
	display:block;
	padding:1px;
	background:#fff;
	border:solid 1px #000;
	}
	
td.right-article-image img{
	margin-left:12px;
	margin-right:0;
	}

.article-summary {
	padding-bottom: 4px;
}

p.article-byline {
	text-transform:normal;
	font-size:9pt;
	font-weight: normal;
	margin-bottom:5px;
	color:#666;
}

p.blog-byline {
        text-align:left;
	text-transform:normal;
	font-size:9pt;
	font-weight: normal;
	margin-bottom:10px;
	color:#666;


}

p.read-more-blog {
        text-align:right;
	margin-bottom:5px;
	color:#666;
        font-family:Arial,Helvetica,sans-serif;
        font-size:10px;
        text-transform:uppercase;
}

p.article-comments {
	text-transform: normal;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom:10px;
	color:#666;
}

.article-item img {
	margin-right:12px;
}

tr.department-header td {
	border-bottom:solid 1px #ccc;
	padding-bottom:0px;
	}
/*

