﻿@import url('../Res800.css');

/***************** Page Container ********************/

#pageContainer
{
    background: transparent url(../../Images/HomePage/header_bg.gif) no-repeat top left;
}

/*****************************************************/



/****************** Header / Nav *********************/

#headerContainer
{
    height: 97px;
}
#headerLinks
{
    padding-left: 195px;
    padding-top: 52px;
    height: 20px;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d5f60;
}
#headerLinks a:link
{
    text-decoration: none;
    color: #5d5f60;
}
#headerLinks a:hover
{
    color: #898a8c;
}
#navContainer
{
}


/*****************************************************/



/********************** Body *************************/

.leftColumn #leftPhone
{
    color: #6fa74c;
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 35px;
    height: 35px;
}
.leftColumn .searchBox
{
    width: 110px;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    border: none;
    background: none;
    margin: 20px 0 0 20px;
}

.leftColumn .top
{
    background: transparent url(../../Images/HomePage/search_box.gif) no-repeat left top;
    height: 84px;
}
.leftColumn .bottom
{
    width: 166px;
    margin:10px 1px 0 10px;
}

.rightColumn #hotButtons
{  
    height: 84px;
}

.rightColumn #hotButtons td
{
    font-size:11px;
    font-family:Arial, Sans-Serif;
    color: #5d5f60;
    height: 100%;
}

.rightColumn #hotButtons .container
{
    font-size:11px;
    font-family:Arial, Sans-Serif;
    color: #5d5f60;
    width:165px;
    /*height: 100%;*/
    /*height: 66px;*/
    /*padding:3px;*/
    float: left;
    margin-right:9px;
    background: #e2dcd5;
    height: 100%;
}

.rightColumn #hotButtons .container a
{
    color: #5d5f60; text-decoration: none;
}

.rightColumn #hotButtons .container h1
{
    color: #2a559f;
    font-style:normal;
    font-weight:bold;
    font-size:12px;
    font-family:Arial, Tahoma, Sans-Serif;
    padding: 5px;
    margin: 0px;
}

.rightColumn #hotButtons .container h1 a
{
    color: #5B73B3;
    font-weight: bold;
    text-decoration: none;
}

.rightColumn #hotButtons .container .left
{
    float:left;
    width: 107px;
    overflow: auto;
}

.rightColumn #hotButtons .container .left p
{
    padding: 0px 4px 0px 4px;
    font-size: 9px;
}

.rightColumn #hotButtons .container .right
{
    float:right;
    width: 58px;
    height: 100%;
}

.rightColumn #hotButtons .container .right a 
{
    float: right;
}

.rightColumn #hotButtons .container .right img
{
    /*position:relative;
    top:9px;
    right:-4px;*/  
    border: 5px solid white !important;
}
.rightColumn #contentsContainer
{
    width:522px;
    height:300px;   
    margin-top:20px;
}

.rightColumn #contentsContainer #calendar
{
    width:174px;  
    height:100%;
    vertical-align:top;
    padding-left: 10px;
}
.rightColumn #contentsContainer #calendar > div > div > ul
{
    position:relative;
}
.rightColumn #contentsContainer #calendar > div > div > ul > li
{
    width:70px;
}

.rightColumn #contentsContainer #calendar .tabBoxContents
{
    background:#ffffff;
    border:1px solid #91a7b4;
    height:250px;
    width:149px;
    margin-top:-1px;
    padding:7px;
}
.rightColumn #contentsContainer #calendar ul.rtsUL li
{
    background:none;
    padding:0;
    margin-bottom:0;
}
.rightColumn #contentsContainer #calendar ul.rtsUL li a:link
{
    text-decoration:none;
}

.rightColumn #contentsContainer #hotIssues
{
    /*border-right:1px solid #aaaaaa; */
    height:100%;
    
    vertical-align:top;
}
.rightColumn #contentsContainer #hotIssues p
{
    margin-top:1em;
}

.rightColumn #contentsContainer #hotIssues .title
{
    color: #2d4190;
    font-weight:bold;
}

.rightColumn #contentsContainer #hotIssues a
{
    color: #2d4190;
    font-weight:bold;
    text-decoration: none;
}

.rightColumn #contentsContainer #calendar .tabBoxContents
{
    font-size:11px !important;    
}

/*****************************************************/

div#searchButton
{
    height:50px;
    width:40px;
    position:relative;
    top:-35px;
    left:128px;
    cursor:pointer;    
}
