﻿html, body 
{
	margin: 0px;
	padding: 0px;
	background-color: #0085A8;
}

div
{
	font-family: Arial;
	font-size: 14px;
}


/*
#DowntownLinksBodyBG
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
	height: 100%;
	background-image: url(images/Site_Background.jpg);
	background-repeat:repeat-y;
}
*/
#DowntownLinksBodyTable
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	min-height: 100%;
	background-image: url(images/Site_Background.jpg);
	background-repeat:repeat-y;
}

#DowntownLinksTitleImage
{
	width: 900px;
	height: 82px;
	background-image: url(images/DLTitleBar.jpg);
	background-repeat: no-repeat;
}

#MergeToMenuImage
{
	width: 534px;
	height: 22px;
	text-align: left;
	background-image: url(images/RoundedCorner.jpg);
	background-repeat: no-repeat;
}




#RightMenuBar
{
	width: 181px;
	padding: 0px 5px 0px 0px;
	vertical-align: top;
	text-align: left;
}

#UpcomingMeetingsList
{
	margin: 10px 0px 25px 10px;
	color: #006771;
	font-size: 13px;
}

.RightMenuLinks
{
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 5px;
	color: #006771;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}



#LeftMenuBar {
	margin: 0px;
    padding: 0px;
    width: 118px;
    text-align: left;
    list-style: none;
}
        
#LeftMenuBar li {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    position: relative;
	color: #006771;
    font-weight: bold;
}

#LeftMenuBar li:hover {
	color: #000000;
    cursor: pointer;
}

#LeftMenuBar li a {
	color: #006771;
	text-decoration: none;
}
        
#LeftMenuBar li a:hover {
	color: #000000;
}

#LeftMenuBar li ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 110px;
    margin: 0px;
    padding: 0px;
    width: 176px;
    text-align: left;
    list-style: none;
    background-image: url(./images/SubMenuBG.jpg);
    background-repeat: repeat-y;
    border: solid 1px black;
}

#LeftMenuBar li:hover ul {
    display: block;
}

#LeftMenuBar li ul li {
    margin: 0px 0px 0px 10px;
    padding: 2px 0px 2px 0px;
	color: #006771;
    font-weight: bold;
}

#LeftMenuBar li ul li:hover {
	color: #000000;
    cursor: pointer;
}

.LeftMenuLinks
{
	margin-top: 10px;
	margin-left: 10px;
	color: #006771;
	font-weight: bold;
	cursor: pointer;
}

#LeftSelectedGrp
{
	width: 118px;
	margin-top: 5px;
	background-image: url(images/HighlightMenuBG.jpg);
	background-repeat: repeat-y;
}



#BodyBar
{
	width: 596px;
	vertical-align: top;
	text-align: left;
}

#BodySection
{
	margin-left: 15px;
	padding-right: 10px;
}



.SubInfoTab
{
	position: absolute;
	top: 111px;
	left: 50%;
	margin-left: -244px;
	height: 70px;
	width: 176px;
	border: solid 1px black;
	background-image: url(images/SubMenuBG.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	visibility: hidden;
}

.SubRptPresTab
{
	position: absolute;
	top: 266px;
	left: 50%;
	margin-left: -244px;
	height: 147px;
	width: 176px;
	border: solid 1px black;
	background-image: url(images/SubMenuBG.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	visibility: hidden;
}

.LeftSubMenuLinks
{
	width: 160px;
	margin-top: 5px;
	margin-left: 10px;
	color: #006771;
	font-weight: bold;
	cursor: pointer;
}

#galleryTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 186px;
	height: 136px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 10;
}
	
#galleryBottom {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 186px;
	height: 136px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 5;
}

