@charset "utf-8";
/* CSS Document */
body{
	margin: 0px auto;
	background:url(../images/back.png) repeat-x;
	color:#000;
}
#logo{
	position: absolute;
	top:5px;
	left:5px;
	width:260px;
	height:220px;
	background: url(../images/paperLogo.png) no-repeat;
}
#Main{
	margin: 0px auto;
	background: #FFFFFF url(../images/content_back.png) repeat-x;
	width:910px;
	min-height:500px;
	z-index:5;
}
#banner{
	margin: 0 auto;
	width: 1000px;
	height:100px;
	margin-top:4px;
	background: url(../images/banner.png) no-repeat;
	z-index:-25;
	text-align: center;
	color: #FFF;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: italic;
}
#Content{
	float:left;
	width:735px;
	padding:15px;
	min-height:400px;
	z-index:5;
}
#map{
	float:left;
	width:300px;
}
#Footer{
	margin: 0 auto;
	width:910px;
	height:45px;
	background:#777;
	color:#FFFFCC;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.inside{
	text-align:center;
}

.inside  a {
	color:rgb(230,230,230);
}

/** Menu Styles **/
#menu {
	float:left;
	width: 145px; /* set width of menu */
	background:  rgb(80,80,83);

} 

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

/* 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: #fff;
	background: rgb(124,120,120);
	text-transform: uppercase;
}

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

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

#menu a:hover {
	color: rgb(255,223,0);
	background: #CCC url(../images/button2-2.png);
	width:140px;
	text-transform: capitalize;
}

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

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

#menu ul ul ul {
	position: absolute;
	top: 0;
	/*left: 100%; /* to position them to the right of their containing block */
	right:100%;
	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 */
}
/** Menu Styles **/