/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 *
 * @creator     YAML // Iain Nash - CodeJoust
 * @file        basemod.css
 */
 
 
@charset "UTF-8";
 
@media screen, projection {

/*--------------------------General-Styles----------------------------------*/ }
 

.h{display:none;}
ul {
	list-style-type:none;
	list-style:none;
	text-indent:10px; }
 
ol {
	margin-left:-10px;
	text-indent:15px; }
 
dd { margin: 0 0 0.2em 0.8em; }
 
ol li { padding-top:12px; }
 
p {
	line-height:1.5em;
	text-indent:25px; }
 
a:hover {
	border-bottom:1px solid;
	color:#48488a;
	text-decoration:none; }

a {
	color:#464b62;
	text-decoration:none;
	border-bottom:1px dotted;
}
 
/* Layout */ 
body {
	background: #89c36f  bottom right; /*#b4d685#99cc66 #bccee9 #01a72b*/
	font-family: "Calibri", "Lucida Grande", "times", "ariel"; }
 
#col3 .padding { margin-left:20px; }

#col3_content * { line-height:1.5em; }

#wrapper1 { padding-top:10px; }

#col3_content h2.msg { padding:5px; border:1px dotted grey; background-color: #FEFFDC; display:inline; font-size:125%; margin:10px auto; position:relative; }
#col3_content h2.msg .close { border:1px solid grey; cursor:pointer; margin-top:-8px; height:13px; }
#col3_content h2.msg .close:hover { border:1px dotted grey; text-decoration:underline; }


body, #wrapper1 {
	height:98%;
	width:99%; }

/* Hide Pesky BG in IE */
* html #wrapper1 {
	background:transparent;
	display:none;
	height:0;
	width:0; }
/*END Only IE Hack*/
#wrapper1 {
	background:transparent url(../images/footer.php) bottom left no-repeat;
	margin-right:10px;
	padding-left:10px;
	position:fixed; }
 
/*IE Position Relative Fixes.. does wonders */
#header .right { position:relative; }
 
#footer span {
	position:relative;
	z-index:30; }
img {
	position:relative;
	z-index:30; }
/*End IE*/

/* Layout Alignment | Layout-Ausrichtung */
#page_margins {
	margin: 0 auto;
	padding: 20px; }
 
/* Layout Properties | Layout-Eigenschaften */
#page_margins {
	background: #fff;
	margin-bottom:15px;
	max-width: 1000px;
	min-width: 820px;
	width: auto; }
 
#page {
	padding: 10px 15px 10px 10px;
	position:relative; }
 
#header {
	color:#25a400;
	padding-bottom:40px; /*padding: 45px 2em 1em 20px;*/ }
 
/* COMMENTED OUT BECAUSE THE FIXED SIDEBAR WASN'T Worth it.
div#col1 {
	position:fixed;
	height:60%;	
}
*/
/* Pretty Images */
.padding img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#999;
	border:12px #eaeaea solid;
	margin:8px;
	padding:3px; }
 
/*Page Header */
h2.pageHeader {
	font-size:1.7em;
	padding:5px;
	font-family:"MS Serif", "New York", serif; }
 
div.padding { font-family:"MS Serif", "New York", serif; }
 
#header h1 { font-size:3.1em; }
 
.img1 {
	bottom: 0;
	height: 120px;
	margin-right: -20px;
	padding-top: 120px;
	position: absolute;
	right: 0; }
 
#page_margins {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: #400000 2px solid !important;
	margin-top:10px;
	position:relative; }
 
.col1Wrap {
	float:left;
	position:relative;
	width:200px; }
 
#topnav {
	background: transparent;
	color: #aaa; }
 
#nav { overflow: hidden; }
 
#nav_main { }
 
#main {
	background: #fff;
	margin: 10px 0; }
 
#footer {
	background: #f9f9f9;
	border-top: 5px #efefef solid;
	color: #666;
	padding: 10px 20px; }
 
/* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
#nav ul { margin-left: 20px; }
 
/*-------------------------------------------------------------------------*/
/**
     * (en) Formatting content container*
     */
#col1 {
	float: left;
	width: 200px; }
 
#col2 { display: none }
 
#col3 {
	margin: 0 0 0 15%;
	width: auto;
}
 
#col1_content { padding: 0 10px 0 20px }
 
#col3_content { padding: 0 20px 0 50px }
 
/*-------------------------------------------------------------------------*/
#page {
	background-image:url(../images/flag-header.jpg);
	background-position: left;
	background-repeat: no-repeat; /* padding: 10px 15px 10px 10px;*/
	border: 0 none;
	margin: 0 0 0 5px; }
 
/* Logo- Image Styles*/
#icyeneLogo {
	height:120px;
	margin-left:20px;
	width:120px; }
 
.overLayLogo {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#0f0f0f;
	height:60px;
	opacity:0.78;
	position:absolute;
	width:430px;
	z-index:2; }
 
h1.logo {
	position:relative;
	width:750px;
	z-index:10; }
 
/*Navigation*/
ul#navigation-left {
	color: #000;
	margin: 5px 0px 15px 0px;
	width: 200px; }
 
	ul#navigation-left li {
		color: #000 !important;
		font-size: 18px;
		font-weight: bold;
		list-style: none;
		margin: 0 0 10px 0;
                
		text-align: center;
		width: 9em; }
 
		ul#navigation-left li:hover { }
 
		ul#navigation-left li a {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background: #998677;
			border-radius: 10px;
			border: #999e72 3px solid;
			color: #fff;
			display: block;
			height: auto;
			margin: 0;
			padding:0 15px 0 15px;
			text-decoration: none;
			text-transform:capitalize; }
 
			ul#navigation-left li a:hover {
				background: #ab9c8f;
				color: #f2f2f2;
				overflow: hidden;
				text-decoration: none; }
 
		ul#navigation-left li.current a:hover {
			background: #ab9c8f;
			color: #dcebf1; }
 
		ul#navigation-left li.current a {
			background:#bba38e;
			color: #f9f9f9; }
 
/*end navigation*/

/*Changes for Privacy Protection*/

.padding img.hide {
	background:#fff;
	border: 0 none;
	margin:0 0 -5px;
	padding:0; }
.ph a {
border:0 none;
}
/*End Changes*/

/*General Tool Styles*/
.right { float: right; }
 
.padding p { padding-top:15px; }
 
.left { float: left; }
 
.center { text-align:center; }
 
.clear { clear:both; }
 
 
 
 



