﻿/* C&S CSS layout */

/* CS blue: rgb(0,158,218) */

body {
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	}	
	
img {
	border: 0;
	}

p.quiet {
	color: rgb(0,158,218);
	}

p.center {
	text-align: center;
	font-weight: normal;
	padding: 0px;
	margin: 20px 0px;
	color: inherit;
	background-color: inherit;
	}

p.left {
	text-align: left;
	}

p.copy {
	margin-left: 190px;
	text-align: center;
	font-size: x-small;
	color: rgb(192,192,192);
	}

p.indent {
	margin: 20px 20px;
	}

h1 {
	color: rgb(0,158,218);
	}


h1.thumbs {
	margin-top: 20px;
	}

h1.center {
	text-align: center;
	}

h2.center {
	text-align: center;
	}

ul.kvb * {
	list-style: none;
	}

li.linkpic {
	position: relative;
	}

span.cur-pg {
	font-weight: bold;
	color: rgb(0,158,218);
	}

#navir {
	position: relative;
	width: 170px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/*#navir span {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: top left no-repeat;
	cursor: pointer;
	}
*/
	
#navir a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #8ac;}

#navir a:hover {
	font-weight: bold;
	color: rgb(0,158,218);
	}

/*#navir a span {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: top left no-repeat;
	cursor: pointer;
	}
*/	

#masthead {
	text-align: left;
	margin: 10px 10px 0px 10px;
}

.navir {
	position: relative;
	width: 170px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/*#navir span {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: top left no-repeat;
	cursor: pointer;
	}
*/
	
.navir a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #8ac;}

.navir a:hover {
	font-weight: bold;
	color: rgb(0,158,218);
	}

/*#navir a span {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: top left no-repeat;
	cursor: pointer;
	}
*/	

#masthead {
	text-align: left;
	margin: 10px 10px 0px 30px;
}

#container {
	margin: 0px;
	max-width: 1000px;
	}

#nav {
	width: 190px;
	position: absolute;
	left: 20px;
	top: 190px;
	padding: 0px;
	text-align: center;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

#nav li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

#nav p {
	padding: 0px;
	margin-top: 40px;
	text-align: left;
	}

#content {
	margin: 0px 20px 20px 210px;
}

#splash {
	text-align: center;
	margin: 0px;
	}

#footer {
	margin: 0px;
	margin-top: 20px;
	position: relative;
	text-align: center;
	border-top: 2px #ace solid;
	}

#frame_footer {
	margin: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	border-top: 2px #ace solid;
	}

/* text-image-replacement code adapted from http://wellstyled.com/css-replace-text-by-image.html */

div.container {
	text-align: center;
	}

div.row {
	position: absolute;
	top: 0px;
	left: 100px;
	right: 100px;
	width: auto;
	color: inherit;
	background-color: inherit;
	}

p.left {
	float: left;
	text-align: left;
	font-weight: normal;
	margin: 0px 10px;
	padding: 0px;
	width: 90px;
	color: inherit;
	background-color: inherit;
	}

p.right {
	float: right;
	text-align: right;
	font-weight: normal;
	margin: 0px 10px;
	padding: 0px;
	width: 90px;
	color: inherit;
	background-color: inherit;
	}

p.footer {
	font-size: 6pt;
	text-align: center;
	width: auto;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	clear: none;
	color: #bbb;
}

p.footer > a {
	color: #ace;
	}

p.footer > a:hover {
	color: rgb(0,158,218);
	text-decoration: underline;
	}

p.label {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	color: black;
	background-color: inherit;
	border: none;
	min-width: 120px;
	}

p.slide {
	margin: 0px;
	}

.left img {
	border: none;
	}

.right img {
	border: none;
	}

div.float {
	float: left;
	color: white;
	width: 120px;
	text-align: center;
	background-color: inherit;
	padding: 0px;
	margin: 0px 10px;
	/* border: 1px outset #444; */
	}
  
div.float p {
	 margin: 0px;
	 padding: 0px;
	}

div.float img {
	border: none;
	margin: 0px;
	}

div.tile {
	margin: 0px;
	padding: 0px;
	color: inherit;
	background-color: inherit;
	/* border: 1px solid #00f; */
	}

div.tile img {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	}

/*div.float {
	border-right: 2px solid #f00;
	border-bottom: 2px solid #f00;
	border-left: 2px solid #444;
	border-top: 2px solid #777;
  }
*/

div.spacer {
	clear: both;
	}
