div#portalheader {

	font-family: Helvetica, Microsoft Sans Serif, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #25111F;
	
	width: 100%;
	height: 100px;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;

	background: url('/wp-content/themes/loveland-portal/images/header/white50.png') repeat;
	
}

div#portalheader #portalheader-inner {
	width: 960px;
	height: 100px;
	margin: 0px auto;
	position: relative;
}

#portalheader ul li {
	display: inline;
}


#portalheader h1 a {
	background: url('/wp-content/themes/loveland-portal/images/header/logo.png') no-repeat scroll top left;
	width: 100px;
	height: 100px;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
	position: absolute;
	left: 17px;
	top: 0px;
}

#portalnav {
	
	font-family: Helvetica, Arial, 'Microsoft Sans Serif';

	position: absolute;
	bottom: 0px;
	left: 137px;
	width: 842px;
	height: 33px;
	
	padding-top: 16px;
	padding-left: 12px;

	background: url('/wp-content/themes/loveland-portal/images/header/nav-back.png') no-repeat scroll top left;	
}

#portalnav li.level1 {

	float:left;

	font-size: 15px;
	font-color: #000;

	padding: 0px 12px;
	height: 24px;
	
	font-weight: normal;
	border-right: 1px solid #E6E6E6;
	vertical-align: middle;
	

}
#portalnav li.level1 img {
	margin-left: 4px;
	vertical-align: bottom;
	/*vertical-align: baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%;*/
}
#portalnav li.level1.last {
	border: 0px;
}

#portalnav li.level1 > a {
	float:left;

	z-index: 2000;
	color: #000;
	font-weight: normal;
	padding: 6px 10px 12px 10px;


		opacity: 0.8;
		-moz-opacity:0.8;

	

}

#portalnav li.level1:hover a, #portalnav li.level1.hover a {
	color: #561135;
	text-decoration: none !important;
	
	text-shadow: 1px ;
	opacity: 1;
	-moz-opacity: 1;
}

#portalnav li.level1.dropdown.hover > a {
	background-color: #EBEBEB;
	
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	-moz-box-shadow: rgba(90,90,90,1) 0 0px 4px;
	-webkit-box-shadow: rgba(90,90,90,1) 0 0px 4px;
	-khtml-box-shadow: rgba(90,90,90,1) 0 0px 4px;
	box-shadow: rgba(90,90,90,1) 0 0px 4px;
	
}




#portalnav ul.subnav {

	display:none;
	background: url('/wp-content/themes/loveland-portal/images/header/nav-dropdown-back.png') no-repeat scroll bottom left;
	font-size: 12px !important;
	position: absolute;
	top: 49px;
	left: 0px;
	width: 830px;
}

#portalnav ul.subnav-aboutus {
	width: 790px; /*830*/
	padding: 15px 20px 20px 20px;

}

#portalnav .subnav-aboutus li {
	margin-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #FFF;
	float:right;
}
#portalnav .subnav-aboutus li:first-child {
	border-right: 0px;
}

#portalnav ul.subnav-events {
	width: 810px; /*830*/
	padding: 10px;

}
#portalnav .subnav-events li table {
	width: 100%;
}
#portalnav .subnav-events li table tr {
	border-bottom: 7px solid #ebebeb;
}
#portalnav .subnav-events li table td {
	text-align: center;
	border-right: 1px solid #FFF;
}

#portalnav .subnav-events li table td.last {
	border-right: 0;
}

#portalnav .subnav-events li table td img {
	opacity: 0.6;
	-moz-opacity:0.6;
}
#portalnav .subnav-events li table td img:hover {
	opacity: 1;
	-moz-opacity:1;
}

#portalnav .subnav-events li table td img.nolink {
	opacity: 0.25;
	-moz-opacity: 0.25;
}
#portalnav .subnav-events li table td img.nolink:hover {
	opacity:  0.25;
	-moz-opacity: 0.25;
}



#portalnav ul.subnav-newsletter {
	width: 810px; /*830*/
	padding: 15px 20px 20px 20px;
}
#portalnav ul.subnav-newsletter span {
	color: #561135;
	font-size: 14px;
	padding-right: 25px;
}

#portalnav ul.subnav-newsletter input.text {
	font-size: 13px;
	width: 145px;
	color:#808080;
	background-color: #FFF;
	border: 0px;
	padding: 4px;
	margin: 0;
	vertical-align: middle;
	line-height: 100%;
	margin-right: 6px;
	margin-top: -4px;
}
#portalnav ul.subnav-newsletter input.submit {
	background: transparent url('/wp-content/themes/loveland-portal/images/button_subscribe.png') no-repeat scroll top left;
	vertical-align: middle;
	color: transparent;

	outline: none;
	border: none;

	margin-top: -4px;
	padding: 0;

	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-size: 0px;
	
		
	width: 80px;
	height: 26px;
}

#search {
	position: absolute;
	top: 13px;
	right: 0px;
}
#search input.text {
	background: url('/wp-content/themes/loveland-portal/images/header/search-back.png') no-repeat scroll top left;
	font-size: 12px;
	width: 120px;
	height: 20px;
	padding: 4px 5px;
	display:block;
	border: 0;
	margin: 0;
	float:left;
	vertical-align: top;
}
#search input.button {
	border: 0;
	padding: 0;
	margin: 0;
	float:left;
}

ul#connect {
	position: absolute;
	top: 16px;
	left: 480px;
}
ul#connect li {
	color: #25111F;
	display: inline;
	padding: 0px 5px;
}
ul#connect li img {
	vertical-align: middle;
}




div#event-header {
	position: absolute;
	top: 350px;
	width: 960px;
	height: 50px;
	background: url(/wp-content/mu-plugins/loveland/generator/cache/eventnav-FFFFFF.png) no-repeat;
}

div#event-header table#event-nav {
	width: 100%;
}
div#event-header table#event-nav td {
	padding-top: 18px;
	text-align: center;
}
div#event-header table#event-nav td a {
	font-family: Tahoma;
	font-size: 14px;
	text-transform: uppercase;
	color: #25111F;
	
	background: url(/wp-content/mu-plugins/loveland/generator/cache/eventnav-bullet-25111F.png) no-repeat 0px 4px;
	padding-left: 14px;
	text-decoration: none;
}
div#event-header table#event-nav td a:hover {
	text-decoration: underline;
}
div#event-header table#event-nav td a.active {
	color: #A68D59;
}

#flipdown {
	background: url('/wp-content/themes/loveland-portal/images/header/flipdown.png') no-repeat scroll top left;
	width: 228px;
	height: 51px;
	position: absolute;
	margin: 0px auto;
	top: 100px;
	left: 50%;
	margin-left: -114px;
}
