#bodyLayout
{
	background-color: #d9dcdd;
}
#ContactInfo
{
	margin-top: 12px;
	margin-bottom: 25px;
	margin-left: 18px;
	margin-right: 18px;
}
#ContactInfo a
{
	
}
#ContactInfo h2
{
	font-size: medium;
	font-weight: bold;
	font-family: Times New Roman, Verdana, Serif;
}


.sidebar /* Navigation Bar */
{
	/*background-color: #d9dcdd;*/
	background-image: url(images/sidebar-bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
	font-size: small;
}
.sidebar div /* Navigation Parent Container */
{
	background-color: Transparent;
	background-image: url(images/sidebar-bg-doorglow.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	min-height: 385px;
}
.sidebar div div /* Navigation Section */
{
	margin-bottom: 50px;
	min-height: 0px;
	background-image: none;
	background-color: Transparent;
}
.sidebar div div h2
{
	font-size: 12pt;
}
.sidebar div #mainNavigation a /* Navigation Links */
{
	display: block;
	margin-top: 20px;
	padding: 6px 5px 6px 2px;
	font-size: 14pt;
	font-family: Times New Roman, Verdana, Serif;
}
.sidebar div #contactInfo
{
}
.sidebarshdw /* Navigation Pane Right-Hand Shadow */
{
	background-image: url(images/sidebar-shdw-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.content
{
	background-image: url(images/content-bg-doorglow.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.content div /* Main Content Panel */
{
	margin: 22px 25px 20px 23px;
}
.content div div /* Content Section */
{
	margin-bottom: 25px;
	/*border-bottom: solid 1px #F8F8FD;*/
	padding-bottom: 12px;
}
.content div div h1 /* Content Header */
{
	font-family: Times New Roman, Verdana, Serif;
	font-size: 16pt;
	font-weight: bold;
}
.content div div h5 /* Testimonial Signature */
{
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: bolder;
}
.content div div h6 /* Testimonial Place */
{
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: normal;
}
.contentsep /* Vertical Bar seperating "Right-Hand" pane on home page */
{
	padding-top: 30px;
}
.rightbar /* Far right-hand column on home page */
{
	background-image: url(images/hdr3d.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 120px;
	font-size: small;
}
.rightbar div /* Right-hand bar parent content panel */
{
	margin: 0px 15px 0px 12px;
}
.rightbar div div /* Right-hand bar content section */
{
	margin-bottom: 30px;
}
.rightbar div div h1 /* Right-hand bar content section header */
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Times New Roman, Verdana, Serif;
}

/* added by Lisa */

.delivpopupsrc {
	margin:0 0 5px 30px;
	padding:0;
}

.delivpopup {
	width:250px;
	visibility:hidden;
	border:solid 2px gray;
	padding:6px;
	text-align:left;
	position:absolute;
	background-color:white;
	color:black;
	margin-left:20px;
}
.navLevelTwo 
{
    list-style:none;
    padding: 0px 15px 0px 15px;
    margin: 0px;
    text-align:right;
}
