@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
}
body {
	background-repeat: repeat-x;
	margin: 0;
	background-color: #d1cbc4;
}
#home{
	background-image: url(images/keystone-bg.jpg);
}
#content{
	background-image: url(images/content-bg.jpg);
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 100px;
	padding-top: 30px;
	text-align: center;
}

#nav {
	text-align: center;
	height: 29px; /* This allow 1px keyline at top */
	width: 960px;
	border-top: thin solid #4e4437;
}
#nav ul {
	margin: 0;
}
#nav li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	line-height: 30px;
	font-size: 11px;
}
#nav li a{
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
#nav li a:hover {
	font-weight: bold;
	color: #333333;
}

#feature {
	height: 290px;
	background-color: #3d3931;
	background-image: url(images/keystone-1.jpg);
	margin: 0;
	z-index: -1;
	float: left;
}
#featurecontent {
	height: 225px;
	position: absolute;
	padding: 65px 0 0 35px;
}
#featurecontent h1{
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 32px;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0;
}
#featurecontent p{
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 16px;
	line-height: 18px;
	color: #cccccc;
}
#contenttitle {
	height: 55px;
	background-color: #3d3931;
	background-image: url(images/content-header-1.jpg);
	margin: 0;
	padding: 90px 0 0 10px;
}
#contenttitle h1{
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 24px;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0;
}
#featurepanels{
	height: 286px;
	margin: -17px 0 0 0;
	float: left;
	background-image: url(images/panels.png);
	width: 810px;
	padding: 0 75px;
}
.link {
	float: left;
	width: 270px;
	height: 286px;
}
#thumbcontainer {
	margin: 20px 0 0 0;
	width: 310px;
	float: left;
}
#rightcol {
	margin: 20px 0 0 0;
	width: 460px;
	float: left;
	padding: 0 10px;
}
.lrgimage {
	height: 360px;
	width: 440px;
	border: 10px #FFFFFF solid;
	overflow: hidden;
}
.thumbnails {
	height: 100px;
	width: 125px;
	border: 10px #FFFFFF solid;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}
#textcontainer {
	margin: 20px 0 0 0;
	width: 460px;
	float:right;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.fullwidth {
	margin: 20px 0 0 0;
	width: 100%;
	float:right;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
#textcontainer .intro{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4e4437;
	margin: 0;
}
#textcontainer .quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #4e4437;
	margin: 0;
}
#textcontainer .name{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #4e4437;
	margin: 0;
}
#textcontainer a{
	color: #4e4437;
}
#subnav {
	margin: 20px 0 0 0;
	width: 170px;
	float: left;
}
#subnav ul{
	margin: 0;
	padding: 0 0 0 10px;
}
#subnav li{
	list-style-type: none;
}
#subnav li a{
	display: block;
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 32px;
}
#subnav li a:hover{
	font-weight: bold;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	height: 40px;
	background-image: url(images/keystone-signoff.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 40px 0 0 0;
	text-align: center;
	margin: 20px 0 0 0;
}
#footer a{
	color: #666666;
}
.clear {
	clear: both;
}