/* Reset
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6, p, a, */
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* Typography
--------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
}
ul { list-style: disc outside; }
ol { list-style: decimal outside; }

/* Global Settings
--------------------------------------------------------------------------------------- */
body 
{
	margin: 10px 5px 0px 5px;
	padding: 0;
	font-size: 70%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
}

input, button, textarea, select 
{
	font-size: 100%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
} 

#site-content
{
	margin: 0 auto;
	width: 980px;
}

a {color: #006EB7;}

a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5 
{
	margin-bottom: 1px; 
}

h1 {font-size: 140%; color: #006EB7; margin-top: 0px;}
h2 {font-size: 120%; color: #006EB7; margin-top: 0px;}
h3 {font-size: 100%; color: #006EB7; margin-top: 0px;}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header 
{
	padding: 0;
	margin-bottom: 15px;
}

#header .logo
{
	margin-bottom: 5px;
}

#phone
{
	text-align: right;
	margin-right: 5px;
}

.phone-hours
{
}

#phone
{       
    min-height:75px;}
#phone strong
{padding:10px 0 5px 50px;
        font-size:220%;
        color:#006eb7;
        display:block;
        background:url(/images/phoneSmall.jpg) no-repeat left 5px;
        float:right;}
        
        #phone p
        {
            clear:right;}

/* Tab menu
--------------------------------------------------------------------------------------- */
#header .navbar {margin-left: 30px; margin-top: 20px;}

ul#tab
{
	padding:0;
	height:21px;
	/*width:400px; /* Width for safari, actual width in a bug fix at the bottom of this css file */
	margin:0 auto;
	background-color: transparent;
	position:relative; z-index:80;/* To make drop downs cover product text in safari mac */
}

#tab li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	position:relative;
	list-style:none;
	float:left;
	padding:0px 1px 0px 5px;
	background:url(/images/tab-off-lcorner.gif) no-repeat;
	z-index:85;
}

#tab li.tab-on 
{
	background:url(/images/tab-on-lcorner.gif) no-repeat;
}

#tab li.tab-on a
{
	background:url(/images/tab-on.gif) no-repeat top right;
	color:#fff;
}

#tab li a
{
	padding:4px 8px 4px 4px;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	background:url(/images/tab-off.gif) no-repeat top right;
	font-weight:normal;
}

/* Sub menu
--------------------------------------------------------------------------------------- */
#header .container-submenu
{
	background: #fff url(/images/submenu-bg.gif) repeat-x scroll center top;
	height: 20px;
	text-decoration:none;
	margin-bottom: 5px;
}

ul#submenu
{
	height: 20px;
	margin: 0;
	text-align: center;
	padding-top: 2px;
}

#submenu li
{
	list-style-type: none;
	display: inline;
	padding: 0px 1px 0px 5px;
}

#submenu li a
{
	padding: 4px 8px 4px 4px;
	color: #fff;
	text-decoration: none;
	background: transparent url(/images/submenu-separator.gif) no-repeat scroll right top;
	font-weight: normal;
}

#submenu li.submenu-on a
{
	text-decoration: underline;
}

#submenu #last-submenu a
{
	background-image: none;
}

/* Breadcrumb
-------------------------------------------------------------------------------------- */
.breadcrumb
{
	font-size: 90%;
	color: #006EB7;
	margin-bottom: 0px;
}

/* Global Classes
--------------------------------------------------------------------------------------- */

.clear        { clear: both; }
.clearing     { clear: both; height: 1px; line-height: 1px; font-size: 1px; }
.float-left   { float: left; }
.float-right  { float: right; }
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-center  { text-align: center; }
.text-justify { text-align: justify; }
.bold         { font-weight: bold; }
.italic       { font-style: italic; }
.underline    { border-bottom: 1px solid; }


/* Footer Layout
--------------------------------------------------------------------------------------- */
#site-footer 
{
	width: 100%;
	padding: 0;
	margin-top: 20px;	
}

#site-footer ul 
{
    padding: 0;
     margin: 0 0 0 220px;
}

#site-footer ul li {
	display: inline;
	float: left;
}

#site-footer ul li a 
{
	color: #636363;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

#site-footer ul li a:hover 
{
	text-decoration: underline;
}

#site-footer ul li a span 
{
	display: block;
	padding: 0 10px;
	line-height: 9px;
	border-right: 1px solid #636363; 
}

#site-footer #last-footer-item a span
{
	border: none 0; 
}





/**********Dan's new header styles***************/

#header
{
    position:relative;
    height:100%;}

#header a{
    color:#fff; 
    text-decoration:none; }
#header ul{
    margin: 0;
    padding: 0;}
#header li
{
    
    list-style-type:none;
    float:left;
      margin: 0;
    padding: 0;}

#siteLogo{
    float:left;    }
#siteLogo a   {
   background: url("/images/logo_tall.gif") no-repeat scroll 25px 8px transparent;
   /*background: url("/images/logo.gif") no-repeat scroll 25px 8px transparent;*/
    display: block;
    height: 104px;
    /*height: 70px;*/
    text-indent: -9999px;
    width: 198px;
    /*width: 318px;*/
 }      
   #siteLogo img {
    display:none;}
    
#topNav {   
   
   clear:both;
    font-family: arial, helvetica, sans-serif;
    overflow:auto;        
    background:#0063b7;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006eb6), to(#0265a5));
    background-image: -webkit-linear-gradient(top, #006eb6, #0265a5);
    background-image:    -moz-linear-gradient(top, #006eb6, #0265a5);
    background-image:     -ms-linear-gradient(top, #006eb6, #0265a5);
    background-image:      -o-linear-gradient(top, #006eb6, #0265a5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#006eb6, endColorstr=#0265a5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#006eb6, endColorstr=#0265a5)";}
    
 #topNav li a{   
    border-left:1px solid #2683c0;
    border-right:1px solid #015b97;
    padding:10px 28px 10px 29px;
    display:block;
    font-size:1.3em;
    font-weight:bold;
    text-shadow:2px 2px 1px #054168;
    }
 #topNav li a:hover,  #topNav li.tab-on a 
 {       padding:6px 25px 10px 25px;
      margin: 4px 3px 0 4px;
     background:#52a6dd;
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a6dd), to(#3490CC));
    background-image: -webkit-linear-gradient(top, #52a6dd, #3490CC);
    background-image:    -moz-linear-gradient(top, #52a6dd, #3490CC);
    background-image:     -ms-linear-gradient(top, #52a6dd, #3490CC);
    background-image:      -o-linear-gradient(top, #52a6dd, #3490CC);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#52a6dd, endColorstr=#3490CC);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#52a6dd, endColorstr=#3490CC)";; 
         } 
 
#topNav ul{   
     border-right:1px solid #2683c0;
     display:inline-block;}

#subNav    
{   
    padding:0 10px;
    overflow:auto;        
    background:#3490cc;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3490cc ), to(#1d80c1));
    background-image: -webkit-linear-gradient(top, #3490cc , #1d80c1);
    background-image:    -moz-linear-gradient(top, #3490cc , #1d80c1);
    background-image:     -ms-linear-gradient(top, #3490cc , #1d80c1);
    background-image:      -o-linear-gradient(top, #3490cc , #1d80c1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3490cc , endColorstr=#1d80c1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3490cc , endColorstr=#1d80c1)";}
 
#subNav li a
{    padding:7px 15px;
    display:block;
        }  
        

   #subNav .extraLinks
{  float:right;
        }  
            
.divBanner{
    float:right;}         
    
   #headerPhone
   {    position:absolute;
        right:25px;
        top:110px;
        /*top:77px;*/
        padding-left:35px;
        color:#fff; 
        font-size:1.8em;
        font-weight:bold;
          text-shadow:2px 2px 1px #054168;
           background: url("/images/smallPhone.gif") no-repeat scroll 1px 1px transparent;
       }
