﻿/*new menu styles*/
.chromestyle{
width: 99%;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
background-color:#fff;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #1F7FBC;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #fff; /*THEME CHANGE HERE*/
font:bold 12px Verdana;
}

.chromestyle ul li a:hover{
background-color:#fff;
color:#1F7FBC;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #f1f1f1; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #fff;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
background-color:#ffffff; 
border-bottom: 0px solid #066A9B; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #1F7FBC;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f1f1f1;
color:#000;
}

.footer
{
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    background-color:#066A9C;
    height:14px;
    text-align:center;
}
a.footer
{
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    background-color:#066A9C;
    height:14px;
    text-align:center;

}


  .HomeCanfieldSmall
{
    
    FONT-SIZE: 10pt;
    COLOR: #1F7FBC;
    FONT-FAMILY: Arial;
    font-weight:bold;
    
}

.Social
{
padding-left:10px;
background-color:#fff;
}