body { 
	background-image: url('/images/backg.jpg'); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c0cc74;
	margin:0;
	overflow-y: scroll;
    font-size: 9pt;
    color: #3c3c3c;
    font-family: arial, sans-serif;
}



a:link, a:active, a:visited{
    color: #5b380a;
    text-decoration: none;
    font-weight: normal;
}

a:hover{
    color: #5b380a;
    text-decoration: underline;
    font-weight: normal;
}

div,td{
    font-size: 11pt;
    color: #262626;
    font-family: arial, sans-serif;
}

h1 {
	padding-top: 0; margin: 0;
	font-size: 16pt;
	font-weight: normal;
	color: #6b682a;
}

.input { border: 1px solid #a2a2a2; height: 30px; width: 260px; padding-left: 5px; }
.input-ta { border: 1px solid #a2a2a2; height: 120px; width: 260px; padding-left: 5px; }
.button {background-color: #da8973; color: #fff; padding: 7px; border: 0;}

.block {display: block;}
.left {float: left;}
.clean {clear: both;}

.reference {
	
	float: left; width: 255px; height: 280px; 
	text-align: center; color: #6b682a; font-size: 17px; 


}

.project {
	
	float: left; width: 150px; height: 120px; 
	text-align: center; color: #6b682a;
	font-size: 9pt;
	
	/*  font-size: 17px; */


}

.imgshadow {	
	-moz-box-shadow: 5px 5px 2px #bfbfbf;
	-webkit-box-shadow: 5px 5px 2px #bfbfbf;
	box-shadow: 5px 5px 2px #bfbfbf;
}

#gmap{ width: 400px; height: 300px; background: url('/images/lightbox-ico-loading.gif'); background-repeat: no-repeat; background-position: center; border:solid 1px #888888; }


/**
 * 	Template
 */

#wrapper {
	min-height: 100%;
	width: 934px;
	overflow:auto;
	position: absolute;
	left: 50%;
	margin-left: -467px;
}

#main {
	overflow:auto;
} 



#top {
	width: 934px;
	height: 280px;
	background-image: url('/images/top.jpg');
}



#content-main {
	width: 934px;
	min-height: 300px;
	background-image: url('/images/backg-content.jpg');
	display:block;
	overflow:hidden;
}

#spacer {
	float: left;
	width: 40px;
}

#content {
	float: left;
	width: 804px;
	padding-left: 22px;
	min-height: 300px;
}


#footer {
	width: 934px;
	height: 64px;
	float: left;
	background-image: url('/images/bottom.jpg');
	background-repeat: no-repeat;
}


#logo {width: 472px; height: 60px; position: absolute; top: 50px; left: 50%; margin-left: -120px; cursor: pointer;}
#header { display: block; width: 854px; height: 74px; background-image: url('/images/backg_header.jpg'); position: absolute; top: 232px; left: 50%; margin-left: -428px; z-index: 10; }

#news { width: 500px; text-align: justify; }
#newsLine { width: 500px; border-bottom: 1px dotted #bf7864; }
#newsDate {font-size: 9pt; color: #878787;}

::selection {
	background: #a39f4f; /* Safari */
	color: #fff;
}
	
::-moz-selection {
	background: #a39f4f; /* Firefox */
	color: #fff;
}

/**
 * 	Menu
 */

#menu {
	display: block;
	float: left;
	width: 504px;
	height: 37px;
	position: relative;
	top: 195px;
	left: 38px;	
	background-image: url('/images/backg-menu.jpg');
	background-repeat: no-repeat;
}

.mspc{ float: left; height: 37px;}


/*
 * Projects menu
 */
.menuOff {
	background-color: #f1f0e2;
	width: 150px;
	height: 18px;
	color: #4d4e53;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 6px 2px 2px 10px;
	cursor: pointer;
	font-size: 9pt;
}
.menuOff a, .menuOff a:visited { color: #4d4e53; text-decoration: none; font-weight: normal; font-size: 9pt;}


.menuHover {
	background-color: #dedcbb;
	width: 150px;
	height: 18px;
	color: #181818;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 6px 2px 2px 10px;
	cursor: default;
	background-image: url('/images/menuHover.gif'); background-repeat: no-repeat; background-position: right;
	font-size: 9pt;
}
.menuHover a, .menuHover a:visited, .menuHover a:hover { color: #181818; text-decoration: none; font-weight: normal; font-size: 9pt;}


.menuActive {
	background-color: #a39f4f;
	width: 150px;
	height: 18px;
	color: #fff;
	font-size: 9pt;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 6px 2px 2px 10px;
	cursor: default;
	background-image: url('/images/menuActive.gif'); background-repeat: no-repeat; background-position: right;
}
.menuActive a, .menuActive a:visited { color: #fff; text-decoration: none; font-weight: normal; }

.cpointer {cursor: pointer;}

#subTyp, #subData {display:none;}

#lbox {
	width: 100%; height: 200%;
	background-color: #000; 
	filter: alpha(opacity=75);
	opacity: 0.75;
	position: absolute;
	top:0; left:0;
	
	z-index: 5000;
	display: none;
}


#lboxWindow {
	width: 520px;
	height: 351px;
	background-color: #fff;
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -265px;
	padding: 15px;
	text-align: right;

	
	z-index: 5001;
	display: none;
}