﻿body
{
    margin-top: 20px;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
}

#outerDiv
{
    margin-bottom: 20px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
}

div
{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: left;
}

h1, h3
{
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
}
h2
{
    font-size: 13px;
    font-weight: 900;
    margin: 0px 0px 0px 0px;
    display: inline;
}
h3
{
    font-size: 13px;
    margin: 0px 0px 0px 0px;
}
h4
{
    font-weight: bolder;
    font-style: italic;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
}
h5
{
    font-size: 11px;
    font-style: italic;
}
a:link, a:visited, a:active, a:hover
{
    color: #ff6600;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.productDescription1, .productDescription2, .productDescription3, .productDescription4
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding-right: 10px;
}
.productDescription2
{
    font-weight: bold;
}
.productDescription3
{
    font-style: italic;
}
.gridHeader
{
    font-weight: bold;
    color: #1a6433;
}
.login, .loginInstructions
{
    text-align: left;
}
.loginInstructions
{
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}
.loginButton, .button
{
    background-color: #99cc99;
    color: black;
    font-weight: bold;
}

#callMe
{
    border: solid 3px black;
    position: absolute;
    left: 300px;
    top: 150px;
    color: #FF6600;
    font-weight: bold;
    background-color: White;
    width: 350px;
    height: 225px;
    padding: 20px 20px 20px 20px;
}
#callMe p
{
    text-align: center;
}
#callMe a, #callMe a:link, #callMe a:visited, #callMe a:active
{
    font-size: 13px;
    color: gray;
    text-decoration: none;
}
#callMe a:hover
{
    color: Black;
    text-decoration: none;
}
#callMe h1
{
    font-size: 19px;
    color: #1a6433;
    text-align: center;
}

#nav ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 13px;
    list-style-type: none;
    list-style-position: outside;
}
#nav li
{
    margin-left: -28px;
    line-height: 22px;
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover
{
    color: #1a6433;
    font-weight: 900;
    text-decoration: none;
}
#nav a:hover
{
    text-decoration: none;
    background: url(/images/li_highlight.png) top left repeat-y;
    margin-left: -12px;
    padding-left: 12px;
    color:#003c14;
    padding-right:10px;
}

#outerDiv
{
    width: 100%;
    height: 100%;
    text-align: center;
}
#containerDiv
{
    width: 800px;
}

#footer
{
    color: Black;
    text-align: center;
    clear: both;
    font-size: 11px;
}
#footer h1
{
    font-size: 13px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
    color: Black;
    font-size: 13px;
    text-decoration: none;
}
#footer a:hover
{
    color: #ff6600;
    text-decoration: underline;
}

#searlesLink a:link, #searlesLink a:visited, #searlesLink a:active, #searlesLink a:hover
{
    color: #1a6433;
    font-size: 8pt;
}
#searlesLink a:hover
{
    text-decoration: underline;
}

#breadcrumb h1
{
    font-size: 10pt;
    font-weight: bold;
    color: #1a6433;
    margin: 0px 0px 0px 0px;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:hover
{
    color: #1a6433;
    text-decoration: none;
}
#breadcrumb a:hover
{
    text-decoration: underline;
}

#facebookBox
{clear:left;
 float: left;
width: 161px; 
 height: 92px; 
 margin-left: 32px;
 background: url(/images/facebook_box.png) no-repeat;
 text-align:center}
 
 #facebookBox img
 {margin-left:4px; border: none}
 
  #facebookBox p
  {margin: 5px 0;
   color: #fb5710;
   font-weight:bold}
   