﻿/*LINK BOX */

.LinkBox
{
    margin-left:22px;
    margin-top:-200px;
    background-image:url(Images/LinkBox/middle.jpg);

    background-repeat:repeat-x;
 height:187px;
 width:268px;
}

.LinkBoxBottomLeft
{
    background:url(Images/LinkBox/bottom-left.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:21px;
    float:left;
 
}

.LinkBoxTopLeft
{
    background:url(Images/LinkBox/top-left.jpg);
    background-repeat:no-repeat;
    width:24px;
    height:21px;
        float:left;
}


.LinkBoxBottomRight
{
    background:url(Images/LinkBox/bottom-right.jpg) bottom right;
    background-repeat:no-repeat;
    width:24px;
    height:21px;
    float:right;
    
 
}

.LinkBoxTopRight
{
    background:url(Images/LinkBox/top-right.jpg);
    background-position:right;
    background-repeat:no-repeat;
    width:24px;
    height:21px;
    float:right;

}

.LinkBoxMiddle
{
    background:url(Images/LinkBox/middle.jpg);

    background-repeat:repeat-x;
    

 height:166px;
 width:200px;

}

/* ------------------------------------------------- */

/*WELCOME BOX */

.Welcome
{
    margin-left:22px;
    margin-top:40px;


 height:548px;
 width:780px;


}

.WelcomeLeft
{
    background:url(Images/WhiteBox/left2.jpg) left;
    background-repeat:no-repeat;
   width:18px;
    height:548px;
    float:left;
 
}



.WelcomeTop
{
    background:url(Images/WhiteBox/top.jpg) right;
    background-repeat:no-repeat;
   width:761px;
    height:17px;
    float:left;
    border:0px;
    margin:0px;
    
 
}

.WelcomeBottom
{
    background:url(Images/WhiteBox/bottom3.jpg) bottom center;
    background-position:right;
    background-repeat:no-repeat;
   width:761px;
    height:17px;
    float:left;
    border:0px;
}

.WelcomeMiddle
{
    background:url(Images/WhiteBox/middle3.jpg);
    background-repeat:repeat-y;
    float:left;
    height:auto;
    width:761px;
    padding-left:15px;

    border:0px;
}

/* ------------------------------------------------- */

/*GRADIENT BOX */

.GradientBox
{

    margin-top:20px;
    margin-left:15px;
    background:url(Images/GradientBox/middle.jpg);



    background-repeat:repeat-x;
 height:264px;
   width:436px;
}

.GradientBoxBottom
{
    background:url(Images/GradientBox/bottom.jpg);
    background-repeat:no-repeat;
   width:436px;
    height:15px;

 
}

.GradientBoxTop
{
    background:url(Images/GradientBox/top.jpg);
    background-repeat:no-repeat;
   width:436px;
    height:15px;
 
}




.GradientBoxMiddle
{
    background:url(Images/GradientBox/middle.jpg);
    background-repeat:repeat-x;
    height:241px;
    width:391px;
}


/* ------------------------------------------------- */

/*NAVY BOX */



.NavyBox
{
    background-image:url(Images/NavyBox/box.jpg);

    background-repeat:no-repeat;
    height:34px;
    width:253px;
    float:left;
    margin:0px;
}

.NavyBoxBottom
{
    background-image:url(Images/NavyBox/bottom.jpg);

    background-repeat:no-repeat;
    margin:0px;
    
    width:253px;
    height:10px;

 
}

.NavyBoxTop
{
    background-image:url(Images/NavyBox/top.jpg);
    background-repeat:no-repeat;
    margin:0px;
    width:253px;
    height:10px;
    padding:0px;
    float:left;

}



.NavyBoxMiddle
{
    background-color:#10293f;
    background-repeat:repeat;
    height:14px;
    width:253px;
        margin:0px;
}


.NavyBox h2
{
    color:White;

    font-family:Arial;
    font-size:12px;
    margin:0px;
    margin-top:10px;
    margin-bottom:15px;
    padding-left:25px;
}

/* ------------------------------------------------- */

/*GREY BOX */

.GreyBox
{
margin:0px;
    padding:0px;

    height:132px;
    width:253px;
    float:left;
}



.GreyBoxBottom
{
    background:url(Images/GreyBox/bottom.jpg);
    background-repeat:no-repeat;
    width:253px;
    height:15px;

}


.GreyBoxMiddle
{
    background:#EEEFF3;
    background-repeat:repeat;
    height:118px;
    width:253px;

}

.GreyBoxMiddleText
{
color:#10293F;
padding:10px;
font-family:Arial;
font-size:12px;
font-weight:normal;
width:230px;
line-height:20px;

}





