/*
Design by Metamorphosis Design (www.metamorphozis.com)
*/

* {
border: 0;
margin: 0;
}
img {
border: 0px;
}
body{
	font: 10pt Arial, Helvetica, sans-serif;
	background: url(style/bg.jpg);
	line-height: 18px;
}

/*
a {
        color: #FF6600;
        text-decoration: none;
        font-weight: normal;
}
a:visited {
        text-decoration: none;
        color: #CC6600;
}
a:hover {
        text-decoration: underline overline;
        color: #6F9DBE;
}
a:active {
        text-decoration: none;
}
*/

#bg_clouds { 
	background: url(style/bg_clouds.jpg) top center no-repeat;
	background-attachment:fixed;
}
	
#main {
	width: 1000px;
	margin: 0px auto;
}
#ident { 
	width:1000px;
	height: 70px;
}
#logo {	
	padding: 8px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo h1 {
  padding-bottom: 3px;
	font-size: 24px;
	font-style:italic;
	color: #ffffff;
}
#logo h2 {
  padding-bottom: 5px;
	font-size: 14px;
	font-style:italic;
	color: #ffffff;
  background: none;
}

#select_lang {
  float: right;
  width: 200px;
  margin: 15px 10px 0px 0px;
  font: 13px Arial;
  color: #fff;
}
#select_lang select {
  background-color: transparent;
  border: 1px #BED7F4 solid;
  padding: 2px 5px;
  color: #fff;
}
#select_lang option {
  color: #000;
}
#mainmenu{
	text-align:center;
	height: 56px;
	padding-left: 0px;
	background: url(style/buttons.png) left top no-repeat;
	padding: 0px 0px 0px 20px;
}
.menu{
padding: 0;
background: transparent;
}
.menu ul{
margin: 0px 20px;
padding:0;
list-style:none;
}
.menu li{
display:inline;
margin:0 2px 0 0;
padding:0;
}
.menu a{
float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* Origionally 18px */
	font-weight: bold; /* origionally 100 */
	color: #ffffff;
  padding: 17px 5px 2px 5px; /* Origionally 17px 10px 2px 10px */
	height: 20px;
	height: 35px;
  margin:0 2px 0 0;
  text-decoration:none;
  letter-spacing: 1px;
}
.menu a:hover{
background: transparent url(style/but_hover.jpg) top repeat-x;
}
.menu .selected a { /*currently selected tab*/
background: transparent url(style/but_hover.jpg) top repeat-x;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #FFF;
border-top-width: 0px; 
border-right-width: 3px; 
border-bottom-width: 3px; 
font: bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #367BE2;
/* width: 200px; */
visibility: hidden;
}
.dropmenudiv_a a{
width: 255px;
display: block;
text-indent: 5px;
border-top: 0px;
border-bottom: 1px solid #C9DEF6; 
padding: 2px 0;
text-decoration: none;
color: #FFF;
}
* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #FF0;
}

/* added from styles2.css */
#logo a {
	text-decoration: none;
	font-style:normal;
	font-size: 25px;
	color: #FBC82E;
}
#logo h2 a{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}
#buttonsnew2 {
	text-align:left;
	height: 198px;
	width: 496px;
	background: url(images/buttonsnew2.png) left top no-repeat;	
	padding-left: 0px;
	margin: 10px 0px 0px 4px; 
	padding: 50px 25px 0px 15px;
	
}
#buttonsnew2 a {
   color: black;
   background: #CCD5CC;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 15px;
   font-weight:400;
   text-decoration: none;
   vertical-align: middle;   
   padding: 3px 18px;   
   margin: 0px 14px 20px 0px;
   border-top: 1px solid #CCD5CC;
   border-radius: 9px;
 /*  box-shadow: rgba(0,0,0,1) 2px 1px 0; */ /**** Line commented out to fix CSS validation WARNINGS!!! ****/
   text-shadow: rgba(0,0,0,.6) 0 1px 0;   
}

#buttonsnew2 .but:hover {   
   border-top-color: #878787;
   background: #878787; 
   color: #FFFFFF;   
}

#buttonsnew2 .but:active {     
   border-top-color: #878787;
   background: #878787;
}
#buttonsnew2 .but_t {  
   border-top-color: #28597a;
   background: #FBC82E;
   color: #000000;     
}

#buttonsnew3 {
	text-align:right;
	height: 198px;
	width: 496px;
	background: url(images/buttonsnew3.png) right top no-repeat;	
	padding-left: 0px;
	padding: 30px 15px 0px 15px;
	margin:-248px 470px
}
#buttonsnew3 a {
   color: black;
   background: #CCD5CC;
   font-family: Arial, Helvetica, sans-serif;  
   font-size: 12px;
   text-decoration: none;
   vertical-align: middle;
   padding: 5px 9px;   
   margin: 0px 4px 0px 4px;
   border-top: 1px solid #CCD5CC;
   border-radius: 8px;
/*   box-shadow: rgba(0,0,0,1) 2px 1px 0; */ /**** Line commented out to fix CSS validation WARNINGS!!! ****/
   text-shadow: rgba(0,0,0,.4) 0 1px 0;   
}

#buttonsnew3 .but:hover {   
   border-top-color: #878787;
   background: #878787; 
   color: #FFFFFF;   
}

#buttonsnew3 .but:active {     
   border-top-color: #878787;
   background: #878787;
}
#buttonsnew3 .but_t {  
   border-top-color: #28597a;
   background: #FBC82E;
   color: #000000;     
}

.buttonHeader {
 font-size: 100%;
 font-style: normal;
 font-weight: bold;
 letter-spacing: .1em;
 padding-top: 0.5em;
 padding-bottom: 0.25em;
 text-align: center;
 background-color: #C9D0E2;
}
.tableseparator_temp {
 font-size: 100%;
 font-style: normal;
 font-weight: bold;
 letter-spacing: .1em;
 padding-top: 0.5em;
 padding-bottom: 0.25em;
 /* text-align: center; */
 /* background-color: #C9D0E2; */
}
/*
.td_thumbnails { 
 background-color: #C9D0E2; 
 padding-top: 0.1em;
 padding-right: 0.2em;
 padding-bottom: 0.1em;
 padding-left: 0.0em;
} 
*/
.td_thumbnails {
    background: none repeat scroll 0 0 #CED2DB;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 120px;
}
.td_thumbnails a {
    background: none repeat scroll 0 0 #CCD5CC;
    border-radius: 8px 8px 8px 8px;
    border-top: 2px solid #CCD5CC;
    box-shadow: 2px 1px 0 #000000;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0 4px;
    padding: 3px 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    vertical-align: middle;
}
.td_thumbnails *:visited {
    background: none repeat scroll 0 0 #FBC82E;
    border-top-color: #28597A;
    color: #000000;
}
.td_thumbnails *:hover {
    background: none repeat scroll 0 0 #878787;
    border-top-color: #878787;
    color: #FFFFFF;
}
.td_thumbnails *:active {
    background: none repeat scroll 0 0 #878787;
    border-top-color: #878787;
}
/* end of addition from styles2.css */

.header_top {
	background: url(style/header_top.png) left top no-repeat;
	height: 24px;
}
.header { height:200px;
	background: url(style/header1.jpg) 23px top no-repeat #FFFFFF;
}
.header_bot {
	background: url(style/header_bot.png) left bottom no-repeat;
	height: 24px;
}
#content{
	background: url(style/content.png);
	padding: 0px 30px 0px 30px;
	color: #000000;
}
#content_gal{
	background: url(style/content.png);
	padding: 0px 13px 0px 13px;
	color: #000000;
}
.cont_top{
	background: url(style/cont_top.png) left top no-repeat;
	height: 24px;
}
.cont_bot{
	background: url(style/cont_bot.png) left bottom no-repeat;
	height: 24px;
}
.razd_h { height: 30px;
	background: url(style/razd_h.gif) 15px repeat-x;
}
.home_box {
	float: left;
	width: 305px;
}
.sep_vert {
	background: url(style/razd_lr.gif) 200px repeat-y;
}
.sep_vert275 {
	background: url(style/razd_lr.gif) 275px repeat-y;
}
.razd_lr_h {
	background: url(style/razd_lr.gif) 639px repeat-y;
}
.razd_lr { 
	background: url(style/razd_lr.gif) 657px repeat-y;
}
#frame {
	padding: 20px 0px 0px 100px;
	width:800px;
}
#frame td {text-align: left;}

#left{
	width: 630px;
	float: left;
	margin-left: 0px;
}
#left_h{
	width: 630px;
	float: left;
	margin-left: 0px;
}
.text{
	padding: 0px 0px 15px 0px;
}
.img_l {	float:left;
		margin: 5px 14px 3px 0px;
}
.img_r {	float: right;
		margin: 9px 10px 3px 10px;
}
 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: 100;
	color: #074690;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height:normal;
}
#right{
	float: right;
	width: 255px;
	margin-right: 0px;
}
#right_h{
	float: right;
	width: 270px;
	margin-right: 0px;
}
#bottom {
	background: url(style/bottom.gif) 43px 30px no-repeat;
	color: #FFFFFF;
}
#bottom_bot {
	background: url(style/bottom.gif) 43px bottom no-repeat;
	color: #FFFFFF;
}
#bottom h1 { 
	color: #ffffff;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
#footer{
	height: 45px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
#footer a{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover{
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
/* blog */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: 100;
	color: #074690;
	text-align: left;
	padding: 0px 0px 10px 25px;
	line-height:normal;
	background: url(style/razd_h.gif) bottom repeat-x;
}

/* gallery */
.gal_num {
	background: url(style/gal_num.png) 0px 0px no-repeat;
	width: 14px;
	height: 20px;
	padding: 1px 0px 0px 6px;
	display:block;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 12px;
	float:left;
	text-decoration: none; }
	
.gal_num:hover { background: url(style/gal_num_hover.png) 0px 0px no-repeat;}

.row {
	padding: 0px 0px 0px 0px;
	height: 250px;
}
td {
	font-size: 100%;
	padding-top: 0.15em;
	padding-right: 0.5em;
	padding-bottom: 0.15em;
	padding-left: 0.5em;
}

.pan {
	width: 220px;
	height: 250px;
	padding: 0px 20px 0px 30px;
	margin-bottom:15px;
	font-size:120%;
	float:left;
	color: #000000;
}

.pan_clock {
	background: url(style/pan_clock.png) no-repeat; 
	height: 130px;
	width: 270px;
}
.local_time {
	padding-top: 25px;
	float:left;
	width:155px;
	text-align:center;
}
.clock {
	float: right;
	height: 90px;
	width: 90px;
	padding: 25px 5px 0px 0px;
}
.pan h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #074690;
	text-align: left;
	padding: 10px 20px 0px 0px;
	line-height:20px;
	background: url(style/razd_h.gif) bottom repeat-x;
}
.box_img3-1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #074690;
	text-align: left;
	padding: 10px 20px 0px 0px;
	line-height:20px;
	background: url(style/razd_h.gif) bottom repeat-x;
}

.observ {
	background: url(style/pan_text.png) 0px 0px no-repeat;
}
.forec {
	background: url(style/pan_day.png) 0px 0px no-repeat;
}
.night {
	background: url(style/pan_night.png) 0px 0px no-repeat;
}

/*  Gauges  */
#gauges {
  float: left;
  margin-top: -60px;
	text-align:center; 
  height: 850px;
  z-index:3;
}
#gauges_title{
	height:140px;
}
#gauges_title h1{
	font-size:250%;
	text-align:center; 
}
#gauges_title h2{
	font-size:200%;
	text-align:center; 
}
#flash_wind{
	width:600px;
	height:300px;
	margin:5px 0px 0px 0px;
	padding:0px;
}
#gauges1 {
	background: url(images/compass.png) 0px 0px no-repeat;
  background-size:190px 190px;
	width:200px;
	height:200px;
	float:left; 
	margin: 25px 3px 0px 58px;
	padding-top: 10px;
}
#barometer {
	background-color:#FEF6E6;
	text-align:left; 
	width:240px;
	height:200px;
	float:left; 
	margin: 5px 0px 50px 75px;
}
#gauges3 {
	background: url(images/windgauge.png) 0px 0px no-repeat;
	width:200px;
	height:200px;
	float:left; 
	margin: 18px 0px 0px 90px;
}
#gauge_view {
	height:850px;
	width:875px;
	margin-left:40px;
	background: url(style/bg_gauges.png) 0px 0px no-repeat;
	position:absolute;
	top: 620px;       /* origionally 534px */
}
#gauges_center  {
	margin: 258px 0px 0px 15px;
	font-weight: bold;
}
#gauges_bot{
	position: relative;
  height: 200px;
	top: -200px;
	left: 280px;
	font-weight: bold;
}
#gauges_bot td{
 padding: 0px;
}
.g_title {
  position: relative;
  float: left;
  width: 150px;
	text-align:center;
  font: normal normal 15px/30px "Trebuchet MS", Helvetica, sans-serif;
  max-height: 30px;
  overflow: hidden;
  z-index:1;
}
#tit_compass {
  top: 208px;
  left: 85px;
}
#tit_speed {
  top: 209px;
  left: 555px;
}
#tit_winds {
  clear:both;
  top: 694px;
  left: 85px;
}
#tit_dist {
  top: 693px;
  left: 555px;
}
#wdir_pop {
  position: absolute;
  float: left;
  width: 160px;
  height: 150px;
  top: 925px;
  left: 80px;
}
#baro_pop {
  position: absolute;
  float: left;
  width: 200px;
  height: 170px;
  top: 960px;
  left: 210px;
}
#wspeed_pop {
  position: absolute;
  float: left;
  width: 160px;
  height: 150px;
  top: 930px;
  left: 345px;
}
#winds_pop {
  position: absolute;
  float: left;
  width: 150px;
  height: 150px;
  top: 590px;
  left: 85px;
}
#wdist_pop {
  position: absolute;
  float: left;
  width: 150px;
  height: 150px;
  top: 590px;
  left: 560px;
}

/*       MANAGE STYLE           */
#bg_manage {
  width:740px;
  margin: 0 auto;
  padding: 15px 0px 15px 15px;
	background-color: #FBF4E5;
	border: 7px solid #A2C7F3;
}
.manage_stitle {
	width: 135px;
	margin: 0 auto;
  text-align: center;
	font: bold normal 18px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000000;
}
#manage_top {
	height: 33px;
}

#temp_files {
	float: left;
  width: 320px;
  padding-right: 10px;
  margin: 0px 15px 10px 20px;
  overflow: hidden;
}
#lang_files {
  width: 310px;
	padding-left: 30px;
  overflow: hidden;
}
.tb_temp_files, .tb_lang {
  margin: 5px 0px 0px 0px;
}
.tb_temp_files th, .tb_lang th {
  color:#074690;
}
.tb_temp_files td, .tb_lang td {
	font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-left: 0px;
  color:#074690;
}
#manage_bot {
	height: 99px;
}
#legends {
  width:740px;
  margin: 7px auto;
  padding: 10px;
	background-color: #FBF4E5;
	border: 4px solid #A2C7F3;
}
#legends img {
	vertical-align: middle;
}
#manage_do {
  width:740px;
  margin: 0 auto;
  padding: 10px;
	background-color: #FBF4E5;
	border: 4px solid #A2C7F3;
	color: #074690;
	line-height: 16px;
}
#manage_do h2 {
	font-size: 25px;
	line-height: 25px;
}
#manage_do tr {
	line-height: 16px;
}
.slim {
	margin-bottom: 0px;
}

.upd_btn {
  height: 25px;
  width: 82px;
  background: url('style/btn.gif') no-repeat 0 0;
  margin: 0 auto;
  padding-top:10px;
  text-align: center;
}
.upd_btn a {
  color: #fff;
  text-decoration: none;
}
.upd_btn a:hover {
  font-weight:bold;
}

.box_img2 {
	width: 280px;
	height: 250px;
	background: url(style/box_img2.png) 0px 0px no-repeat;
	margin: 0px 5px;
	padding: 0px 20px;
	float:left;
	color: #000000;
}
.box_img2 table {
  padding: 10px 0px 0px 10px;
}
.box_img2 h4 {
  padding: 12px 0px 10px 0px;
}
.box_img3 {
	width: 280px;
	height: 395px;
	background: url(style/box_img3.png) 0px 0px no-repeat;
	margin: 0px 5px;
	padding: 0px 20px;
	float:left;
	color: #000000;
}
.box_img3-1 {
	width: 270px;
	height: 390px;
	background: url(images/box_img3-1.png) 0px 0px no-repeat;
	margin: 0px 0px;
	padding: 0px 0px;
	float:left;
	color: #000000;
}

.box_img3 table {
  padding: 10px 0px 0px 10px;
}
.box_img3 h4 {
  padding: 12px 0px 10px 0px;
}
.box_img1 {
	width: 610px;
	height: 250px;
	background: url(style/box_img1.png) 0px 0px no-repeat;
	margin: 0px 5px;
	padding: 0px 20px;
	float:left;
	color: #000000;
}
.box_img1 table {
  padding: 10px 0px 0px 10px;
}
.box_img1 h4 {
  padding: 12px 0px 10px 0px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.box_razd {
	width: 19px;
	height: 50px;
	float: left;
}

h4 {
	font-weight:100;
	font-size: 18px;
	color: #000000;
	padding: 15px 0px 17px 0px;}

/* contact us */
#left label {
	width: 103px;
	float:left;
	padding: 5px 0px 0px 5px;}
	
.tableseparator, .separator {
	width: 620px;
	border: none;
	background: url(style/bar.gif) left top no-repeat;
	padding: 6px 0px 6px 10px;
	color:#ffffff;
}
.separator {
	width: 600px;
  margin: 10px 0px;

}
/*=================================*/
/* Nivo Slider Demo
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/
#slider-wrapper {
  background:url(style/header1.jpg) no-repeat;
  width:954px;
  height: 200px;
  margin:0 auto;
}

#slider {
	position:relative;
  width: 954px;
  height:200px;
	background:url(style/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(style/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(style/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
  text-shadow:none;
  font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
  color:#efe9d1;
  text-decoration:underline;
}