/* CSS Document */ 
/* layout */  

body, div, h1, h2, h3, p, ul {

padding : 0;

margin: 0;

position: relative;

}

body {

text-align:center;

margin: 0px 0px 0px 0px;

background-color: #666666;

line-height:1.8;
}

#pagewrapper {

text-align: center;

display:block;

z-index: 1000;
background-color:#000000;

background-image:url(images/backgrounds/No outer Background Image.jpg);

background-repeat:no-repeat;

background-position: top center;

}

#pagecontent {

display:block;

z-index: 1200;
margin:0px auto;

padding:0px 0px 0px 0px;

width:950px;

text-align:left;

background-color:#666666;


}

#navbar {
	width:955px;
	background-image:url(images/top_menu_bak.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 310px;
	height: 26px;
	font-weight: bold;
	z-index: 9100;
	font-size:10px;}

#navbar li {
	list-style: none;
	float: left;
	margin-right:50px;
		}

#navbar li a {
	display: block;
	padding: 3px 5px;
	color: #000;
	text-decoration: none; }

#navbar li ul {
	display: none; 
	width: 12em; /* Width to help Opera out */
	background-color: #886f4f;}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	z-index: 9100;
	position: absolute;
	margin: 0;
	padding: 0; }

#navbar li:hover li, #navbar li.hover li {
	z-index: 9400;
	float: none; }

#navbar li:hover li a, #navbar li.hover li a {
		width: 12em; /* Width to help Opera out */
	z-index: 9500;
	background-color: #886f4f;
	color: #ccc; }

#navbar li li a:hover {
		width: 12em; /* Width to help Opera out */
	background-color: #a1763e; }

/* endlayout */

/* textstyles */  

a:link{

text-decoration:none;

font-weight:normal;}

a:visited{

text-decoration:none;

font-weight:normal;}

a:hover{

text-decoration:none;

font-weight:normal;}

a:active {

text-decoration:none;

font-weight:normal;}

body {

text-align:left;
font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 14px;

color: #000000;

}

p {

font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 14px;

color: #000000;

}

div {

font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 14px;

color: #000000;

}

h1 {

font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 28px;

color: #FFFFFF;

margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
line-height: 1.0;
z-index:2;
}

h2 {

font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 24px;

color: #FFFFFF;

line-height: 1.0;
}

h3 {

font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 20px;

color: #FFFFFF;

line-height: 1.0;
}

h4 {

font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 16px;

color: #FFFFFF;

line-height: 1.0;
}

h5 {

font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 14px;

color: #FFFFFF;

line-height: 1.0;
}

h6 {

font-family: Trebuchet MS, Helvetica, sans-serif;

font-size: 12px;

color: #FFFFFF;

line-height: 1.0;
}

/* endtextstyles */

/* addlcss */#menu {
	width: 150px;
	z-index: 9500;
}
 
/*Main Menu*/
#menu ul {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}
#menu ul li {
	height: 30px;
	line-height: 30px; 
	list-style: none; 
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
}
#menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	line-height: 30px;
	width: 150px;
}
#menu ul li:hover {
	background-color: #F78C08;
	position: relative;
}
 
/*Sub Menu*/
#menu ul ul {
	display: none;
	position: absolute;
	width: 150px;
	left: 100%;
	top: 0px;
}
#menu ul li:hover ul {
	display: block;
}
 #menu ul ul li {
	width: 100%;
	float: left;
	display: inline;
} 
#menu li:hover ul li ul {
	display: none;
}
#menu ul ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 150px;
}
#menu ul ul li:hover ul {
	display: block;
}

/*Right arrow*/
#menu li.expand {
	background-image: url('images/right arrow.gif');
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

/*Call hover behavior file*/
body {
	behavior: url('cssHoverFix.htc')
}/* endaddlcss */