body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #4B2709;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	width: 944px;
	text-align: left;
	margin: 0px auto 0px auto;
}
#header {
	background-image:url(../Images/new_top.png);
	background-repeat:no-repeat;
	/*-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;*/
	height: 250px;
}
#nav1
{
width: 944px;
height: 30px;
background-image:url(../buttons/nav_bg.jpg);
background-repeat:repeat-y;
margin-top: 0px;
}
#lft {
	width: 221px;
	float: left;
	margin-top: 30px;
	padding: 0px;
}
#content {
	margin: 30px 0 0 250px;
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(../Images/bgcell.gif);
}
#image {
	width: 140px;
	float: left;
	padding: 15px 10px;
}
#footer {
	padding: 5px;
	color: #ffffff;
	height: 50px;
}
.footer {
	padding: 5px;
	font-size: 10px;
	color: #ffffff;
	text-align:center;
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color:#0000FF;
	margin: 0;
	padding: 20px 10px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 100%;
}
#content p {
	line-height: 130%;
}
.photos
{
display:inline;
}
a.footer:link {color: #ffffff; font-size: 10px; text-decoration: underline;}
a.footer:visited {color: black; font-size: 10px; text-decoration: underline; }
a.footer:hover {color: black; font-size: 10px; text-decoration: underline;}
a.footer:active {color: purple; font-size: 10px;} 
/*#nav a:link { 
	color: #000000;
	padding-left: 25px;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #653936;
	text-decoration: none;
	font-weight: bold;
}*/

/* navigation */
@charset "UTF-8";

/**
 * 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;
 padding-bottom: 1px;
 font: 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul.dropdown li {
 float: left;
 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;
}
ul.dropdown li a {
 display: block;
}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 20px 7px 14px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {
padding: 0 0px 0 0px;
	 color: #3A2E00;
	}
	
	ul.dropdown ul a {
	 padding: 0px 0px 10px 0px;
	 line-height: 1em;
	 width: 151px; /* Especially for IE */
	}

	ul.dropdown ul a:hover {
	 color: #6981B6;
	}

	ul.dropdown a.open {
	 color: #6981B6;
	}

	ul.dropdown ul a.open {
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 color: #6981B6;
	}

	ul.dropdown ul li:hover > a.dir {
	 color: #fff;
	}
	ul.dropdown {
	margin-top: 2px;
 font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 width: 100%;
}

	ul.dropdown li {
		float: left;
 		line-height: 2em;
 		vertical-align: middle;
 		margin-left: 18px;
 		margin-right: 10px;
 		text-align: center;
 		zoom: 1;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #4B2709; text-decoration: none; }
	ul.dropdown a:hover		{ color: #151100; text-decoration:none;}
	ul.dropdown a:active	{ color: #151100; }

/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	text-align:left;
	 width: 180px;
	 background-image:url(../buttons/system.jpg);
	 margin-top: -1px;
	 color: #fff;
	 font-size: 11px;
	 text-transform: none;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #fff;
		 text-align:left;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #4B2709; }
		ul.dropdown ul a:hover { color: #000; text-decoration: underline; }
		ul.dropdown ul a:active { color: #4B2709; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

h1
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: black;
	font-weight: normal;
	margin: 0;
}
h2
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
h3
{
text-align: inherit;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

h4
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
h5
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: black;
	font-weight: normal;
}
h6
{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration:underline;
}
h7
{

}
p
{
font-size: 15px;
}
.red
{
font-size: 24px;
font-weight: bold;
color:#FF0000;
}
a:link 
{ text-decoration: underline; font-size: 16px; color: #000000; }
a:hover { text-decoration: none; font-size: 16px; color: black; }
a:visited { text-decoration: underline; font-size: 16px; color: red; }
td.btm
@charset "UTF-8";
#1 {
background-image: url(../Images/INDEX/bannerbg.jpg);
FONT-WEIGHT: BOLD;
FONT-SIZE: 14px;
COLOR: 32CD32;
BORDER: Single;
}
#marquee
{
position: relative;
left: 300px;
width: 400px;
height: 30px;
}
.style3
{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration:underline;
}
.style4
{
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
.style5
{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding-left: 9px;
}
.style6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align: left;
}
.style7
{
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}
.scrolling {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFF00;
	font-weight: normal;
	text-align: center;
}
ul.plain
{
	width: 649px;
	padding: 4px;
	margin-left: 1em;
	list-style-type: none;
}
ul.plain li.empty {
		padding: 5px 0px 5px !important;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #000000;
		list-style-type: none;
		background-image: none;
}
.plain
{
	width: 649px;
	padding: 4px;
	margin-left: 1em;
	list-style-type: none;
	margin-bottom: .2em;
	margin-top: .3em;
}

ul.plain li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	list-style-image: none;
   	background-image:url(../images/bullet_plain.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left : 1em;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 1em;

}
ul.plain li ul li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	list-style:none;
   	padding-left : 1em;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 1em;

}
ul.plain ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	list-style:none;
   	padding-left : 1em;
	background-image:url(../images/bullet_plain.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 1em;

}
ul.plain ul li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	list-style:none;
   	padding-left : 1em;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 1em;

}
.info
{
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
a.info:link {color: #4b2709; 
text-decoration: underline;
background-image:url(../buttons/info.jpg); 
background-repeat: repeat-y; 
margin: 0px 4px 0px 4px;
}
a.info:visited {color: black; text-decoration: underline; background-image:url(../buttons/info.jpg); 
background-repeat: repeat-y; }
a.info:hover {color: black; text-decoration: underline; background-image:url(../buttons/info.jpg); 
background-repeat: repeat-y;  }
a.info:active {color: purple; background-image:url(../buttons/info.jpg); 
background-repeat: repeat-y; } 

#increte
{
	margin: 0 25px 0 25px;
	width: 0;
	padding: 5px;
}
p.solid {
border-color:#4b2709;
border-style: solid;
padding: 10px; 

}

/* Photo gallery */
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 0px;
    border: 10px solid #9b5a54;
    background-color: #9b5a54;
    z-index:1002;
    overflow: hidden;
}

.close{
vertical-align: top;
text-align:right;
text-decoration:none;
color: #000000;
}
/* Photo gallery TRY 2*/
hr {
 margin: 1em;
 clear: both;
 display: block;
}
iframe {
 float: left;
 margin-right: 1em;
}
/*img {
 padding: 3px;
 margin: 0 1em 0 1em;
}*/
div.lb img {
 margin: 100px auto 0 auto;
 padding: 2em;
 background: #fff;
}

/** Here's where the magic happens **/
div.lb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 950px;
  width: 100%;
  text-align: center;
  background-image: url(../images/screen.png);
}
div.lb:target {
  display: block;
}

/** IE doesn't support :target, so we use CSS expressions **/
div.lb {
  display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}

.small
{
font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:9px;
}