/* CSS Document */

body {
	color: black; 
	background-color: linen;
	link: blue;
	vlink: purple;
	alink: red;
	text-align: center;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
img {
	border:0;
}
hr {
	width: 25%;
	height: 2px;
	border-width:0;
	color: gray;
	background-color: gray;
}

.rscontent {
	width:100%;
	min-width: 640px;
	min-height:400px;
	/*position:relative;
	left: 136px;*/
	margin:0 auto;
	}
	
h1 {
	font-size: 24px;
}
	
.bgwhite {
	color:black;
	background-color: linen;
}

div.rscontent {
	text-align:center;
	margin:0 auto;
	float: none;
}
.rsfooter {
	clear:both;
	padding-top: 15px; 
	width: 100%;
}

.rsfooter p {
	font-size: small;
	font-weight: bold;
	margin: 8px 0 15px 20px;
	}

.solnotes 	{
	margin:5px auto;
	width: 800px;
	}
	
.clear {
	clear: both;
	}
	
.solnotes {
	width: 600px;
	margin: 10px auto 5px;
	}
	
.solnotes img	{
	margin-right:10px;
	display: block;
	float:left;
	margin-top: 5px;
	}
	
.solnotes p{
	font-size: small;
	margin-top:10px;
	margin-bottom:5px;
	}
	

/* .gallery is used in image gallery pages, .imageframe in image pages */

/* take this out for grins
.solcontent {
	min-width:835px;
}
*/
.gallery {
	float: none;
	width:960px;
	font-size: small;
	font-weight: bold;
	vertical-align:top;
	border: 0;
	margin: 0 auto;
	font-size: small;
	text-align: center;
	clear: both;
	padding: 5px 0 5px 0;
	margin-top: 3px;
}

div.galleryrow {
	display: table;
	text-align: center;
	padding: 0 2px;
	float: none;
	clear: both;
}

div.galleryrow h2{
	/* RH Overridden in list.css */
	margin: -5px 0 4px 0;
	text-align:center;
	clear: both;
}

div.galleryrow h3{
	margin: -5px 0 4px 0;
	text-align:left;
	clear: both;
}

div.galleryrow img {
	vertical-align:top;
}
/* .image is used inside gallery pages */	
	

div.imagegroup {
	display: table-row;
/*	float: left; */
	text-align:center;
	display:table-cell;
	padding: 2px;
}

div.image {
/*	float: left; */
	text-align:center;
	margin: 2px 0;
	display:inline;
}

div.image img {
	float: none;
	border: thin black solid;
}
div.image p, div.imagegroup p {
	text-align:center;
	font-weight: normal;
	width: 300px;
	margin: 1px auto 4px;
}

div.newsection {
	padding-top: 8px;
}

div.onlyone, div.onlyone div.image {
	float: none;
	text-align: center;
}

div.shortrow {
	margin-left: 204px;
}

.solminihd {
	width: 600px;
	margin: 4px auto;
	padding: 0;
}

div.solminihdlable {
	float: left;
	width: 4em;	
	margin: 0;
	padding: 0;
}
	
div.solminihddesc {
	float: left;
	width: 12em;	
	margin: 0;
	padding: 0 0 0 0.5em;
}
	
.solminihdlable p,
.solminihddesc p	{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}
	
.solminihdlable p {
	font-size: small;	 
	font-weight: bold;
	text-align: right; 
	line-height: 1.5em;
	}

.solminihddesc p	{
	font-size: small;	 
	text-align: left;
	}
		
.solcontent p.solhead {
	font-size:medium;
	font-weight:bold;
	margin: 0.75em 0 0 0;
	}

.rslistout {
	/* list column semi liquid */
	margin: 10px auto;
	text-align:center;
	}
	
.rslistwrap {
	/* list column semi liquid */
	}
	
.rslist {
	/* list column semi liquid */
	vertical-align:top;
	width: 400px;
	}
	


dl {
}

dt {
	margin: 14px auto 6px;
	font-size: 24px;
	font-weight: bold;
}

dd {
	font-size: 16px;
	margin: 4px auto 2px;
}
	
a {
	text-decoration: none;
}

p.bigger {
	font-size:24px;
	font-weight:bold;
}