*, .nogaps { 
	padding: 0;
	margin: 0;
	border: 0;
	outline:none;
}
html, body { 
	min-height: 100%;
	padding-bottom: 1px;
}
body,input,textarea {
	font-family:Arial, Helvetica, sans-serif;
}
body  {
	color: #231f20;
	font-size:69%; /*-- Equelent to 11px --*/
	/*-- font-size:75%;  -- Equelent to 12px --*/
	margin:0px;
	padding:0px;
	background-color:#e7e7e8;
}
a,
a:link,
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover,
a:active,
a:focus {
	text-decoration:none;
}
ul, ol { 
	list-style-position: outside;
}
h1, p, ul, ol { /*-- Setting bottom margin globly will be good to get similer gaps between elements --*/
	margin-bottom:14px;
}
h1 {
	font-size:28.71px;
	color:#243e90;
	padding-top:17px;
	display:block;
}
h2 {
	font-size:18.58px;
	color:#243e90;
	margin-top:20px;
}
h3 {
	font-size:18.58px;
	color:#243e90;
	margin-top:20px;
}
h4 {
	font-size:18.58px;
	color:#243e90;
	margin-top:20px;
}
h5 {
	font-size:18.58px;
	color:#243e90;
	margin-top:20px;
}
#cnt p,
#cnt ul,
#cnt ol,
#lft_clm p,
#lft_clm ul,
#lft_clm ol,
#rgt_clm p,
#rgt_clm ul,
#rgt_clm ol {
	font-size:18.58px;
}
div.blank {
	clear:both;
}
#controller {
	width:1000px;
	position:relative;
	background:#e7e7e8;
	margin:auto;
}
/* Header */
	#hdr { /*-- Header is nested to #controller and header’s top left position dependent to #controller --*/
		position:absolute;
		left:0px;
		top:0px;
		background-image:url(master.jpg);
		background-repeat:no-repeat;
		width:1000px;
		height:197px;
		z-index:70;
		padding:0;
	}
	#hdr a:link,
	#hdr a:visited{
		display:block;
		width:1000px;
		height:197px;
	}
	#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;
	}
	#main {
		/*-- Top margin will be same as #hdr height + if any gap between header and #main --*/
		padding:204px 20px 10px 180px;
		float:left;
		z-index:500;
		width:800px;
	}
	#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 50px 0 50px;
		float:left;
		width:721px; /*------*/
		background-image:url(cont_mid.jpg);
		background-repeat:repeat-y;
		background-position:0 0;
		margin-left:3px;
		min-height:606px;
		overflow:visible;
	}
	* html #cnt {
		height:606px;
	}
	#cnt_top {
		height:14px;
		width:817px;
		margin-left:3px;
		background-image:url(master.jpg);
		background-repeat:no-repeat;
		background-position:-3px -225px;
	}
	* html #cnt_top {
		margin-left:6px;
	}
	#cnt_bottom {
		height:14px;
		width:817px;
		margin-left:3px;
		background-image:url(master.jpg);
		background-repeat:no-repeat;
		background-position:-3px -207px;
		overflow:auto;
		float:left;
	}
	#cnt ul {
		list-style:none;
		padding:0;
	}
	#cnt ul li {
		list-style:none;
		margin:0;
		padding:0 2px 4px 20px;
		background:url(bullit2.gif) 3px 11px no-repeat;
	}
	#cnt ol {
		margin-left:25px;
		padding:0;
	}
	* html #cnt ol {
		margin-left:26px;
	}
	#cnt ol li {
		padding:0px 2px 4px 0px;
	}
/* /Content */

	/* left column */
	#lft_top {
		width:172px;
		float:left;
		/*-- Top margin will be same as header total #hdr height + if any gap between header and content --*/
		/*-- Left margin is in '-' and will be equlent to total width of #cnt + total #lft_col + gaps --*/
		margin:204px 0 0 -1000px;
		z-index:1200;
		padding:14px 0px 0px 0px;
		background-image:url(master.jpg);
		background-repeat:no-repeat;
		background-position:-825px -207px;
	}
	* html #lft_top {
		margin:204px 0 0 -1020px;
	}
	#lft_clm{
		background-image:url(navi_mid.jpg);
		background-repeat:repeat-y;
		background-position:0 0;
		min-height:616px;
		position:relative;
	}
	* html #lft_clm{
		height:616px;
		position:relative;
	}
	
	#lft_clm #imp{
		position:absolute;
		padding-left:26px;
		bottom:0px;
		left:0px;
		z-index:3000;
		clear:both;

	}
	#lft_bottom{
		background-image:url(master.jpg);
		background-repeat:no-repeat;
		background-position:-825px -225px;
		height:14px;
	}
	
	/*--- Navigation ---*/
	#lft_clm ul.nav {
		float:left;
		width:168px;
		list-style:none;
		line-height:12px;
		margin-left:2px;
		padding-top:17px;
	}
	* html #lft_clm ul.nav {
		margin-left:1px;
	}
	#lft_clm ul.nav li {
		float:left;
		clear:both;
		width:160px;
		list-style:none;
		padding:0;
		margin-bottom:8px;
	}
	#lft_clm ul.nav li a,
	#lft_clm ul.nav li a:visited,
	#lft_clm ul.nav li a:link,
	#lft_clm ul.nav li span {
		display:block;
		padding:11px 0 0 26px;
		color:#243e90;
		background-image:url(navi_bg.jpg);
		background-repeat:repeat-x;
		width:142px;
		height:22px;
		font-size:15px;
		font-weight:bold;
	}
	#lft_clm ul.nav li.active a,
	#lft_clm ul.nav li.active a:link,
	#lft_clm ul.nav li.active a:visited,
	#lft_clm ul.nav li a:hover,
	#lft_clm ul.nav li a:focus,
	#lft_clm ul.nav li a:active {
		background-image:url(navi_bg_over.jpg);
		background-repeat:repeat-x;
		text-decoration:none;
	}
	
	/*////////////////////////////////////////////////////// */ 
	
	#lft_clm ul.nav li ul {
		float:left;
		margin:0;
		background-color:#eead5f;
	}
	#lft_clm ul.nav li ul li {
		width:168px;
		margin-bottom:0px;
		color:#243E90;
	}
	#lft_clm ul.nav li ul li.active {
 		background-color:#FFD6A6;
	}
	* html #lft_clm ul.nav li ul li {
		width:129px;
	}
	#lft_clm ul.nav li ul li a,
	#lft_clm ul.nav li ul li a:link,
	#lft_clm ul.nav li ul li a:visited,
	#lft_clm ul.nav li ul li.active span,
	#lft_clm ul.nav li ul li span {
		background-image:url(bullit.gif);
		background-repeat:no-repeat;
		background-position:23px 14px; 
		/*background:#efad60;*/
		padding:11px 6px 0 35px;
		color:#243e90;
		width:127px;
		height:23px;
		display:block;
	}
	#lft_clm ul.nav li ul li a span{
		background-image:url(bullit.gif);
		background-repeat:no-repeat;
		background-position:0px 3px; 
		width:4px;
		height:14px;
		display:block;
		padding:0px 6px 0px 10px;
		margin:0px;
	}
	#lft_clm ul.nav li ul li a:hover,
	#lft_clm ul.nav li ul li a:active,
	#lft_clm ul.nav li ul li a:focus,
	#lft_clm ul.nav li ul li.active a,
	#lft_clm ul.nav li ul li.active a:visited,
	#lft_clm ul.nav li ul li.active a:link {
		background:#ffd6a6;
	}
	#lft_clm ul.nav li.active ul li a,
	#lft_clm ul.nav li.active ul li a:link,
	#lft_clm ul.nav li.active ul li a:visited{
		background-image:url(bullit.gif);
		background-repeat:no-repeat;
		background-position:23px 14px;
		padding:11px 6px 0px 35px;
		width:127px;
	}
	#lft_clm ul.nav li.active ul li a:hover,
	#lft_clm ul.nav li.active ul li a:active,
	#lft_clm ul.nav li.active ul li a:focus{
		/*background-image:url(navi_bg_over.jpg);
		background-repeat:repeat-x;*/
		text-decoration:none;
		color:#3366CC;
	}
	#lft_clm ul.nav li.active ul li.active ul {
		float:left;
		margin:0;
	}
	#lft_clm ul.nav li.active ul li.active ul li {
		padding-left:10px;
		background:#ffcc00;
		width:140px;
	}
	#lft_clm ul.nav li.active ul li.active ul li a,
	#lft_clm ul.nav li.active ul li.active ul li a:visited,
	#lft_clm ul.nav li.active ul li.active ul li a:link,
	#lft_clm ul.nav li.active ul li.active ul li span {
		background:#fff;
		width:128px;
		padding:2px 6px 2px;
		color:#666;
		border-bottom:solid #ccc 1px;
	}
	#lft_clm ul.nav li.active ul li.active ul li a:hover,
	#lft_clm ul.nav li.active ul li.active ul li a:active,
	#lft_clm ul.nav li.active ul li.active ul li a:focus,
	#lft_clm ul.nav li.active ul li.active ul li.active a,
	#lft_clm ul.nav li.active ul li.active ul li.active a:link,
	#lft_clm ul.nav li.active ul li.active ul li.active a:visited,
	#lft_clm ul.nav li.active ul li.active ul li.active span {
		background:#0C9;
		color:#fff;
	}
	/*#lft_clm ul.nav li.active ul {
		float:left;
		margin:0;
		background-color:#EFAD60;
	}
	#lft_clm ul.nav li.active ul li {
		padding-left:25px;
		background:#999;
		width:136px;
		margin-bottom:0px;
		background-color:#efad60;
		background-image:url(bullit.gif);
		background-position:19px 13px;
		background-repeat:no-repeat;
		margin-left:7px;
	}
	* html #lft_clm ul.nav li.active ul li {
		width:129px;
	}
	#lft_clm ul.nav li.active ul li a,
	#lft_clm ul.nav li.active ul li a:link,
	#lft_clm ul.nav li.active ul li a:visited,
	#lft_clm ul.nav li.active ul li span {
		background:#efad60;
		padding:11px 6px 0px 3px;
		color:#243e90;
		width:auto;
	}
	#lft_clm ul.nav li.active ul li a:hover,
	#lft_clm ul.nav li.active ul li a:active,
	#lft_clm ul.nav li.active ul li a:focus,
	#lft_clm ul.nav li.active ul li.active a,
	#lft_clm ul.nav li.active ul li.active a:visited,
	#lft_clm ul.nav li.active ul li.active a:link,
	#lft_clm ul.nav li.active ul li.active span {
		background:#ffd6a6;
		color:#000;
	}*/
	
	/* /left side */
	#lft_clm a,
	#lft_clm a:link,
	#lft_clm a:visited{
		color:#243e90;
		text-decoration:none;
		font-size:10px
	}
	#lft_clm a:hover,
	#lft_clm a:active,
	#lft_clm a:focus{
		text-decoration:underline;
	}
/* Footer */
	#ftr {
	background:#cccccc;
	margin:0 auto;
	padding:4px;
	width:992px;
	text-align:center;
	clear:both;
	}
	/* /Footer */

/*-- Redaxo Elements --*/

div.cnt-blck {
	clear:both;
}
div.image p { 
	font-size:1em;
	float:none;
}
.txt-rgt {
	text-align:right;
}
.txt-lft {
	text-align:left;
}
.txt-cntr { /* can be on image divs for centered images */
	text-align:center;
}
.hidden {
       display:none;
}
/* ---- 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 ---- */
/*-----form----*/

form .label_padd {/*--- This will be use on the container of the elements to aligned fields / elements which not have labels  ---*/
	padding-left:126px; /*--- Padding will be total of label width + gaps ---*/
}
form .label_mrgn {/*--- This will be use direct on the elements to aligned with the other fields / elements which have labels  ---*/
	margin-left:126px; /*--- Margin will be total of label width + gaps ---*/
}
form p,
form h2,
form h3 {
	clear:both;
	margin-bottom:6px;
}
form label.text {
	float:left;
	width:120px;
	height:18px;
	text-align:right;
	display:block;
	padding-right:10px;
}
form p input.text {
	border:1px solid #cccccc;
	width:250px;
	height:14px;
	padding:2px;
	float:left;
	font-size:12px;
}
form p input.submit {
	background-color:#E0E0E0;
	color:#333333;
	font-family:Arial,Helvetica,Helveticafont;
	font-size:11px;
	text-decoration:none;
	width:110px;
}
input.checkbox {
	margin-left:118px;
	width:14px;
	height:14px;
	padding:0;
	float:left;
	margin:0 4px 0 118px;
}

.textarea {
	border:solid 2px #828177;
	border-bottom:#f9f8f3 solid 2px;
	border-right:#f9f8f3 solid 2px;
	background:#EFEFEF;
	font-size:1em;
	width:250px;
	color:#333333;
	height:82px;
}
.frm {
	/* standard form */
}

.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 #CCCCCC;
	padding:2px;
	float:left;
	background-color:fff4d9;
	margin-bottom:10px;
}

.frm input {
	width:250px;	
	height:15px;
}

.frm textarea {	
	width:250px;
	font-size:12px;
}

.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:130px;
	width:auto;	
	height:auto;
	border:none;
	background:none;
	padding:4px;
	background-color:#999999;
	border:1px solid #ccc;
	color:#fff;
}

.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;
}

/*----/form----*/

/* Redaxo */
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: 3px 10px 0 0;
}
.fl-left p{ /* can be added as class on image divs for left alignment */
	width:403px;
}
.fl-right { /* can be added as class on image divs for right alignment */
	float: right;
	margin: 3px 0px 0 27px;
}
.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 {/* can be added on an tag with text link */
	padding:0 0 4px 22px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.gal img{
	margin: 10px 10px 0 0;
}

