/* CSS Document */


#mainBKG {
	width:852px;
	margin: auto;
	background-repeat: no-repeat;
	height: 847px;
	z-index:1;
}

#logoHome {    /* clickable area */
	float:right;
	position: relative;
	left: -715px;
	top: 20px;
	width : 110px;
	height: 40px;	
}

#mainNav {
	top: -150px; /* defaulte position for Contribute  */
	position:relative;
	width: 550px;
	height: 85px;
	z-index:99;

}

#topTile {
	position: relative;
	height:30px;
	overflow: auto;
	visibility:visible;
	z-index:6;
}

#pageTitle{
	float: right;
	clear: right;
	position: relative;
	overflow: auto;
	visibility:visible;
	z-index:7;
}

#contentWindow {
	clear: right;
	float: right;
	position: relative;
	overflow: auto;
	font-family: "Trebuchet MS", "Myriad Roman", sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-image: url(images/bkg_content.png);
	visibility:visible;
	z-index:3;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
}

#contentWindow p, #contentWindow .normal {
	color: #CCCCCC;
}


#header_LG, h1 {
	text-decoration: none;
	font-family: "Myriad Roman", sans-serif;
	font-size: 16px;
	font-weight:normal;
	margin-top: 16px;
	
}

h2 {
	text-decoration: italic;
	font-family: "Georgia", serif;
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 0;
	margin-top: 0px;
	color: #611c15;
}


h3 {
	text-decoration: italic;
	font-family: "Georgia", serif;
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 0;
	margin-top: 0px;
	color: #dece9b;
}

#subMenu {
	float: right;
	position: relative;
	font-family: "Trebuchet MS", "Myriad Roman", sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #CCCCCC;
	padding: 12px;
	overflow: hidden;
	word-wrap: break-word;
	background-image: url(/images_global/bkg_content.png);
	z-index:20;
}

#footer {
	clear: both;
	width: 828px;
	font-family: "Trebuchet MS", "Myriad Roman", sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	z-index:8;
}

#error_block {
	border: solid 1px red;
	margin: 10px 0;
}

#error_block .error_title {
	padding: 4px;
	font-weight: bold;
	background-color: red;
	color: white;
}

#error_block .error_item {
	padding: 4px;
	font-weight: bold;
	background-color: #ffcccc;
	color: #ff4444;
}


.input {
	color: #333333;
	background-color:#545454;
	border: 1px solid #444444;
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	width:200px;
}

.input_file {
	background-color:#545454;
	border: 1px solid #444444;
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	width:100%;
}

.input_submit {
	border: 1px solid #444444;
	background-color: #545454;
	color: #CCCCCC;
	width: 40px;
	height: 20px;
	font-size: 14px;
	cursor: pointer;
}

textarea {
	background-color:#545454;
	border: 1px solid #444444;
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	width: 250px;
	height: 150px;
}	

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 0px;
margin-top: 5px;
width: 120px;
}

a.submenu_link_off {
	color: #E1A241;
	text-decoration: none;
}


span.footerColor {
	color: #E1A241;
}


body {
scrollbar-face-color: #b98546;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #999999;
scrollbar-shadow-color: #333333;
scrollbar-darkshadow-color: #b6803e;
scrollbar-arrow-color: #333333;
scrollbar-track-color: #b6803e;
	font-family: "Trebuchet MS", "Myriad Roman", sans-serif;
	font-size:11px;
	color:#ffffff;
	background-color: #333333;
	
}
a:link, a:active, a:visited
{
	 color:#f9921c;
	 font-weight:normal;
	 text-decoration:underline;
}

a:hover
{
	 color:#611c15;
	 font-weight:normal;
	 text-decoration:underline;
}

/* page graphics */

.trans_box2 {
  font-family:verdana;
  font-weight:normal;
  border:solid 0px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_honey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(about_georis/images/75p_honey.png);
}


#mainBKG {
	background-image: url(images/bkg_about.jpg);
}
#Nav {
	padding-top: 70px;
	padding-left: 476px;
}

#secondNav {
	
	background-image: url(images/nav/nav_bg.png);
	width:190px;
	height:637px;
	
}

#pageContent{
	background-image: url(images/body_bg.png);
	width:613px;
	height:637px;
}

#contentWindow {
	top: -85px;
	width:436px;
	height:374px;
}


#subMenu {
	top: -85px;
	width:69px;
}

#footer {
	padding: 220px 12px 0 12px;
}

