﻿html, body {
    height: 100%;
    margin: 0px auto;
    padding: 0px;
}
A
{
 text-decoration: none;   
}
* 
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
/*Single ROW Boxes*/
TD.BoxItem_1x1
{
    width:237px;
    height:129px;
}
TD.BoxItem_1x2
{
    width:474px;
    height:129px;
}
TD.BoxItem_1x3
{
    width:711px;
    height:129px;
}
TD.BoxItem_1x4
{
    width:948px;
    height:129px;
}

 /*Double ROW Boxes*/
TD.BoxItem_2x1
{
    width:237px;
    height:258px;
}
TD.BoxItem_2x2
{
    width:474px;
    height:258px;
}
TD.BoxItem_2x3
{
    width:711px;
    height:258px;
}
TD.BoxItem_2x4
{
    width:948px;
    height:258px;
}
TABLE.FullSize
{
    width:100%;
    height:100%;
}
/*MAIN SEARCH*/
.SearchInput
{
    width:70px;
    height:16px;
    background-color: #7c6a55;
    border:0px;
    font-size:12px;    
}
.SearchButton
{   
    height:16px;
    width:17px;
    background-color: #7c6a55;
    border:0px;    
    margin-bottom:0px;
}

/*TOP LINKS*/
.TopLinks
{
    font-size:11px;
    text-decoration:none;    
    color:#000000;
}
.TopLinks:Hover
{
    text-decoration:none;    
    color:#7c6a55;
}

/*MENU*/
.MenuContainer
{
    border: 1px solid black; 
    width:940px;
    height:121px; 
    margin-top:3px;
    text-align:left;
}
* html .MenuContainer
{
    border: 1px solid black; 
    width:942px;
    height:123px; 
    margin-top:3px;
    text-align:left;
   
}
.MenuSeperator
{
    float:left; background-color:#000; width: 5px; height:121px;margin-left:3px;margin-right:1px;
}
* html .MenuSeperator
{
    float:left; background-color:#000; width: 5px; height:123px;
}
.MenuContainer .ScrollUp{
     background: url(/Include/_images/_Menu/scroll_up_off.gif) no-repeat left center;
     text-decoration : none;   
}
.MenuContainer .ScrollUp:Hover{
     background: url(/Include/_images/_Menu/scroll_up_on.gif) no-repeat left center;
     text-decoration : none;   
}
.MenuContainer .ScrollDown{
     background: url(/Include/_images/_Menu/scroll_down_off.gif) no-repeat left center;
     text-decoration : none;   
}
.MenuContainer .ScrollDown:Hover{
     background: url(/Include/_images/_Menu/scroll_down_on.gif) no-repeat left center;
     text-decoration : none;   
}

.MenuContainer .MenuNodeItemSelected
{
    color:#C0141B;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}
.MenuContainer .MenuNodePathSelected
{
    color:#B38707;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}
.MenuContainer .MenuNodeItem
{
    color:#000;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}
.MenuContainer .MenuNodeItem:Hover
{
    color:#C0141B;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}

LI {
    list-style : none;
    list-style-position : outside;
    background:  transparent url(/Include/_images/Black/li_white.gif) no-repeat scroll left top; 
    padding-left: 10px; margin-bottom: 0px; line-height: 15px;
}
.FormSubmitBack
{
    
}
