﻿
body
{
    background-color: #F1F1F1;
    font-size: 13px;
    font-family: Times New Roman, Verdana, Helvetica, Sans-Serif;
    background-image:url(images/bgHeaderHorizontal.gif);
    background-repeat:repeat-x;
    margin: 0;
    padding: 0;
    color: #403f41;
}

#Top
{
    background-image:url(images/HeaderMainpic.jpg);
    Width: 1011px;
    Height: 251px;
    
}

#Search 
{
    height: 34px;
    width : 200px;
    float:right;
    padding-top: 11px;
      
}

.SearchBox
{
    background-image:url(/Content/Images/bgSearch.gif);
    background-repeat:no-repeat;
    background-color: Transparent;
    border: none;
    width: 144px;
    height: 20px;
    padding-left: 10px;
}

#TopMenu
{
    height:45px;
    width: 426px;
    color: #ffffff;
    font-size: 17px;
    line-height: 45px;
    float:left;
    margin-left: 60px;
    margin-top: 0px;
    
}

#TopMenu a
{
    color: White;
    text-decoration: none;
    height: 45px;
    width: 426px;

}

#TopMenu span
{
    margin-left: 30px;
    margin-right: 30px;
    color: White;
}

#LeftMenu
{
    width: 216px;
    float:left;
    padding-top: 21px;
    padding-left: 31px;
}

#LeftMenu img
{
    cursor: pointer;
    border: none;
    margin-bottom: 2px;
}

#LeftMenu img
{
    float:left;
}

#Main
{
    background-color: #FFFFFF;
    Width: 1011px;
    min-height: 500px;
    margin: 0;
    background-image:url(images/bgMain.gif);
}

#Main #LeftColumn
{
    min-height: 500px;
    width: 278px;
    float: left;

}

#LeftColumn .NewsBox
{
    margin-left: 33px;
    margin-right: 33px;
    margin-top: 25px;
    width: 213px;
    height: 142px;
}

.NewsBox .NewsTitle
{
    font-size: 13px;
    color: #86bd3b;
    font-weight:bold;


}


#Main #CenterColumn
{
    float:left;
    min-height: 500px;   
    width: 469px; 
    /* border-left:1px dotted #BABABA;
    border-right:1px dotted #BABABA;  */
    padding-top: 51px;
    padding-left: 23px;
    padding-right: 31px;
    padding-bottom: 16px;
}

#CenterColumn .FrontPageBox
{
    width: 449px; 
    height: 140px; 
    overflow: hidden;
    padding-top: 24px;
    padding-right: 10px;
    padding-left: 10px;
}

#CenterColumn .SplitFrontpageBox
{
    width: 214px;
    height: 165px;
    float:left;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

#Main #RightColumn
{
    float:left;
    min-height: 500px;
    width: 206px;
    padding-left: 2px;
    /* border-right:1px dotted #BABABA; */

}

#Bottom
{
    height: 29px;
    width: 1011px;
    background-color: #FFFFFF;
    border-top:1px dotted #BABABA;
    border-right:1px dotted #BABABA;
}

#BottomText
{
    padding-left: 152px;
    line-height: 29px;
}

#BottomText span
{
    font-size: 12px;
    line-height: 17px;
}

#BottomText .BottomDivider
{
    margin-left: 24px;
    margin-right: 24px;
}

#Bottom a
{
    color: #403f41;
    text-decoration: underline;
}

#LomakeTable input
{
    width: 320px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    background-color: #f8f6f6;
}

.FreeReleaseInput
{
    width: 320px;
    margin-left: 13px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    background-color: #f8f6f6;
    
    
}

#LomakeTable textarea
{
    width: 320px;
    height: 200px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    background-color: #f8f6f6;

}

.Button
{
    width: 170px;
    height: 25px;
    font-weight: bold; 
    color:White; border-color:#79b627;
    border-style:solid;
    border-width: 1px;
    background-image:url(/Content/Images/bgButton.jpg);
    background-repeat: repeat-x;
    

}


