@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	background:url(../images/background.png) no-repeat fixed center;
	font-family: arial, verdana, helvitica;
	font-size:11px;
	
	
}
	
#header{
	margin:0px auto;
	margin-top:0px;
	width:1000px;
	height:312px;	
}

#scrollpics {
	position:relative;
	top:-5px;
	left:5px;
	width:970px;
	height:240px;
	overflow:hidden;
	z-index:-200;
	background:url() no-repeat;	
}

#banner {
	margin:0px auto;
	margin-top:0px;
	margin-bottom:70px;
	width:100%;
	height:312px;
	background:url(../images/banner.png) no-repeat;
	z-index:200;
}
	
#main{
	margin:0px auto;
	width:990px;
	min-height:720px;
}

#container {
	margin-top:20px;
	width:160px;
	height:100%;
	float:left;	
}

#menu{
	float:left;
	width:160px;
	min-height:300px;
	background:url(../images/menubg.png) repeat-x;
}	

#menutab{
	background:url(../images/menutab.png) no-repeat;
	height:26px;
	width:160px;
	float:left;
	margin-top:-26px;
	padding-top:7px;
	text-align:center;	
}


#content{
	float:left;
	width:640px;
	min-height:500px;
	margin-top:-30px;
	padding:10px;
	z-index:1000;
}

#side{
	float:left;
	width:130px;
	height:517px;
	background:url(../images/side_art.png) no-repeat;
	margin-left:5px;
	margin-top:-110px;	
}


#map{
	margin:0 auto;
	padding:0px;
	width:500px;
		
}


a:link {
	color:#000000;
	text decoration:none;	
}

a:visited {
	color:#000000;
	text-decoration:none;	
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

/** Menu Styles **/
#menu {
	float:left;
	width: 160px; /* set width of menu */
	background: background:url(../images/menubg.png) repeat-x;
	min-height:300px;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	width:160px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 4px 2px;

}

#menu h2 a {
	color: #777;
	background: rgb(124,120,120);
	text-transform: uppercase;
}

#menu h2 {
	color: #fff;
	background: rgb(124,120,120);
	text-transform: uppercase;
}

#menu a {
	color:#000;
	background: url(../images/button2-1.png);
	text-decoration: none;
	text-transform:capitalize;
	width:155px;
}

#menu a:hover {
	color: rgb(195,47,47);
	background: #777;
	width:155px;
	text-transform: capitalize;
}

#menu a:active {
	background: #777 url(../images/button2-3.png);
	width:155px;
	text-transform: capitalize;
}

#menu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
	width:155px;
} 

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /*to position them to the left of their containing block */
	width: 100%; /* width is based on the containing block */
	
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display: block;
	
}

#menu .submenu{
	margin-left: 6px;     /* for right side popups  */
	/*margin-right:6px;*/ /* for left side popups */
	background: #b5b5b5;
	width:160px;
}
/** Menu Styles **/
	