@charset "utf-8";
/* CSS Document */

/* Main layout CSS file - contains the skeleton structure and formatting for Kemmerer Village */

/* Main Layout structure */
body {
	margin:0px 0px 0px 0px;
	text-align:center;
	background:url(../images/layout/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.8em;
}

a:link, a:visited {
	color:#2981ab;
	text-decoration:none;
	font-size:1.0em;
}
a:active, a:hover {
	color:#2981ab;
	text-decoration:underline;
	font-size:1.0em;
}

#main_container {
	width:859px;
	height:auto;
	margin:0px auto;
	text-align:left;
}

#main_container em{
	margin-left: 20px;
	text-decoration: underline;
}

#quote {
	width:250px; 
	margin-left:150px; 
}

#video{
	padding-left: 20px;
}

#quote em{ 
	text-decoration: none;
}

#gallery_img {
	width: 600px;
	margin-left: 10px;
}

#gallery_img a{
	text-decoration: none;
	border: none;
	float: left;
	padding: 10px 10px 0 0;
}

#answers a, #answers a:hover{
	text-decoration: none;
	color: #000000;
}

#answers em{
	margin-left: 0;
}

#left_column {
	width:196px;
	height:768px;
	float:left;
}

#right_column {
	width:663px;
	height:auto;
	float:left;
}

.shadow { width:663px; height:160px; }
#shadow_top { background:url(../images/layout/top_gradient_stretch.jpg) repeat-x; margin-top:0px; }
#shadow_bot { background:url(../images/layout/bot_gradient_stretch.jpg) repeat-x; height: 30px;}
.shadow_corner { width:47px; height:30px; float:right; }

.nav { width:663px; height:51px; background:url(../images/layout/nav_bg_stretch.jpg) repeat-x; }
.nav_end { width:47px; height:51px; float:right }

#content {
	width:663px;
	height:433px;
	background:url(../images/layout/content_bg.jpg) repeat-y;
}

#content_hands {
	width:663px;
	height:433px;
	background:url(../images/layout/content_bg_hands.jpg) repeat-y;
}

.button {
	width:auto;
	height:30px;
	float:left;
	text-align:center;
	margin-top:14px;
	margin-left:52px;
}
#button_bottom {
	margin-left:30px;
}

.button a:link, a:visited {
	color:#2981ab;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.button a:hover, a:active {
	text-decoration:none;
	color:#000000;
}

/* FORMATTING */
h2 {
	margin-top:0px;
	padding:20px 0 0 20px;
	font-style:italic;
}
h3 {
	padding:0px 0 0 20px;
}

p {
	padding:0px 60px 0px 20px;
}

ul {
	line-height:1.4em;
	padding-right:60px;
}
	
/* Sub Nav Boxes (popups) css */
.navbox {
	float:left;
	border-left:1px solid black;
	display:none; 
}
#navbox_about {
	margin-left:155px;
	height:60px;
	margin-top:100px; /* height and top margin must add up to 160px */
}
.nav_inner {
	margin-left:10px;
}

#image_left {

}

#image_right {
	float: right;
	padding: 3px;
	border: 1px solid #080808;
	margin-right: 50px;
}

#history_top {
	height:320px;
	overflow:auto;
	width:628px;
}
#history_top p {
	width:565px;
	padding:0px 20px 0 20px;
}
#history_nav ul {
	margin-left:40px;
}
#history_nav li {
	float:left;
	margin-left:20px;
}
#history_nav a:link, #history_nav a:visited {
	color:#2981ab;
	text-decoration:none;
	font-size:1.0em;
}
#history_nav a:active, #history_nav a:hover {
	text-decoration:underline;
	font-size:1.0em;	
}


	
p.email {
	float:left;
	width:300px;
	padding:0 0 0 0;
}

.content_nav {
	width:630px;
	overflow:auto;
	height:370px;	
} 

.content_nav ul {
	list-style:none;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	line-height:1.9em;
	float:left;
}
.content_nav li {
	float:left;
	margin-left:20px;
}
.content_nav p {
	float:left;
	margin-bottom:20px;
}
.content_nav h3 {
	/*padding:0 0 -20px 20px;*/
	padding:20px 0 0 20px;
}
.content_nav a:link, .content_nav a:visited {
	color:#2981ab;
	font-size:1.0em;
	text-decoration:none;
}
.content_nav a:hover, .content_nav a:active {
	text-decoration:underline;
	color:#2981ab;
}

.content_scroll {
	width:630px;
	overflow:auto;
	height:370px;	
}	
hr {
	background:none;
	width:500px;
	border:solid 1px;
	margin:0 0 0 20px;	
}

/* doublespaced li items */
.doublespaced {
	margin-top:1em;
}

a.another_link:link, a.another_link:visited {
	color:#2981ab;
	text-decoration:none;
}
a.another_link:hover, a.another_link:active {
	text-decoration:underline;
}

.footer_info {
	float:none;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:90px;	
}

a.bottom_button:link, a.bottom_button:visited {
	color:#000000;
	text-decoration:none;
	font-size:1.0em;
}
a.bottom_button:active, a.bottom_button:hover {
	text-decoration:underline;
	font-size:1.0em;
}

h3.history_year {
	color:#2981ab;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px; 
	margin-bottom:0px;
}

.accred_img {
	margin-left:10px;
	margin-top:10px;
}


	