/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #367EA6;
	text-decoration:none;
}
a:hover {
	color: #367EA6;
	text-decoration:underline;
}
body {
	background: #EEE url(../images/bg.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}


.header {
	background: url(../images/header.gif) repeat-x;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 2.5em Verdana,sans-serif;
	height: 100px;
	line-height: 90px;
	margin-bottom: 8px;
	text-align: left;
	margin-left: 10px;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: right;
	width: 200px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: .8em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(../images/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float: left;
	width: 520px;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

/* content_subpgs */
.content_subpgs {
	float: left;
/*	width: auto;*/
	width: 730px;
}

.content_subpgs .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;

}
.content_subpgs .img1 {
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:0px;
	margin-top:2px;
	margin-bottom:10px;
}
.content_subpgs .img2 {
	padding:5px;
	margin-left:0px;
	margin-top:2px;
	margin-bottom:10px;
	border:0px;
}

.content_subpgs h2 {
	font-size: 1.4em;
/*	text-transform:lowercase; */
	font-weight:bold;
}
.content_subpgs li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
.content_subpgs code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
/*	border-left: 6px solid #39F;*/
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
/*	font: "Courier",serif;*/
	font-size: 1em;
/*	margin-bottom: 12px;*/
/*	padding: 8px 10px;*/
/*	white-space: pre;*/
}
/*google search error404 */
	.goog-wm { }
	.goog-wm h3.closest-match { }
	.goog-wm h3.closest-match a { }
	.goog-wm h3.other-things { }
	.goog-wm ul li { }
	.goog-wm li.search-goog { display: block; }

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer_right {
	color:#666;
	float:right;
	font-size:100%;
	margin-top:2px;
	margin-bottom:2px;
	text-align:right;
/*	margin-right:20px;*/
}
.footer_left {
	color:#666;
	float:left;
	font-size:100%;
	margin-top:2px;
	text-align:left;
	margin-bottom:2px;
/*	margin-left:20px;*/
}

/* menu */
.menu {
	font: bold 1em Verdana,sans-serif;
/*	background: #FFF;*/
/*	border: 1px solid #EEE;*/
	border-bottom: 1px solid #EEE;
/*	color: #333; */
/*	font-size: 1.1em;*/
/*	margin: 0 auto;*/
	text-align:center;
	padding: 4px;
	width: 723px;
/*	line-height: 40px; */
/*	background: url(img/bg.gif) repeat-x;*/
	background: url(../images/header.gif) repeat;
	margin-bottom: 6px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}
.menu a {
/*	color: #4A4A44; */
	text-decoration:none;
	padding: 3px 4px;
	margin-right: 6px;
	margin-left: 6px;
	line-height: 14px;
	color: #777;
	color: #FFF;
}

.menu a:hover {
	text-decoration:underline;
/*	color: #666;*/
/*	background: #CCC3AF;*/
	line-height: 14px;
}

/*sitemap.html*/
.lhead { 
	color:#253183;
	padding:2px;
	font:bold 14px verdana;
}
.lpart { 
	padding-bottom:5px;
}
.lpart2 { 
	padding-bottom:0px;
}
.lpage { 
	font:normal 12px verdana;
	padding-left:12px;
}
.sm_head { 
	font:bold 12px verdana;
	color:#253183;
}
.lcount { 

	padding:2px;
	font:bold 12px verdana;
}

/*******************************/
/* new java menu scheme */
.jqueryslidemenu{
	font: bold 8px Verdana,sans-serif;
	border-bottom: 1px solid #EEE;
	padding: 4px;
	width: 723px;
	background: url(../images/header.gif) repeat;
	margin-bottom: 6px;
	line-height: 12px;
	color: #FFF;
	text-align:center;
}

.jqueryslidemenu ul{
margin: 0;
padding: 2px;
list-style-type: none;
	margin-right: 6px;
	margin-left: 6px;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
	background: url(../images/header.gif) repeat;
	padding: 2px;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 9px;
	line-height: 12px;
	color: #FFF;

}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;

}

.jqueryslidemenu ul li a:hover{
	text-decoration:underline;
/*	line-height: 14px;*/

/*background: white; /*tab link background during hover state*/
/*color: white;*/
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
/*left: 0;*/
/*display: block;*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 10px Verdana,sans-serif;
width: 160px; /*width of sub menus*/
padding: 4px;
margin: 0;
border-top-width: 0;
/*border-bottom: 1px solid gray;*/
text-align: left;
}
