a img { 
border: 0; 
}  
a {
text-decoration:none;
}
body 
{
    
    background-image:url(images/bgmap.jpg);
    background-repeat:no-repeat; 
    background-position:center center;
    
	/*background-image: url(images/background.gif);
	background-repeat: repeat;*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial;
}

#divcontent
{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:center;	
}
#divmenu
{
	background-image: url(images/menubg.png);
	/*background-repeat:repeat-x;*/
	height:140px;
	text-align:left;
	z-index:100;
}
#menuarea
{
	position:relative;
	top:80px;
}
.menuitem
{
	color:Black;
	background-color:#e4cc8a;
}

/*Menu Item Classes for blue and gray*/
.menuItem1
{
    float:left;
    height:20px;
    padding:5px 5px 5px 5px;
    background-image:url(images/menuitem_gray.png);
}
.menuItem1 a
{
    text-decoration:none;
    color:White;
}
.menuItem2
{
    float:left;
    height:20px;
    padding:5px 5px 5px 5px;
    background-image:url(images/menuitem_tan.png);
}
.menuItem2 a
{
    text-decoration:none;
    color:White;
    
}
.menuItem3
{
    float:left;
    height:20px;
    padding:5px 5px 5px 5px;
    background-image:url(images/menuitem_orange.png);
}
.menuItem3 a
{
    text-decoration:none;
    color:White;
}

.dropDown
{
    border:1px solid #795C24;
    background-color:#8D7546;
    position:absolute; 
    visibility:hidden; 
    z-index:100;
    margin-top:6px;
    margin-left:-5px;
    padding:5px 5px 5px 5px;
}


.submenuitem
{
	color:#e4cc8a;
}
#heading
{
	position:relative;
	height:20px;
}
#content
{
	
/*	background-image:url(images/bg.png);
	background-repeat:repeat;*/
}




#Layer1 {
	position:absolute;
	left:6px;
	top:1px;
	width:100%;
	height:190px;
	z-index:1;
}

#Layer2 {
	position:absolute;
	left:10px;
	right:10px;
	top:144px;
	width:auto;
	height:425px;
	z-index:2;
}
#Layer4{
	position:absolute;
	left:5px;
	top:0px;
	width:747px;
	height:192px;
	z-index:4;
}
#Layer5 {
	position:absolute;
	left:156px;
	top:122px;
	width:800px;
	height:33px;
	z-index:5;
}
#Layer3 {
	position:absolute;
	left:10px;
	right:10px;
	top:144px;
	z-index:4;
}

.Yscroll /*Y axis scroll only, hide x*/
{
    overflow:scroll;
    overflow-x:hidden;
}
