﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #333333;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #333333;
    margin: 0px;
}

#outercontainer 
{
    width: 975px;
    margin: auto;
   /*background-color: #15454E;*/
   position: relative;
   background-color: #B2B2B2;
}
#banner 
{
    height: 175px;
}

#contentcontainer 
{
    background-color: #ffffff;
    border: 1px solid #9B9B9B;
    background-image: url(images/content_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 20px;
    margin: 5px 28px 30px 30px;
}
#actnow
{
    background-color: #fff;
}
#contentcontainerinner 
{
    background-image: url(images/linebg.gif);
    background-repeat: repeat-y;
    background-position: left;
}
#leftcontainer 
{
    float: left;
    width: 540px;
    padding-right: 40px;
    
}
#rightcontainer 
{
    float: left;
    width: 255px;
    margin: 0px 0px 0px 30px;
    /*background-image: url(images/content_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #ffffff;
    border: 1px solid #9B9B9B;
    padding: 20px;*/
}
#footercontainer 
{
    width: 975px;
    margin: auto;
    color: #999999;
    font-size: 11px;
}

/* NAVIGATION
----------------------------------------------------------*/
#navigationcontainer 
{
    position: absolute;
    top: 105px;
    left: 453px;
    color: #ffffff;
}
#navigationcontainer ul 
{
    margin: 0px;
    padding: 10px;
    list-style-type: none;
}
#navigationcontainer li 
{
    margin: 0px 2px 0px 0px;
    display: inline;
    background-color: #628288;
}
#navigationcontainer li a 
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    padding: 10px 20px 10px 20px;
    background-color: #628288;
}
#navigationcontainer li a:hover 
{
    color: #DEB723;
    text-decoration: none;
}

/* HTML ELEMENTS   
----------------------------------------------------------*/
p 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
ul
{
    margin: 0px;
    padding: 0px 0px 15px 10px;
}
li 
{
    margin: 0px 0px 0px 16px;
    padding: 0px;
}
a 
{
    color: #B53233;
    text-decoration: underline;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}

h1 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #B53233;
}
h2 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #C8A61E;
}
.darktd 
{
    background-color: #E4E4E4;
}
.redtext 
{
    color: #B53233;
}
#featureimage img 
{
    border: 1px solid #cccccc;
}

/* ADVERTS  
----------------------------------------------------------*/
#actnow 
{
    background-image: url(/Content/images/actnow.jpg);
    background-repeat: no-repeat;
    width: 224px;
    border: 1px solid #000000;
    padding: 40px 15px 0px 11px;
}
#businesshealth 
{
    background-image: url(/Content/images/businesshealth.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    width: 224px;
    border: 1px solid #000000;
    padding: 70px 15px 0px 11px;
}
/*.hwwBox 
{
    padding: 25px 20px 10px 20px;
    background-image: url(/Content/images/hww_bg.jpg);
    background-repeat: no-repeat;
    margin: 5px auto 5px auto;
    width: 250px;
    height: 70px;
    font-size: 14px;
    text-align: center;
    
}
.hwwArrow 
{
    margin-left: 225px;
}*/
.hwwBox 
{
    background-image: url(/Content/images/hww_greenbg.png);
    background-repeat: no-repeat;
    height:150px;
    width: 254px; 
    color: #ffffff;
    text-align: center;
    padding: 10px 90px 10px 10px;
}
.hwwBox p
{
    padding-top: 15px;
}
.hwwBox a
{
    color: #ffffff;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px; 
}
td h2 
{
    padding: 0px;
}
table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    margin:10px;
    color: #999999;
}

#logindisplay a:link
{
    color:  #999999;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.formbox
{
    font-family: Arial, Verdana;
    font-size: 12px;
    width: 200px;
}
.formboxtall 
{
    font-family: Arial, Verdana;
    font-size: 12px;
    height: 50px;
    width: 200px;
}