/* @override 
	http://localhost/css_09/page_css/articles.css
*/

/* CSS for Interiors */

#navArticles {
	background: url(../images/nav_icon.gif) no-repeat right top;
}
#navArticles a:link, #navArticles a:visited {
	color: #457E80; /* #FFBE2C; */
}
#subNavGallery {
	display: none;
}
.articleInfo {
	display: block;
	padding: 0;
}
#articleLinks {
	height: 35px;
}
#articleLinks p {
	margin:  0 0 0 18px;
	display: inline;
}
/*  ------------------------------------------------------------  */
/*  PAGE NAV - used in Photo Gallery & Articles to break out sections in the right column  */
/*  ------------------------------------------------------------  */

#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	display: block;
	list-style: none;
	margin: 10px 0 0 0;	
}
#secondaryText {
	padding-left: 20px;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	display: block;
}
#titleAndPhoto {
	width: 360px;
}
#titleAndPhoto p {
	padding: 0 0 0 20px;
}
#content {
	margin-top: 40px;
}
.imgBorder1 {
	margin: 0 10px 5px 10px
}
* html h3 {
	margin: 0 0 12px 0; /* this is to make up for the fact IE won't pad freaking images - this lines it up with the compliant browsers by adding more margin (padding needed for the background image) */
}
.publication {
	display: block;
	text-align: right;
}
.pdf {
background: url(../ui/pdf_icon.gif) no-repeat top left;
}
.webLink {
background: url(../ui/web_link_icon.gif) no-repeat top left;
}