@import "layout.css";
@import "topnav.css";
@import "nav.css";
@import "form.css";
@import "list.css";
@import "news.css";
@import "pagi.css";
@import "slider.css";
@import "homeslider.css";
@import "jquery.autocomplete.css";

* {
	margin: 0;
}
html {
	height: 100%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
	font-size: 0.75em;
	line-height: 20px;
	color:#e7f1fd;
	letter-spacing:0.0em;
	cursor:default;
	height: 100%;
	color:#FFFFFF;
	background:#000;
}
p {
	margin:0px 0px 17px 0px; 
}
a {
	outline:none;
	color: #55acf4;
	text-decoration: none;
}
a:hover {
	color: #1d354f;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	margin:0px;
	letter-spacing:-0.03em;
}
h2 {
	font-size: 2.3em;
	font-weight: bold;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight:normal;
	color:#FFFFFF;
	clear:both;
	letter-spacing:-0.03em;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;
	padding:0px 0px 20px 0px;
	margin:0px;
	color:#395f81;
	letter-spacing:-0.03em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	padding:0px 0px 20px 0px;
	margin:0px;
	color:#395f81;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	padding:0px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	font-weight:bold;
	color:#063263;
	letter-spacing:-0.03em;
	border-bottom:1px dotted #a6c4e8;
}

img {
	border:0px;
	outline:none;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
.table { display: table; }
.tr { display: table-row; }
.td { display: table-cell; }

.imgleft { float: left !important; margin: 0 20px 20px 0 !important; }
.imgright { float: right !important; margin: 0 0 20px 20px !important; }

a.lnkpdf {
	background: url(/images/icons/pdf.png) center left no-repeat;
	padding: 1px 0 1px 20px !Important;
	line-height: 16px;
	text-decoration: none;
}
