﻿html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	padding:15px 0px 15px 0px;
	
	/*
	*images
	*3 = good
	*/
	/*background: white url('../img/fadingback/fading_backgrounds/fading_background_2.png') repeat-x;
	background-attachment:fixed;*/
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}


p,code,ul {
	padding-bottom: 1.2em;
}

p{
	text-indent:10px;
	margin-top:10px;
}

.content ul{
	padding-left:30px;
	/*list-style-image:url('../img/bullet.gif')*/
	list-style:square;
}

a {
	text-decoration:none;
}

a:visited {
	color: Blue;
}


a:hover {
	color: #8DCA3F;
	text-decoration: underline overline;
}

.wrapper {
	background-color:white;
	font-size: 16px;
	margin: 0 auto;
	width: 900px;
	border:thick #333 solid;
}

.emphasis{
	color:#8DCA3F;
	font-style:italic;
	margin-bottom:10px;
	font-weight:bold;
}

.subtitle{
text-align: right;

}


ul.focused ul{
	color:#8DCA3F;
	font-style:italic;
	list-style:none;
}


ul.emphasis li{
	color:#8DCA3F;
	font-style:italic;
	list-style:none;
}


.focused{
	color:#333;
	font-style:italic;
	margin-bottom:10px;
}


.centered{
	text-align:center;
}

.notopmargin
{
	margin-top:0px;
}

h2{
	padding-top:11px;
    font-style:oblique;
    text-decoration:underline;
}

h2, h3{
	padding-bottom:10px;
	
}
h4{
	border-top:thin #8DCA3F dashed;
	border-left:thin #8DCA3F dashed;
	text-align:right;
}

h3{
	border-bottom:thin #333 double;
}

.spacer{
	height:1px; 
	font-size:0px;
	position:relative;
}

.content{
	z-index:1;
	position:relative;

}

.descr{
	color:#808000;
	font-style:italic;
	text-align:right;
	text-decoration:underline;
	padding-top:3px;
	padding-bottom:5px;
}

.olive {
	color: #CCA;
}

.content .contentSize{
	min-height:500px;
}

.content .contentInsideLeft1{
	background-color:green;
	width:300px;
	height:100%;
	float:left;
}

.content .contentInsideRight1{
	background-color:lime;
	width:600px;	
	height:100%;
	float:right;
}

.content .contentFullwidth{
	text-align:justify;
}

.contentSection{
	margin: 0px 0px 0px 0px;
	border-top:thick #8DCA3F solid;
	/*border-bottom: thick solid #333;*/
	padding-bottom:10px;
}

.contentPost{
	padding:15px 10px 1px 10px;
}

.header{
	position:relative;
	text-align:right;
	font-style:italic;
	height:130px;
	color:black;
}


.headerTitle{
	font: normal 3em Tahoma,sans-serif;
	padding-bottom:0px;
}

.headerTitle a:hover {
	color: #8DCA3F;
}

.headerTitle a {
	color:#414141;
	font-size: 1.1em;
	line-height: 1.5em;
}

.footer{
	position:relative;
	border-top: 2px solid #333;
	font: normal 0.9em sans-serif;
	height:40px;
	text-align:right;
}

#object{
	text-align:center;
}



/********************************************************************
*	Thanks to dynamic drive for the menu javascript
*	CSS has been modified by me / will be soon
*
********************************************************************/

.jqueryslidemenu{
	font: bold 12px Verdana;
	background: Blue;
	/*width: 500px;*/
	z-index:9999;
	background: #414141;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	color: white;

}

.jqueryslidemenu #img{
	width:10px;
	height:10px;
}


.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*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: #414141; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
}

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

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

.jqueryslidemenu ul li a:hover{
	background: black; /*tab link background during hover state*/
	color: #8DCA3F;
}
	
/*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 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}


