
body {
        color: black;
	background-color: white;
        margin: 0px;
        behavior: url(csshover.htc)
}
 
a {
	text-decoration: none;
        color: blue;
}

a:hover {
	text-decoration: underline;
	border: 0px;
}


table {
        width: 100%;
        margin: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        padding: 0;
        border-width: 0;
        vertical-align: top;

}

img {
        border: 0px;
        padding: 0px;
}

#main-table {
        width: 760px;
}


td#banner-home {
        background: url('images/brand_home.jpg'); 
        width: 760px;
        height: 120px;
        border: 0px;
}

td#banner-home a {
        display: block;
        position: relative:
        width: 760px;
        height: 120px;
}

td#banner-small {
        background: url('images/brand_home.jpg'); 
        width: 760px;
        height: 120px;
        border: 0px;
}

td#banner-small a {
        display: block;
        position: relative:
        width: 760px;
        height: 97px;
}


#title-big {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
        padding-top: .5em;
        padding-bottom: 1em;
}

#title {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
        padding-top: .5em;
        padding-bottom: 1em;
}

#content-table {
        margin-top: 15px;
        background-color: #A8BEC9;
}

td#leftside img {
        border: 1.5em solid #A8BEC9;
        border-bottom: 100px solid #A8BEC9;
}

#content h1 {
        color: white;
        font-size: 24px;
	font-weight: bold;
}

#content h2 {
	font-weight: bold;
        font-size:11px;
}

#content h2 + p {
        margin-top: -.7em
}
td#content {
        border-right: 1px solid white;
        padding: 0 1em 1em 1em;
}

td#rightside {
        width: 300px;
        padding: 0 2em 1em 1em;
}

#rightside h1 {
        font-size: 10px;
}

#rightside ul li {
    margin-left: -20px;
}

#rightside ul p {
   margin-top: 0px;
}

td#padding {
        height: 2em;
}
td#footer{
        vertical-align: middle;
        text-align: right;
        padding: 1em;
        height: 1em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: white;
        background: blue;
}


/** CSS Menu Bar **/

tr#menu-row {
        height: 1em;
        margin: 1em;
}
td#menu {
        background-color: black;
        vertical-align: middle;
        text-align: center;

}
 
td#menu ul {
        margin-left: 100px; 
        padding: 0; 
        background-color: black;
        border: 1px solid black; 
        border-width: 0 1px;
}

td#menu li {
    position: relative; 
    list-style: none; 
    margin: 0;
    float: left; 
    width: 10em; 
    line-height: 1em;
    text-align: left;
}

td#menu li#home {
    display: none;
}

td#menu li.submenu {
/*       background: url(images/dropmenu.gif) 80% 50% no-repeat;  */
}

td#menu li.submenu:hover {
        background-color: back;
}


td#menu li a {
    display: block;
    padding: 0 0 0.25em 0.5em;
    text-decoration: none;
    width: 8em;
    color: white;
    font-size: 11px;
}

td#menu li a:hover {
    text-decoration: underline;
}

td#menu>ul a {
    width: auto;
}

td#menu ul ul {
    position: absolute; 
    width: 7em;
    display: none;
}

td#menu ul ul li {
    
}

td#menu li.submenu li.submenu {
    background-color: black;
    background: url(images/submenu.gif) 95% 50% no-repeat;
}

td#menu li.submenu li.submenu:hover {
    background-color: back;
}

td#menu li.submenu li.submenu:hover {
    background-color: back;
}

td#menu ul.level1 li.submenu:hover ul.level2, td#menu ul.level2 li.submenu:hover ul.level3 {
    display:block;
    background-color: black;
}

td#menu ul.level2 {
    top: 1.25em;
    left: -100px;
    width: 110px;       
}

td#menu ul.level2 li, td#menu ul.level2 li a{
    width: 100%;
}

td#menu ul.level3 {
    top: -1px; 
    left: 7em;
}   
