@charset "utf-8";
body { /* High Contrast Pages */
	text-align: center;
	background: #000000;
	/*background-image: url(../assets/main/background.jpg);
	background-attachment: fixed;*/
}

/* Content of entire page */
#content {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	border-style: 0px;
	background: #000000;
	color: white;
	text-align: center;
}

/* Header image */
#header {
	width: 840px;
	height: 210px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
}
/* Main Menu */
#menu {
	width: 820px;
	height: 60px;
	margin: 0px 0px 0px 0px;
}
/* Side Menu */
#monument {
	width: 100px;
	float: left;
	margin: 15px 0px 0px 0px;
	text-align: right;
	font-size: 14pt;
}
/* Menu */
.menu {
	border-right: 1px solid #C9A46D;
	text-decoration: none;
    background-color: #000000;
   	padding: 5px;
   	color: white;
   	font-size: 14pt;
   	font-weight: bold;
	text-align: right;
	font-family: Times New Roman;
}

.menu:hover {
    background-color: #CC0099;
	color: #FFFFFF;
}

#main { /* Holds information of each page */
	width: 700px;
	float: right;
	border: 0px solid;
	margin: 15px 10px 15px 0px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
}

table {
	background-color: #000000;
	text-align: right;
	color: #C7A46C;
	border: 0px solid;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

tr {
	height: 60px;
}

img {
	border: 0px;
	padding: 5px;
}

p {
	text-align: left;
	padding: 10px;
	color: #FFFFFF;
	font-size: 20px;
}

h1 {
	color: #FFFFFF;
	font-size: 30pt;
}

h4 {	
	color: #FFFFFF;
	font-size: 14pt;
}
/* Table layout on Monuments page */
.monuments {
	border: 0px;
	background-color: #;
	width: 600px;
	text-align: left;
}
/* Links in High Contrast Pages */
a:link {
	color: #E6E600;
	font-size: 12pt;
} 
     
a:visited {
	color: #E6E600;
	font-size: 12pt;	
}

a:hover {
	color: #E6E600;
	font-size: 12pt;
}

a:active {	
	color: #E6E600;
	font-size: 12pt;
}

li { /* List items on Monuments page */
	text-align: left;
	padding: 5px;
}
/* Rollover Images */
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ 
	position: absolute;
	background-color: #C9A46D;
	padding: 5px;
	left: -1000px;
	border: 1px solid #481B22;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ 
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ 
	visibility: visible;
	top: 0;
	left: 60px; 
}