
/*@import url("reset.css"); */

#copyright_logo {
	
	display:table;
	margin: 0 auto;
}


#copyright_text {

	display:table;
	margin: 0 auto;
	
}
#location {
	font-size:20px;
	font-family:Acme;
}

	
#weathertable {
	
	float:left;
	margin: 10px 20px;
}	

#alerts {
	float:left;
	margin: 10px 20px;
/*	width: 1198px;  */
	width: 650px;
	font-weight: bold;
    font-size: 20px;
}

#forcast {
	float:left;
	margin: 10px 20px;
}

#forcast table  {
    border: 1px;
    border-style: solid;
    border-color: black;
    width: 1198px;
    height: 160px;
    border-collapse: collapse;
    table-layout: fixed;
}
#forcast td{
	border: thin;
    border-style: solid;
    border-color: black;	
	text-align:center;
	font-family: georgia, palatino; 
	font-size: small;
    vertical-align: text-top;

}

#forcast img {
	width: 50px;
    height: 50px;
}

.shade {
	background-color: #e1e1e1;
}

.txtHigh {
	border-style: solid hidden hidden solid !important;
    text-align: right !important;
}

.txtLow {
	border-style: hidden hidden solid solid !important;
    text-align: right !important;
}

.txtrightred {
	font-size: medium !important;
	font-weight: bold;
    color: red;
    padding-left: 5px;
    text-align: left !important;
	border-style: solid solid hidden !important;	
}

.txtrightblue {
	font-size: medium !important;
	font-weight: bold;
    color: blue;
    padding-left: 5px;
    text-align: left !important;
}

#calendar {
	float:left;
	margin: 10px 20px;

}

#photos {
	float:left;
	margin: 10px 2px
}


#logo {
   
   margin: 10px;
   z-index: 5;
   display: inline-block;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #666666;
}

p {
    padding: 10px;
}

#wrapper {
    width: 100%;
    min-width: 1000px;
    max-width: 2000px;
    margin: 0 auto;
}

#wrapper2 {
    width: 100%;
/*    min-width: 1300px;
    max-width: 2000px;  */
    margin: 0 auto;
}

#header {
    float: left;
    height: 145px;
    width: 100%;
	background-color: #fcfcfc;
}

#navigation {
    padding: 80px 0;
	float: left;
    height: 100px;
    width: 100%;
    background-color: #199fd0;
	background-image: linear-gradient(to bottom,#22b8f0,#0b78a1);
	text-align: center;
	
}
#navigation-detail {
	font-size: 30px;
	color: #fff;
}

#contentliquid {
    float: left;
    width: 100%;
	
	
}

#content {
    background: #FFFFFF;
    width: 100%;
}

#footer {
    height: 160px;
    width: 100%;
    background: #FFFFFF;
    clear: both;
	font-family: Acme;
}

/* --- CSS Reset --- ----  

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
*/
 

html, body, div, span, object, iframe,
h1, h2, h4, h5,h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
/*  font-size: 100%;
  font-family: inherit;  */
  vertical-align: baseline;
}



/* --- Typography --- */

.grid p {
  line-height: 20px;
  font-size: 14px;
  /*font-family: Verdana, Geneva, sans-serif; */
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin; 0 0 10px;
}

.grid h1 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h2 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h3 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h4 {
  line-height: 32px;
  font-size: 16px;
  font-weight:bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.grid h5 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h6 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

/* --- Scalable Grid --- */

.grid-m1 {
  float: left;
  width: 0.22%;
  height: 1px;
  
}

.grid-c1 {
  float: left;
  width: 32.82%;
  margin: 5px 0px 15px 5px;
}

.grid-m2 {
  float: left;
  width: 0.55%;
  height: 1px;
}

.grid-c2 {
  float: left;
  width: 32.82%;
}

.grid-m3 {
  float: left;
  width: 0.55%;
  height: 1px;
}

.grid-c3 {
  float: left;
  width: 32.82%;
}

#menu-bar {
  width: 75%;
  margin: 35px 0px 0px 35px;
  padding: 6px 6px 6px 6px;
  height: 30px;
  line-height: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  /*box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;  
  background: #8B8B8B;
  background: linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -ms-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
  background: -moz-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  border: solid 1px #6D6D6D;  */
  box-shadow: -20px -20px 0px #FFFFFF;
  -webkit-box-shadow: -20px -20px 0px #FFFFFF;
  -moz-box-shadow: -20px -20px 0px #FFFFFF;
  position:absolute;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  /*color: #E7E5E5;  */
  color: #595858;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
