﻿

/* -------------------------------------------------------------------------
-- GENERAL STYLES
---------------------------------------------------------------------------- */

BODY
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BEHAVIOR: url(/App_Themes/1016/csshover.htc);
    BACKGROUND: url(/App_Themes/1016/images/pagebackground.gif) repeat-x top fixed;
	font-size: .7em
}
TD
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	VERTICAL-ALIGN: top;
}

/* -------------------------------------------------------------------------
-- SPECIFIC ID STYLES
---------------------------------------------------------------------------- */
#LayoutTable
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    BORDER: 1px solid black;
}
#TopBorder
{
    text-align:center ;
    border-bottom: 1px solid black;  
}
#ContentWindow
{
	padding:5px;
	background-color: White;
	WIDTH: 100%;
	BORDER-LEFT: 1px solid gray;
}
#BottomBorder
{
    padding:5px;
	text-align:center ;
    border-top: 1px solid black;
    background-color: #d7d1ba  
}
.Top1Row1
{
	BACKGROUND: url(/App_Themes/1016/images/headerbackground.gif) repeat;

}
.Top1Row2
{
	BACKGROUND-COLOR: #373f31;
	padding:2px;
	color:white
}
.SloganAd
{
    margin-top: 10px;
    margin-right: 10px;
    font-weight: bold;
}

/* -------------------------------------------------------------------------
-- LEFT NAVIGIATION
---------------------------------------------------------------------------- */
div#nav {float: left; width: 140px; height:500px; margin: -1px 0 0 0; font-size:.9em; font-weight:bolder; background: #7997b8}
div#nav ul {margin: 0; padding: 0; width: 140px; background: #7997b8; }
div#nav li {position: relative; list-style: none; margin: 0; border-bottom: 1px solid #CCC;}
div#nav li.nextprev a {position: relative; list-style: none; margin: 0; border-bottom: 1px solid #CCC; width:20px}
div#nav li:hover {background: #d7d1ba;}
div#nav li.submenu {background: url(/content/1001/borders/32/menu_arrow.gif) 95% 50% no-repeat;}
div#nav li.submenunolink {padding: 3px 0 3px 5px; display: block; text-decoration: none; width: 100%; color: black; cursor:hand;
		voice-family: "\"}\""; voice-family: inherit; width: 130px;background: url(/content/1001/borders/32/menu_arrow.gif) 95% 50% no-repeat;}
div#nav li.submenu:hover {background: #d7d1ba;}
div#nav li a {padding: 3px 0 3px 5px; display: block; text-decoration: none; width: 100%; color: black;
		voice-family: "\"}\""; voice-family: inherit; width: 130px;}
div#nav>ul a { width: auto; } /* IE workaround */
div#nav ul ul {position: absolute; top: -1px; left: 140px; display: none; border: 1px solid #999; }
div#nav ul.level1 li.submenu:hover ul.level2 { display: block; }
div#nav ul.level2 li.submenu:hover ul.level3 { display: block; }

.AnnouncementTitle 
{
 font-size: medium;
 font-weight: bold   
}
.BusinessFieldset
{
    border:solid 2px darkgray;
    padding:5px;
    text-align:left;
    margin-bottom:25px;
    width:90%;
    background-image:url(/content/1001/interface/images/fieldsetgradient.gif) 
    }