/* *** css by miss monorom www.intensivstation.ch *** */

/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

/* Modified by Conflare.com */

body {
	background-color: #fff;
	font-size: 10px;
	font-family: Century Gothic, Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #7e7e7e;
	padding: 0px;
	margin: 0px;
	line-height: 1.35em;
}

a {
	color: #eac2d4;
}

a:visited {
	color: #eac2d4;
}

a:hover {
	color: #564b47;
}

a:active {
	color: #000000;
}

h1 {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #E0A3B7;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0px
}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}

img.download {
	vertical-align: middle;
}

ul {
	
	margin: 10px 0 0 25px;
	padding: 0;
}

ul li {
	margin: 0px;
	padding: 0px;

}

/* ----------container to center the layout-------------- */

#container {
	width: 650px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------banner for logo-------------- */

#banner {
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#banner a:link img, #banner a:visited img {
	border: none;
}

#banner img {
	padding: 10px 0px;
}

/*   Main Nav    */

#mainNav {
	position: relative;
	top: -26px;
	left: 0px;
}
body#homePage #banner {

	margin-top: 180px;
}

body#homePage #mainNav {
	text-align: left;
	font-size: 13px;
	margin: 5px;
}

ul#mainNav li {
	display: inline;
}

ul#mainNav li a:link, ul#mainNav li a:visited {
	color: #999;
	text-decoration: none;
}

ul#mainNav li a:hover {
	color: #333;
	text-decoration: underline;
}

ul#mainNav li.active a:link, ul#mainNav li.active a:visited {
	color: #eac2d4;
}

/* -----------------content--------------------- */

#content {
	background-color: #fff;
	padding: 0px;
	margin: 50px 0 0 400px;
}

#content02 {
	background-color: #fff;
	padding: 0px;
	margin: 50px 0 0 600px;
}

#content03 {
	padding: 0px;
	margin: 10px 0 0 305px;
}

/*div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}*/

p, pre {
	padding: 5px 10px;
	margin: 0px;
}

.projectThumbs {
	margin: 0;
	padding: 0;
}

.projectThumbs img {
	border: 1px solid #ededed;
	margin: 2px 1px;
}

.projectThumbs a img {
	border: none;
	border: 1px solid #ededed
}

.projectThumbs a:hover img {
	border: 1px solid #ccc;
}

#treeIllustration {
	
}

table#links {
	border-collapse: collapse;
	font-size: 10px;
}

table#links a {
	color: #7e7e7e;
	text-decoration: none;
}

table#links a:hover {
	color: #7e7e7e;
	text-decoration: underline;
}

table#links td {
	width: 120px;
}

table#links td.linksColumn02 {
	width: 150px;
}

table#links ul {
	list-style: none;
}

table#links ul li {
	list-style: none;
	margin: 2px 0;
}

table#links ul li.linksTitle {
	color: #eac2d4;
}

/* --------------left navi------------- */

#left {
	float: left;
	width: 330px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 20px;
}

#left02 {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

#left03 {
	float: left;
	width: 500px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 20px;
}

/* -----------footer--------------------------- */

#footer {
	clear: both;
	margin: 0;
	padding: 20px 0 0 5px;
	text-align: left;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #000;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
	font-size: 10px;
	font-family: Century Gothic, Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #b1b1b1;
}

#TB_secondLine {
	font-size: 10px;
	font-family: Century Gothic, Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #b1b1b1;
}

#TB_window a:link, #TB_window a:visited {
	color: #666666;
	text-decoration: none;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus {
	color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height: 100%;
	width: 100%;
}

* html #TB_overlay {


/* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 50%;
	left: 50%;
}

* html #TB_window {


/* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
/* 

-height/2 0 0 -width/2 */
}

* html #TB_load {


/* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {


/* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}