﻿body {
    background: url('../images/bg.jpg') left top repeat-x #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-family: "Trebuchet MS", sans-serif;
    text-align: center;
}

h1 {
   color: #000099;
   font-size: 1.5em; 
}
h2 {
   color: #000066;
   font-size: 1.2em;
   margin-bottom: 2px;
}

#wrapper {
    text-align:left; 
    width:1000px;
    margin:0 auto;
}

#header {
    background: url('../images/header.jpg') left top no-repeat;
    height: 430px;
    width: 1000px;
}

#footer {
    font-size: .8em;
    width:100%;
    height:138px;
    vertical-align: middle;
    clear:both;
    text-align:center;
    background: url('../images/bgBottom.jpg') left bottom repeat-x;
}

img {
    border: 0px;
}


.list {
    list-style-type: none;
    padding: 0px;
    margin: 10px 10px 10px 10px;
}

.list li {
    background: url('../images/bullet.gif') left top no-repeat;
    text-align: left;
    font-size: 1em;
    font-family: "Trebuchet MS", sans-serif;
    padding-left: 14px;
    margin: 6px 8px 0px 8px;
}

.ddsmoothmenu{
    position: relative;
    top: 420px;
    font: bold 12px Verdana;
    margin-left: 20px;
}

#main {
    padding: 20px 30px 0px 30px;
}


#blockRight {
    float: right;
    width: 270px;
}

#blockLeft {
    float: left;
    background: url('../images/homeSectionBG.gif') left top no-repeat;
    width: 644px;
}

#blockLeft table {
    width: 604px;
    margin: 20px 20px 20px 20px;
}

#blockLeft td {
    background-color: #ffffff;
    padding: 3px;
}

#blockLeft h2 {
    margin: 20px 20px 0px 20px;
}

a:link {
	color: #000066;
        text-decoration: none;
}
a:active { 
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover { 
	color: #000066;
	text-decoration: underline;
}
ddsmoothmenu {
    margin: 0px;
}

.ddsmoothmenu ul{
    z-index:100;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
    background: url(none);
    position: relative;
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    display: block;
    text-decoration: none;
    margin: 0px;
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
    margin: 0px;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
    margin: 0px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    margin: 0px;
}

.ddsmoothmenu ul li a:hover{
    margin: 0px;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
        border-collapse: collapse;
    position: absolute;
    left: 0;
    padding: 0px;
    margin: 0px;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
        border-collapse: collapse;
    display: list-item;
    padding: 0px;
    margin: 0px;
    float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul {
    border-collapse: collapse;
    border-top: #050568 solid 1px;
    margin: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:visited {
    border-collapse: collapse;
    font-size: 1.2em;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    width: 180px; /*width of sub menus*/
    padding: 5px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0099FF;
    border-left: #050568 solid 1px;
    border-right: #050568 solid 1px;
    border-bottom: #050568 solid 1px;
}
.ddsmoothmenu ul li ul li a:hover {
    border-collapse: collapse;
    font-size: 1.2em;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    width: 180px; /*width of sub menus*/
    padding: 5px;
    margin: 0px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0066CC;
    border-left: #050568 solid 1px;
    border-right: #050568 solid 1px;
    border-bottom: #050568 solid 1px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
        margin: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}
