﻿body
{
    text-align: center;
    color: #353637;
}
/*************************************************/
.heading_sub
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 15px;
    color: #353637;
    line-height: 18px;
    text-decoration: none;
    font-weight: bold;    
}
.heading
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 15px;
    color: #353637;
    line-height: 18px;
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;
}
/*************************************************/
.text
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #353637;
    line-height: 18px;
    text-decoration: none;
}

.text a
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #353637;
    line-height: 18px;
    text-decoration: none;
    font-weight: bold;
}
.text a:hover
{
    font-family: Verdana,Arial,Helvetica;
    text-decoration: underline;
}
/*************************************************/
.boldtext
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #353637;
    line-height: 18px;
    text-decoration: none;
    font-weight: bold;
}

.boldtext a
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #353637;
    line-height: 18px;
    text-decoration: none;
    font-weight: bolder;
}
.boldtext a:hover
{
    font-family: Verdana,Arial,Helvetica;
    text-decoration: underline;
}
/*************************************************/

.linkorange
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #EA6D01;
    line-height: 18px;
    text-decoration: none;
    font-weight: bold;
}

.linkorange a
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #EA6D01;
    line-height: 18px;
    text-decoration: none;
    font-weight: bolder;
}
.linkorange a:hover
{
    font-family: Verdana,Arial,Helvetica;
    text-decoration: underline;
}
/*************************************************/
.footer
{
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica;
    background-color: #CDCED0;
    padding: 15px 0px 15px 0px;
}
.text_footer
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #000000;
    line-height: 18px;
    text-decoration: none;
    padding-left: 10px;
}

.text_footer a
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #000000;
    line-height: 18px;
    text-decoration: none;
}
.text_footer a:hover
{
    font-family: Verdana,Arial,Helvetica;
    text-decoration: underline;
}
/*************************************************/
.header
{
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica;
    background-color: #CDCED0;
    width: 100%;
    height: 30px;
}
.header a
{
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica;
    text-decoration: none;
}
.header a:hover
{
    font-family: Verdana,Arial,Helvetica;
    text-decoration: none;
}

/*************************************************/
.textbox_search
{
    color: #000000;
    font-size: 9px;
    font-family: Verdana,Arial,Helvetica;
    height: 15px;
    width: 200px;
    border: solid 1px #969696;
    border-right-width: 0px;
}
/*************************************************/
.menu_item
{
    background-image: url('../Images/master_images/menu_home.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
/*************************************************/
/******************* Menu ************************/
/*************************************************/
#menu
{
    float: right;
    height: 30px;
    z-index:9000;
}

.NavMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 100%;
    line-height: 29px;
    z-index:9000;
}

.NavMenu ul.AspNet-Menu li /* Tier 1 Childs */
{
    width: 140px;
    background-image: url('../Images/master_images/menu/menu_gray.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-width: 0px;
    z-index:9000;
}

.NavMenu ul.AspNet-Menu li a:hover /* Tier 1 Childs */ /* Tier 1 Childs */
{
    width: 140px;
    background-image: url('../Images/master_images/menu/menu_hover.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-width: 0px;
    color: White;
    z-index:9000;
}

.NavMenu ul.AspNet-Menu li li /* Tier 1 Childs */
{
    background-image: url('../Images/master_images/menu/grey_arrow.jpg');
    background-repeat: no-repeat;
    background-position: left;
    width: 240px;
    z-index:9000;
}

.NavMenu ul.AspNet-Menu li li a:hover /* Tier 1 Childs */ /* Tier 1 Childs */
{
    background-image: url('../Images/master_images/menu/Orange_arrow.jpg');
    background-repeat: no-repeat;
    background-position: left;
    width: 240px;
    z-index:9000;
}

.NavMenu ul ul li.AspNet-Menu-Leaf a, /* leaves */ .NavMenu li.AspNet-Menu-Leaf span
{
    background-image: url('../Images/master_images/menu/grey.jpg');
    background-repeat: no-repeat;
    background-position: left;
    width: 240px;
    z-index:9000;
}

.NavMenu ul ul li.AspNet-Menu-Leaf a:hover
{
    background-image: url('../Images/master_images/menu/Orange.jpg');
    background-repeat: no-repeat;
    background-position: left;
    width: 240px;
    z-index:9000;
}


.NavMenu ul.AspNet-Menu ul /* Tier 2 */
{
    width: 240px;
    top: 100%;
    left: 0;
    line-height: 26px;
    z-index:9000;
}

.NavMenu ul.AspNet-Menu ul ul /* Tier 3+ */
{
    top: 0em;
    left: 240px;
    line-height: 26px;
    z-index:9000;
}

.NavMenu ul li /* all list items */
{
    width: 220px;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica; /*background: #1A72BA url(../../resources/images/menu_bg.jpg) repeat-x;*/
    z-index:9000;
}

.NavMenu ul li ul li /* all list items */
{
    width: 240px;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica;
    color: Black;
    background: White;
    z-index:9000;
}

NavMenu li:hover, /* list items being hovered over */ .NavMenu li.AspNet-Menu-Hover
{
    background: White url(../../resources/images/menu_bg_rollover.jpg) repeat-x;
    color: Black;
    z-index:9000;
}

.NavMenu a, /* all anchors and spans (nodes with no link) */ .NavMenu span
{
    text-align: center;
    padding: 0px 1px 0px 1px;
    cursor: Pointer;
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica;
    color: #575757;
    font-weight: bold;
    z-index:9000;
}

.NavMenu ul li ul li a, /* all anchors and spans (nodes with no link) */ .NavMenu ul li ul li span
{
    text-align: center;
    padding: 0px 1px 0px 1px;
    cursor: Pointer;
    font-family: Verdana,Arial,Helvetica;
    color: #575757;
    z-index:9000;
}

.NavMenu li.AspNet-Menu-Leaf a, /* leaves */ .NavMenu li.AspNet-Menu-Leaf span
{
    /*background-image: none !important;*/
}

.NavMenu li:hover a, /* hovered text */ .NavMenu li:hover span, .NavMenu li.AspNet-Menu-Hover a, .NavMenu li.AspNet-Menu-Hover span, .NavMenu li:hover li:hover a, .NavMenu li:hover li:hover span, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .NavMenu li:hover li:hover li:hover a, .NavMenu li:hover li:hover li:hover span, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    /*background: transparent url(activeArrowRight.gif) right center no-repeat;*/
}

.NavMenu li:hover li a, /* the tier above this one is hovered */ .NavMenu li:hover li span, .NavMenu li.AspNet-Menu-Hover li a, .NavMenu li.AspNet-Menu-Hover li span, .NavMenu li:hover li:hover li a, .NavMenu li:hover li:hover li span, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    /*background: transparent url(arrowRight.gif) right center no-repeat;*/
}

.NavMenu .AspNet-Menu-Selected /* this tier is selected */
{
    /*border: solid 1px #00ff00 !important;*/
}

.NavMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    /*border: solid 1px #ff0000 !important;*/
}

.NavMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    /*border: solid 1px #0000ff !important;*/
}
/*************************************************/