* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font: 11px Tahoma, Verdana, sans-serif;
	color: #393939;
}
a, a:link, a:visited, a:active {
	color: #0261b9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 -1px;
}

#container {
	min-width: 1000px;
}
* html #container {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'100%');
}

#top {
	position: relative;
	height: 349px;
	z-index: 2500;
}
#top .breadcrumb {
	height: 29px;
	background-color: #e3ddc7;
	color: #675c53;
	padding: 18px 0 0 21px;
}
#top .breadcrumb h1 {
	font: 11px Tahoma, Verdana, sans-serif;
	color: #675c53;
}
#top .slogan, #top .contact {
	position: absolute;
	left: 21px;
	width: 280px;
	text-align: center;
	z-index: 500;
}
#top .slogan {
	top: 110px;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: #d10f08;
}
#top .slogan img {
	margin: 0 0 5px;
}
#top .contact {
	top: 270px;
	color: #675c53;
}
#top .contact strong {
	display: block;
	font: 18px Arial, Tahoma, Verdana, sans-serif;
	padding: 5px 0 0;
}

#top .pic {
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	height: 247px;
}
#top .pic span {
	display: block;
	width: 65px;
	height: 247px;
	margin: 0 0 0 796px;
	background: url('../../imgs/top_pic_over.png') no-repeat 0 0;
	position: absolute;
	left: 0;
}
* html #top .pic span {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/top_pic_over.png',sizingMethod='image');
}
#top .pic div {
	margin: 0 11px 0 861px;
	background: #d3c5b0 url('../../imgs/top_pic_bg.gif') repeat-x 100% 0;
	height: 247px;
}

#top_nav {
	margin: 273px 0 0 307px;
}
* html #top_nav {
	border: 1px solid #fff;
}
#top_nav li {
	float: left;
	list-style-type: none;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	height: 20px;
	background: url('../../imgs/top_nav_line.gif') no-repeat 100% 3px;
	padding: 0 16px;
	position: relative;
}
#top_nav li ul {
	visibility: hidden;
	top: 15px;
	position: absolute;
	z-index: 1500;
	left: 6px;
	padding: 14px 0 0;
}
* html #top_nav li ul {
	padding: 13px 0 0;
}
#top_nav li ul ul {
	top: 0px;
	left: 172px;
	position: absolute;
	z-index: 2500;
	padding: 0;
	border-top: 1px solid #e7e2ce;
}
#container #top_nav li li:hover {
	background-color: #f8f6ee;
}
#container #top_nav li:hover ul {
	visibility: visible;
}
#container #top_nav li:hover ul ul {
	visibility: hidden;
}
#container #top_nav li:hover ul li:hover ul {
	visibility: visible;
}
#container #top_nav li:hover ul li:hover ul ul {
	visibility: hidden;
}
#container #top_nav li:hover ul li:hover ul li:hover ul {
	visibility: visible;
}
#top_nav li li, #top_nav li li.last {
	float: none;
	width: 147px;
	font: 11px Tahoma, Verdana, sans-serif;
	border-left: 1px solid #e7e2ce;
	border-right: 1px solid #e7e2ce;
	background: #fff url('../../imgs/bullet.gif') no-repeat 10px 6px;
	padding: 0 5px 4px 20px;
	height: 1%;
	line-height: 14px;
}
#top_nav li li.last {
	padding-bottom: 7px;
	border-bottom: 1px solid #e7e2ce;
}
#top_nav li li li.last {
	padding-bottom: 5px;
}
#top_nav li a {
	color: #c11610;
}
#top_nav li.active a {
	color: #000;
	cursor: default;
	text-decoration: none;
	font-weight: bold;
}
#top_nav li.last {
	background: none;
}

#top form {
	position: absolute;
	z-index: 500;
	right: 0;
	top: 316px;
	width: 216px;
}
#top input, #subscribe_form input {
	font: 11px Tahoma, Verdana, sans-serif;
	color: #444436;
	border: 1px solid #eeedeb;
	border-top: 2px ridge #cfcfcf;
	border-left: 2px ridge #cfcfcf;
	width: 158px;
	height: 16px;
	padding: 2px 6px 0;
	float: left;
}
* html #top input {
	border-top: 2px ridge #fff;
	border-left: 2px ridge #fff;
}
*:first-child+html #top input {
	border-top: 2px ridge #fff;
	border-left: 2px ridge #fff;
}
#subscribe_form input {
	width: 189px;
	border-top-color: #b6b6b6;
}
* html #subscribe_form input {
	border-top: 2px ridge #fff;
	border-left: 2px ridge #fff;
}
*:first-child+html #subscribe_form input {
	border-top: 2px ridge #fff;
	border-left: 2px ridge #fff;
}
#top form a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 0 0 6px;
	background: url('../../imgs/ico_search.gif') no-repeat 50% 50%;
}

#service_nav {
	position: absolute;
	z-index: 500;
	right: 3px;
	top: 17px;
	height: 30px;
	background: url('../../imgs/service_nav_bg.gif') repeat-x -1px 5px;
}
#service_nav li {
	float: left;
	list-style-type: none;
}
#service_nav li a {
	display: block;
	width: 21px;
	height: 16px;
	margin: 0 11px 0 10px;
}
#service_nav li.active a {
	cursor: default;
}
#service_nav li a.home {
	background: url('../../imgs/ico_home.gif') no-repeat 0 0;
}
#service_nav li a.sitemap {
	background: url('../../imgs/ico_sitemap.gif') no-repeat 0 0;
}
#service_nav li a.mail {
	background: url('../../imgs/ico_mail.gif') no-repeat 0 0;
}
#service_nav li.active a.home {
	background: url('../../imgs/ico_home_a.gif') no-repeat 0 0;
}
#service_nav li.active a.sitemap {
	background: url('../../imgs/ico_sitemap_a.gif') no-repeat 0 0;
}
#service_nav li.active a.mail {
	background: url('../../imgs/ico_mail_a.gif') no-repeat 0 0;
}

.cols {
	background: #f7f6f1 url('../../imgs/cols_bg.gif') repeat-x 0 0;
}
.cols .shade {
	background: url('../../imgs/cols_bg_shade.gif') no-repeat 100% 0;
	padding: 0 20px 0 0;
}
#l_col {
	float: left;
	width: 260px;
	padding: 22px 0 30px 20px;
}
#content {
	margin-left: 324px;
}
#content2 {
	width: 100%;
	float: left;
	padding: 20px 0 30px;
}
* html #content2 {
	width /**/: auto;
}

#content2 h1 {
	padding: 0 0 11px 17px;
	background: url('../../imgs/title_bg.gif') no-repeat 0 4px;
	font: 22px Arial, Tahoma, Verdana, sans-serif;
	color: #1f1f1f;
}
#content2 p {
	padding: 0 0 13px;
}
#content2 .pic {
	float: right;
	padding: 2px 0 10px 20px;
	color: #6f6f6f;
}
#content2 .pic img {
	margin: 0 0 9px;
}
#content2 .download {
	position: relative;
	padding-left: 25px;
	background: url('../../imgs/ico_disk.gif') no-repeat 0 3px;
}
#content2 .download strong {
	color: #6f6f6f;
}
#content2 .download .ico {
	position: absolute;
	top: 3px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 0;
}
#container .cols a, #footer a {
	text-decoration: none;
}
#container .cols a:hover, #footer a:hover {
	border: 0;
}
#content2 h2 {
	padding: 31px 0 17px;
	background: url('../../imgs/dot_bg.gif') repeat-x 2px 11px;
	font: bold 14px Arial, Tahoma, Verdana, sans-serif;
	color: #1f1f1f;
}

#content2 table {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 14px -3px;
	position: relative;
	width: 100%;
}
#content2 table td {

	padding: 2px 15px 4px;
	border-left: 4px solid #f7f6f1;
}



#content2 .content3 table {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 14px -3px;
	position: relative;
	width: 100%;
}

#content2 .content3 input {
	width: 10pt;
}

#content2 .content3 table td {
	background-color: #eeede2;
	padding: 2px 15px 4px;
	border-left: 4px solid #f7f6f1;
}


#content2 table .even td {
	background-color: #f7f6f1;
}
#content2 table .even2 td {
	background-color: #EEEDE2;
}

#content2 table .evenhead td {
	background-color: #E6E3D3;
}

#content2 table thead td {
	color: #000;
	font-weight: bold;
	padding: 12px 15px;
	background-color: #e6e3d3;
	border-bottom: 4px solid #f7f6f1;
}
#content2 table td.new {
	background: url('../../imgs/ico_new.gif') no-repeat 95% 7px;
	padding-right: 40px;
}

#content2 form {
	width: 367px;
	padding: 3px 0 6px;
}
#content2 form span {
	padding: 2px 0 0;
	float: left;
	width: 121px;
	font-weight: bold;
}
* html #content2 form span {
	margin: 0 -3px 0 0;
}
#content2 form textarea {
	font: 11px Tahoma, Verdana, sans-serif;
	color: #444436;
	border: 1px solid #9b9b9b;
	background-color: #fff;
	width: 240px;
	height: 17px;
	padding: 1px 2px 0;
	margin: 0 0 8px;
}
#content2 form input{
	font: 11px Tahoma, Verdana, sans-serif;
	color: #444436;
	border: 1px solid #9b9b9b;
	background-color: #fff;
	padding: 1px 2px 0;
}


#content2 form textarea {
	height: 110px;
	overflow-x: auto;
}
* html #content2 form input {
	margin: -1px 0 7px;
}
*:first-child+html #content2 form input {
	margin: -1px 0 7px;
}
#content2 form fieldset {
	border: 0;
	color: #000;
	padding: 1px 0 5px;
}
#content2 form fieldset input, #content2 #calculator_form fieldset input {
	border: 0;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 1px 7px 4px 0;
	background: none;
	vertical-align: top;
}
* html #content2 form fieldset input, * html #content2 #calculator_form fieldset input {
	margin: 2px 7px 3px 0;
}
*:first-child+html #content2 form fieldset input {
	margin: 2px 7px 3px 0;
}
*:first-child+html #content2 #calculator_form fieldset input {
	margin: 2px 7px 3px 0;
}
#content2 .bt {
	display: block;
	float: right;
	background: #c11610 url('../../imgs/bt_bg.gif') repeat-x 0 100%;
	padding: 3px 28px 4px;
	text-decoration: none;
	color: #fff;
	border: 0;
	margin: 5px 0 0;
	border: 0 !important;
}
#content2 a.bt:hover {
	color: #000;
}

#footer {
	height: 102px;
	border-top: 2px solid #c3c3c3;
	margin: 0 20px;
	position: relative;
	background: url('../../imgs/logo_ves_sm.gif') no-repeat 0 22px;
	color: #000;
}
#footer .copy {
	position: absolute;
	top: 33px;
	left: 98px;
	padding: 0 0 1px;
}
#footer .contact {
	position: absolute;
	top: 27px;
	left: 304px;
	border-left: 1px solid #d3d3d3;
	padding: 6px 0 6px 13px;
}
#footer .contact span {
	display: block;
	float: left;
	padding: 0 25px 1px 0;
}
#footer .m2media {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 106px;
	height: 36px;
	border: 0;
	background: url('../../imgs/logo_m2media2.gif') no-repeat 0 0;
}
#footer .othlogo {
	position: absolute;
	top: 35px;
	right:90px;
	width: 110px;
	height: 36px;
	border: 0;
	background: url('../../imgs/othlogo.jpg') no-repeat 0 0;
}

#footer .liveinet {
	position: absolute;
	top: 37px;
	right:260px;
	width: 35px;
	height: 36px;
	border: 0;
}

#l_col h3 {
	font: bold 13px Arial, Tahoma, Verdana, sans-serif;
	padding: 0 0 3px;
}
#l_col .info_nav {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
}
#l_col .info_nav li {
	list-style-type: none;
	padding: 0 0 3px 11px;
	background: url('../../imgs/arrow.gif') no-repeat 0 5px;
	height: 1%;
}
#l_col .info_nav li a, #container #l_col h3 a {
	color: #c11610;
	border: 0;
	text-decoration: underline;
}
#l_col .info_nav li a:hover, #container #l_col h3 a:hover {
	text-decoration: none;
}
#l_col .info_nav li.active a {
	color: #0261b9;
	text-decoration: none;
	border-bottom: 1px solid #9c9c9c;
}
#l_col .info_nav li.active a:hover {
	border: 0;
}
#l_col .block {
	background: #f1eee3 url('../../imgs/block_bg.gif') repeat-x 0 0;
	margin: -22px 0 5px -20px;
	padding: 22px 20px 11px;
}
.home #l_col .block {
	margin-right: -13px;
	padding-right: 33px;
	width: 240px;
	position: relative;
	height: 1%;
}
#l_col h4 {
	font: 22px Arial, Tahoma, Verdana, sans-serif;
	padding: 20px 0 18px;
	color: #505050;
	border-top: 2px solid #c3c3c3;
	position: relative;
}
#l_col .diagram {
	padding: 29px 0 10px;
}
#l_col .diagram .pic {
	position: relative;
}
#l_col .legend {
	position: absolute;
	left: 131px;
	top: 10px;
	font-weight: bold;
}
#l_col .legend strong {
	font-weight: normal;
	text-decoration: underline;
	padding: 0 6px 0 0;
}
#l_col .legend img  {
	vertical-align: bottom;
	margin: 10px 9px -1px 0;
}
#l_col .news {
	background-color: #e6e3d3;
	padding: 0 13px 0;
}
#l_col .news form {
	height: 1%;
	position: relative;
}
#l_col .news h4 {
	margin: 0 -13px;
	padding: 16px 0 13px 13px;
	background: url('../../imgs/title_bg.gif') no-repeat 0 20px;
}
#l_col .calculator {
	padding: 0 0 25px;
	border-bottom: 2px solid #c3c3c3;
}
#l_col .calculator p {
	background: url('../../imgs/calculator.jpg') no-repeat 0 0px;
	min-height: 64px;
	padding: 0 0 1px 110px;
}
* html #l_col .calculator p {
	height: 65px;
}
#l_col .calculator h4 {
	border: 0;
	padding: 24px 0 14px;
}

#subscribe_form {
	padding: 18px 0;
}

#subscribe_form a {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	background: url('../../imgs/bt_go.gif') no-repeat 0 0;
	border: 0 !important;
	margin: 0 0 0 9px;
}

#content2 h4 {
	font: 22px Arial, Tahoma, Verdana, sans-serif;
	padding: 20px 0 0;
	margin: 0 -10px 0 0;
	color: #505050;
	border-top: 2px solid #c3c3c3;
	position: relative;
	background: url('../../imgs/dot_bg.gif') repeat-x 0 39px;
}
* html #content2 h4 {
	width: 100%;
	padding-right: 10px;
}
*:first-child+html #content2 h4 {
	width: 100%;
	padding-right: 10px;
}
#content2 h4.first {
	border: 0;
	padding: 16px 0 0;
}

#content2 .block {
	background: #f1eee3 url('../../imgs/block_bg.gif') repeat-x 0 0;
	margin: 1px 0pt 1px -20px;
	padding: 12px 20px 1px;
}

#content2 h4 span {
	background-color: #f7f6f1;
	padding: 0 3px 0 12px;
}
#content2 h4 a {
	display: block;
	position: absolute;
	right: 0;
	top: 26px;
	font: 11px Tahoma, Verdana, sans-serif;
	background: #f7f6f1 url('../../imgs/more.gif') no-repeat 3px 5px;
	padding: 0 10px 1px 12px;
	border: 0 !important;
}
#content2 h4 a span {
	border-bottom: 1px solid #9c9c9c;
	padding: 0;
}
#content2 h4 a:hover span {
	border: 0;
}

.message {
	width: 50%;
	float: left;
	margin: 15px 0 0 -1px;
}
.message div {
	position: relative;
	padding: 0 20px 37px 59px;
	height: 1%;
}
.message span {
	display: block;
	position: absolute;
	top: 3px;
	left: 12px;
	text-align: center;
	color: #0261b9;
	font: 11px Arial, Verdana, sans-serif;
}
.message span strong {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 -4px;
}

#content2 h3 {
	margin: 0 -10px 11px 0;
}
#content2 h3 span {
	display: block;
	padding: 14px 0 14px 14px;
	position: relative;
	height: 1%;
	background: #e6e3d3 url('../../imgs/title_bg.gif') no-repeat 0 18px;
	font: 22px Arial, Tahoma, Verdana, sans-serif;
	color: #1f1f1f;
	border-top: 2px solid #c3c3c3;
}

.col {
	width: 50%;
	float: left;
	margin: 0 0 0 -1px;
}
.col div {
	position: relative;
	padding: 0 10px 37px 17px;
}
#content2 .col h4 {
	font-size: 18px;
	padding: 9px 0 12px;
	border: 0;
	margin: 0 0 0 -5px;
	background-position: 0 25px;
}
#content2 .col h4 span {
	padding-left: 0;
}
#content2 .col h4 a {
	top: 12px;
}

.home_block {
	margin: -20px -20px 0 -31px;
}
.home_block_content {
	position: relative;
	height: 1%;
	background: #f1eee3 url('../../imgs/block_bg.gif') repeat-x 0 0;
}
.home_block .bg {
	background: url('../../imgs/home_box_bg_shade.jpg') no-repeat 100% 0;
}
.home_block .bg2 {
	background: url('../../imgs/home_box_corner.gif') no-repeat 0 100%;
	padding: 13px 11px 15px 30px;
	position: relative;
	height: 1%;
}
.welcome {
	background: #e6e3d3 url('../../imgs/welcome_bg.gif') repeat-x 0 0;
	padding: 0 28px 0 15px;
	position: relative;
	height: 1%;
}
#content2 .welcome .pic {
	float: left;
	padding: 3px 13px 0 0;
}
* html #content2 .welcome .pic {
	margin: 0 -3px 0 0;
}
#content2 .welcome .pic div {
	padding: 4px;
	background: #fff url('../../imgs/welcome_pic_bg.gif') repeat-x 0 100%;
}
#content2 .welcome .pic img {
	margin: 0;
}
#content2 .welcome .pic span {
	display: block;
	text-align: center;
	padding: 10px 0 12px;
	background: url('../../imgs/welcome_pic_shade.jpg') no-repeat 0 0;
}
#content2 .welcome h4 {
	border: 0;
	margin: 0 0 0 -15px;
	padding: 22px 0 13px;
	color: #1f1f1f;
	background-position: 0 41px;
}
#content2 .welcome h4 span {
	background:  url('../../imgs/welcome_bg.gif') repeat-x 0 -22px;
	padding: 0 83px 0 0;
}
#content2 .welcome h4 a {
	padding: 0 0 12px 3px;
	top: 28px;
	display: block;
	background:  url('../../imgs/welcome_bg.gif') repeat-x 0 -22px;
}
#content2 .welcome h4 a span {
	padding: 0;
}
#content2 .welcome h4 span em {
	font-style: normal;
	background: url('../../imgs/title_bg.gif') no-repeat 0 4px;
	padding: 0 0 0 16px;
}

#content2 #calculator_form {
	width: 100%;
}
#calculator_form p {
	padding: 0 0 4px;
}
#content2 #calculator_form input {
	width: 73px;
	height: 20px;
	vertical-align: middle;
	margin: 3px 2px 4px 0;
}
* html #content2 #calculator_form input {
	margin: 2px 2px 3px 0;
}
*:first-child+html #content2 #calculator_form input {
	margin: 2px 2px 3px 0;
}
#content2 #calculator_form label {
	display: table;
	display: block;
	padding: 0 0 4px;
}
#content2 #calculator_form fieldset {
	padding-top: 6px;
}
#content2 #calculator_form fieldset input {
	float: left;
	clear: both;
}
#content2 #calculator_form .total {
	clear: both;
	padding: 26px 5px 20px;
	text-align: right;
	color: #000;
	font: bold 14px Arial, Tahoma, Verdana, sans-serif;
	background: url('../../imgs/dot_bg.gif') repeat-x 0 8px;
}

.arrows {
	float: left;
	position: relative;
	padding: 0 9px 0 0;
}
#content2 .arrows a {
	position: absolute;
	display: block;
	right: 0;
	width: 7px;
	height: 7px;
	border: 0;
	margin: 2px 0 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0 0 0 3px;
}
#content2 .arrows a.up {
	top: 2px;
	background: url('../../imgs/arrow_up.gif') no-repeat 100% 0;
}
#content2 #calculator_form .arrows a.dn {
	top: 12px;
	background: url('../../imgs/arrow_dn.gif') no-repeat 100% 0;
}
.arrows input {
	margin-top: 4px !important;
}
* html .arrows input {
	margin-top: 3px !important;
}
*:first-child+html .arrows input {
	margin-top: 3px !important;
}

#sitemap li {
	padding: 0 0 5px 20px;
	list-style-type: none;
	background: url('../../imgs/more.gif') no-repeat 10px 5px;
	height: 1%;
}
#sitemap li.sublevel {
	background: none;
}

.newsdate {
	color: #6f6f6f;
}
#container a.more {
	background: url('../../imgs/more.gif') no-repeat 0 5px;
	padding: 0 0 0 10px;
	border: 0;
}
a.more span {
	border-bottom: 1px solid #9c9c9c;
}
a.more:hover span {
	border: 0;
}