/* @group Initialize */

* {margin: 0;padding: 0;}

*:focus {outline: 0 none;}

input {border: 0;}
a {text-decoration: none;color: #000;cursor: pointer;}
img {border: 0;}
.clear {clear: left;}
.float {float: left;}
table tr {vertical-align: top;}
.caps, a.caps { text-transform: uppercase;}

/* @end */

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/16px "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background: url(../images/css/bgrbody.jpg) repeat-x;
}

#Main {
	width: 1020px;
	height: 700px;
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 auto 0 auto;
	background: url(../images/css/bgrcontent.jpg) no-repeat;
}

#Content {
	position: relative;
}

#MainContent {
	position: absolute;
	margin-left: 35px;
	padding: 1px 0;
	top: 211px;
}

#HomeContent {
	width: 870px;
	padding: 25px 40px;
	margin-bottom: 15px;
	background: #0167b1 url(../images/home.jpg) no-repeat;
}

#HomeContent p {
	color: #fff;
	width: 210px;
}

#BottomContent {
	margin-left: 35px;
	position: absolute;
	width: 950px;
	padding: 1px 0;
	top: 116px;
}

#NewsContent {
}

.NewsNav {
	padding: 3px 0;
	border-bottom: 1px solid #999;
}
.NewsNavBottom {
	padding: 5px 0;
	border-top: 1px solid #999;
	margin-top: 30px;
}
.NewsBox {
	margin-top: 30px;
}
.color, a.color {
	color: #188ad4;
}

.grey {
	color: #ccc;
}
.found {
	color: #188ad4;
	font-weight: bold;
}
.Tiny a {
	border-bottom: 1px dotted #00a7ea;
}

.Tiny img {
	cursor: pointer;
}
/* @group Search */

#SearchZone {
	position: absolute;
	right: 0px;
	bottom: 10px;
	height: 22px;
	width: 241px;
	z-index: 900;
	background: url(../images/css/searchbgr.gif) 0 0;
}

#SearchBt {
	display: block;
	position: absolute;
	left: 4px;
	top: 2px;
	height: 18px;
	width: 18px;
}

#searchInput {
	position: absolute;
	left: 22px;
	top: 2px;
	height: 18px;
	width: 210px;
	background-color: transparent;
}

/* @end */

/* @group home */

#HomePageBt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 80px;
}

.NewsTable {
	font-weight: bold;
}

.NewsTable p {
	color: #fff;
	margin: 2px 0;
}

.NewsTable p a {
	color: #fff;
}

/* @end */

/* @group Menu */

#Menu {
	margin: 0 0 0 19px;
	position: absolute;
	width: 982px;
	top: 69px;
	z-index: 900;
	background: url(../images/css/bgrbt.jpg) repeat-x;
	font-size: 12px;
}

#Menu #MainMenu {
	margin-left: 15px;
	display: inline;
	float: left;
	position: relative;
	z-index: 200;
}

#Menu #MainMenu a.MainMenuBt, #Menu #MainMenu a.MainMenuBtSelect {
	display: inline;
	color: #fff;
	float: left;
	margin: 0;
	padding: 8px 20px 0 20px;
	height: 23px;
	text-align: center;
	background: url(../images/css/bgrbt.jpg);
	text-transform: uppercase;
}

#Menu #MainMenu .MenuItem a.MainMenuBt:hover, 
#Menu #MainMenu .MenuItem a.MainMenuBtSelect, 
#Menu #MainMenu .MenuItem:hover a.MainMenuBt {
	background: url(../images/css/bgrbtselect.jpg);
}

#Header #HeaderMenu {
	position: absolute;
	top: 0px;
	left: 400px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

#Header #LngMenu {
	position: absolute;
	top: 0px;
	left: 880px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

#Header #FontMenu {
	position: absolute;
	top: 0px;
	left: 780px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: top;
}

#Header #HeaderMenu a, #Header #LngMenu a, #Header #FontMenu a {
	color: #fff;
	display: inline;
	float: left;
	padding: 3px 10px 0 10px;
	height: 25px;
	text-transform: uppercase;
}

#Header #HeaderMenu a.border, #Header #LngMenu a.border, #Header #FontMenu a.border {
	border-right: 1px solid rgba(255,255,255,0.51);
}
#Header #HeaderMenu a.select, #Header #LngMenu a.select {
	color: #71bff1;
}
#Menu #SubMenu {
	margin: 0 15px;
	display: inline;
	position: relative;
	z-index: 100;
	float: left;
	clear: both;
	width: 950px;
	height: 99px;
	border-bottom: 1px solid #999;
}



.MenuItem {
	cursor: pointer;
	position: relative;
	display: inline;
	float: left;
	z-index: 700;
}

.MenuItem.Open {
	z-index: 500;
}

.MenuItemBox {
	position: absolute;
	z-index: 600;
	top: 30px;
	left: 0px;
	background-color: #00a7ea;
	padding: 10px 10px 7px 10px;
	display: none;
	min-width: 93px;
	height: 84px;
}
.MenuItemBox a {
	display: block;
	color: #fff;
	padding: 0;
	white-space: nowrap;
	line-height: 14px;
	margin-bottom: 3px;
}
.MenuItemBox a.selected, .MenuItemBox a:hover {
	display: block;
	color: #000;
}

.MenuItemBoxOpen {
	position: absolute;
	z-index: 500;
	top: 30px;
	left: 0px;
	padding: 10px;
}
.MenuItemBoxOpen a {
	position: relative;
	display: block;
	color: #188ad4;
	padding: 0;
	white-space: nowrap;
	line-height: 14px;
	margin-bottom: 3px;
}
.MenuItemBoxOpen a.select, .MenuItemBoxOpen a:hover {
	display: block;
	color: #000;
	background-color: none;
}



/* @end */

/* @group Header */

#Header {
	position: absolute;
	left: 35px;
	width: 950px;
	height: 67px;
	z-index: 900;
	background: url(../images/css/logo.jpg) no-repeat 12px -14px;
}

/* @end */

/* @group Article */

.SecNav {
	width: 180px;
	float: left;
	padding: 73px 0 0 0;
}

.SecNav a {
	display: block;
	color: #00a7ea;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.SecNav a.select, .SecNav a:hover {
	color: #000;
}

.Article {
	float: left;
	width: 570px;
	margin: 17px 190px 17px 10px;
}

.Article p {
	margin: 0 0 8px 0;
	line-height: 16px;
}

/* @end */

/* @group h */

h1 {
	color: #000;
	font: bold 30px/30px "Trebuchet MS";
	text-transform: uppercase;
	margin-bottom: 25px;
}

h1 b {
	color: #188ad4;
}

h2 {
	color: #000;
	font: bold 16px/16px "Trebuchet MS";
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2.News {
	color: #fff;
	font: normal 28px/30px "Trebuchet MS";
	text-transform: uppercase;
}

h3 {
	color: #188ad4;
	font: normal 21px/21px "Trebuchet MS";
	text-transform: uppercase;
	margin: -5px 0 8px 0;
}

h4 {
	color: #188ad4;
	font-weight: bold;
	margin: 0 0 8px 0;
}


/* @end */


/* @group margin & border */

.ml { margin-left: 20px; }
.mr { margin-right: 20px; }
.mt { margin-top: 30px; }
.mb { margin-bottom: 30px; }

.mmt { margin-top: 15px; }
.mmb { margin-bottom: 15px; }
.mpt { padding-top: 10px; }
.mpb { padding-bottom: 10px; }
.lpb { padding-bottom: 20px; }
.bp { padding-bottom: 20px; }
.brdt { border-top: 1px solid #000; }
.brdb { border-bottom: 1px solid #000; }
.nomargin { margin: 0; }
hr { line-height: 1px; height: 1px; border: 0; border-top: 1px solid #000; margin: 10px 0; clear: left; }


/* @end */

/* @group Download */



.downloadFile {
	width: 280px;
	margin-right: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.downloadFile .fileIco {
	width: 20px;
	font-family: Verdana, sans-serif;
	height: 17px;
	color: #fff;
	font-size: 9px;
	padding: 5px 0;
	text-align: center;
	float: left;
	background: url(../images/ico.gif);
	margin: 0 10px 10px 0;
}

.downloadFile .fileIco a {
	color: #fff;
}

.downloadFile .fileInfo {
	float: left;
	width: 250px;
	padding: 10px 0 0 0;
}
.downloadFile .fileInfo .fileSize {
	color: #188ad4;
}

/* @end */

/* @group ul li */


ul {
	margin: 0 0 10px 15px;
	list-style-type: disc;
}

ul li {
	margin-bottom: 4px;
}

ul.sitemap {
	margin: 0 0 10px 0;
	list-style-type: none;
}

ul.sitemap li {
	color: #00a7ea;
	margin-bottom: 4px;
}

ul.sitemap.level1, ul.sitemap.level1 a {
	color: #00a7ea;
	text-transform: uppercase;
}


ul.sitemap.level2, ul.sitemap.level2 a {
	color: #000;
	text-transform: none;
}

ul.sitemap li ul.sitemap li {
	color: #000;
	margin: 0 0 0 20px;
}

/* @end */



/* @group Footer */

#Footer {
	color: #999;
	float: left;
	clear: left;
	width: 950px;
	margin: 40px 0 50px 0;
	padding: 2px 0;
	border-bottom: 1px solid #999;
	font-size: 10px;
}

#Footer.HomeFooter {
	margin: 20px 0 20px 0;
}

.HomeLogo {
	color: #999;
	float: left;
	clear: left;
	width: 950px;
	padding: 0;
	font-size: 10px;
}

/* @end */

div#PreviewAlert{ background-color: #d2226c; color: #fff; position: fixed; bottom: 0px; left: 0px; width: 100%; z-index: 900; -webkit-box-shadow: 0px -1px 2px rgba(19,19,19,0.5); -moz-box-shadow: rgba(19,19,19,0.5) 0px -2px 2px;
 }
div#PreviewAlert a{ color: #fff; margin: 10px 20px; display: block;}
