body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, img, object {
	margin: 0px;
	padding: 0px;
}
body {
	background: #eee;
	margin-top: 15px;
}
#wrapper {
	height: 600px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #00003b;
	background: #FFF;
}
#wrapper #leftMenu {
	float: left;
	width: 199px;
	background: url(../images_dgl/menubg.jpg) no-repeat left top;
	padding-top: 194px;
	position: relative;
	height: 406px;
}
#wrapper #leftMenu #menuBox {
	padding-left: 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: normal;
}

.glossymenu{
	margin: 5px 0 5px 35;
	padding: 0;
}
.glossymenu ul  {
	list-style: none;
}

.glossymenu a.menuitem{
	/*font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0 2px 0px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}


/*CSS for icon image that gets dynamically added to headers*/
.glossymenu a.menuitem .statusicon{
	position: absolute;
	top: 5px;
	right: 70px;
	border: none;
}

.glossymenu a.menuitem:hover{
	color: #ee3123;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{

}

.glossymenu div.submenu ul li a{
	display: block;
	/*font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
	color: #FFF;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 14px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #ee2123;
}
a#current {
	color: #ee3123;
}
#homeLink {
	position: absolute;
	left: 0px;
	top: 0px;
}

#mainBox {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3;
	font-size: 73%;
	/* background: #FFF; */
}
#homeSlide {
	line-height: 1;
}


#mainBox #upper {
	background: #FFF;
	height: 299px;
}
#mainBox #lower {
	background: #FFF;
	height: 301px;
	position: relative;
	width: 802px;
	margin-left: 199px;
}
#mainBox #lower #lowerBox {
	float: right;
	padding-top: 20px;
	margin-right: 35px;
	padding-left: 10px;
}
#mainBox #lower #lowerInner {
	padding-top: 20px;
	padding-left: 28px;
	padding-right: 240px;
}

#lowerInner #scroller {
	overflow: scroll;
	height: 281px;
}
#specialMenu a {
	text-transform: uppercase;
	padding-left: 10px;
	width: 450px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1;
}
#specialMenu a:hover {
	color: #666 !important;
}

a.beige {
	color: #060D3E;
	background: #E1E0BE;
}
a.blue {
	color: #FFF !important;
	background: #879EB8;
}



#lowerInner h2 {
	font-size: 110%;
	color: #95b1d6;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 6px;
}
#lowerInner ul {
	list-style: none;
	padding-bottom: 14px;
}
#lowerInner ul li {
	background: url(../images_dgl/bullet.gif) no-repeat left center;
	padding-left: 16px;
	line-height: 1.7;
}
#lowerInner p {
	padding-bottom: 10px;
}
#lowerInner a {
	color: #06003C;
	text-decoration: none;
	font-weight: bold;
}
#lowerInner a:hover {
	color: #93add0;
}
.CollapsiblePanelContent ul {
	list-style: none;
}


.CollapsiblePanelContent ul li {
	background: url(../images_dgl/red_bullet.gif) no-repeat left 3px;
	padding-left: 15px;
}


.heading {
	padding-bottom: 6px;
}
#lowerBox a.closer {
	background: #95b1d6;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	width: 179px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.sliver {
	margin-bottom: 3px;
}
#lowerInner .address {
	line-height: 1.4;
}
