@CHARSET "UTF-8";

body, form, fieldset, table,
h1, h2, h3, h4, h5,
p, ul, ol, li, dd, blockquote { 
	margin:0;
	padding:0;
	font-size:1em;
}

body,html {
	background-color:#f4fbfe;
	font:normal 11px/1.3 'Trebuchet MS', 'Arial CE', Arial, Helvetica, sans-serif;
	text-align:center;
}

a				{ color:#00acd4; }
a:hover			{ color:#d42e12; }
a img       	{ border:none; }
table img   	{ vertical-align:middle; }
td              { vertical-align: top; }
select optgroup { font-style:normal; }
ul li       	{ list-style:none; }
dd              { margin-left: 25px; }
h1          	{ font-size:1.6em; margin-bottom:.8em; color:#00acd4; font-weight:normal; }
h2          	{ font-size:1.4em; margin:.5em 0; color:#00acd4; font-weight:normal; }
h2 a        	{ color:#00acd4; text-decoration:none; }
h2 a.active_title { text-decoration: underline; }
h3          	{ font-size:1.1em; margin:.5em 0; color:#00acd4; }
h3 a          	{ color:#00acd4; text-decoration:none; }
h3 a.active_title { text-decoration:underline; }
h4          	{ color:#00acd4; font-size:1.1em; margin:.5em 0; font-weight:normal; }
h4 a			{ color:#00acd4; }
h4 a:hover      { color:#00acd4; }
p, table		{ margin:10px 0; }
input, textarea	{ font-family:Courier New; font-size:1em; }
abbr            { border-bottom:1px dotted gray; cursor:help; }

ul.arrows li	{ background:url('../gfx/li.gif') .2em .4em no-repeat; padding-left:15px; }

.right			{ float:right; }
.left			{ float:left; }
.aright			{ text-align:right; }
.aleft			{ text-align:left; }
.acenter		{ text-align:center; }
.half			{ width:48%; }
.bold			{ font-weight:bold; }
.ital           { font-style:italic; }
.noborder		{ border:none !important; }
.note           { font-size: 80%; }

.clear:after {
	content:'.';
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
	visibility:hidden;
}

.ext {
	background:transparent url('../gfx/external.gif') no-repeat 100% .3em;
	padding:0 12px 0 0;
}

.table-head, .tabheader {
	background-color:#d0ecf4;
	font-weight:bold;
}
.table-odd {
	background-color:#F0F8FF;
}

.news-date {
	float:right;
	font-style:italic;
	font-size:.8em;
}

.news-content ul li { list-style-type: square; margin-left: 35px; }

h3.table-head {
    padding:2px;
}

/***** boxy *************************/
.box {
	border:1px solid #e0e0e0;
	background-color:#eff9fe;
	padding:2px;
	margin-top:5px;
	/*position:relative;*/
}

.box img {
	width:80px;
	height:80px;
	position:absolute;
	left:5px;
	border:1px solid #e0e0e0;
}

.service {
	height:82px;
    background:#eff9fe url('../gfx/box-arrow.gif') 85px 14px no-repeat;
}

.service h4 {
	font-weight:bold;
	font-size:1.4em;
	width:10px;
	margin-left:130px;
}

.box a, .service a {
	text-decoration:none;
	color:#00acd4;
}

.box a:hover, .service a:hover {
    color:#4a4a4a;
}

.box strong {
	color:#4a4a4a;
}

.dark {
    background-color:#E7FFFF;
}

/***** boxy end *************************/

div#bgrline {
	background-color:#d0ecf4;
	width:100%;
	height:135px;
	position:absolute;
	top:85px;
	left:0;
}

img#mainlogo {
	position:absolute;
	top:0;
	left:25px;
}

div#motto {
	position:absolute;
	top:27px;
	right:0;
	color:#d0ecf4;
	font:italic 110% Georgia;
	text-align:right;
}

div#motto div {
	font-size:3em;
	color:#d0ecf4;
}

select#quicknav {
    position:absolute;
    top:1px;
    right:0;
    font-size:.8em;
}

div#toplinks {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 80%;
}

div#menu-general {
	position:absolute;
	top:85px;
}

div#overall {
	/*background:url('../gfx/bgr.jpg') 0 0 no-repeat;*/
}

div#content {
	margin:0 auto;
	width:980px;
	text-align:left;
	overflow:hidden;
	position:relative;
	z-index:1000;
}

div#leftcontent {
	width:250px;
	padding:10px 5px 5px 0;
	margin-top:220px;
}

div#maincontent {
	width:705px;
	float:right;
	padding:10px 5px 5px 0;
	margin-top:220px;
	position: relative;
}

div#footer {
	clear:both;
	font-size:.8em;
	color:#4a4a4a;
	padding:5px;
	overflow:hidden;
	background-color:#d0ecf4;
}

div#footer a {
	color:#4a4a4a;
	text-decoration:none;
}

div#footer a:hover {
	color:#005d6f;
	text-decoration:underline;
}

div#infopanel {
	width:729px;
	height:135px;
	background:url('../gfx/bgrpane.jpg') 0 0 repeat-x;
	position:absolute;
	top:85px;
	left:250px;
}

div#infopanel div.inside {
	width:193px;
	height:130px;
	float:left;
	padding: 5px 20px 5px 30px;
}

div#infopanel .light {
	background:url('../gfx/bgrpanelight.jpg') 0 0 repeat-x;
}

div#infopanel a {
	color:#005d6f;
}

div#infopanel a:hover {
	color:#d42e12;
}

div#infopanel div.inside h3 a {
	font-size: 140%;
	color:#fff;
}

div#infopanel div.inside h3 strong, div#infopanel div.light h3 a {
	font-size: 140%;
	color:#00acd4;
}

div#infopanel div.inside h3 a:hover {
	color:#00809a;
}

.menu-div {
	width: 250px;
	/*background-color:#fff;*/
}

html>body .menu-div {
	width: 250px;
}

.menu-div a, .menu-div strong {
	display: block;
	padding: 3px 0 3px 15px;
	line-height:15.5px;
	width:235px;
	background:url('../gfx/sub-bgr.gif') 100% 0 no-repeat;
	color:#005d6f;
	text-decoration:none;
	border-bottom:1px solid #fff;
	font-weight:normal;
}

.menu-div a.sub, .menu-div strong.sub {
	padding:3px 0 3px 30px;
	width:220px;
}

.menu-div strong {
	background:url('../gfx/sub-bgr.gif') 40% 0 no-repeat;
	color:gray;
}

.menu-div a:hover {
	background:url('../gfx/sub-bgr.gif') 40% 0 no-repeat;
	color:#d42e12;
}

div#news {
    width:160px;
    float:right;
    border-left:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding:0 5px 5px 5px;
    /*margin-left:5px;*/
    margin-bottom:5px;
    display:block;
    font-size:85%;
}

div#maininside {
    width: 530px;
    float: left;
}

.tajfo {
    display: none;
}
