﻿html, body { height:100%; }

body { font: 75% arial, verdana, helvetica, sans-serif; text-align: center; }

p, h1, h2, h3, h4, h5, h6, ol, ul, li, a, pre {
	font-family: arial, verdana, helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight: bold; color: #0c0933; 
}

p { font-size: 1em; line-height: 1.4em; margin: 0px 0  0; }
p.first { font-weight: bold; }

a { font-weight: bold; font-style: italic; color: #42a7c4; text-decoration: none; }
a:link { }
a:visited { }
a:hover { }
a:active { }

h1 { text-align: center;}
/* list used for sitemap*/
ul#sm { list-style:none; font-weight: bold; }
ul#sm li { padding: 2px; }
ul#sm li ul { list-style: disc; font-weight: normal; }
ul#sm li ul a { font-weight: normal; font-style: normal; color: black; }

#title{ display: none; }

#lw {width: 960px; }

/*login field in top*/
#l { height: 105px; background:#fff url(../img/Hwvm.jpg) no-repeat top left;}
#l ul {	display: none; }

/*global navigation menu*/
#gn { padding:0; width: 960px; height: 25px; background:#aad0e6 url(../img/gnbg.png) repeat-x top left; }
#gn ul		{ float: left; margin:0 0 0 50px; padding:0; height: 25px; list-style: none; background: url(../img/gn.png) no-repeat top left; }
#gn ul li	{ float:left; margin:0; padding: 0; height:25px; background: url(../img/gn.png) no-repeat top right; }
#gn ul li a 	{ float:left; padding: 5px 15px; text-transform: uppercase; font-style: normal; color: #666666; }
#gn ul li a.current { color: #333333 }

/*searchfield in global nav*/
#sw { display: none; }

/*site banner*/
#cb { width: 960px; background: #fff100 url(../img/cb.jpg) no-repeat top left; height: 270px; }
#cb span { display:none; }
#cb { display: none; }

/*main*/
#m { width: 960px; background: url(../img/mainbg.png) repeat-x top left; text-align: center; }
#m h1,h2,h3  {border-bottom: 2px solid #42a7c4; padding: 0 0 10px 0; }

/*breadcrumbs*/
#bn { margin: 0; padding: 20px 0 20px 50px; height: 50px; text-align: left; }
#bn a { color: #333333; }
#bn a.current { color: #666666; }

/*main content*/
#content { padding: 0 240px 0 50px; margin-left: auto; margin-right: auto; text-align: left; font-weight: normal; }
#content img { float: right; margin-left: 10px;}
#content p { padding: 5px 0; }
#content .item { border-bottom: 2px solid #42a7c4; }

/*colums*/
#leftcol { display: none; }
#rightcol { float:right; width: 190px; }


#news{
	text-align: left;
	width: 160px;
	height: 200px;
	padding: 15px 17px 15px 13px;
	background: url(../img/panel_big_wsh.png) no-repeat top left;
}


#address {
	text-align: left;
	width: 160px;
	height: 125px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 20px 17px 20px 13px;
	background: url(../img/panel_small_wsh.png) no-repeat top left;
}


/*footer*/
#f { clear: both; text-align: center; height: 20px; color: #333333; margin-top: 30px; }
#f ul { display:block; margin-left: auto; margin-right: auto; list-style: none; background: #ffff00; text-align: center; }
#f ul li { display:inline; color:#333333; padding: 0 10px; border-left: 1px solid #333333; }
#f ul li.lf { border: none; }
#f ul li a { text-transform:lowercase; color: #333333; font-style: normal; }

