/* File wiegert2.css */
/* Enter new styles here, or override styles from file 'wiegert1.css' */


/*Define behaviour that is inherited by all left column lists (menus) */
#leftcol ul {
	display:block;
	list-style:none;
	background-color:#fff;
	border:1px solid #609;
	border-top:1px solid #609;
	text-align: center;
	padding:0;
	margin:0 0 12px 0;
}

#leftcol li {
	display:block;
	background-color:#fff;
	text-align: center;
	font-weight:bold;
	line-height:2.0em;
/*	padding: 3px 0 3px 0; */
	padding:2px; 
	margin:0px;
	border-bottom: 1px solid #999999;
	}

#leftcol li a:link {
	color: #609;
	text-decoration: none;
	margin:0px;
	display:block;
	}
	
#leftcol li a:visited {
	color: #609;
	text-decoration: none;
	margin:0px;
	display:block;
	}

#leftcol li a:hover {
	display:block;
	color:#fff;
	background-color: #9966CC;
	margin:0px;
	}

#leftcol .last-in-list {
border-bottom:none;
}

.centered-text {
text-align:center;
}

.research p {
text-indent:12px;
text-align:justify;
}

.page-title {
color:#000;
text-align:left;
}

.banner-area1 {
display:block;
padding:4px;
margin:0;
border:2px solid black;
/*background-color: #CCCCFF; */
/*background-image:url(images/layout/shoemaker-levy.jpg); */
background-image:url(Pinery2.png); 
background-position:top;
background-repeat:no-repeat;
}
.banner-area2 {
display:block;
padding:4px;
margin:0;
border:2px solid black;
/*background-color: #CCCCFF; */
/*background-image:url(images/layout/shoemaker-levy.jpg); */
background-image:url(meteorcrater.png); 
background-position:top;
background-repeat:no-repeat;
}

.banner-images {
display:block;
float:right;
text-align:center;
width:200px;
margin:auto;
padding:2px;
}

.banner-images img {
display:inline;
padding:2px;
margin-top:4px;
border:1px solid #999;
}

.banner-contacts1 {
display:block;
width:280px;
margin:10px;
border:4px solid white;
padding:4px;
}

.banner-contacts2 {
display:block;
width:240px;
margin:10px;
border:4px solid white;
padding:4px;
}

.banner-contacts h2 {
color: #FFFFFF;   /*#CC99CC;*/
text-align:center;
}

.banner-contacts ul {
list-style:none;
color:#FFFFFF;
}


.banner-contacts ul li{
list-style:none;
color:#FFFFFF;
}


.banner-text {
font-size:14px;
color: #333333;
text-align:center;
}


.centered-images {
text-align:center;
margin:auto;
padding:2px;
}

.centered-images img {
display: inline;
padding:2px;
margin-top:4px;
border:1px solid #999;
}

.mainpage-body {
display:block;
margin:0;
padding:0;
}

.mainpage-body p {
text-align:center;
}

/* try a table approach for the research images and captions. */
/* This has been given a width that only fits in a full width page
as in the div 'threecol' at the bottom of Pauls main page 
*/
table.research-table {
width:750px;
border:1px solid #000;
border-spacing:0;
border-collapse:collapse;
margin-bottom:10px;
}

.research-table td {
border:1px solid black;
margin:0;
padding:4px;
line-height:1.0em;
}

.research-table td p{
font-size:14px;
}

.research-table td h2{
font-size:16px;
line-height:1.5em;
color:#003399;
}

.research-table td img{
padding:0;
margin:0;
margin:auto;
}


/* Column one */
.rescol-1 {
width:170px;  /* same width as leftcol */
text-align:left;
background-color:#888;
}

/* Column two */
.rescol-2 {
width:570px;
text-align:center;
font-size:10px;
}

