*, .nogaps { 
	padding: 0;
	margin: 0;
	border: 0;
	outline:none;
}
html, body { 
	min-height: 100%;
	padding-bottom: 1px;
}
body,input,textarea {
	font-family:verdana;
}
body  {
	color: #EEEEEE;
	font-size:69%; /*-- Equelent to 11px --*/
	margin:0px;
	padding:0px;
    font: 0.62em verdana, arial, sans-serif;  
  	background: #585858 url(bg_body.jpg) repeat-y top center;
}
a,
a:link{
	color:#FF9900;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	text-decoration:underline;
	color:#fff;
}
ul, ol { 
	list-style-position: outside;
}
.hl1, .hl2, .hl3, .hl4, h1, h2, h3, h4, p, ul, ol { /*-- Setting bottom margin globly will be good to get similer gaps between elements --*/
	margin-bottom:0px;
}
.hl1, h1 {
	font-size:1.5em;
	clear:both;
	display:block;
}
.hl2, h2 {
	margin: 10px 0;
    font: 700 1em verdana, sans-serif;
    text-transform: uppercase;
    color: #FF9900;
    background: #7B7B7B url(rounded_tr.gif) no-repeat top right;
}
h2 span {
   display: block;
   padding: 2px;
   background: url(rounded_br.gif) no-repeat bottom right;
}
.hl3, h3 {
	 clear: both;
     margin: 10px 0;
 	 font: 700 1em verdana, sans-serif;
 	 text-transform: uppercase;
     color: #FF9900;
}
.hl4, h4 {
	clear:both;
	font-size:1em;
	font-weight:bold;
}
#cnt p,
#cnt ul,
#cnt ol,
#lft_clm p,
#lft_clm ul,
#lft_clm ol,
#rgt_clm p,
#rgt_clm ol {
  padding-top: 10px; 
  padding-bottom: 10px;
  line-height:17px;
}
div.blank {
	clear:both;
}
#controller {
	width:767px;
	position:relative;
	margin:auto;
}
/* Header */
	#hdr { /*-- Header is nested to #controller and header’s top left position dependent to #controller --*/
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		z-index:1000;
		background:#FCC;
		padding:0;
	    background: #585858 url(bg_header.jpg) repeat-y top center; 
	}
	#logo {
		position:relative;
		width:222px;
		height:97px;
		float:left;
		background:url(logo.gif) no-repeat top left;
	}
	#logo a,
	#logo a:link,
	#logo a:visited {
		float:left;
		display:block;
	}
	#menu {
	  width: 766px;
	  margin: 0 auto;
	  padding: 0;
	}
	#menu ul{
	  margin-left:7px;
	}
	#menu ul li {
	  float: left;
	  list-style: none;
	}
	#menu ul li a:link,
	#menu ul li a:visited,
	#menu ul li span {
	  display:block;
	  text-decoration: none;
	  text-transform: uppercase;
 	  padding:10px 20px 0; 
  	  text-align: center;
	  color: #222;
	  float:left;
	  height:20px;
	  width:auto;
	}
	#menu ul li a:hover,
	#menu ul li a:active, 
	#menu ul li.active span{
	  color: #111;
	  background: url(menu_tab.gif) no-repeat center bottom;
	}
	.sideMenu {
	  padding: 10px 0;
	}
	.sideMenu a {
	  display: block;
	  text-align: right;
	  text-decoration: none;
	  margin-bottom: 1px;  
	}
	.sideMenu a span {
	  display: block;
	  padding: 1px;
	}
	.sideMenu a:hover {
	  background: #7B7B7B url(rounded_tl.gif) no-repeat top left;
	}
	.sideMenu a:hover span {
	  background: url(rounded_bl.gif) no-repeat bottom left;
	}
	#title {
	  padding: 0.6em 55px 0.6em 0;
	  margin-right: 0.5em;
	  float: right;
	  background: url(ne.gif) no-repeat top right;
	}
	#title h1 {
	  display: inline;
	  color:  #222;
	  background-color: #FF9900;
	  background-image: none;
	}
	h1 {
	  display: inline;
	  color:  #222;
	  background-color: #F7A010;
	  background-image: none;
	  clear: both;
	  margin: 10px 0;
	  font: 16px verdana, sans-serif;
	  text-transform: uppercase;
	  color: #FF9900;
	  font-weight: bold;
	}
	h1 a:link,
	h1 a:visited {
	  clear: both;
	  margin: 10px 0;
	  font: 16px verdana, sans-serif;
	  text-transform: uppercase;
	  color: #000;
	  text-decoration:none;
	  font-weight: bold;
	}
	h1 a:hover {
		color:#fff;
	}
	#main {
		/*-- Top margin will be same as #hdr height + if any gap between header and #main --*/
		padding:30px 0px 10px 10px;
		float:left;
		z-index:500;
		width:422px;
	}
	#bc {
		float:left;
		padding:6px 0;
		background:#FFC;
		width:100%;
	}
	#bc ul {
		float:left;
		list-style:none;
		position:relative;
		margin:0;
		padding:0;
	}
	#bc ul li {
		list-style:none;
		position: relative;
		line-height:16px;
		display: inline;
		padding:0 0 0 20px;
		background:url(bread_arrow.gif) 6px 1px no-repeat;
	}
	#bc ul li.first {
		padding:0;
		background:none;
	}
/* Content */
	#cnt {
		/*-- Left margin will be same as #lft_clm total width + gap between #lft_clm and #cnt --*/
		padding:10px 0;
		float:left;
		width:auto; /*------*/
	}
	#cnt ul {
		list-style:none;
	}
	#cnt ul li {
		list-style:none;
		margin-left:15px;
		padding:0 2px 4px 0px;
		list-style-type:disc;
		line-height:normal;
	}
	#cnt ol {
		margin-left:20px;
	}
	* html #cnt ol {
		margin-left:23px;
	}
	#cnt ol li {
		padding:0px 2px 4px 0px;
		line-height:normal;
	}
/* /Content */

/* Right Side */
	#rgt_clm {
	   float:left;
	   z-index:400;
	   /*-- Top margin will be same as header total #hdr height + if any gap between header and content --*/
	   margin:29px 0 0 0;
	   background:#ffcccc;
	   height:600px;
	   display:block;
	   position:relative; 
	   width: 185px;
	   padding: 10px 0px 10px 150px;
	   background: url(plants.jpg) no-repeat top left;
	}
	* html #rgt_clm {
		padding: 10px 0px 10px 140px;
	}
	/*--- Navigation ---*/
	#rgt_clm ul.nav {
		float:left;
		width:160px;
		list-style:none;
		line-height:12px;
		margin-left:12px;
	}
	#rgt_clm ul.nav ul li {
		list-style-type:none;
		background:url(circle.gif) no-repeat  0px 7px;
		color:#fff;
	}
	#rgt_clm ul.nav ul li.active a:link,
	#rgt_clm ul.nav ul li.active a:visited,
	#rgt_clm ul.nav ul li.active span{
		color:#fff;
		text-decoration:underline;
	}
	#rgt_clm ul.nav ul li.active a:hover,
	#rgt_clm ul.nav ul li.active a:focus,
	#rgt_clm ul.nav ul li.active a:active{
		color:#fff;
	}
	#rgt_clm ul.nav ul li ul li{
		background:url(squre.gif) no-repeat  10px 7px;
		padding-left:12px;
		list-style-type:none;
		width:100px;
	}
	#rgt_clm ul.nav li ul {
		background:url(squre.gif) no-repeat top left;
		list-style-type:none;
		margin-left:10px;
		margin-top:10px;	
	}
	#rgt_clm ul.nav li ul li ul {
		margin-top:1px;
		margin-left:22px;
		overflow:hidden;
		margin-bottom:0px;
		margin-left:0px;
		background:none;
	}
	* html #rgt_clm ul.nav li ul li ul {
		margin-top:0px;
	}
	#rgt_clm ul.nav li {
		float:left;
		clear:both;
		width:160px;
		list-style:none;
		padding:0;
		padding-left:0px;
	}
	#rgt_clm ul.nav li.margin {
		margin-top:5px;
	}
	#rgt_clm ul.nav li a,
	#rgt_clm ul.nav li a:visited,
	#rgt_clm ul.nav li a:link,
	#rgt_clm ul.nav li span {
		display:block;
		padding:0px 2px 0px 2px;
		color:#FF9900;
		font-weight:bold;
		width:159px;
		text-decoration:none;
		text-align:right;
		text-transform:uppercase;
		background:#7B7B7B url(rounded_tl.gif) no-repeat scroll left top;
	}
	#rgt_clm ul.nav li.active a,
	#rgt_clm ul.nav li.active a:link,
	#rgt_clm ul.nav li.active a:visited,
	#rgt_clm ul.nav li.active span,
	#rgt_clm ul.nav li a:hover,
	#rgt_clm ul.nav li a:focus,
	#rgt_clm ul.nav li a:active {
		color:#5a5a5a;
		text-decoration:none;
	}
	/* 2nd level */
	#rgt_clm ul.nav li ul li a,
	#rgt_clm ul.nav li ul li a:visited,
	#rgt_clm ul.nav li ul li a:link,
	#rgt_clm ul.nav li ul li span {
		display:block;
		padding:2px;
		color:#FF9900;
		font-weight:normal;
		width:116px;
		text-decoration:underline;
		background:none;
		text-align:left;
		text-transform:none;
		margin-left:14px;
	}
	#rgt_clm ul.nav li ul li a:hover,
	#rgt_clm ul.nav li ul li a:focus,
	#rgt_clm ul.nav li ul li a:active {
		color:#fff;
		text-decoration:underline;
	}
	
	#rgt_clm ul.nav li.active ul {
		float:left;
	}
	#rgt_clm ul.nav li.active ul li {
		margin-left:0px;
		width:138px;
		list-style-type:square;
		list-style-position:outside;
	}
	#rgt_clm ul.nav li.active ul li a,
	#rgt_clm ul.nav li.active ul li a:link,
	#rgt_clm ul.nav li.active ul li a:visited,
	#rgt_clm ul.nav li.active ul li span {
		color:#FF9900;
		background:none;
		
	}
	#rgt_clm ul.nav li.active ul li a:hover,
	#rgt_clm ul.nav li.active ul li a:active,
	#rgt_clm ul.nav li.active ul li a:focus,
	#rgt_clm ul.nav li.active ul li.active a,
	#rgt_clm ul.nav li.active ul li.active a:visited,
	#rgt_clm ul.nav li.active ul li.active a:link,
	#rgt_clm ul.nav li.active ul li.active span {
		color:#fff;
	}
	#rgt_clm ul.nav li.active ul li.active ul {
		float:left;
		margin:0;
	}
	#rgt_clm ul.nav li.active ul li.active ul li {
		padding-left:10px;
		width:140px;
	}
	#rgt_clm ul.nav li.active ul li.active ul li a,
	#rgt_clm ul.nav li.active ul li.active ul li a:visited,
	#rgt_clm ul.nav li.active ul li.active ul li a:link,
	#rgt_clm ul.nav li.active ul li.active ul li span {
		width:128px;
		padding:2px 6px 2px;
		color:#FF9900;
	}
	#rgt_clm ul.nav li.active ul li.active ul li a:hover,
	#rgt_clm ul.nav li.active ul li.active ul li a:active,
	#rgt_clm ul.nav li.active ul li.active ul li a:focus,
	#rgt_clm ul.nav li.active ul li.active ul li.active a,
	#rgt_clm ul.nav li.active ul li.active ul li.active a:link,
	#rgt_clm ul.nav li.active ul li.active ul li.active a:visited,
	#rgt_clm ul.nav li.active ul li.active ul li.active span {
		color:#fff;
	}
/* /Right Side */

/* Footer */
	#ftr {
	background:#cccccc;
	margin:0 auto;
	padding:4px;
	width:759px;
	text-align:center;
	clear:both;
	}
	/* /Footer */
/* Form */
.frm {
	/* standard form */
	margin-left:35px;
	margin-top:16px
}
.frm fieldset legend {
	padding:10px 0 5px 0;
	font-weight:bold;
}
* .frm fieldset legend {
	margin-left:-6px;
}
.frm input,
.frm textarea,
.frm select {	
	border:1px solid #999999;
	padding:1px;
	color:#fff;
	float:left;
	background-color:#777777;
	margin-bottom:10px;
}
.frm input {
	height:12px;
	font-size:10px;
	width:114px;
}
.frm input:hover, input:focus, textarea:hover, textarea:focus,
.frm input:hover, input:focus, textarea:hover, textarea:focus {
	background-color:#999999;
	border:1px solid #EEEEEE;
	color:#FFFFFF;
}
html>body* .frm input:hover, input:focus {
	background-color:#999999;
	border:1px solid #EEEEEE;
	color:#FFFFFF;
}
body:first-of-type .frm input:focus {
	background-color:#999999;
	border:1px solid #e8c177;
	color:#FFFFFF;
}
.frm textarea {	
	width:250px;
}
.frm label {	
	width:120px;
	display:block;
	float:left;
}
.frm input.missing,
.frm textarea.missing {
	background-color:#FFFFFF;
	border:2px solid #fcb913;
}
.frm select {	
	padding:2px;	
	border:1px solid #084695;
}
.frm select option {
	padding-right:10px; /* hinders FF to have the arrow above the text */
}
.frm p {	
	clear:both;
	margin-bottom:0px !important; /* the !important is required, otherwise IE overrides it */
	margin-top:0px !important;	
}
.frm p.fsbmt input {
	margin-left:120px;
	margin-top:10px;
	width:auto;	
	height:auto;
	border:none;
	background:none;
	padding:0px;
}
.frm p label.radio {
	width:auto;
	margin-right:15px;
	margin-left:4px;
}
.frm p input.radio, 
.frm p.radio input,
.frm p input.checkbox,
.frm p.checkbox input {
	width:auto;
	height:auto;
	border:none;	
}
.frm p span.radio,
.frm p.radio span {
	display:block;
	float:left;
	width:120px;
}
.frm p label.checkboxRight {
	padding-left:5px;
	width:auto;
}
.error_msg {
	background:#fff4d9;
	font-style:italic;
}
div.cnt-blck { /* textile is putting it's output in such blocks */
	clear:both;
}
div.image p { /* picture description text */
	font-size:9px; /*define some small font size */ 
	float:none;
}
.fl-left { /* can be added as class on image divs for left alignment */
	float: left;
	margin: 15px 10px 0 0;
}
.fl-right { /* can be added as class on image divs for right alignment */
	float: right;
	margin: 15px 0 0 10px;
}
.txt-algn-left {
	text-align:left;
}
.txt-algn-rght {
	text-align:right;
}
.txt-algn-cntr { /* can be added as class on image divs for centered images */
	text-align:center;
}
.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}
.hidden {
       display:none;
}
.download-file {/* can be added on an tag with text link */
	background:url(download.jpg) left 12px no-repeat;  /* this is NOT optional */
	padding:0 0 0px 24px;
}

/* ---- two column module ---- */
#cnt .two_col {
	float:left;
	width:100%;
}
#cnt .two_col .col_1 {
	float:left;
	width:49%;
}
#cnt .two_col .col_2 {
	float:left;
	width:49%;
	margin-left:2%;
}
/* ---- /two column module ---- */