/* *** basics *** */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	font-family : Arial, Helvetica, sans-serif;
	color: #333;
	background: #9e9e9e url(i/body-bg.gif) repeat-x;
	line-height: 1.2;
}
body { font-size : 12px;  _font-size :  75.00%; }
body.zoom { font-size : 16px;  _font-size :  100%; }

p {
	margin: 0;
	padding-bottom: 1em;
}

a {
	color: #333;
	text-decoration: none;
}

.pagebody a {
	text-decoration: underline;
}

img { 
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
}

ul, ol {
	margin: 0;
	padding-left: 16px;
}

h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}

h1 {
  font-size : 1.27em;
  margin-bottom : .2em;
}

h2 {
  font-size : 1.5em;
  margin-top : 1.2em;
  margin-bottom : .55em;
}

h3 {
  font-size : 1.09em;
  margin-top : 1em;
  margin-bottom : 0;
}

h4 {
  font-size : 1em;
  margin-bottom : 0;
}


.stream { display: none; }

.line {
	background: url(i/dots.gif) repeat-x 0 30%;
}


/* *** layout *** */

.bodywrap {
	background: url(i/bw-bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 794px;
	position : relative;
}

.home .bodywrap,
.onecol .bodywrap { background-image: url(i/bw-bg-onecol.gif); }

.pageheader {
	background: url(i/ph-bg.gif) no-repeat;
	height: 601px;
}

.home .pageheader {
	
}

.pageheader .wrapper {  }

.pageheader .sitelogo {
	padding-top: 12px;
	padding-left: 22px;
	padding-bottom: 59px;
}

.pagebody {
	float: left;
	margin-left: 195px;
	_display: inline;
	width: 592px;
	position : relative;
	margin-top: -324px;
  margin-bottom: -50px;
}

.home .pagebody,
.onecol .pagebody {
	margin-left: 7px;
	width: 780px;
}

.home .pagebody {
	margin-top: -210px;
  margin-bottom: -90px;
}

.pagebody .wrapper {
	padding: 0 25px 0 30px;
}

.home .pagebody .wrapper {
	padding-bottom: 20px;
	_height:0;min-height:0; /* ie hasLayout fix */
}

.home .pagebody .wrapper:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.pageextra1 {
	width: 188px;
	float: left;
	margin-left: -780px;
	background: url(i/p1-top.gif) no-repeat 100% 0;
	margin-top: -324px;
}

.home .pageextra1,
.onecol .pageextra1 { background: none; }


.pageextra1 .wrapper {
  padding-top: 23px;
}

.pageextra5 {
	clear: both;
	background: #9e9e9e url(i/p5-bg.gif) no-repeat;
	height: 100px;
	
}

.home .pageextra5,
.onecol .pageextra5 { background-image: url(i/p5-bg-onecol.gif); }

.pageextra5 .wrapper {
	padding-top: 80px;
	width: 100%;
	overflow: hidden;
}





/* **** box **** */

.pagebody .boxhd,
.pagebody .article .content h1 {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 20px;
}

.pagebody .content {
	font-size: .92em;
  padding-bottom: 20px;
}



/* **** article **** */



.article .subtitle {
	margin-top: 0;
	font-size: 1.3em;
}

.article .content h2 {
	margin-bottom: 0;
}

.article .content h3 {
	font-size: 1.3em;
}

.article h4 { font-size: 1.1em; }

.article .summary { color: #ccc; }

.home .article p { padding-left: 3px; }

.article .more { font-size: .92em; }

.article .imgbox {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 16px;
}

.article img.left {
	float: left;
	clear: left;
	margin: 0 16px 16px 0;
}

.article img.right {
	float: right;
	clear: left;
	margin: 0 0 16px 16px;
}

.onecol .article .boxhd {
	padding-bottom: 10px;
	background: url(i/dots.gif) repeat-x 0 100%;
	_height:0;min-height:0; /* ie hasLayout fix */
}

.onecol .article .content {
	padding-left: 180px;
}

.onecol .article img.left {
	margin-left: -180px;
	margin-top: 16px;
}



/* **** mnav **** */

.mnav {
	position : absolute;
	top: 107px;
  _top: 108px;
	left: 7px;
	width: 670px;
	margin-top: -.6em;
}

.mnav .boxhd { display: none; }

.mnav .content {
	padding-left: 10px;
}

.mnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mnav li {
	float: left;
}

.mnav li a {
	float: left;
	padding: 6px 15px;
	text-transform: uppercase;
	background: url(i/mnav-sep.gif) no-repeat 100% 50%;
	color: #9F9F9F;
	font-weight: bold;
}

.zoom .mnav li a { padding: 6px 8px; }

.mnav .current a { color: #333; }



/* *** snav *** */

.snav {
	font-size: .92em;

}

.snav .boxhd {
	display: none;
}

.snav .content {
	padding: 0 16px 0 20px;
}

.snav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.snav li { _display: inline; }

.snav li a {
	padding: 6px 4px 6px 0;
	display: block;
	text-align: right;
	_height:0;min-height:0; /* ie hasLayout fix */
	background: url(i/dots.gif) repeat-x;
}

.snav .cat1 a {
	background: none;
}

.snav .current a {
	font-weight: bold;
}




/* *** flnav *** */

.flnav {
	position : absolute;
	top: 107px;
	right: 23px;
	width: 80px;
	margin-top: -.6em;
}

.flnav .boxhd { display: none; }

.flnav .content {
	position : relative;
}

.flnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	
}

.flnav li { float: left; }

.flnav li a {
	float: left;
	padding: 6px 15px;
	text-transform: uppercase;
	color: #9F9F9F;
	font-weight: bold;
	color: #666;
}



/* **** imgbanner **** */

.imgbanner {
	width: 780px;
	text-align: center;
	background: #fff url(i/ib-bottom.gif) repeat-x 0 100%;
	padding-bottom: 15px;
	padding-top: 11px;
	margin-left: 7px;
}



/* **** footer **** */

.footer {
	background: url(i/footer-bg.gif) no-repeat 40px 5px;
	color: #fff;
}

.footer .boxhd { display: none; }

.footer .content {
	padding: 27px 70px 50px 182px;
	font-size: .92em;
}

.footer a {
	color: #fff;
}



/* *** fontsizer *** */

.fontsizer {
  position : absolute;
  top: 51px;
  right: 56px;
  width: 200px;
}

.fontsizer .boxhd { display : none; }

.fontsizer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fontsizer li {
  float: right;
}

.fontsizer li a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 21px;
  height: 16px;
  background: url(i/font-dwn.gif) no-repeat;
}

.fontsizer .up a { background-image: url(i/font-up.gif); }

.fontsizer a:hover,
.fontsizer a:focus,
.fontsizer a:active {
  background-position: 0 -16px;
}



/* **** links **** */

.bodywrap .wrapper a:hover,
.bodywrap .wrapper a:focus,
.bodywrap .wrapper a:active {
	color: #333;
	text-decoration: underline;
}




/* ******** */
/* * HOME * */
/* ******** */


.home .welcome {
	float: left;
	width: 440px;
}

.home .welcome .boxhd {
	padding-bottom: 16px;
}

.home .article {
	float: right;
	width: 250px;
	background: url(i/home-al-bottom.gif) no-repeat 1px 100%;
}

.home .article .content {
	padding-top: 24px;
	padding-left: 30px;
	background: url(i/home-al-top.gif) no-repeat;
}




