html {
	background: #d6d6d6;
}
body {
	background: #d6d6d6 url('/staticresources/images/bmBkg.jpg') no-repeat scroll center top;
}
#visual-wrapper {
	background: transparent url('/staticresources/images/bmBkgtransRepeat.png') repeat-y center top;
}
#header {
	background:transparent url(/staticresources/images/bmSkyline.jpg) no-repeat scroll center top;
	height: 150px;
}
a#logo {
	background:transparent url(/staticresources/images/bmLogo.jpg) no-repeat scroll left top;
	height:96px;
	position:absolute;
	top:0px;
	left: 30px;
	width:210px;
}
a#logo:hover {
	background:transparent url(/staticresources/images/bmLogoHovered.jpg) no-repeat scroll left bottom;
}

* :link, :visited {
    text-decoration:none;
    color: #b91d0d;
}

#globalnav {
	background:transparent url(/staticresources/images/bmGlobalNav.png) no-repeat scroll center top;
	display:inline;
	height:35px;
	margin-bottom: 10px;
}
ul#portal-globalnav li {
	display:inline;
	margin-bottom: 0px
}

ul#portal-globalnav li a {
	background:transparent url(/staticresources/images/bmDivider.png) no-repeat scroll right top;
	color:#b91d0d;
	display:block;
	float:left;
	font-weight:bold;
	letter-spacing:0.4px;
	line-height:32px;
	padding:0 30px;
	text-decoration: none;
    font-size: 13px;
}

ul#portal-globalnav li a:hover, ul#portal-globalnav li.selected a, ul#portal-globalnav li.selected a:hover {
	background:transparent url(/staticresources/images/bmButtonRight.png) repeat-x scroll right top;
	color: #b91d0d !important;
	text-decoration:none;
}
ul#portal-globalnav li a:hover {
	text-decoration:underline;
}

#searchbox {
	background-color:transparent;
	display:block;
	font-size:11px;
	left:745px;
	margin-bottom:0;
	padding-bottom:0;
	position:absolute;
	top:7px;
	z-index:9;
}

#portal-column-one {
    margin-left: 14px;
}
dt.portletHeader {
	font-weight: bold;
	font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}

ul.navTree,
#portal-sitemap ul {
    list-style-type: none;
    margin-bottom: 0px;
}

ul.navTreeLevel0 li {
    list-style-type: none;
    margin-left: 0px;
    margin-bottom: 5px;
}
ul.navTreeLevel0 li a {
    width: auto;
    display: block;
}
ul.navTreeLevel1 li {
    margin-left: 15px;
}
ul.navTreeLevel2 li {
    margin-left: 15px;
}



ul.navTree li a:hover {
	text-decoration:underline;
}

#content {
	background-color: transparent;
}
/*#portal-column-content {
    border-left: 1px solid #ccc;
}*/
#portal-content-wrapper {
    margin-left: 10px;
}
#footer {
	background:transparent url(/staticresources/images/bmBottomShadow.png) no-repeat scroll center bottom;
	text-align: center;
	height: 40px;
}
#footer p{
    font-size: 9px;
    font-weight: normal;
    color: #ababab;
    margin-top: 18px;
    margin-bottom: 5px;
}
#visual-bottom {
	background:transparent url(/staticresources/images/bmBottom.png) no-repeat scroll center top;
	text-align: center;
	height: 30px;
}

.LSBox {
	clear:left;
	display:block;
	float:left;
	padding-right:1px;
	text-align:right;
}

input#searchGadget {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#666666;
    width:150px;
}

input[type="text"], input[type="password"] {
	border:1px solid #666666;
	cursor:text;
	padding:2px;
	width:99%;
}

#searchbox input.searchButton {
	display:none;
}

	input, select, button {
	cursor:pointer;
	vertical-align:top;
}

.searchSection {
	background:transparent none repeat scroll 0 0;
	display:none;
}

.hiddenStructure {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	display:none;
	height:1px;
	margin:-1px 0 0 -1px;
	overflow:hidden;
	padding:0;
	width:1px;
}

#portal-siteactions {
    background-color:transparent;
    height:auto;
    line-height:normal;
    list-style-image:none;
    list-style-type:none;
    /*margin:1px 0 0;
    padding:3px 2em 3px 0;*/
    white-space:nowrap;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 5px;
}
#portal-siteactions li {
    display:inline;
    text-align: center;
    margin: 0px 18px;
}
#portal-siteactions li a {
    font-size: 9px;
	text-decoration: none;
    color: #b91d0d;
}

