/* Thanks to these sources for their very helpful info as I designed this style sheet: 
	http://www.tyssendesign.com.au/articles/css/background-changing-sliding-door-tabs/
	http://www.communitymx.com/content/article.cfm?cid=529B0 
	http://www.spiffycorners.com/
	http://www.webmasterworld.com/css/3421224.htm
	http://tutorials.alsacreations.com/centrer/
	http://meyerweb.com/eric/talks/2003/commug/commug.html
*/

/* general styles */
/*
body {
	margin: 0;
	padding: 0;
	min-height: 101%;
	font: 90%/120% arial, hevetica, sans-serif;
	background: #FFF;
	text-align: center; */      /* for IE */
/*
}
*/

.outer {
	float: left;


	margin: 0;
	padding: 0;
	min-height: 101%;
	font: 90%/120% arial, hevetica, sans-serif;
	text-align: center; /* for IE */
}

.roundfg {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
/*
	background:#7276AF		blue
*/
}



ul.tab-navs { margin: 0; padding: 0; } /* careful changing this re nav */

.nav-container {
	position: relative;
	height: 40px;
	width: 700px;
	margin: 0 auto; /* align for good browsers */

	text-align: left; /* counter the body center */
	padding-top: 1px;
	/* background: #7276AF;*/

	background: #808000;
	border-bottom: 2px solid #334395;
	font-size: 90%;
	font-weight: bold;
}
.content-container {
	padding: 0;
	position: relative;
	width: 770px;
/*	margin: 0 auto; /* align for good browsers */
	text-align: left; /* counter the body center */
	background: #FFF;
}


.main-content {
	float: left;
	padding-top: 5px;
	width: 659px;
	background: #FFF;
/* border:1px solid red; */
height: 280px;
padding-left: 40px;
}


h4.sidebar {font-size:90%;margin:0;padding:4px 0;}

.sidebar {
	float: right;
	padding-top: 5px;
	width: 188px;
	text-align: left;
	background: #FFF;
}


.tabtitlebar {
	  font-size: 16px;
	padding-bottom: 20px;
}


/*------- nav details ------*/
ul#tab-nav2 { left: 5px; bottom: -10px;}		/* adjust so tabs sit just above content */

#tab-nav2 li { float: left; }
#tab-nav2 a, #tab-nav2 a:visited, 
#tab-nav2 a:focus, #tab-nav2 a:active { color: #006; text-decoration: none; }
#tab-nav2 a:hover { color: #FFF; }

#tab-nav2 a span { 
	display: block;
	height: 1.5em;
	padding: 9px 24px 0 12px;
/*	background: url(http://www.bodyworku.com/image/tab-r-normal.gif) 100% 0 no-repeat; */
	background: url(/images/tab-r-normal.gif) 100% 0 no-repeat;
}

#tab-nav2 a { 
	position: relative;
	float: left;
	display: block; 
	height: 1.5em;
	padding: 0 2px 9px 14px;
	background: url(/images/tab-l-normal.gif) 0 0 no-repeat;
}

#tab-nav2 a:hover span, #tab-nav2 a:focus span, #tab-nav2 a:active span { 
	background-position: 100% -84px; 
}
#tab-nav2 a:hover, #tab-nav2 a:focus, #tab-nav2 a:active { 
	background-position: 0 -84px; 
	color: #FFF; 
}

#tab-nav2 a:hover { cursor: pointer; }


ul.tab-navs {
	padding-left: 8px;
	position: absolute;
	list-style: none;
	font-size: 100%;
	white-space: nowrap;
}


#active2 a { 
	bottom: -2px;
	color: #006; 
	background: url(/images/tab-l-white.gif) 0 0 no-repeat;
}

#active2 a:hover, #active2 a:focus, #active2 a:active { 
	bottom: -2px;
	color: #334395; 
	text-decoration: underline;
	background: url(/images/tab-l-white.gif) 0 0 no-repeat;
}

#active2 a span, #active2 a:hover span,
#active2 a:focus span, #active2 a:active span { 
	bottom: -2px;
	background: url(/images/tab-r-white.gif) 100% 0 no-repeat; 
}

.tabblkrow {
	padding-top: 10px;
float: left;
}
.tabblklabel {
	clear: both;
	float:left;
	width: 180px;
}
.tabblkdesc {
	float:left;
/*	outline: 1px solid black; */
	display: inline-block; 
	width: 440px;
}
