body {
	padding:0px;
	background:#999999;
	text-align : center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
#doc {
	width: 770px;
	background: #FFF;
	text-align: left;
	margin : 0px auto 0px auto;
	padding: 0px;
}
img { border: 0px; }


/* HEAD
---------------------------------------------------------------*/
#head {
	position: relative;
	height: 122px;
}
#head h1 {
	background: url(../images/index_04.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	height: 122px;
	width: 306px;
	float: right;
}
#head h1 span {
	visibility: hidden;
}
#head .top-nav {
	margin: 0px;
	padding: 10px 10px;
	list-style-position: inside;
	list-style-image: url(../images/nav_point.gif);
}
#head .top-nav li {
	padding: 3px 0px;
}

#subhead {
	height: 94px;
}
#subhead a {
	display: block;
	float: left;
	height: 94px;
	margin: 0px;
	padding: 0px;
}
#subhead hr {
	clear: both;
	visibility: hidden;
}


#content {
	background: transparent url(../images/clients_left.gif) top left no-repeat;
}
#main-text {
	float: left;
	text-align: justify;
	padding: 12px 12px 12px 150px;
	margin: 0px;
	width: 450px;
}
#project-list {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#project-list h3 {
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: underline;
}
#project-list ol {
	list-style-image: url(../images/nav_point.gif);
	margin: 0px;
	padding: 0px 0px 4px 19px;
}
#project-list ol li {
	padding: 2px;
	cursor: pointer;
}
#project-list ol li:hover {
	background: #CCC;
}
.other-projects {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 50px 0px 0px 200px;
}


#footer {
	font-size: x-small;
	line-height: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	clear: both;
}
#footer-copy {
	float : left;
}
#footer-nav {
	font-weight : bold;
	float : right;
}
#footer-nav a {
	font-size : x-small;
	text-transform : uppercase;
	color : #FFFFFF;
	text-align : right;
	font-weight : bold;
	text-decoration : none;
}
#footer-nav a:hover {
	font-size : x-small;
	text-transform : uppercase;
	color : #666666;
	text-align : right;
	font-weight : bold;
	text-decoration : none;
}

.collapsing-block {
	overflow: hidden;
}
.expanded {
	background: #EA3;
}
.foot {
	display: block;
	float: none;
	clear: both;
}
img.foot {
	margin-left: 150px;
}