@charset "utf-8";
/* CSS Document */
/* Negate some of the styles in content .css for this page*/
.page ul, ol {
	margin: 0;
	padding:0 ; /* List indent*/
}

.page li {
	margin: 0;
	padding:0 0 0 0;
	list-style-position:inherit;
}
.page ul li {
	list-style:none ;
}
/* navigation */
.tabbottom2 {
	background:#fff url(h300_normal.png) bottom;
	border-bottom:1px solid #CCCCCC;
	border-bottom:none;
	height:146px;
	width:auto;
}
.tabcontainer {
	width:745px;
	margin:0 auto;
	text-align:left;
}
.tabbottom2 ul {
	width:100%;
	margin:0 auto 0 10px;
}
.tabbottom2 li {
	float:left;
	width:175px;
	list-style-type:none;
	text-align:center;
}
.tabbottom2 a {
	color:#333333;
	display:block;
	padding:17px;
	position:relative;
	word-spacing:-2px;
	font-size:0.9em;
	height:112px;
	text-decoration:none;
	outline:none;
	outline-width:0px;
	outline-style:none;
	outline-color:#FF0000;
}
.tabbottom2 a.current {
	background:url(down_large.jpg);
	outline:none;
}
.tabbottom2 img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;
	display:block;
}
.tabbottom2 strong {
	display:block;
	font-size:0.9em;
}
/* panes */
.tabbottompanes2 {
	background:#fff url(h300_reverse.png) repeat scroll 0 0;
	border-color:#ccc;
	border-style:solid;
	border-width:0px 1px 0;
	width:auto;
	height:255px;
	margin-bottom:-20px;
	padding-bottom:20px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}
/* crossfading effect needs absolute positioning from the elements */
.tabbottompanes2 div {
	display:block;
	position:inherit;
	top:20px;
	left:20px;
	font-size:0.95em;
	color:#444;
	width:650px;
}
.tabbottompanes2 img {
	margin-right:20px;
}
.tabbottompanes2 p.more {
	color:#000;
	font-weight:bold;
	margin-top:0.25em;
	margin-bottom:0.5em;
}
.tabbottompanes2 h3 {
	margin:0 0 -5px 0;
	font-size:1.4em;
	font-weight:normal;
}
.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
