/* css-file for IE... */

/* Top elements */
* { margin:0; padding: 0; }

.back-to-top {
 background:black;
 position: fixed;
 bottom:30px;
 right:30px;
 padding:0em;
}

body {
	font: 12px Verdana, 'Trebuchet MS', arial, sans-serif; 
	line-height: 1.4;
	text-align: left; 
 	background-color:black;
  background-image:url(BG.gif); 
  background-position: center; 
  background-repeat:repeat-y;
}  

/* links */
a	{ 
	color: #006699;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #72A545;
	background: inherit; 	
	text-decoration: underline;
}
 
/* headers */
h1, h2, h3 {
	font-family: verdana, 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 18px;	
	color: #8d8dbb;
	/* color: #257000; */ 
	font-weight: bold; 
}
h2 {
	font-size: 18px;	
	text-transform: uppercase;
}
h3 {
	font-size: 18px;	
}

ul, ol, {
	margin: 0px 20px;
	padding: 0 15px;	
	font: 13px Verdana, 'Trebuchet MS', arial, sans-serif; 
	line-height: 1.3; 
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	/* border: 2px solid #CCC; */
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #f5f5f5;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
 	background: #f5f5f5 url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f5f5f5; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px 5px; 
	padding: 5;
	width : 570px;
	border: 1px solid #d6d6d6; 
	background-color: #f5f5f5; 
  font: 13px Verdana, 'Trebuchet MS', arial, sans-serif; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 10px;
	padding: 5;
}
input {
	padding:3px;
	margin:5px 10px;
	border:1px solid #CCC;
	/* font: normal 1em Verdana, sans-serif; */
	font: 13px Verdana, 'Trebuchet MS', arial, sans-serif; 
	color:#777;
}
textarea {
	width:400px;
	margin:5px 10px;
	padding:4px;
	/* font: normal 1em Verdana, sans-serif; */
	font: 13px Verdana, 'Trebuchet MS', arial, sans-serif; 
	border:1px solid #CCC;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0px 0px; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #f5f5f5;
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/* search */
#sidebar #search {
	background: #f5f5f5;
	margin: 0px 7px 0px 0px;
	padding: 1px 0px;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(input.png) no-repeat top left; 
	border: 1px solid #CCC; 
	font-size: 10px;
	padding: 4px;	
	width: 100px;
}
#sidebar #search input.searchbutton { 
	margin: 0px 0px 4px 0px; 
	/* font: normal 90% Arial, Sans-serif; */
	font: 10px Verdana, 'Trebuchet MS', arial, sans-serif; 
  border: 1px solid #CCC; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	height: 25px;
	color: #333;	
	width: 50px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
   text-align: left;
   width: 760px;  	
}
#content-wrap {
	padding: 0;
	margin: 25px 0px 10px 30px; 
	width: 760px;
}

#content-wrap h1 {
	margin: 0px 0px 10px 0px;
}
/* header */
#header {
	position: relative;
  clear:center;
  width: 730px;
	height: 154px; 
	margin: 20px 0px 0px 20px; 
	background: #000 url(headerbgkim.jpg) no-repeat left bottom;
}

/* menu tabs */
#header #header-tabs {
	position: relative;
	top: 14px;
	left: 70px;
	width: 662px;
	height: 20px;
	background: #000;
	/* font: normal 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif; */
	/* font: 14px Verdana, 'Trebuchet MS', arial, sans-serif; */
} 
#header-tabs ul {		
	margin:10;
   padding:0px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:10;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:10;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: left;
	width: 700px;
	background-color: inherit;
	font-size: 1.1em
}
#gbmain {
	float: left;
	width: 570px;
	background-color: inherit;
	font-size: 1.1em
}
#main h1 {
	padding: 9px 0 3px 25px;
	text-transform: none;
	background: url(square_arrow.gif) no-repeat 0% 0.7em;
	border-bottom: 2px solid #BBB; /* #f5f5f5; */
	color: #8d8dbb;
	/* color: #257000; */ 
}	
#gbmain h1 {
	padding: 9px 0 3px 25px;
	text-transform: none;
	background: url(square_arrow.gif) no-repeat 0% 0.7em;
	border-bottom: 2px solid #BBB; /* #f5f5f5; */
	color: #8d8dbb;
	/* color: #257000; */ 
}	
#main ul {
padding: 0px 0px 0px 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 201px;
	margin: 0px 0px 0px 0px; 
	padding: 8px 0px 3px 25px;
	background-color: inherit;	
}
#sidebar h2 {
	padding: 11px 0px 3px 25px;
	background: url(square_arrow.gif) no-repeat 0% .8em;
	text-transform: none;	
	color: #257000;
	font: 18px Verdana, 'Trebuchet MS', arial, sans-serif; 
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:5px 5px 15px 5px;
	padding:0;
  font: 11px Verdana, 'Trebuchet MS', arial, sans-serif; 
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #2f250f;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f3f3f3;
	border-left: 5px solid #339900;	
	min-height: 15px;	
}
#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
  background: #dbdbdb;
	color:000000;
	border-left:5px solid #339900;
}
#sidebar p {
	margin:0px 0px;
}
* html body #sidebar ul.sidemenu a { height: 15px; }

html {
	background: url(BG.gif) repeat-x;
 	background-color:black;
  background-image:url(BG.gif); 
  background-position: center; 
  background-repeat:repeat-y;
}


/* footer */
#footer { 
	clear: both;
	height: 50px;
	margin: 15;
 	font: 11px Verdana, 'Trebuchet MS', arial, sans-serif; 
}
#footer a { 
	text-decoration: none; 
	font-weight: normal;	
	color: #006699;
}
#footer a:hover { 
	text-decoration: underline; 
	font-weight: normal;	
	color: #006699;
}
#footer #footer-left {
	width: 63%;
	float: left;
	text-align: left;
	margin: 20px 0px 0px 30px; 
	padding: 0px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0px; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #b9b9b9; /* #EFF0F1; */
	border-bottom: 1px dashed #b9b9b9; /* #EFF0F1; */
	padding: 5px 0;
	margin-top: 20px;
}
