/* CSS Document */

        .lavaLamp {
	position: relative;
	height: 59px;
	width: 550px;
	background: url("/Images/Nav_bg.png") no-repeat top;
	padding: 15px 35px 15px 35px;
	margin: 0px 60px;
	overflow: hidden;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamp li.back {
	background: url("/Images/Nav_sel.png") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	top: 8px;
	position: absolute;
	margin-top: 23px;
                    }
                        .lavaLamp li.back .left {
                            background: url("/Images/Nav_sel.png") no-repeat top left;
                            height: 30px;
							top: 38px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
    .lavaLamp li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #FFFFFF;
	top: 30px;
	text-transform: uppercase;
	letter-spacing: 0px;
	z-index: 10;
	display: block;
	float: none;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	padding-left: 0px;


}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
   border: none;
}

#logo {
	background: transparent url(/Images/logo_03.png) no-repeat scroll left top;
	height:130px;
	left:50px;
	position:relative;
	top:10px;
	width:95px;
	float: left;
	z-index: 10;
	overflow:hidden;
}

input.btn{
	color:#000000;
	font-size:8pt;
	font-weight:200;
	background-color:#FAB75B;
	border-style: groove;
	margin-top: 4px;
}

#Navbar{
	width: 790px;
	margin:0px auto;
	border: thin none #FFFFFF;
	text-align:center;
}

#Newsletter{
	margin-top: 0px;
	width: 215px;
	background-image: url(/Images/newsletter_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	position: relative;
	float: right;
	z-index: 13;
}

#Newsletterform{
	margin-top: 65px;
	margin-left: 20px;
}

.hidden {
	position: absolute;
	top: -10000px;
}


/************Sub Nav***************/

#SubNavHeader {
	margin:0;
	overflow:hidden;
	padding:0em 0 0.8em;
	position:relative;
	width: 600px;
	display:inline;
	float: right;
}

#SubNavHeader ul {
	overflow:hidden;
	display:inline;
	float:right;
	margin:0;
}

#SubNavHeader ul li{
	display:inline;
}

#SubNavHeader ul li a{
color:#999999;
float:left !important;
margin-left:30px;
margin-right:8px;
margin-top:0.2em;
padding:0;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
}

#SubNavHeader ul li a:hover, #SubNavHeader ul li a.current{
	color:#FF8500;
	text-decoration:none;
}

#tour{
	float: right;
	color: transparent;
	border-width: 0px;
}

#tour a{
	float: right;
	border-width: 0px;
}