/* BASIC CLASSES AND ELEMENTS
---------------------------------------------------------------*/
body {
	padding: 0px;
	background: #999999;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
}
#doc {
	width: 770px;
	background-color: #FFF;
	color: #666;
	text-align: left;
	margin : 0px auto 0px auto;
	padding: 0px;
}
.collapsing-block {
	overflow: hidden;
}
.expanded {
	background-color: #FFE7CF;
	color: inherit;
}
.foot {
	display: block;
	float: none;
	clear: both;
}
img.foot {
	margin-left: 150px;
}
img {
	border: 0px;
}

/* HEAD
Weird values here are to mimic the default Bear-Code style.
---------------------------------------------------------------*/
#head {
	position: relative;
	height: 122px;
	padding-top: 4px;
	padding-bottom: 16px;
}
#head h1 {
	background: url(../images/index_04.gif) top left no-repeat;
	margin: -4px 0px 0px 0px;
	padding: 0px;
	height: 122px;
	width: 306px;
	float: right;
}
#head h1 span {
	visibility: hidden;
}
#head .top-nav {
	margin: 0px;
	padding: 10px 10px 10px 9px;
	list-style-type: none;
}
#head .top-nav li {
	padding: 4px 0px 4px 7px;
	margin: 0px;
	background: url(../images/nav_point.gif) left no-repeat;
}

/* SUBHEAD
---------------------------------------------------------------*/
#subhead {
	height: 94px;
}
#subhead a {
	display: block;
	float: left;
	height: 94px;
	margin: 0px;
	padding: 0px;
}
#subhead hr {
	clear: both;
	visibility: hidden;
}

/* MAIN CONTENT
---------------------------------------------------------------*/
#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;
}
#main-text h1 {
	font-size: 16pt;
}
#project-list {
	float: left;
	width: 150px;
	margin: 18px 0px 0px 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;
}
#project-list ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
#project-list ol li {
	padding: 2px 0px 2px 16px;
	cursor: pointer;
	background-image: url(../images/nav_point_green.gif); 
	background-position: left center;
	background-repeat: no-repeat;
}
#project-list ol li a {
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}
#project-list ol li:hover {
	background-color: #CCC;
	color: inherit;
}
.other-projects {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 64px 0px 0px 141px;
}

/* FOOTER
---------------------------------------------------------------*/
#footer {
	font-size: x-small;
	line-height: 15px;
	text-transform: uppercase;
	color: #FFF;
	background-color: inherit;
	clear: both;
}
#footer-copy {
	float : left;
}
#footer-nav {
	font-weight : bold;
	float : right;
}
#footer-nav a {
	font-size : x-small;
	text-transform : uppercase;
	color : #FFF;
	background: inherit;
	text-align : right;
	font-weight : bold;
	text-decoration : none;
}
#footer-nav a:hover {
	color: #555;
	background: inherit;
}