/* LAYOUT - main body of page */
body, html {
	background-color: #7e8481;
	/*SCROLLBAR-FACE-COLOR: #fb7806;
	SCROLLBAR-HIGHLIGHT-COLOR:#fb851f; 
	SCROLLBAR-SHADOW-COLOR: #fd9134;
	SCROLLBAR-ARROW-COLOR: #FFF; 
	scrollbar-track-color: #ffac5b;*/
	}	
div#wrap {
width: 808px;
margin: 0 auto;
/*margin: 0 0;*/
position:relative;
height:auto;
background:#fff  url(images/page_shadow.gif) repeat-y;
}
div#top_page{
display:block;
width: 808px;
height:30px;
background:#fff url(images/top_page.gif) no-repeat;
}	
div#bottom_page{
display:block;
width: 808px;
height:30px;
background:#fff url(images/bottom_page.gif) no-repeat;
}
/* GENERAL */
img {border:none} 



/* LAYOUT - HEADER */
div#header {
display: block;
margin:0 auto;
padding:0;
/*background:#fff url(images/header.jpg) bottom no-repeat;*/
width:780px;
height:110px;
/*border-bottom:18px solid #fb7501;*/
}
	div#header #logo{
		position:absolute;
		top:20px;
		left:20px;
		width: 300px;
		height: 95px;
		color: #ea3b06;
		font-family:"Myriad", "Trebuchet MS";
		font-size:24px;
		font-weight:bold;
		border:0px;
		background: transparent /*url(images/logo.jpg) left no-repeat*/;
		padding-left:50px;
		line-height: 70px;
	}
	div#header #topright{
		position:absolute;
		top:17px;
		right:25px;
		width: 179px;		
		padding-left:5px;
		height: 105px;
		padding-top:12px;
		/*color: #ea3b06;*/
		color:#000;
		font-family:Verdana,Tahoma;
		font-size:10px;
		text-align:justify;
		border:0px;
		background: transparent /*url(images/logo.jpg) left no-repeat*/;		
		border-left: 1px solid #C8C8C8;
	}
	div#header #top_lamp{
		position:absolute;
		top:122px;
		left:14px;
		width:780px;
		height:18px;
		/*background:#fb7501 url(images/top_lamp.jpg) 682px no-repeat;*/
		background:#fb7501;
				}
	div#header #top_line{
		position:absolute;
		top:120px;
		left:14px;
		width:780px;
		height:1px;
		line-height:1px;
		/*background:#fb7501 url(images/top_lamp.jpg) 682px no-repeat;*/
		background:#fb7501;
		border-bottom:1px solid #424443;
		}
	
		ul#menu
		{
		position:absolute;
		top: 83px;
		/*left:200px;*/right:220px;
		margin:0 auto;
		padding: 0;
		/*width: 600px;*/
		height: 37px;
		list-style:none;
		}
		ul#menu li
		{
		position:relative;
		float: left;
		height: 37px;
		width:73px;
		background: url(images/button_off.jpg) no-repeat;
		text-align:center;
		}
		ul#menu li.active
		{
		background: url(images/button_on.jpg) no-repeat;
		text-align:center;
		color:#fff;
		}
		ul#menu li.active a
		{
		color:#fff;
		}

		ul#menu li a
		{
		display: block;
		float: left;
		font-family:Verdana, Tahoma;
		font-size:10px;
		font-weight: bold;
		color: #d46402;
		text-decoration: none;
		width:73px;
		height:37px;
		text-align:center;
		padding-top:12px;
		}
		ul#menu li a:hover
		{
		text-decoration:none;
		background: url(images/button_on.jpg) no-repeat;
		width:73px;
		height:37px;
		text-align:center;
		color:#FFF;
		}
/*div#leftside
{
	position:absolute;
	top:142px;
	left: 15px;
}*/
div#sidebar{
	/*position:absolute;*/
	/*top:141px;*/
	/*left: 15px;*/
	/*right: 15px;*//*mine*/
	/*width: 194px;*/
	/*min-height:322px !important; height:322px;*/
/*	background-color:#eaebeb;*/	
	border:0px;
/*	border-left: 1px solid #C8C8C8;mine*/
	border-collapse: collapse;
}	
	div#sidebar #top_sidebar{
		background: #fff url(images/header_sidebar.jpg) bottom no-repeat;
		border-left:1px solid #fff;
		border-top:1px solid #fff;
		width:193px;
		height:23px;
		font-family:Verdana, Tahoma;
		font-size:10px;
		font-weight:bold;
		color:#fff;
		line-height:22px;
		text-indent:10px;
		}
	div#sidebar #main_sidebar{
		font-family:Verdana, Tahoma;
		font-size:10px;
		padding:0px 10px 10px 10px;
		}
	div#sidebar #main_sidebar p.text_sidebar, div#topright p.text_sidebar{
		text-align:justify;
		}
		
	div#sidebar #main_sidebar p.text_sidebar_grey, div#topright p.text_sidebar_grey{
		text-align:justify;
		background-color:#eaebeb;
		}	
	div#sidebar #main_sidebar p.more, div#topright p.more{
		text-align:right;	
		}
	div#sidebar #main_sidebar p.more a, div#topright p.more a{
		color:#d46402;
		text-decoration:none;
		}
	div#sidebar #main_sidebar p.more a:hover, div#topright p.more a:hover{
		text-decoration:underline;
		}
div#contentWrap{padding-left:14px;/*padding-top:1px*/}
div#content {
/*margin-left:220px;*/
	/*margin-right:220px;*//*mine*/
	margin-left:20px;/*mine*/
	margin-top:5px;
	margin-bottom:5px;
	/*min-height:300px !important; height:300px;*/
	width:560px;
	color:#000000;
	font-family: Verdana, Tahoma, Arial;
	font:Tahoma, Verdana, Arial;
	font-size:11px;
	background-color:#FFFFFF;
}
	div#content h1{
		font-family:Verdana, Tahoma;
		font-size:11px;
		font-weight:bold;
		padding:0;
		margin:0;
		text-align:right;
		line-height:14px;
		}
	div#content a{
		color:#d46402;
		text-decoration:none;
		}
		div#content a:hover{
		text-decoration:underline;
		}		
div#footer {
 display:block;
 position:relative;
 text-align: center;
 /*float:right;*/
 /*margin-right:150px !important; margin-right:50px;margin-right:300px !important; margin-right:300px;*/
 font-family:Verdana, Tahoma;
 font-size:10px;
 font-style:normal;
 color:#818182;
 }
div#footer a{
	color:#818182;
	text-decoration:none;
	}
div#footer a:hover{
	color:#d46402;
	}
div#footer a.activated{
	color:#d46402;
	text-decoration:none;
	}	
div#author {
	position:relative;
	margin:0 auto;
	background-color: transparent;
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	line-height:12px;
	text-align:center;
	}
div#author a{
	color:#FFF;
	/*margin-left:240px !important; margin-left:100px;*/
	}
table#columns_table
{
	width:780px;
}

/*non-layout code*/		 					
/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */   
  background: #FCFCF9;
  border: 1px solid #EFEFEF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 5px 0;
  	padding: 10px; 	
  	font: bold 1.1em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #6C6E3A;
}

/* start - table */
/*table {
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #FFF;
}
th {
	background: #882D2D;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}
tr {
	height: 30px;
	background: #F3F3F3;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}*/
/* end - table */

/* form elements */
form {
	margin: 15px;
	padding: 0;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
}
textarea {
	width: 280px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666666;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}
