@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0;}
#menu{ width:900px; height:45px; float:left; background:#f5f5f5; } 

.ddsmoothmenu{
	width:100%;
	font-family:calibri, Arial, Verdana;
	font-size:14px; /*background of menu bar (default state)*/
	margin:0 ; height:auto;
	float:left;

}

.ddsmoothmenu ul{
	z-index:1000;
	width:100%;
	margin:0px;
	height:auto;
	padding:0;
	top:0;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	width:100%;
	display: block;
	padding:0; 
	float:left;
	list-style:none;
	height:auto;
}

/*Top level menu link items style*/


.ddsmoothmenu ul li a:hover{ color:#343434; z-index:-1000;  text-shadow:none;  background-color:#f0f0f0; }
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#343434;  text-shadow:none;  
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
  text-shadow:none; text-decoration:none;  background-color:#f0f0f0; 
}

.ddsmoothmenu ul li a.active{
  color:#343434 ; text-shadow:none; text-decoration:none;  background-color:#f0f0f0; 
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-image:none;
top:0 ; margin:-35px 0 0 218px; width:285px; height:auto; background:#f0f0f0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float:left;
margin:0 ; padding:0 0 0 12px ;
height:auto;
width:260px; background:none;
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:calibri, Arial, Verdana; font-size:15px; color:#333333 ; text-decoration:none; text-transform:none; line-height:34px;
text-shadow:none;
padding: 0 5px;
margin: 0;
background-image:none;

}
 
.ddsmoothmenu ul li ul li a:hover{  color:#000000 ; text-shadow:none ; background-image:none;}
.ddsmoothmenu ul li ul li a.selected{  color:#333333 ; text-shadow:none ;  background-image:none; }

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
background-image:none;
top: 14px;
right: 9px;
}

.rightarrowclass{
position: absolute;
background-image:none;
top: 10px;
right: 9px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
z-index:100; 
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}





.ddsmoothmenu1{
	width:100%;
	font-family:calibri, Arial, Verdana;
	font-size:14px; /*background of menu bar (default state)*/
	margin:0 ; height:auto;
	float:left;
}

.ddsmoothmenu1 ul{
	z-index:1000;
	width:100%;
	margin:0px;
	height:auto;
	padding:0;
	top:0;
}

.ddsmoothmenu1 ul li{
	position: relative;
	width:100%;
	display: block;
	padding:0; 
	float:left;
	list-style:none;
	height:auto;
	background-image:url("../images/leftBg_menu.png");
	background-position: right top;
	background-repeat:repeat-y;
}

.ddsmoothmenu1 ul li a:hover{
	color:#343434;
	z-index:-1000;
	text-shadow:none;
	background-color:#f0f0f0;
	background-image: url("../images/menu-bullet-bluehover.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}

* html .ddsmoothmenu1 ul li a{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu1 ul li a:link, .ddsmoothmenu ul li a:visited{
	/*color:#343434;*/
	text-shadow:none;  
}

.ddsmoothmenu1 ul li a.selected{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
  	text-shadow:none;
	text-decoration:none;
	background-color:#f0f0f0; 
}

.ddsmoothmenu1 ul li a.active{
	color:#343434; 
	text-shadow:none; 
	text-decoration:none;  
	background-color:#f0f0f0; 
}

/*1st sub level menu*/
.ddsmoothmenu1 ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-image:none;
top:0 ; margin:-35px 0 0 218px; width:285px; height:auto; background:#f0f0f0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu1 ul li ul li{
display: list-item;
float:left;
margin:0 ; padding:0 0 0 12px ;
height:auto;
width:260px; background:none;
}


/* Sub level menu links style */
.ddsmoothmenu1 ul li ul li a{
font-family:calibri, Arial, Verdana; font-size:15px; color:#333333 ; text-decoration:none; text-transform:none; line-height:34px;
text-shadow:none;
padding: 0 5px;
margin: 0;
background-image:none;

}
 
.ddsmoothmenu1 ul li ul li a:hover{  color:#000000 ; text-shadow:none ; background-image:none;}
.ddsmoothmenu1 ul li ul li a.selected{  color:#333333 ; text-shadow:none ;  background-image:none; }

/* Holly Hack for IE \*/
* html .ddsmoothmenu1{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
background-image:none;
top: 14px;
right: 9px;
}

.rightarrowclass{
position: absolute;
background-image:none;
top: 10px;
right: 9px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
z-index:100; 
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}



/* Menu applied on MasterPage2.master page (maroon menu) */

div.menu2
{
    /*width:500px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
    text-align:center;
    background-image: url(../images/bg1.gif);
    border:1px solid black;
    font-size:0;
}

div.menu2 a
{
    display: inline-block;
    padding: 0 10px;
    background-image: url(../images/bg.gif);
    color:White;
    text-decoration:none;
    font: bold 14px Arial;
    line-height: 24px;
}

div.menu2 a:hover, div.menu2 a.current
{
    background-position:0 -60px;
}

div.menu2 a.dummy
{
    width:2px;
    padding:0 0;
}

/* ------------------------ Menu applied on MasterPage2.master page (maroon menu) (Contrast) -------------------------- */

div.menu2Inverse
{
    /*width:500px;margin:0 auto;*//*Uncomment this line to make the menu center-aligned.*/
    text-align:center;
    background-image: url(../images/bg1Inverse.gif);
    border:1px solid black;
    font-size:0;
}

div.menu2Inverse a
{
    display: inline-block;
    padding: 0 10px;
    background-image: url(../images/bgInverse.gif);
    color:White;
    text-decoration:none;
    font: bold 14px Arial;
    line-height: 24px;
}

div.menu2Inverse a:hover, div.menu2Inverse a.current
{
    background-position:0 -60px;
}

div.menu2Inverse a.dummy
{
    width:2px;
    padding:0 0;
}

/* --------------------------------------------------------------------------------- */

/* Start of Header horizontal menu */

#HZmenu, #HZmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#HZmenu 
{
    float:right;
    /*margin-right:115px;
    width: 360px;*/
    background-color:#710505;
    border-radius: 6px;
    margin-top:40px;
    line-height:30px;
}

#HZmenu:before,
#HZmenu:after {
    content: "";
    display: table;
}

#HZmenu:after {
    clear: both;
}

#HZmenu {
    zoom:1;
}

#HZmenu li {
    float: left;
    /*border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;*/
    position: relative;
}

#HZmenu a {
    float: left;
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #000;*/
    
  font-family:Calibri;
  font-style: normal;
  font-size:17px;
  font-weight: 400;
}

*html #HZmenu li a:hover { /* IE6 only */
    color: #fafafa;
}

#HZmenu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1000;    
    background: #ffffff;   
    /*background: linear-gradient(#444, #111);*/
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    border-radius: 3px;
    transition: all .2s ease-in-out;
    color:White;
}

#HZmenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#HZmenu ul ul 
{
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#HZmenu ul li 
{
    z-index:9999;
    width:150px;
    float: none;
    display: block;
    border: 0;
    line-height:15px;
    _line-height: 0; /*IE6 only
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
}

#HZmenu ul li:last-child {   
    box-shadow: none;    
}

#HZmenu ul a     
{
    z-index:9999;
    font-size:16px;
    color:#4B4B4B;
    font-weight:normal;
    padding: 5px 0px 5px 0px;
    width: 130px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#HZmenu ul a:hover 
{
    width:150px;
    color:White;
    background-color: #710505;
    /*background-image: linear-gradient(#04acec, #0186ba);*/
}


/*#HZmenu-trigger { /* Hide it initially */
 /*   display: none;
}

@media screen and (max-width: 767px) {

    #HZmenu-wrap {
        position: relative;
    }

    #HZmenu-wrap * {
        box-sizing: border-box;
    }

    #HZmenu-trigger {
        display: block; /* Show it now */
   /*     height: 40px;
        line-height: 40px;
        cursor: pointer;        
        padding: 0 0 0 35px;
        border: 1px solid #222;
        color: #fafafa;
        font-weight: bold;
        background-color: #111;
        border-radius: 6px;
        box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    }

    #HZmenu {
        margin: 0; padding: 10px;
        position: absolute;
        top: 40px;
        /*width: 100%;*/
   /*     z-index: 1;
        display: none;
        box-shadow: none;       
    }

    #HZmenu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #444;
    }   

    #HZmenu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        box-shadow: none;               
    }

    #HZmenu ul ul {
        margin: 0 0 0 20px !important;
        box-shadow: none;       
    }

    #HZmenu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        box-shadow: none;           
    }

    #HZmenu ul li{
        margin-left: 20px;
        box-shadow: none;       
    }

    #HZmenu a{
        display: block;
        float: none;
        padding: 0;
        color: #999;
    }

    #HZmenu a:hover{
        color: #fafafa;
    }   

    #HZmenu ul a{
        padding: 0;
        width: auto;        
    }

    #HZmenu ul a:hover{
        background: none;   
    }

    #HZmenu ul li:first-child a:after,
    #HZmenu ul ul li:first-child a:after {
        border: 0;
    }       

}

@media screen and (min-width: 767px) {
    #HZmenu {
        display: block !important;
    }
}  */ 

/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;          
}

#HZmenu li:hover > .no-transition {
    display: block;
}


/* End of Header horizontal menu */



@import url(http://fonts.googleapis.com/css?family=Oswald);
#newcssmenu,
#newcssmenu ul,
#newcssmenu ul li,
#newcssmenu ul li a,
#newcssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#newcssmenu:after,
#newcssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#newcssmenu #menu-button {
  display: none;
}
#newcssmenu {
  width: 99.5%;
  border-left: 1px solid #C68D08;
  border-right: 1px solid #C68D08;
  border-bottom: 1px solid #C68D08;
  border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  background: #f7f7f7;
  box-shadow: 1px 1px 0 #B17E07, 2px 2px 0 #B17E07, 3px 3px 3px rgba(0, 0, 0, 0.35);
}
#newcssmenu > ul {
  background: url('../images/bgnew.png');
}
#newcssmenu > ul > li {
  float: left;
}
#newcssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#newcssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#newcssmenu.align-right > ul > li {
  float: right;
}
#newcssmenu > ul > li > a 
{
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #C68D08;
  font-weight:bold;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#newcssmenu > ul > li > a:hover,
#newcssmenu > ul > li:hover > a,
#newcssmenu > ul > li.active > a {
  color: #444444;
}
#newcssmenu #menu-indicator {
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: #C68D08;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#newcssmenu.small-screen {
  width: 100%;
}
#newcssmenu.small-screen > ul,
#newcssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#newcssmenu.small-screen > ul > li,
#newcssmenu.small-screen.align-center > ul > li {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#newcssmenu.small-screen > ul > li > a {
  padding: 8px 15px;
}
#newcssmenu.small-screen > ul > li:after,
#newcssmenu.small-screen > ul > li:before {
  display: none;
}
#newcssmenu.small-screen #menu-button {
  display: block;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #C68D08;
  background: url('../images/bgnew.png');
}
#newcssmenu.small-screen #menu-button.menu-opened {
  color: #444444;
}
#newcssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19.5px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #C68D08;
  border-bottom: 2px solid #C68D08;
  width: 18px;
  height: 3px;
}
#newcssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
#newcssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 29.5px;
  display: block;
  width: 18px;
  height: 2px;
  background: #C68D08;
}
#newcssmenu.small-screen #menu-button.menu-opened:before {
  background: #444444;
}
#newcssmenu.small-screen #menu-indicator {
  display: none;
}
