@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
#topbar {

height:  196px; 

width:  100%; 
background-color: transparent;
 }
 
 .smalltext{
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:10px;
	 font-color:#5c310a;
	 text-align:center;
 }
 .topmenutext1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#C99;
	font-weight:bold;
 }
 .topmenutext2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9CF;
	font-weight:bold;
 }
 .tablestyle{
	 margin: 0 0 0 20px;
	 
 }
 
  .usualtext{
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:12px;
	 font-color:#5c310a;
	 text-align:justify;
	 padding: 10px 30px 10px 20px;
 }
 .usualtext-no{
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:14px;
	 font-color:#5c310a;
 }
 .usualtext-not{
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:12px;
	 font-color:#5c310a;
 }
  #map {
	/* float: center; since this element is floated, a width must be given */
	width: 500px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 300px;
	padding: 10px 30px 10px 20px;
	font-size:12px;
}
 #subtitle{
	 position:relative;
	 
	 left: 20px;
  }
 
  
  .headingtext{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color: #622b0c;
  }
  .bigtitletext{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color: #003366;
  }
  .selecttext{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #003366;
  }
  .titletext{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	font-color:#5c310a;
	text-align:center;
	color: #622b0c;
  }
  
 a:link {
	color: #622b0c;
	text-decoration:none;
	font-weight:bold;
	}
a:visited { 
	color: #622b0c;
	text-decoration:none;
	font-weight:bold;
	}
a:hover { 
	color: #622b0c;
	text-decoration:none;
	font-weight:bold;
	}
a:active { 
	color: #622b0c;
	text-decoration: none;
	font-weight:bold;
	}
 #footer {
	 float:center;
height:  30px; 
width:  1000px; 
background: #FFF url(media/bckgr-bottom.jpg) center bottom no-repeat;
padding: 10px 0px 10px 0px;
 }
 #footer-main {
	 float:center;
height:  30px; 
width:  1000px; 
background: transparent;
padding: 0px 0px 0px 0px;
 }
 
.MenuBarItemHover{
	width: 151px;
	background: url(media/menu-cover.jpg);
	font-color: #5c310a;
}

.TabbedPanelsTabSelected{
	width: 151px;
	background: url(media/menu-cover.jpg);
	font-color: #5c310a;
}

.MenuBarActive{
	background: url(media/menu-cover.jpg);
}

.MenuBarVertical {
	width: 151px;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-color: #5c310a;
	font-size:12px;
}

#container-big{

	background: transparent url(media/site-bckgr.jpg) center top no-repeat;
}

#container-big-main{

	background: transparent url(media/site-bckgr-ihor.jpg) center top no-repeat;
}

.twoColFixLt #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #container2 { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:bottom center;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 10px 0px;
	font-size:12px;
	color: #5c310a;	
}
#sidemenu {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	font-size:12px;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 170px; /* 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. */
	width: 630px;
	
	padding: 5px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}

