BODY {
	background: #666;
	margin: 0px; padding: 0px;
	font-size: 12px; font-family: Arial, Verdana, Helvetica;
}

H1 {
	color: #000;
	margin: 0px; padding: 5px 0px 20px 0px;
	font-size: 20px;
}

H2 {
	color: #666;
	margin: 0px; padding: 10px 0px 20px 0px;
	font-size: 17px; text-decoration: underline;
}

P.head {
	margin: 0px; padding: 0px 0px 20px 0px;
	font-family:  Arial, Verdana, Lucida Sans Unicode, Georgia, Helvetica; font-style: normal; font-weight: bold;
	color: #000;
}

P {
	margin: 0px; padding: 0px 0px 20px 0px;
	font-family:  Arial, Verdana, Lucida Sans Unicode, Georgia, Helvetica; font-style: normal;
	color: #000;
}

OL {
	margin: 0px; padding: 0px 0px 20px 38px;
}

UL {
	margin: 0px; padding: 0px 0px 20px 30px;
	list-style: square;
}

LI {
	margin: 0px; padding: 0px 0px 5px 0px;
}

UL LI UL {
	margin: 0px; padding: 10px 0px 0px 30px;
	list-style: square;
}

UL LI UL LI UL {
	margin: 0px; padding: 10px 0px 0px 30px;
	list-style: square;
}

A {
	color: #333;
	font-weight: bold; text-decoration: none;
}

A:hover {
	color: #FFCC33;
	text-decoration: underline;
}

A.selected {
	color: #FFCC33;
}

/*news lists*/

.news {
	margin: 10px 0px 0px 0px; padding: 0px;
	list-style: none;
}

.news LI {
	margin: 0px 0px 0px 0px; padding: 5px 0px 20px 100px;
	min-height: 65px; height: auto; _height: 65px;
}

.news A {
	text-decoration: underline;
}

/*case study lists*/

.case {
	margin: 10px 0px 0px 0px; padding: 0px;
	list-style: none;
}

.case LI {
	margin: 0px 0px 0px 0px; padding: 5px 0px 20px 170px;
	min-height: 105px; height: auto; _height: 105px;
}

.case A {
	text-decoration: underline;
}

/*people lists*/

.people {
	margin: 10px 0px 0px 0px; padding: 0px;
	list-style: none;
}

.people LI {
	margin: 0px 0px 0px 0px; padding: 5px 0px 20px 100px;
	min-height: 105px; height: auto; _height: 105px;
}

/*dl lists*/

.dl {
	margin: 0px; padding: 0px;
	list-style: none;
}

.dl LI {
	display: block;
	border: 1px solid #CCC;
	margin: 0px; padding: 0px;
}

.dl LI.pdf {
	display: block;
	border: 1px solid #CCC;
	margin: 5px 0px 5px 0px; padding: 5px 20px 5px 5px;
	background: url('images/pdf-bullet.gif') no-repeat top right;
}

/****************/

#wrapper {
	background-color: #666;
	margin-left: auto; margin-right: auto;
	width: 1060px;
	position: relative;
}

#head {
	background-color: #FFF;
	margin: 0px; padding: 0px;
	width: 1060px; height: 220px; 
	position: relative;
}

#menu {
	background: #FFF url('images/menu-bg.gif') top left no-repeat;
	margin: 0px; padding: 0px;
	width: 1060px; height: 90px; 
	position: relative;
}

/*menu lists*/

#head-nav {
	margin: 0px; padding: 0px;
	display: inline;
	position: absolute;
	top:8px; left:150px;
}

#head-nav LI {
	margin: 0px; padding: 0px 10px 0px 10px;
	border-right: 1px solid #CCC;
	display: inline;
}

#head-nav A{
	color: #2E4581;
	font-weight: bold; text-decoration: none;
}

#head-nav A.selected{
	color: #FFCC33;
	font-weight: bold; text-decoration: none;
}

#head-nav A:hover{
	color: #FFCC33;
	text-decoration: underline;
}

#sub-nav {
	margin: 0px; padding: 0px;
	display: inline;
	position: absolute;
	top:38px; left:150px;
}

#sub-nav LI {
	margin: 0px; padding: 0px 10px 0px 10px;
	border-right: 1px solid #CCC;
	display: inline;
}

#sub-nav A{
	color: #666;
	font-weight: bold; text-decoration: none;
}

#sub-nav A.selected{
	color: #FFCC33;
	font-weight: bold; text-decoration: none;
}

#sub-nav A:hover{
	color: #FFCC33;
	text-decoration: underline;
}

#page-nav {
	margin: 0px; padding: 0px;
	list-style: none;
}

#page-nav LI {
	line-height: 20px;
	margin: 0px; padding: 0px;
	border-bottom: 1px solid #CCC;
	list-style: none;
}

/****************/

#content {
	background: #FFF url('images/cont-main-bg.gif') bottom left no-repeat;
	margin: 0px; padding: 0px;
	width: 1060px; 
	position: relative;
}

#cont-full {
	margin: 0px; padding: 0px 30px 30px 30px;
	width: 1000px; min-height: 300px; height: auto; _height: 300px;
	float: left;
}

#cont-main {
	margin: 0px; padding: 0px 30px 30px 30px;
	width: 650px; min-height: 300px; height: auto; _height: 300px;
	float: left;
}

#cont-right-350 {
	background: url('images/1px-CCC.gif') top left repeat-y;
	margin: 0px 0px 30px 0px; padding: 0px 30px 0px 30px;
	width: 280px; min-height: 300px; height: auto; _height: 300px;
	float: left;
}

/*search*/

#search {
	border-bottom: 1px solid #CCC;
	margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px;
	float: left;
}

#foot {
	background: #666 url('images/foot-bg.gif') top right no-repeat;
	margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px;
	width: 1060px; height: 400px; 
	position: relative;
}

#foot P {
	display: block;
	float: left;
	margin: 0px; padding: 0px;
}

#foot P.corp {
	display: block;
	float: right;
	margin: 0px; padding: 0px;
}

.clear {
	clear: both;
}

/*maps*/

#map {
	margin: 30px 0px 10px 0px; padding: 0px;
	width: 280px; height: 360px;
}