/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #663300;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(img/bg.gif) repeat-x;
	color: #466;
	font: "Garamond";
	margin: 0;
}
input {
	color: #555;
	font: normal 1em "Garamond";
}
p,cite,code,ul {
	         font-size: 1em;
	         padding-bottom: 1.2em;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Garamond",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: 0
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
h4,h5 {
                 color: #009900;
                 padding-top: 4px
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/topleft.gif) no-repeat;
}

.header {
	height: 104px;
}

/* title */
.title {
	float: left;
	padding: 28px 0px 10px 76px;
}
.title h1 {
	color: #FFF;
	font: normal 1.7em Verdana,sans-serif;
}

/* navigation */
.navigation {
	float: left;
	height: 46px;
	margin-left: 24px;
margin-top: 25px;
	padding: 16px 16px;
list-style: none;
}
.navigation a {
color: #FFF;
text-decoration: none;
}


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
font: color: #FFF;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}

ul.dropdown {
 font: 1em "Trebuchet MS",sans-serif; 
 font-weight: bold;
 color: #FFF;
}

	ul.dropdown li {
	 padding: 10px 10px;
	 background-color:  #2D95D7;
	 font-weight: bold;
color:#FFF;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #FFF;
	}

	ul.dropdown a:link,                      { bold; color: #FFF; }
	ul.dropdown a:visited	{ color: #FFF; text-decoration: none; }
	ul.dropdown a:hover		{ color: #663300; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* main */
.main {
	background: #FFF url(img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav a {
                      font: "Trebuchet MS",sans-serif; 
                      text-decoration: none;
                      color: #009900;
}
.sidenav h1 {
	     border-bottom: 1px dashed #DDD;
	     color: #06C;
	     font-size: 1.2em;
	     height: 20px;
	     margin-top: 1.2em;
}
.sidenav ul {
	    margin: 0;
	    padding: 0;
}
.sidenav li { 
	   border-bottom: 1px dashed #EEE;
	   list-style: none;
	   margin: 0;
}
.sidenav li a {
	      color: #777;
	      display: block;
	      font-size: 0.9em;
	      padding: 3px 6px 3px 18px;
	      text-decoration: none;
}
.sidenav li a:hover {
	                color: #111;
	                background: url(img/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	          color: #C60;
	          margin-bottom: 6px;
}
.content li {
	  list-style: url(img/li.gif);
	  margin-left: 18px;
}

/* search form */
.styled {
              border: 3px double #E5E5E5;
              padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}