﻿.clearfix {	clear: both;}.wrapper, #main {	margin: 0 auto;	position: relative;}body {	background: url('../images/bk_main.png') repeat-x top left;	background-color: #ececec;	font: 13px/1.5em Tahoma, Arial, Helvetica, Verdana, sans-serif;	color: #888;}/* TinyMCE specific rules */body.mceContentBody {   background: #FFF;background-image:none;	}body p {	margin-bottom: 21px;}body a {	text-decoration: none;	color: #444;	-webkit-transition: color 0.3s ease;	-moz-transition: color 0.3s ease;	-o-transition: color 0.3s ease;	transition: color 0.3s ease;}body a:hover {	color: #fe8300;}.wrapper {	width: 880px;	}#main {	width: 920px;	padding-left: 0px;	margin-top:-28px;	clear:both;	float:none;	background: #f5f5f5;	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.1);	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.1); 	box-shadow: 0px 0px 4px rgba(0,0,0,.1);}/* iPads (portrait) ----------- */@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {/* Styles */	#main {		width: 720px;	}	.wrapper {		width: 700px;		}}#langs {	top:10px;	right:0px;	display:inline;	position:absolute;}#logo{	background-color:#fff;	}#logo img {	display: block;	margin-top: 10px;	float: left;}#main #content {	position: relative;	width: 100%;	clear:both;	float:none;	display:block;	color:#333;	z-index:100;}#content a {	text-decoration:underline;}#content ul {	list-style-type:square;	margin-left:10px;	list-style-position:inside;}#content ol {	list-style-type:decimal;	margin-left:10px;	list-style-position:outside;}#content ol > li {	margin-left:10px;}.contentonly {	display:inline-block;	margin:0px 20px 0px 20px;	padding:0px 0 20px 0;	min-width:500px;	min-height:300px;}.contentmenu {	display:inline-block;	float:left;	margin:0px 20px 20px 20px;	padding:0 0 20px 0;	width:590px;	min-height:400px;}/* HEADINGS ------------------------------------------------------------*/h1, h2, h3, h4, h5, h6 {	font-family: helvetica, arial, sans-serif;	color: #444;	font-weight:normal;}h1 {	font-size: 36px;}h2 {	font-size: 24px;}h3 {	font-size: 21px;}h4 {	font-size: 18px;}h5 {	font-size: 14px;}h6 {	font-size: 12px;}h1, h2, h3, h4, h5, h6 {	margin-top: 6px;	line-height:1em;	margin-bottom: 21px;}.formrow {	display:block;	margin: 5px 0;}.formrow label {	display:block;	margin: 2px 0;}	.formrow select, .formrow input, .formrow textarea {	display:block;	width:100%;}	.formrow input[type="submit"],input[type="button"]  {	width:auto;}	/* HEADER ------------------------------------------------------------*/header {	position:relative;	float:none;	clear:both;	height: 125px;	background-color:#6f7c91;	display: block;}/* NAVIGATION ------------------------------------------------------------*/nav {	float: right;	line-height: 1.8em;}nav a {	text-decoration: none;	color: #acacac;}#nav {	margin-top: 37px;}#nav li {	display: inline;	font-size: 16px;	float: left;}#nav > li > a {	display: block;	overflow: hidden;	padding: 5px 10px 0px 10px;	color: #f5f5f5;	background: rgba(0,0,0,.0);	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);	-webkit-transition: all 0.3s ease;	-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease;	transition: all 0.3s ease;}#nav > li > a:hover, #nav > li.current-menu-item > a, #nav > li.current_page_item > a {	background: #303232;	background: rgba(0,0,0,.2);	border-bottom: solid #1c1d1d 5px;}#nav > li.current-menu-item > a, #nav > li.current_page_item > a {	color: #fe8300;}#nav > li > a > .subheader {	color: #D7E3F4;	display: block;	font-size: 11px;	margin-top: -3px;	font-weight: lighter;}#nav .sf-sub-indicator {	float: right;}#nav > li > a > .sf-sub-indicator {	display: none;}/* sub navigation -----------------------------------------------------*/#nav > li ul {	display: block;	margin-top: 4px;	background: #1c1d1d;}#nav > li ul li a {	display: block;	padding: 10px 15px;	display: block;	font-size: 11px;	color: #717171;	text-decoration: none;}#nav > li ul li a span {	display: block;}#nav > li ul li a:hover {	background: #717171;	color: #1c1d1d;}@media print{	#nav {		display:none;	}}/* SIDEBAR ------------------------------------------------------------*/#sidebar {	float:right;	width: 252px;	margin-top: 24px;	margin-bottom: 24px;	margin-right: 24px;	background-color:rgb(234, 234, 234);}#sidebar a {	color: #444;	text-decoration: none;	-webkit-transition: all 0.3s ease;	-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease;	transition: all 0.3s ease;}#sidebar a:hover {	color: #fe8300;}#sidebar > ul {	padding:16px;	margin:0;	list-style-position:outside;	list-style:none;	}#sidebar > ul > li {	padding:6px 0;	border-bottom:1px dotted #888;	margin:0;}#sidebar > ul > li:last-child {	border-bottom:none;}#sidebar h4 {	margin-bottom: 10px;	background-color:rgb(28, 29, 29);	padding:16px;		color:rgb(234, 234, 234);}/* FOOTER ------------------------------------------------------------*/footer {	background: url(../img/footer-line.png) repeat-x top left, url(../img/noise.png);	background-color: #e6e5e1;	min-height: 100px;	display:block;	text-shadow: 0 1px rgba(255, 255, 255, .9);	font-size:0.9em;}footer a {	color: #444;	text-decoration: none;	-webkit-transition: all 0.3s ease;	-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease;	transition: all 0.3s ease;}footer a:hover {	color: #fe8300;}footer .wrapper {	margin-top: -60px;	padding-bottom: 60px;}#footer-cols {	padding-top: 80px;}#footer-cols > li {	display: block;	float: left;	width: 220px;	margin-left: 3.3%;	margin-right:20px;}#footer-cols h4 {	margin-bottom: 14px;	font-size:1.3em;	font-weight:bold;}#footer-cols > li.first-col {}#footer-cols > li.second-col {}#footer-cols > li.third-col {}#footer-cols > li p{	margin-top:2px;	font-size:0.9em;	line-height:1.1em;}#footer-cols ul > li{	margin-bottom:12px;}footer p {	margin-bottom:2px}footer #to-top:hover {	opacity: 0.7;}@media print{	footer {		display:none;	}}table.table1 {	border:1px solid #333;	border-collapse:collapsed;}table.table1 th, table.table1 td {	border:1px solid #333;	padding:5px;	vertical-align: top;}table.table1 th {	background-color:#e1e1e1;	font-weight:bold;}img.framedimage {	border:1px solid #999;	border-radius:3px;	margin-top:10px;	margin-right:10px;	}

/**umb_name:h1*/
h1{}

/**umb_name:h2*/
h2{}

/**umb_name:p*/
p{}

/**umb_name:.clearfix*/
.clearfix{}

/**umb_name:.framedimage*/
.framedimage{}

/**umb_name:h3*/
h3{}