/* *** basics *** */

body {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	width: 100%;
	font-size : 12px;  _font-size :  75.00%;
	font-family : Arial, Helvetica, sans-serif;
	color: #999;
}

p {
	margin: 0;
	padding-bottom: 1em;
}

a {
	color: #999;
}

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;
}

hr {
  border : 0;
  height : 1px;
  background : URL(i/line.gif) 0 0 no-repeat;
  margin : 12px 0;
  
  _display : list-item;
  _list-style : URL(i/line.gif) inside;
  _filter : alpha(opacity=0);
  _width : 0;
}

.more a {
	color: #D0C587;
	text-decoration: none;
}

.stream { display: none; }


/* *** layout *** */

.bodywrap {
	width: 759px;
	margin: 0 auto;
	text-align: left;
	background: #000;
	position: relative;
}

.pageheader {
	height: 90px;
	background: url(i/ph-bg.gif) repeat-x;
}

.pageheader .wrapper { background: url(i/phw-bg.gif) no-repeat; }

.pageheader img { margin-left: 12px; }

.pagebody,
.pageextra1 {
	float: left;
	min-height: 329px; _height: 329px;
	_display: inline;
	margin-bottom: -15px;
}

.pagebody {
	margin-left: 256px;
	width: 503px;
	background: url(i/pb-bg.gif) repeat-x 0 100%;
}

.pagebody .wrapper { padding: 20px 22px 0 5px; }

.home .pagebody .wrapper {
	padding-top: 30px;
	padding-left: 20px;
}

.pagebody .wrapper:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pageextra1 {
	margin-left: -759px;
	width: 256px;
}

.pageextra5 {
	background: url(i/p5-bg.gif) no-repeat;
	clear: both;
	position: relative;
	padding-top: 15px;
	_height:0;min-height:0; /* ie hasLayout fix */
}




/* **** article **** */

.article h1 {
	font-size: 1.88em;
	color: #fff;
	font-weight: normal;
}

.article h2 {
	font-weight: normal;
	color: #D0C587;
}

.article h3 {
	color: #fff;
	font-weight: normal;
}

.article h4 { color: #fff; }

.article .summary { color: #ccc; }

.home .article p { padding-left: 3px; }

.article .more { font-size: .92em; }

.article ul.classes {
	padding: 0;
	list-style: none;
	width: 430px;
}

.article ul.classes li {
	padding-left: 25px;
	background: url(i/arrow.gif) no-repeat 0 .44em;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

.article ul.classes li a {
	float: left;
	font-size: 1.5em;
	color: #D0C587;
	text-decoration: none;
}

.article ul.classes li span {
	float: left;
	clear: left;
	width: 100%;
}

.article .htb {
	padding-left: 32px;
	background: no-repeat;
	padding-bottom: 3px;
}

.article .phone { background-image: url(i/phone.gif); }
.article .email { background-image: url(i/email.gif); }


/* **** bbox **** */

.bbox {
	width: 49%;
	float: left;
	border-top: 1px solid #262626;
	margin-top: 40px;
	padding-top: 10px;
}

.home .bbox {
	margin-top: 10px;
	padding-top: 0;
}

.bbox .boxhd {
	padding-left: 30px;
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 3px;
}

.bbox .content {
	padding: 0 0 25px 30px;
	font-size: .92em;
}

.home .bbox .boxhd,
.home .bbox .content {
	padding-left: 3px;
	padding-right: 20px;
}

.bbox .content p { padding-bottom: .6em; }



/* **** mnav **** */

.mnav {
	position: absolute;
	top: 63px;
	right: 20px;
	width: 400px;
	margin-top: -.6em;
	font-weight: bold;
}

.mnav .boxhd { display: none; }

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

.mnav li { float: left; }

.mnav li a {
	float: left;
	_height:0;min-height:0; /* ie hasLayout fix */
	display: block;
	padding: 3px 8px;
	color: #D0C587;
	text-decoration: none;
}

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



/* **** footer **** */

.footer {
	background: #fff;
	text-align: center;
	_height:0;min-height:0; /* ie hasLayout fix */
	padding: 20px 0 30px 0;
	font-size: .92em;
}

.footer b { color: #BFBFBF; }

.bodywrap .wrapper .footer a:hover,
.bodywrap .wrapper .footer a:focus,
.bodywrap .wrapper .footer a:active { color: #000; }



/* **** links **** */

.bodywrap .wrapper a:hover,
.bodywrap .wrapper a:focus,
.bodywrap .wrapper a:active {
	color: #fff;
	text-decoration: underline;
}



