@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg.jpg);
}
#main-container{
	margin:0 auto 0 auto;
	width:1000px;
}
#map-wrapper{
	background:url(../images/map-border-bg.png) repeat;
	padding:5px; 
	overflow:hidden;	
}
#map-watercolor {
	width: 990px;
	height: 700px;
}
#map-roads {
	width: 990px;
	height: 700px;
}
#monument-details {
	width: 920px;
	min-height: 700px;
	padding:5px 40px;
	background:url(../images/map-border-bg.png) repeat;
	overflow:hidden;
	color:#3f3612;
}

/* Page Titles */
.main-title{
	width:1000px;
	height:115px;
	background:url(../images/main-title.png) no-repeat;
	margin-top:30px;
}
.secondary-title{
	width:1000px;
	height:75px;
	background:url(../images/secondary-title.png) no-repeat;
	margin-bottom:10px;
}

/* Footer */
.footer{
	width:1000px;
	height:148px;
	padding:5px 0 5px 0;
	background:url(../images/map-border-bg.png) repeat;
	margin-top:5px;
	margin-bottom:60px;
}
.footer a{
	text-decoration:none;	
}
.footer-logo{
	width:120px;
	height:148px;
	background:url(../images/hellenic-college-logo.png) no-repeat 25px 5px;
	float:left;
}
.footer-about{
	width:880px;
	height:148px;
	float:left;
}
.footer-about-text-line{
	width:880px;
	height:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#584d20;
}
.footer-about-space-line{
	width:880px;
	height:8px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#584d20;
}

/* Maps Menu */
.hor-menu-wrapper{
	width:1000px;
	overflow:hidden;
	margin-bottom:5px;
}
.hor-menu-wrapper ul#maps-menu{
	float:right;
	width:100%;
	padding:8px 0 5px 0;
	margin:0;
	list-style-type:none;
	background:url(../images/map-border-bg.png) repeat;
}
.hor-menu-wrapper ul#maps-menu a{
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	color:#584d20;
	/*background-color:purple;*/
	padding:2px 10px 2px 10px;
	border-right:1px solid #584d20;
}
.hor-menu-wrapper ul#maps-menu a#rightmost{
	border-right:none;
}
.hor-menu-wrapper ul#maps-menu a:hover {
	background:url(../images/map-border-bg.png) repeat;
	text-decoration:underline;
}
.hor-menu-wrapper ul#maps-menu li {
	display:inline;
}

/* Maps InfoWindow */
.infowindow-wrapper {
    display:none;
	padding:0px;
}
.infowindow-wrapper .con {
	overflow:hidden;
	width:300px;
	height:200px;
	padding:20px;
	background-color:#999 !important;
}
.infowindow-wrapper .con h1{
	margin:0px !important;
	padding:0px !important;
}

/* Monument Details */
#monument-details h1{
	font-size:30px;
	font-weight:bold;	
}
#monument-details h2{
	font-size:26px;
	font-weight:bold;	
}
#monument-details p{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-weight:plain;
	line-height:26px;
	text-align:justify;
}
#monument-details #left-content{
	width:600px;
	float:left;
	margin-right:20px;
}
#monument-details #right-content{
	width:300px;
	float:left;
	padding-top:20px;
}
#monument-details #right-content figure{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}