@charset "utf-8";
/* CSS Document */


body {
	background: url(site_images/background.png) 0% 0% repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	
	}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}

.footer {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	
}

hr {color: #fff; background-color: #fff; border: 1px dotted #000000; border-style: none none dotted; }
/*- Menu 5--------------------------- */

.orange_border {
	background:url(site_images/orange_border.png) no-repeat;
	text-align:left;
	padding-left: 10px;
	font-size:16px;
	color:#FFF;
	font-weight:bold
}

.green_border {
	background:url(site_images/green_border.png) no-repeat;
	text-align:left;
	padding-left: 10px;
	font-size:16px;
	color:#FFF;
	font-weight:bold
}

.bold_big {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.bold_black {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.regular_text {
	font-size:12px; 
	text-decoration:none;
	font-weight: normal;
	color:#000;
	
	
}

#menu5 {
	width: 190px;
	
	}
	
#menu5 a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 a:link, #menu5 a:visited {
	color: #FFF;
	display: block;
	background:  url(VerticalMenus/menu5.gif);
	padding: 8px 0 0 10px;
	}
	
#menu5 a:hover {
	color: #FFF;
	background:  url(VerticalMenus/menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	

	
/*- Menu 6--------------------------- */
	
#menu6 {
	width: 156px;
	
	}
	
#menu6  a {
	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration:none;
	font-weight:bold;
	text-align:center
	
	
	}	
	
#menu6  a:link, #menu6 a:visited {
	color: #FFF;
	display: block;
	background:  url(VerticalMenus/menu6.gif);
	padding: 8px 0 0 10px;
	background-color:#FFF;
	
	}
	
#menu6  a:hover {
	color: #FFF;
	background:  url(VerticalMenus/menu6.gif) 0 -32px;
	padding: 8px 0 0 10px;
	background-color:#FFF;

	}

/* Round Box ----------------------------------------------------------------------*/

* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(box_images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(box_images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	background: url(box_images/sbhead-1.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(box_images/sbbody-1.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}.menu_con {
	width: 100%;
}




#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 3px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:100%;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;

padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

/*pop up window------------------------------------------*/

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-image:url(site_images/fairgrounds.png);
width:600px;
height:600px;
z-index: 9002;

}


/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}









.justify {
	text-align: justify;
}
