@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bg.gif);
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {  
	
	background: url(../img/banner.png) repeat-x center left;
	margin: 0px;
	width: 780px;
	height: 150px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 15px 2px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#right1{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px dashed black;
background-image: url(../img/books.png);
background-repeat: no-repeat;
background-position: bottom right;
float: right;
width: 250px;
height: 150px;
padding-left: 5px;
}

div#right2{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px dashed black;
background-image: url(../img/gallery.png);
background-repeat: no-repeat;
background-position: bottom right;
float: right;
width: 250px;
height: 150px;
padding-left: 5px;
}

div#left1{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px dashed black;
background-image: url(../img/archaeology.png);
background-repeat: no-repeat;
background-position: bottom right;
float: left;
width: 250px;
height: 150px;
padding-left: 5px;
}

div#left2{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px dashed black;
background-image: url(../img/video.png);
background-repeat: no-repeat;
background-position: bottom right;
float: left;
width: 250px;
height: 150px;
padding-left: 5px;
}

div#spacer{
border: 0px dashed black;
width: 480px;
height: 10px;
float:left;
}

div#spacerr{
border: 0px dashed black;
float: right;
width: 250px;
height: 10px;
}

div#spacerl{
border: 0px dashed black;
float: left;
width: 250px;
height: 10px;
}

div#maincontent{
	border: 1px dashed black;
	float: left;
	width: 510px;
	height: 640px;
	overflow-y: scroll;
	padding: 5px;
}

table#ta {
border: 0px solid #000000;
width:500px;
}

#td { border: 1px solid #000000; }

table#warh {
border: 0px solid #000000;
width:500px;
border-collapse: collapse;
background-image: url(../war/cro/hb_coa_1.png); 
background-repeat: no-repeat;
background-position: 50% 50%;
}

table#wars {
border: 0px solid #000000;
width:500px;
border-collapse: collapse;
background-image: url(../war/srb/rs_coa_1.png); 
background-repeat: no-repeat;
background-position: 50% 50%;
}

td { border: 0px solid #000000; }

th { border: 0px solid #000000; }

#ref
{
padding-left: 16px;
padding-right: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
align: justify;
} 

A:link {
text-decoration: none;
color:#000000;
}
A:visited {
text-decoration: none;
color:#000000;
}
A:active {
text-decoration: none;
color:#000000;
}
A:hover {
color:#000000;
text-decoration: underline overline; color: red;
}

v\:* { behavior:url(#default#VML); }

#map { 
    height: 400px;
	width: 500px;
	border: 1px solid gray;
	margin-top: 8px;
	margin-left: 8px;
	overflow: hidden;
}

#largemap { 
    height: 500px;
	width: 780px;
	border: 1px solid gray;
	margin-top: 8px;
	margin-left: 8px;
	overflow: hidden;
}

.button {
	width: 100px;
	border: 1px solid #565;
	background-color:#F5F5F5; 
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	text-align:center;
	font-size:smaller;
}
.button:hover {
	background-color: white;
}

.infowindow { font-size: smaller;
	text-align: left;
}


.arrowlistmenu{
width: 210px; /*width of menu*/
padding-top: 0px;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
background: url(../img/titlebar.png) repeat-x center left;
margin-top: 0px;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0px 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: 8px Arial;
color: #A70303;
background: url(../img/ljiljan.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

#img{
	padding:2px;
    border:0.5px dashed #021a40;
}
#imgwc{
	padding:2px;
    border:0px dashed #021a40;
}

div#nav{
	height:50px;
	width:780px;
}
