﻿/*********************
* General Tags
*********************/
body 
{
    margin: 0;
    padding: 0;
    background-image: url(../images/shared/gradient_bg.jpg);
    background-repeat: repeat-x;
}
p
{
    font: normal 10pt Arial;
    line-height: 20px;
    color: #525252;
    letter-spacing: 0.3px;
}
a 
{
    font: bold 10pt Arial;
    text-decoration: none;
    color: #333399;
}
a:hover 
{
    color: #ffcc00;
}
h1
{
    color: #333399;
    padding: 0px 0px 12px 0px;
    margin:0px;
    font-weight: bold;
    font-size: 16pt;
    font-family: Arial;
    letter-spacing: 0.2px;
}
h2
{
    color: #525252;
    font-weight: bold;
    font-size: 12pt;
    padding: 10px 0px 0px 0px;
    font-style: normal;
    font-family: Arial;
}
li 
{
    font: normal 10pt Arial;
    color: #525252;
    padding-bottom: 15px;
    line-height: 20px;
}
.pdf_icon {
    background-image:url(../images/shared/pdf.gif);
    background-position:left top;
    background-repeat:no-repeat;
    padding-left: 20px; 
    height:20px;
}

/************************
*  Main Container Tags
************************/
#wrapper 
{
    margin: 0px auto 0px auto;
    position: absolute;
    top:0px; 
    left: 0px;
    width: 100%;
    height: auto;
}
#container
{
    width: 1003px;
    height: 780px;
    margin: auto;
}
#container-bg 
{
    float:left;
    background-color:  #FFFFFF;
}
#header 
{
    float:left;
    height:116px;
    width: 1003px;
    padding:0px;
    background-image: url(../images/shared/header_bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
#menu 
{
    float:left;
    width: 163px;
    height:550px;
}
#content 
{
    float:left;
    width: 840px;
    padding: 0px;
}
#footer
{
    background-color:White;
    float:left;
    width: 969px;
    height: 60px;
    text-align: right;
    padding: 10px 34px 20px 0px;
}


/*********************
/* Header Tags
/*********************/
#header .bar 
{
    background-image: url(../images/shared/header_bar.gif);
    background-position:top left; 
    background-repeat: no-repeat;
    padding-left: 858px;
    width: 145px;
    height: 44px;
    padding-top:5px;
}
#header .bar a 
{
    color: White;
    font: bold 11px Arial;
    text-decoration: none;
    padding-left: 10px;
}
#header .bar a:hover 
{
    color: #333399;
}
#header a.link_selected 
{
    color: #333399;
}

/*********************
/* Menu Tags
/********************/
.ekmenu_unorderedlist 
{
    margin:0px;
    padding:0px;
    
}
.ekmenu_unorderedlist_item a:hover
{
    color:#333399;
}
a.ekmenu_link_selected 
{
    color:#333399;
}
#menu .photos 
{
    float:left;
}
#menu .links 
{
    background-image: url(../images/shared/menu_bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 127px;
}
/* for all browsers except IE 6 or less */
html>body #menu .links
{
    padding-top:1px;
}


/*******************
* Content Tags
********************/
.home_top_left 
{
    float:left;
    width:578px;
    height:354px;  
}

.home_bot_left 
{
    float:left;
    width: 252px;
    height:189px;
}
.home_bot_right 
{
    float:left;
    width: 255px;
    height:189px;
}
.home_MI:hover 
{
    background-position: 0 -190px; 
    color:#999999;
}
.home_ResMor:hover 
{
    background-position: 0 -190px; 
    color:#999999;
}
.content_lhs_l 
{
    float: left;
    padding: 27px 7px 32px 30px;
    background-image: url(../images/shared/content_l_bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
/* fix for all browsers except IE */
html>body .content_lhs_l 
{
    padding: 27px 9px 32px 33px;
}
.content_lhs_r 
{
    float: left;
    height: 533px;
    width: 23px;
    background-image: url(../images/shared/content_r_bg.gif);
    background-position: top left;
    background-repeat: no-repeat; 
}
.content_rhs 
{
    float:left;
}
.expand_list
{
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.expand_list a
{
    color: #333399;
    font: bold 11pt Arial;
    line-height: 20px;
}
.expand_list a:hover
{
    color: #ffcc00;
}
.expand_list ul 
{
    list-style: none;
}
.expand_list div a
{
    font: bold 10pt Arial;
}
.hidden_items  
{
    display:none;
}
.expanded_items 
{
    display: block;
}


/*********************
/* Footer Tags
/*********************/
#footer p 
{
    font: normal 10px Arial;
    color: #999999;
    padding: 10px 0px 0px 0px; 
    line-height: 14px; 
    margin: 0px;
}
#footer hr
{
    color: #ebebeb;
    background-color: #ebebeb;
    height: 3px;
    width: 998px;
    margin-right: 5px;
}
#footer a
{
    font: normal 10px Arial;
    text-decoration: none;
}

/***********************
/* Table Tags
/***********************/
table 
{
    width:100%;
}
td 
{
    font: normal 10pt Arial;
    line-height: 20px;
    color: #525252;
    letter-spacing: 0.3px;
    padding:5px 0px 5px 0px;
    
}

/* Print Tags */
@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  float:none;
  }
  #header, #menu
  {
    display:none;
  }
  #footer 
  {
    width:650px; 
  }
}

