@charset "utf-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 100%;
}

#frame {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/frame_background.gif) repeat-y;
}

#container {
	background: #ffffff url(../images/frame_background.gif);
	padding: 10px;
	font-size: 12px; 
	font-family: 'Helvetica Neue', arial, sans-serif;
}

.strong {
	font-size: 12px; 
	font-weight: bolder;
}

#activeheaderfull {
	margin: 50px 0 0 0;
	padding: 25px 0 0 0;
	position: relative;
}

#indent {
	margin-left: 20px;
}

#activefooter {
	background: #fff url(../images/footer1.gif) no-repeat;
	margin: 0;
	padding: 21px 19px 20px 19px;
	height: 132px;
}

#activefooter p a {
	font-size: 12px;
	line-height: 15px;
	color: #008166;
}

#activefooter p.links1 { padding-bottom: 35px; }


#activesplash {
	margin: 0 12px 10px 11px;
/*	height: 26px; */
	height: 35px;	
	border-bottom: 8px solid #014333;
	position: relative;
}

#activesplash ul {
	height: 35px;	
	position: absolute;
	top: 0;
	right: 0;
}

#activesplash ul li {
	float: left;
	display: inline;
	width: 125px;
	height:35px;
	margin: 0 0 0 3px;
	background: url(../images/tab_off_135.gif) no-repeat;
	text-align: center;
}

#activesplash ul li.active {
	background: url(../images/tab_on_135.gif) no-repeat;
}

#activesplash ul li a {
	font-size: 12px; 
	line-height: 9px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.9999;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 16px;
	padding: 10px 0 0 0;
}

#activesplash ul li.active a {
	color: #333;
}

#activesplash ul li.two-line a {
	height: 35px;	
	padding: 5px 0 0 0;
}

#activesplash ul li.three-line a {
	height: 35px;	
	padding: 5px 0 0 0;
}

.rightimage {
/*	margin-left: 15px; */
	margin-right: 10px;
	float: right;
}

.leftimage {
	margin-right: 15px;
	float: left;
}

.internal {
	text-decoration: none;
	padding: 0 0 0 10px;
}

