html {
  height:100%;
  width:100%;
}

body {
	color:#000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	margin:0;
	padding:0;
	background:#00193b url(../images/body-bg.jpg) left top repeat-x;
}
a {
	outline:none;
	outline-style:none;
	outline-width:0px;
}
#container-body {
	display:block;
	margin:0pt auto;
	width:946px;
	height:auto;

}

#container-float {
	float:left;
	margin:0;
	padding:0 8px 0 8px;
	width:930px;
	height:700px;
	background:url(../images/shadow-bg.png) repeat-y left top;
}

#container-header {
	float:left;
	width:930px;
	height:118px;
	margin:0;
	padding:0;
	color:#FFF;
	background:url(../images/header-bg.jpg) no-repeat left top;
	position:relative;
}
#container-header .links {
	float:right;
	width:180px;
	height:87px;
	padding-top:23px;
	padding-left:0px;
	padding-right:10px;
	text-align:right;
}
.m-top {
	margin-top:12px;
}
#container-navigation {
	float:left;
	width:930px;
	height:34px;
	margin:0;
	padding:0;
	background:url(../images/navigation-bg.jpg) repeat-x left top;
}

#container-navigation  ul {
	list-style:none;
	margin:0;
	padding:0 0 0 22px;
	text-align: left;
}
#container-navigation ul li {
	float:left;
	padding: 0;
	height: 34px;
	line-height: 34px;
}

#container-navigation ul li a.menu_link   {
	float:left;
	color:#fff;
	font-size:15px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	background-color:transparent;

}
.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a2b9d6;	
}
.border-right {
	border-right-width:0px;
	border-right-style:none;
}
#container-navigation ul li a.menu_link_over   {
	float:left;
	height:34px;
	color:#fff;
	font-size:15px;
	text-decoration: underline;
	padding-right: 20px;
	padding-left: 20px;

}
#container-navigation ul li a.menu_link_current   {
	float:left;
	height:34px;
	color:#000;
	font-size:15px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	background:url(../images/right-side.gif) no-repeat right bottom;
}
#container-navigation ul li.menu_current   {
	float:left;
	height:34px;
	color:#000;
	font-size:15px;
	text-decoration: none;
	background:url(../images/left-side.gif) no-repeat left bottom;
}

#container-content {
	float:left;
	width:920px;
	min-height:510px;
	height:auto !important;
	height:510px;
	padding:2px 5px 0px 5px;
	background:#FFF;
}

#container-content .banner {
	float:left;
	width:920px;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
}
#container-content .content {
	float:left;
	width:918px;
	min-height:345px;
	height:auto !important;
	height:345px;
	margin:0;
}
#container-content .content .left {
	float:left;
	width:216px;
	height:auto;
	border-right:1px solid #9a9999;
	padding-bottom:30px;
}
#container-content .content .right {
	float:left;
	width:645px;
	height:auto;
	padding:28px;
	text-align:justify;
}
#container-content .content .left .top{
	float:left;
	width:216px;
	height:auto;
}
#container-content .content .left .bottom{
	float:left;
	width:216px;
	height:auto;
	padding-top:15px;
}
#container-content .content .left .bottom .top{
	float:left;
	width:216px;
	height:auto;
}
#container-content .content .left .bottom .bottom{
	float:left;
	width:172px;
	height:auto;
	padding-top:15px;
	padding-left:22px;
	padding-right:22px;
	text-align:justify;
}
#container-content .lines {
	float:left;
	width:904px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background:url(../images/lines-bg.jpg) repeat-x left top;
	border:1px solid #cdcccc;
	padding-left:14px;
	margin-top:14px;
}

#container-content .lines .wrap_data {
	width:292px;
	height:auto;
	float:left;
	padding-top:5px;
	margin-right:7px;
}
#container-content .lines .wrap_data .top {
	float:left;
	width:280px;
	height:29px;
	background:url(../images/lines-header-bg.gif) no-repeat left top;
	margin-bottom:10px;
	padding-left:12px;
	font-size:20px;
	line-height:29px;
	color:#444;
}

#container-content .lines .wrap_data .bottom {
	float:left;
	width:268px;
	min-height:261px;
	height:auto !important;
	height:261px;
	padding:12px;
	color:#000;
	text-align:justify;
	overflow:hidden;
}

.block-1 {
	background:url(../images/block-1.jpg) no-repeat left top;
}
.block-2 {
	background:url(../images/block-2.jpg) no-repeat left top;
}
.block-3 {
	background:url(../images/block-3.jpg) no-repeat left top;
}

#container-footer {
	float:left;
	width:930px;
	height:40px;
	margin:0;
	padding:0;
	color:#FFF;
	background:url(../images/footer-bg.jpg) repeat-x left top;
}

#container-footer  ul {
	list-style:none;
	margin:0;
	padding:0 0 0 174px;
	text-align: left;
}
#container-footer ul li {
	float:left;
	padding: 0;
	height: 40px;
	line-height: 40px;
}

#container-footer ul li a   {
	color:#fff;
	font-size:11px;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
}
#container-footer ul li a:hover {
	text-decoration: underline;
}

#container-footer ul li a.current {
	color:#fff;
	font-size:11px;
	margin-right: 8px;
	margin-left: 8px;	
	text-decoration: underline;
}
#container-footer-bottom {
	float:left;
	width:930px;
	height:40px;
	margin:0;
	padding:0;
	line-height:40px;
	text-align:center;
	color:#FFF;
}
#container-footer-bottom a   {
	color:#fff;
	font-size:11px;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
}
#container-footer-bottom a:hover {
	text-decoration:underline;
}
/* LINK CSS */
a.link_topMenu {
	color:#FFF;
	text-decoration:none;
	padding:0 11px 0 11px;
}
a.link_topMenu:hover {
	text-decoration:underline;
}
/* END LINK CSS */

ul.vert{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0;
}
ul.vert li{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-left:18px;
	line-height:14px;
	height:14px;

}
ul.vert li a {
	color:#000;
	text-decoration:none;	
}
ul.vert li a:hover {
	text-decoration:underline;	
}
.tracker {
	position:absolute;
	width:106px;
	height:26px;
	left: 499px;
	top: 4px;
}

a.block-button {
	display:block;
	width:180px;
	height:72px;
}