/* CSS Document */
body {
  font-family:Verdana, Trebuchet, Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #ffffff;
}
.H1 {
  	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 30px;
}

.H2 {
	font-size: 14px;
	line-height: 17px;	
}


.H3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	vertical-align: baseline;
	text-align: left;
	color: #c9ac68;	
}
.H4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 5px;
	text-align: left;
	color: #d5d6e1;
}

.bg1, .bg2, .bg3, .bg4, .bg5 {
	font-family:trebuchet ms;
	height:400px;
	vertical-align:top
}
.selected {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #c9ac68;
	text-decoration: underline;
}
.thumbnail {
	cursor: pointer;
	cursor: hand;
	text-align: center; 
	vertical-align: middle;
	background-color: #424d68;	
}
.bg1 {
	background:url('../images/homepage/home_glass.jpg') no-repeat
}
.bg2 {
	background:url('../images/homepage/home_barn.jpg') no-repeat
}
.bg3 {
	background:url('../images/homepage/home_spire.jpg') no-repeat
}
.bg4 {
	background:url('../images/homepage/home_close.jpg') no-repeat
}
.bg5 {
	background:url('../images/homepage/home_chimney.jpg') no-repeat
}
.header {
	background:url('../images/headerfade.jpg') repeat
}
.footer {
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #cccccc;
}
.head_tag, .head_tag_link {
  	font-family:Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	color: #d5d6e1;	
}
.text, .text_link {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	text-align: justify;
	color: #d5d6e1;	
}
 a.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #d5d6e1;
	text-decoration: none;
}
a.text_link, a.head_tag_link {
	text-decoration: underline;
	padding: 0px;
}
a.head_tag_link:hover, a.navigation:hover,a.text_link:hover {
	color: #c9ac68;
}