﻿body 
{
    background-color: #ACBCD4;
    font-family:Calibri, Arial, Verdana;
}
h1
{
   Font-size:28px; 
    }
#container 
{
    width: 975px; 
    margin: 0px auto 0px auto;
    background-color:#395E7C;
    border:solid 2px white;
}

div#navigation {
  width: 200px;          /* menu width */
}

div#navigation ul {
  background-color: #395E7C;
  list-style-type: none; /* get rid of the bullets */
  padding:0px;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#navigation ul li {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  display:block;
  border-top: 2px solid #395E7C; /* lines */
}

div#navigation ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: #ffffff;
  background-color: #395E7C;
  padding: 3px 3px 3px 3px;
  margin:0;
  text-decoration: none;
  font-weight:bold;
/*  height:15px;            hint for IE, alternatively remove whitespace from HTML */
}

div#navigation ul ul li a {
  margin-left: 5px;     /* indent level 1 */
}

div#navigation li.active a {
  background-position: 0px -20px;
  color: #395E7C;            /* highlight text */
}
 
div#navigation li.active li a {
  background-position: 0px 0px;
  color: #395E7C;          /* fix lower levels */
}

div#navigation ul li a:hover {
  color: white;
/*  background-color: #395E7C;  rollover effect */
  background-image:url('/images/nav-over.gif');
  text-decoration: underline;
}


div#body {
  width: 759px;  
  float:right;        /* menu width */

  
}

div#forecast
{
  width: 95%;  
  padding:0px 35px 0px 35px;      /* menu width */

  
}
#wrap
{
    border: 0px;
    width: 745px; 
    height: 316px;
    float: left;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom:0px;
}
#photodiv
{
    background-repeat: no-repeat;
}

.largewhitetext
{
    color:#ffffff;
    font-size: 20px;
   
}


.clear{clear:both;}

hr 
{
    color:White;
    border:solid 1px #ffffff;

}
#footer
{
    color:#ffffff;
    font-size: 13px;
    font-weight:bold;
    padding:15px 15px 15px 15px;
}
a 
{
    color:White;
    font-weight:bold;
}
a:hover
{
    color:#395E7C;
    font-weight:bold;
}

h1
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

input[type="text"],input[type="password"], select , textarea ,#contactForm .input[type="text"], select , textarea 
{
    color:#999;
    border:5px solid #ACBCD4;
    padding:5px;
    
    }
.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
    border: solid 4px #990000;
    background-color: #ffffff;

}


.ValidationSummary
{
    color:#999;
    border:5px solid #ACBCD4;
    padding:5px;
    background-color: #ffffff;
    
}
.ValidationSummary ul 
{
    
list-style-type: none;
}
.TextStrengthWeak
{
    background: red;
    padding: 5px 5px 5px 5px;
    color: black;
    font-weight: bold;
}

.TextStrengthNotGood
{
    background: yellow;
    padding: 5px 5px 5px 5px;
    color: black;
    font-weight: bold;
}

.TextStrengthGood
{
    background: blue;
    padding: 5px 5px 5px 5px;
    color: White;
    font-weight: bold;
}

.success { color:Green;}
   .fail { color:red;    }   
   
           .style1
        {
            color: #FF9933;
        }
        
        h2
        {
            font-size:18px;
        }
        
        
        .modalBackground
{
   
    filter: alpha(opacity=80);
    opacity: 0.8px;
}


.orange
        {
            color: #FF9933;
            font-weight: bold;
        }