﻿/* Default.aspx */
.bigPic
{
    width: 600px;
    /*background-image: url('Images/banner_1.jpg');*/
    vertical-align: top;
    height:200px;
}
.bigBlock
{
    width:602px;
    height:100px;
    background-repeat:no-repeat;
    vertical-align:top;
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    left:-3px;
    top:-53px;
}
.littleBlock
{
    position:relative;
    width:140px;
    text-align:center;
    display:block;
    float:left;
}
.FloatingTitle
{
    font-size: 24pt;
    color: White;
    padding-left: 10px;
    display: block;
    position:relative;
    top:-206px;
}
.HiddenText
{
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    width: 300px;
    height: 160px;
    color: White;
    position:relative;
    top:-225px;
    left:20px;
    z-index:1002;
}
.ScrollPic
{
    cursor: pointer;
    vertical-align: bottom;
    display: block;
}
.ScrollIcons
{
    position:relative;
    top:-80px;
    width:20px;
    height:30px;
    z-index:1001;
}

.SelectedCell, .UnselectedCell
{
    background-image:url('Images/topmenu_subbg-b.jpg');
    border-left:solid 1px #062942;
    border-top:solid 1px #062942;
    border-bottom:solid 1px #062942;
    border-right: none;
    color:white;
    width:161px;
    height:32px;
    line-height:32px;
    padding-left:5px;
    cursor:pointer;
}
.UnselectedCell
{
    border-right:solid 1px #062942;
    background-image:url('Images/topmenu_subbg-c.jpg'); 
    height:32px;   
    line-height:32px;
    color:#a7c736;
}
.DeptDetails
{
    color:White;
    background-color:#3577a7;
    font-size:9pt;
    padding:0px 5px;
    border-top:solid 1px #062942;
    border-right:solid 1px #062942;
    border-bottom:solid 1px #062942;
}

/* Contact.aspx */
#Address
{
    font-size: 11pt;
    font-family: Calibri, Arial, Sans-Serif;
}
#Address h1
{
    font-family: Calibri, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 13pt;
    color: #555555;
    line-height: 100%;
}

/* Blog.aspx */
.BlogMenu li
{
    list-style: none;
    float: left;
    width: 175px;
    height: 32px;
    line-height: 32px;
    color: White;
    text-transform: uppercase;
    text-align: center;
    background-image: url('Images/blogtitle_bg.jpg');
}
#ctl00_mainContent_BlogMenu li a
{
    color: White;
}
#ctl00_mainContent_BlogMenu li a:hover
{
    color: #a7c736;
}

/* BlogDetails.aspx */
.BigCombo
{
    font-size: 16pt;
    color: #295e7a;
    font-weight: bold;
    vertical-align: top;
    padding-left:10px;
}

.VideoCell
{
    background-image: url('Images/custmenu_bg.jpg');
    padding-left: 4px;
    padding-right: 4px;
    height:25px;
    text-align:center;
    cursor:pointer;
}

.CaseStudy
{
    padding:5px;
    background-color:#eeeeee;
    border:solid 1px #cccccc;
    width:96%;
}

/* RIGHT HAND BLOG MENU */
.BlogHeader
{
    color:#5555aa;
    font-weight:bold;
    line-height:20px;
    text-align:left;
    font-family: Calibri, Arial, Sans-Serif;
    font-size:11pt;
    background-image:none;
}
.BlogHeader td
{
    border-top:dotted 1px black;
}
.BlogContent
{
    color:Black;
    font-size:10pt;
    text-align:left;
    font-weight:normal;
    padding-left:15px;
    padding-bottom:2px;
}

/* BLOG MENU CLASSES */
.BlogMenu
{
    float: left;
    background-image: url('Images/custmenu_bg.jpg');
    background-repeat:repeat-x;
    line-height:10px;
    vertical-align:middle;
    position:relative;
    color:White;
}
.BlogTopLevelItem
{
    font-size:10pt;
    padding-left:20px;
    padding-right:20px;
    color:White;
    text-align:center;
    z-index:999;
}
.BlogTopLevelItem a:visited, .BlogTopLevelItem a
{
    color:White;
}
.BlogTopLevelItem a:hover
{
    color: #a7c736;
}
.BlogSubMenuItem
{
    width: 265px;
    background-image: url('Images/blogmenu_subbg.jpg');
    background-repeat:repeat-y;
    color: White;
    height:25px;
    padding-left:5px;
    padding-right:5px;
    z-index:999;
    line-height:18px;
    font-size:10pt;
}
.BlogSubMenuExpand
{
    width: 265px;
    background-image: url('Images/blogmenu_subbg_expand.jpg');
    background-repeat:repeat-y;
    color: White;
    height:25px;
    padding-left:5px;
    padding-right:5px;
    z-index:999;
    line-height:25px;
    font-size:10pt;
}
.BlogSubMenuItem a, .BlogSubMenuItem a:visited, .BlogSubMenuExpand a, .BlogSubMenuExpand a:visited
{
    background-image:none;
    color:Black;
}
.BlogSubMenuItem a:hover, .BlogSubMenuExpand a:hover
{
    color: #01416f;
}
.BlogDivider
{
    background-image:url('Images/custmenu_div.jpg');
    float:left;
    width:1px;
    height:24px;
    display:block;
}