﻿body
{
    font-family:Arial;
    font-weight: 100;
    font-style:normal;
    color:black;
    padding:0px;
}
form
{
    padding:0px;
    margin:0px;
}
a
{
    text-decoration:none;
}
.contactImg{
    margin-top:10px;
}
/*.menu
{
    width:980px;
    margin-top:-25px;
    height:50px;
    padding:8px;
    background-color:#3ea40f;
    background-clip:padding-box;
    position:absolute;
    z-index:100000;
   

}
   ul{
        padding: 0;
        list-style: none;

    }
    ul li{
        float: left;
        width: 139.5px;
        text-align: center;
        line-height: 25px;
        background: #f2f2f2;
    }
 
    
    ul li a{
        display: block;
        padding: 5px 10px;
        color: #333;
        background: #f2f2f2;
        
        font-weight:100;
        text-decoration: none;
    }
    ul li a:hover{
        color: orange;
        background-color:white;
        border-left:1px thin black;
        border-right:1px thin black;
    }
    ul li ul{
        display: none;
    }
    ul li:hover ul{
        display: block; /* display the dropdown */
        
    /*}*/
    /*ul li ul li a
    {
        width:200px;
        text-align:left;
        font-size:12px;
        padding-left:20px;
        border-bottom:1px solid #e6e2e2;
        border-left:1px solid #e6e2e2;
        border-right:1px solid #e6e2e2;
        background-color: white;
    }
    ul li ul li a:hover
    {
        color:black;
        width:200px;
        text-align:left;
        font-size:12px;
        padding-left:20px;
        border-bottom:1px solid #e6e2e2;
        border-left:1px solid #e6e2e2;
        border-right:1px solid #e6e2e2;
        background-color: #e6e2e2;
    }*/

/*Contents Style*/
.contentPlaceHolder{
    
   /*width:1000px;*/
    text-align:center;
    padding-top:50px;
    padding-bottom:50px;
    
}

.pgBanner
{
   /*width:990px;*/
    display:inline;
    background-color:white;
}
#ImageSlider{
    /*width:1000px;*/
    height:293px;
   
}
.pageContent{
    /*width:1000px;*/
}
#footerContent{
    position:relative;
    /*width:1000px;*/
    height:200px;
    background-color:#21820a;
    

}
.footerContent table
{
    background-color:#21820a;
}
.tdleft{
    text-align:left;
}
.tdright{
    text-align:right;
}

.smallfont{
    font-size:10px;
    color:white;
}
th
{
    color:yellow;
    font-size:20px;
}
.scrollableArea
{
    overflow:hidden;
    width:430px;
    height:70px;
    border:1px solid black;
    padding:4px 4px;
    
}
ol {
    list-style: disc;
    
}
.green
{
    color:green;
}
.red
{
    color:red;
}
.black
{
    color:black;
}
.content-body
{
    font-size:12px;
    text-align:left;
    float:left;
    align-content:space-between;

}
.logo
{
    float:left;
}
.banner
{
    float:right;
    max-height:181px;
}
.bodyPart
{
    height:60px;
}
h5
{
    color:green;
   
}
.contactRowDiv
{
    display:inline;
    width:1000px;
    height:236px;
}
.contactRightDiv right
{
    float:right;
    width:425px;
    height:236px;
}
.contactLeftDiv left
{
    width:425px;
    float:left;
    height:236px;
}

.inner
{
    width:1000px;
    display:inline;
}
.mainHeading{
    font-size:30px;
    font-weight:200;
}
.left
{
    float:left;
}
.right
{
    float:right;
    margin-right:5%;
}
a 
{
    text-decoration:none;
    border:none;
}
.contentLinkLine
{
    width:1000px;
    height:16px;
    line-height:16px;
    color:green;
    font-size:12px;
    clear:both;
}
.contentLinkLine a
{
    color:green;
}

.contentheader
{
    width:1000px;
    height:40px;
    line-height:40px;
    clear:both;
}


.ContentBody
{
    width:100%; 
    background-color:white;
    padding:0px;
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
    border-bottom-left-radius:10px; 
    border-bottom-right-radius:10px;
    border:1px solid white;
    text-align:left;
}

.clearBoth
{
    width:100%;
    height:15px;
    clear:both;
}


.bigTextBox
{
    width:300px;
    height:30px;
    border-style:ridge;
    border-radius:3px;
    background-color:white;
}
.CellwithBorder
{
     border:1px solid black;
}

.headerClass > th
{
    text-align:left;
    padding-left:30px;
    color:black;
   
}

.RowClass > td
{
    text-align:left;
    padding-left:10px;
    color:black;
    border-style:none;
}
textarea
{
    font-family:Arial;
}

/*Calendar Control CSS*/
/*.cal_Theme1 .ajax__calendar_container   {
background-color: white;
border:solid 1px #2a2929;
}

.cal_Theme1 .ajax__calendar_header  {
    background-color: #82a824;    
    height:30px;
    line-height:25px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
    color: black;
    padding-top: 3px;
    line-height:20px;
    height:25px;
}
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev 
{
    color:white;
    border-radius:15px;
}

.cal_Theme1 .ajax__calendar_body    
{
    background-color: #eee;    
}

.cal_Theme1 .ajax__calendar_dayname 
{
    text-align:center;
    height:25px;
    font-weight:bold;
    padding-bottom: 2px;
    padding-top: 2px;
    color: black;
    background-color:#e5e5e7;
}

.cal_Theme1 .ajax__calendar_days {
    color: rgba(255,255,255,0.2);
    text-align:center;      
}
.ajax__calendar_day
{
    color: rgb(248, 244, 220);
    text-align:center;
    background-color:#7b9f1f;
    padding:2px; 
    border: solid 1px white;   
}
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  
{
    color: #2c2a2a;
    font-weight: bold;
    background-color: #DEF1F4;
}
.ajax__calender_inactive
{
    color:rgba(255,255,255,0.2);
    background-color:#7ea41e;
}

.cal_Theme1 .ajax__calendar_today   
{
    font-weight:bold;
    background-color:rgba(0,0,0,0.2);    
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title 
{
    color: #bbbbbb;
}*/




 .SpanHead{
            font-size: large;
        }

 .OrangeLink
 {
     text-decoration:none;
     color:orange;
     padding-left:10px;
     font-size:12px;
 }
 hr
 {
     
     margin:0px;
 }
 .white
 {
     color:white;
 }
 .yellow
 {
     color:#d8db09;
 }
 .fLink
 {
     font-size:12px;
 }
 .Pad
 {
     padding:0px;
 }