html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	
}
h1 img {
	display: block;
}
img {
	border: 0;
	
}
b{
	 text-decoration:none; 

}
a {
	color: #464544;
}
a:hover {
	color: blue;
}
.left {
	float: left;
}
.right {
	float: right;
	background-image: url(flash/panoramasample.swf);
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.error {
	font: xx-large;
}
body {
	background: white;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: green;
	padding-bottom: 0px;
	padding-top: 5px;
}

#small {
	font-size: x-small;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(images/body_bg.jpg) repeat-y;
	background-color: Gray;
}



#header_home {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(images/header_home2.jpg) no-repeat;
}



#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 10px;
  font: 24px "arial", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 2px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 11px;

 padding: 0px 0 0 0px;
   background: #2a2a2a;
	}
	
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  
  background: 188px 10px url(images/arr_white2.gif) no-repeat;
  padding: 0px 0 0 0px;
  
}

#nav li:hover ul{
	display: block;
	border-top: 1px solid #959595;
	background: url(images/arr_white2.gif);
  padding: 0px 0 0 0px;
	width: 100%;	
}

#nav a {
  color: #fff;
  text-decoration: none;
 
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 1px 20px;
}
#nav a:hover {
  text-decoration: underline;
  
  background: gray;
  width: 92%;
}
#nav .important {
  border: none;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

ul li {
	position: relative;

	}
	
li ul{
position: absolute;
	left: 220px;
	top: 0;
display: none;

}



#location {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 20px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#location h2 {
  font-size: 12px;
  color: black;
}
#location h3, #location p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
  padding-left: 20px;
}
#location a {
  color: #669E0D;
  font-weight: bold;
  text-decoration: underline;
}
#location a:hover {
  color: #38301A;
}
#location .more {
  font-size: 9px;
}
#location .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 1px;
}

#bottomleft {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 180px;
  color: #1A1A18;
}

#bottomleftcontact {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 180px;
  color: #1A1A18;
}

#bottomleftweather {
  background: url(images/supportweather.jpg) no-repeat;
  padding: 1px;
  height: 180px;
  color: #1A1A18;
}

#bottomleft p {
  margin: 0.7em 2.6em;
}

#right {
  float: right;
  width: 500px;
  padding-right: 9px;
  padding-top: 280px;
  padding-left: 5px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: green;
  border-bottom: 1px solid green;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: green;
  border-bottom: 1px solid green;
  padding-bottom: 6px;
  margin-bottom: 0em;
  margin-top: 2em;
}
#righttop {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#rightbottomleft, #rightbottomright {
  float: left;
  width: 49%;
}
#rightbottomleft {
  margin-right: 1%;
}

#spacer {
  height: 2em;
}

#footer {
  background: url(images/footer_bg.jpg) repeat-y;
}



#copyright {
  text-align: center;
  padding: 0px 0px 3px 00px;
  font-size: 9px;
  color: white;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.jpg) no-repeat;
	height:10px;
	margin-top:0px;
	
	display:block;
	font-size:1px;
}

.ONBpicholder {
	vertical-align: top;	
	}
.ONBimgborder {
	border: thick solid green; 
	padding: 2px;
	}

.noUnderline { /* in use */
	text-decoration: none;
	font-weight: bold;
	}



