﻿.sidebar {
padding: 0px;
margin: 0px;
width: 260px;
float: right;
background: url('images/') no-repeat left top;
border: 0px solid black;
}

.navcontainer
{
    /*background: #f0e7d7; */
    /*background:#58AC16; */
    width: 215px;
    padding: 2px;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    margin-left:10px;
    margin-bottom:10px;
}

.sidebar h2
{
    color:White;
    padding-top:10px;
}

.sidebar ul li
{
    margin: 0px;
    padding: 0px;
}

.sidebar-div
{
    margin: 5px 0px 0px 5px;
    padding: 5px;
    width: 250px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-image: url('../images/box.png');
    background-repeat: no-repeat;
}


table.hours  {

    padding: 0px;
    width: 224px;
    font-size: 12px;  
    color: #333333;
    border: 0px solid black;
}
  
.google-map-wrap {
    margin: 0px 0px 0px 5px;
}

.weather-wrap{
    width: 244px;
    height: 440px;
    border: 0px solid black;
}

.sidebar p
{
    padding: 0px;
}

.bluebullet
{
    list-style-image: url('../images/blue-bullet.png');
    padding-left:10px;
}

.orangebullet
{
    list-style-image: url('../images/orange-bullet.png');
    padding-left:10px;
}

.greenbullet
{
    list-style-image: url('../images/green-bullet.png');
    padding-left:10px;
}

.redbullet
{
    list-style-image: url('../images/red-bullet.png');
    padding-left:10px;
}

.consumer-tools
{
    margin: 5px 0px 0px 5px;
    padding: 5px;
    width: 250px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-image: url('../images/consumer-tools-box.png');
    background-repeat: no-repeat;
}

.consumer-connect
{
    margin: 5px 0px 0px 5px;
    padding: 5px;
    width: 250px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-image: url('../images/consumer-connect-box.png');
    background-repeat: no-repeat;
}

.box-top
{

    width: 260px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-image: url('../images/box-top.jpg');
    background-repeat: no-repeat;
    height:40px;
}
.box-middle
{

    width: 260px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-image: url('../images/box-middle.jpg');
    background-repeat:repeat-y;
}
.box-bottom
{

    width: 260px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-image: url('../images/box-bottom.jpg');
    background-repeat: no-repeat;
    height:12px;
}
.hotlineimage {
 position:relative; 
 z-index:1;
 width: 158px; 
 height: 158px; 
 margin-left:auto;
 margin-right:auto; 
 margin-top:5px;
 }
 
.hotlinebox {
position:relative;
z-index:2;
background-image: url('../images/HotLine_BG.jpg');
width:148px;
height:25px;
border-style: solid;
border-width:  1px ;        
border-color: #cccccc; 
margin-top:-25px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-top:5px;
font-size:16px;
color:black;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
-moz-box-shadow: 3px 3px 3px #333333;
-webkit-box-shadow: 3px 3px 3px #333333;
box-shadow: 3px 3px 3px #333333;
}
 

