@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #523623;
}
body {
	background-color: #24420C;
	background-image: url(interface/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main_menu ul, #main_menu li {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#main_menu li {
	display:inline;
	float:left;
	margin-left:10px;
	}
.maina {
	font-size: 13px;
	color: #523623;
	line-height:30px;
	padding:10px 10px 30px 10px;
	display:block;
	font-weight:bold;
	background-image:url(interface/topmenu_background.jpg);
	text-decoration:none;
	
}
.maina:hover {
	text-decoration: none;
	color: #927856;
	background-image:url(interface/topmenu_background_over.jpg);
}
h1 {
	font-size:34px;
	color:#523623;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin:10px 0px 10px 0px;
	
	}
p {
	line-height:1.6;
	margin:0px;
	padding:0px;
	margin:12px 0px 12px 0px;
	}
table, tr, td {
	padding:0px;
	margin:0px;
	}
table p{
	padding:2px;
	margin:2px;
	}
	
#body {
	background-image:url(interface/page_background.jpg); background-repeat:no-repeat; width:980px; height:702px; overflow:hidden; margin-left:auto; margin-right:auto; padding-bottom:20px;
	}
#footer_img {
	 background-repeat:no-repeat; background-position:bottom left; width:980px; height:702px; overflow:hidden;
	 }
#main_menu {
	margin-top:25px; margin-left:10px; height:80px;
	}
#content {
	margin-left:20px; margin-right:15px;
	}
.highlight_blue {
	color:#578FD5;
	}
#projects_menu ul, #projects_menu li {
	list-style:none;
	padding:0px;
	margin:0px;
	}
#projects_menu ul {
	margin-bottom:20px;
	}
#projects_menu {
	font-size:13px;
	font-weight:bold;
	line-height:1.8;
	text-align:right;	
	padding-right:20px;	
	margin-right:20px;
	padding-top:15px;
	float:left; width:150px; background-image:url(images/projects/boarder_line.jpg); background-position:right top; background-repeat:no-repeat;
}

#projects_menu a {
	font-size:12px;
	font-weight:bold;
	color:#523623;
	text-decoration:none;
	}

#projects_menu a:hover {
	color:#927856;
	}
	
	
.image_popup {
	
   background-image:url('interface/imagepopup.gif');
   background-position:top right;
   background-repeat:no-repeat;
    color:#FFFFFF;
	position:absolute;
	display:none;
	text-align:center;
	}
	
.projects_textbox {
	display:block; height:180px; width:682px; margin-left:190px; margin-top:70px; overflow:auto; 
  scrollbar-3dlight-color:#523623; 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-base-color:#523623; 
scrollbar-darkshadow-color:#523623; 
scrollbar-face-color:#86664F; 
scrollbar-highlight-color:#523623; 
scrollbar-shadow-color:#523623;
background-image:url(interface/projects_text_background.jpg);
background-repeat:repeat-x;
border-top:1px solid #FFFFFF;
padding:10px;
}

.projects_listbox2 {
	display:block; height:210px;  width:750px; overflow:auto;
	scrollbar-3dlight-color:#523623; 
	scrollbar-base-color:#523623; 
	scrollbar-darkshadow-color:#523623; 
	scrollbar-highlight-color:#523623; 
	scrollbar-shadow-color:#523623;
	
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-face-color:#86664F; 
	scrollbar-track-color:#FFFFFF;
	background-image:url(interface/projects_scrollbar.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
	
}
.projects_listbox {
	display:block; overflow:auto;
	
	/*background-image:url(interface/projects_scrollbar.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	
	
}
.projects_listbox .projectdiv {
	float:left; border:1px solid #523623; background-color:#FFFFFF; padding:10px;
	margin-right:15px;
	clear:none;
	}
.projects_listbox img {
	border:0px;
	}
.projects_listbox a {
	color:#523623; font-weight:bold;
	text-decoration:none;
	}




.thumb_img {
	margin-right:6px; border:1px solid #523623; display:block; float:left; cursor:pointer;
	}
	
	
.indexfooter {
	width:500px; text-align:center; font-size:10px; margin-left:auto; margin-right:auto; color:#999999;
	}
.indexfooter a {
	color:#999999;
	}