/* CSS Document */

.NavSel {
	position: absolute;
	height: 49px;
	width: 550px;
	padding: 0px 35px 5px 35px;
	margin: 0 0 0 530px;
	overflow: hidden;
}
.NavSel li {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
}
.NavSel li a {
	text-decoration: none;
	color: #f6ffe0;
	top: 0px;
	z-index: 10;
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: lighter;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	padding: 20px 0px 0 0px;
	height: 50px;
	margin: 0 40px 0 0px;
	letter-spacing: 2px;
}
.NavSel li a:hover, .NavSel li a:active {
	border: none;
	background-image: url(../Images/NewSite2011/images/Nav_hover_bar_04.jpg);
	background-repeat: repeat-x;
	color: #EBF4DC;
}

.NavSel li a:visited {
	clear:both;
	
}

        .lavaLamp {
	position: relative;
	height: 49px;
	width: 550px;
	padding: 0px 35px 5px 35px;
	margin: 0px auto;
	overflow: hidden;
        }
                .lavaLamp li {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
                }
                    .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 {
	height:160px;
	left:140px;
	position:relative;
	top:5px;
	width:105px;
	float: left;
	z-index: 10;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image: url(../Images/NewSite2011/images/logo_13.png);
}
#Name {
	height:30px;
	left:140px;
	position:relative;
	top:15px;
	width:275px;
	float: left;
	overflow:hidden;
	background-image: url(../Images/NewSite2011/images/Nav_Name_08.png);
	background-repeat: no-repeat;
}

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:70px 0 0 130px;
	overflow:hidden;
	padding:0em 0 0.8em;
	position:relative;
	display:inline;
	float: left;
	height: 50px;
}

#SubNavHeader ul {
	overflow:hidden;
	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:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	text-decoration: none;
}

#SubNavHeader ul li a:hover, #SubNavHeader ul li a.current{
	color:#5B695E;
	text-decoration:none;
	font-style: normal;
}

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

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

.submitbutton {
	-moz-border-radius:26px 26px 26px 26px;
	-moz-box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.24);
	border-bottom-left-radius: 26px 26px;
	border-bottom-right-radius: 26px 26px;
	border-top-left-radius: 26px 26px;
	border-top-right-radius: 26px 26px;
	-webkit-box-shadow: #BBB 0px 2px 4px;
	background:#B0D47C;
	border:4px solid #DCE6CD;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	padding:5px 12px 7px;
	text-shadow:-1px -1px 3px rgba(0, 0, 0, 0.31);
	cursor:pointer;
}
.submitbutton:hover{
	-moz-box-shadow:1px -1px 1px rgba(255, 255, 255, 0.81);
	background-color:#A3C770;
}

.submitbuttonorange {
	-moz-border-radius:26px 26px 26px 26px;
	-moz-box-shadow:-1px 1px 1px rgba(0, 0, 0, 0.24);
	border-bottom-left-radius: 26px 26px;
	border-bottom-right-radius: 26px 26px;
	border-top-left-radius: 26px 26px;
	border-top-right-radius: 26px 26px;
	-webkit-box-shadow: #BBB 0px 2px 4px;
	border:4px solid #DCE6CD;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	padding:5px 12px 7px;
	text-shadow:-1px -1px 3px rgba(0, 0, 0, 0.31);
	cursor:pointer;
	background-color: #FF8A01;
}
.submitbuttonorange:hover{
	-moz-box-shadow:1px -1px 1px rgba(255, 255, 255, 0.81);
	background-color:#E17800;
}

