/* --------------------------------------------
   global settings
----------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

html
{

}
  
body
{
	font: 12px verdana, arial, sans-serif;
	background:  #fff;
}

p
{
	line-height: 16px;
	margin-bottom: 8px;
	color: #343434;
}

a
{
	text-decoration: none;
	color: #803;
}

a:hover
{
	color: #000;
}

/* --------------------------------------------
   
----------------------------------------------- */
@media screen
{
	* html
	{
		overflow-y: hidden;
	}
	
	* html body
	{
		height: 100%;
   		overflow: auto;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main
{
	width: 890px;
	margin-left: 15px;
}

.has-header-image dl#main
{
	background-repeat: no-repeat;
	background-position: 170px 0px;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dt.logo
{
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 15px;
}

dl#main dt.logo,
dl#main dt.logo a
{
	width: 150px;
	height: 150px;
}

dl#main dt.logo a
{
	display: block;
	background: #000 url(../img/global/img_logo.gif) no-repeat 0px 0px;
	text-indent: -2000px;
	overflow: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.header-image
{
	position: absolute;
	top: 0px;
	left: 185px;
}

dl#main dd.header-image,
dl#main dd.header-image img
{
	width: 720px;
	height: 150px;
}

dl#main dd.header-image img
{
	display: none;
	border: 0;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.nav-main,
dl#main dd.nav-sub
{
	position: fixed;
	_position: absolute;
	left: 15px;
	width: 150px;
	border-top: 1px solid #000;
	padding-top: 8px;
}

dl#main dd.nav-main
{
	top: 170px;
}

dl#main dd.nav-sub
{
	top: 300px;
}

dl#main dd.nav-main ol,
dl#main dd.nav-sub ol
{
	line-height: 17px;
}

dl#main dd.nav-main ol li,
dl#main dd.nav-sub ol li
{

}

dl#main dd.nav-main ol li a,
dl#main dd.nav-sub ol li a
{
	color: #999;
}

dl#main dd.nav-main ol li a:hover,
dl#main dd.nav-sub ol li a:hover
{
	color: #803;
}

dl#main dd.nav-main ol li.active a,
dl#main dd.nav-sub ol li.active a
{
	color: #803;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.pullquote
{
	position: fixed;
	_position: absolute;
	top: 330px;
	/* left: 0px; */
	left: 15px;
	width: 150px;
	/* border-top: 1px solid #000; */
	padding-top: 8px;
	line-height: 19px;
	color: #999;
}

dl#main dd.pullquote a
{
	color: #803;
}

dl#main dd.pullquote a:hover
{
	color: #000;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.content
{
	margin-left: 170px;
	width: 720px;
	padding-top: 31px;
	padding-bottom: 20px;
	background: url(../img/global/rule_000.gif) repeat-x 0px 15px;
}

.has-header-image dl#main dd.content
{
	padding-top: 180px;
	background-position: 0px 170px;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.content p
{
	color: #999;
}

dl#main dd.content p a
{
	color: #803;
}

dl#main dd.content p a:hover
{
	color: #000;
}

dl#main dd.content p.intro
{
	font: 20px georgia, serif;
	line-height: 30px !important;
	color: #000;
}

dl#main dd.content h2
{
	font: 20px/23px georgia, serif;
	color: #803;
}

dl#main dd.content h3
{
	font: 20px/30px georgia, serif;
	margin-top: 30px;
}

dl#main dd.content h3 em
{
	font-style: italic;
}

dl#main dd.content h4
{
	color: #000;
	line-height: 17px;
	font: 12px verdana, arial, sans-serif;
}

/* --------------------------------------------
   added by nathan for photo on news page
----------------------------------------------- */
dl#main dd.content h6
{
	font: 20px/30px georgia, serif;
	margin-top: 10px;
}



/* --------------------------------------------
   
----------------------------------------------- */
ul.items,
ul.items li
{
	list-style: disc;
}

ul.items
{
	margin-bottom: 8px;
}

ul.items li
{
	margin-left: 18px;
	line-height: 16px;
	margin-bottom: 4px;
	color: #999;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl.client
{
	overflow: auto;
	_height: 1%;
}

dl.client dt
{
	float: left;
	font: 20px/23px georgia, serif;
	color: #000;
	width: 250px;
	margin-bottom: 23px;
}

dl.client dd.image
{
	float: right;
}

dl.client dd.image img
{
	display: block;
	width: 450px;
	height: 320px;
}

dl.client dd.description
{
	float: left;
	clear: left;
	color: #999;
	width: 250px;
}

dl.client dd.description p
{
	margin-bottom: 23px;
}

dl.client dd.actions
{
	float: left;
	clear: left;
	color: #999;
	line-height: 17px;
	white-space: nowrap;
}

dl.client dd.expanded
{
	clear: both;
	display: none;
	overflow: hidden;
	width: 720px;
}

dl.client-expanded dd.expanded
{
	display: block;
}

dl.client dd.expanded ul
{

}

dl.client dd.expanded ul li
{
	padding-top: 20px;
}

dl.client dd.expanded ul li img
{
	display: block;
	width: 720px;
}

dl.client dd.expanded div.actions
{
	margin-top: 8px;
	color: #999;
	line-height: 17px;
}

