﻿
.body
{
    color: #2E2E2E;
    font-family: arial;
    font-size: 12px;
    background-color: White;
    background-image: url('images/back.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
    margin: 0;
}
.bodyPages
{
    color: #2E2E2E;
    font-family: arial;
    font-size: 12px;
    margin: 0; 
}

.headingStyle1
{
    color: White;
    font-size: 15px;
    font-weight: bold;
}

.headingStyle2
{
    color: Maroon;
    font-size: 15px;
    font-weight: bold;
}

.menuLinks
{
    color: Maroon;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
}
.menuTd a:hover
{
    text-decoration: underline;
}
.menuTd label:hover
{
    text-decoration: underline;
}
.menuLinksBig
{
    color: Maroon;
    font-size: 14px;
    text-decoration: none;
    padding: 3px;
}

.controlFontSize
{
    font-family: arial;
    font-size: 12px;
    width: 200px;
}

.controlFontSizeSmall
{
    font-family: arial;
    font-size: 12px;
    width: 160px;
}

.resizeTextbox
{
    resize:none;
}

.tabLnk
{
    font-family:arial;
    font-size:small;
    text-decoration:none;
    color:#800000;
    text-align:center;
    padding-top:3px;     
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;

   
}

.btnBack
{
    background-image:url('images/btn_back.png');   
    border:none;
    width:85px;
    height:29px;
    color:White;
    font-size:14px;
    cursor:pointer;
}

/* ------------------------------------------------------ OTHER PAGE LAYOUT -- */
.pageHeadingStyle1
{
    font: 20px/40px "Trebuchet MS";
    color: Maroon;
    text-transform: uppercase;
    text-decoration: none;
}

.pageHeadingStyle
{
    padding-top: 30px;
    font: 20px/40px "Trebuchet MS";
    color: Maroon;
    text-transform: uppercase;
    text-decoration: none;
}

.rightBoxContainer
{
    border: thin solid Maroon;
    padding: 15px;
    /*width: 955px;*/
    text-align: left;
}

.textPanel
{
     background-color: #fafafa; 
     border: 1px solid #ddd; 
     padding: 10px;
}



/* ------------------------------------------------------ MAIN MENU -- */
ul
{
    list-style: none;
}

header, nav, ul
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
}

header h1
{
    position: absolute;
    left: 24px;
    top: 16px;
}

header h1 a
{
    font: 50px "Trebuchet MS";
    color: #929191;
    text-transform: uppercase;
    text-decoration: none;
}

header h1 .desc
{
    font: 10px Arial;
    color: #828282;
    text-transform: uppercase;
    position: absolute;
    left: 116px;
    top: 56px;
    white-space: nowrap;
}

header nav
{
    position: absolute;
    left: 0;
    top: 1%;
    overflow: hidden;
}

header nav .expand
{
    width: 67px;
    font: 20px/65px "Trebuchet MS";
    display: inline-block;
    color: #ffffff;
    text-align: center;
    background: maroon;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    position: relative;
    z-index: 1;
    height: 66px;
}

header nav ul
{
    float: left;
}

header nav ul li
{
    float: left;
}

header nav ul li a
{
    font: 20px/65px "Trebuchet MS";
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #474747;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px #2e2e2e solid;
    border-bottom: 1px #2e2e2e solid;
}

header nav ul li a:hover, header nav ul li.active a
{
    background: #979797;
    border-bottom: 1px #979797 solid;
}

/* ------------------------------------------------------ HOME IMAGE SLIDE SHOW GALLERY -- */

#gallery
{
    position: absolute;
    left: -9999px;
    overflow: hidden;
    z-index: 5;
    width: 100%;
}

#gallery ul
{
    position: relative;
}

#gallery ul > li
{
    float: left;
    position: relative;
    z-index: 5;
}

#gallery ul > li .info
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 716px;
    height: 200px;
    padding: 20px;
    background: url(../images/tooltip-bg.png);
    color: #2e2e2e;
    font: 10px/20px Arial;
    text-transform: uppercase;
    cursor: pointer;
}

#gallery ul > li .info dl
{
    width: 240px;
    padding-right: 240px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

* + html #gallery ul > li .info dl
{
    padding-right: 0;
    overflow: auto;
}

#gallery ul > li .info dt, #gallery ul > li .info dd
{
    float: left;
    display: inline-block;
}

#gallery ul > li .info dd
{
    width: 700px;    
}

#gallery ul > li .info dt
{
    width: 700px;
}


/* ------------------------------------------------------ TAB CONTENTS -- */

#vtab
{
    margin-left: 20px;
    width: 900px;
    height: 100%;
}
#vtab > ul
{
    float: left;
    width: 150px;
    position: relative;
    top: 110px;
}
#vtab > ul > li
{
    width: 130px;
    padding: 10px 0px 10px 20px;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    background-color: #fff !important;
    list-style-type: none;
    border: 1px solid #fff;
    border-right: none;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#vtab > ul > li.selected
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #fafafa !important;
    position: relative;
}
#vtab > div
{
    background-color: #fafafa;
    margin-left: 150px;
    margin-top: -10px;
    border: 1px solid #ddd;
    min-height: 450px;
    padding: 12px;
    position: relative;
    z-index: 9;
    text-align: justify;
}
#vtab > div > h4
{
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}

.mailToFriend
{
    font-size:small; 
    margin-top:-5px; 
    background-color:#800000; 
    color:White; 
    text-transform:capitalize; 
    width:179px; 
    cursor:pointer;
}

.mailToFriendPopup
{
    border:2px solid #800000; 
    display:none; 
    position:absolute; 
    width:250px; 
    z-index:600; 
    background-color:White; 
    color:#800000;   
    font-size:small; 
    
}
