/* style for layout of site */

/* start RESET DEFAULT styles */
* { margin:0; padding:0; }
html,body {
	height: 100%;
}
body { text-align:center; background:#e6e6eb url(/media/images/backgrounds/gradient.gif) 0 0 repeat-x; }
/* end RESET DEFAULT styles */
body.print { text-align:left; }

#container {
	position: relative;
	text-align:left;
	margin:0 auto;
	width:994px;
	background: #FFF;
	padding: 0 0 20px 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

br.clearfloat,
br.clearfloats {
	clear: both;
	height:0em;
	font-size:0em;
}
.floatleft {
	float: left;
}
.spacer {
	height: 25px;
}
.print #container { margin:25px 0 0 0; }
#header {
	width:994px;
	height:80px;
	overflow:hidden;
}
.footer {
	width:963px;
	overflow:hidden;
	margin: 30px 0 0 14px;
	border-bottom: 1px solid #ccccd1;
}

.footer img {
	float:left;
}

#navigation {
	position: absolute;
	z-index: 301;
	overflow:hidden;
}
.nav_big {
	position: relative;
	top: -25px;
	height: 355px;
	z-index: 300;
}
.nav_big #navigation {
	height: 380px;
}
.nav_small {
	position: relative;
	top: -25px;
	height: 87px;
	z-index: 300;
	margin: 0 0 -25px 0;
}
.nav_small #navigation {
	height: 86px;
}
.nav_sub {
	margin: 0;
	padding: 0;
	height: 20px;
	position: relative;
}
.nav_sub #subnav {
	position: absolute;
	top: -9px;
	width: 994px;
	height: 30px;
	z-index: 200;
}


#visual {
	width: 994px;
}
#visual img {
	height:auto;
	width: auto;
	display:block;
	float:left;
}
#content { 
	padding:16px 0 0 15px;
	width:979px; 
}
.print #content {
	width:548px;
	padding:0;
}
#content.home {
	margin: 0;
	padding:0;
	width:994px;
}
.home .main-content {
	padding:0;
	margin:0 0 0 14px;
	width:751px;
	height: 152px;
	border-bottom: 1px solid #ccccd1;
}
.home .sub-content {
	padding:0;
	margin:0 0 0 14px;
	height: 152px;
	border-bottom: 1px solid #ccccd1;
}

.tab-navigation {
	margin:0 0 20px 0;
	width:961px;
	border-bottom:1px solid #ccccd1;
}

/* large content column - can be on left or right of page */
.main-content { 
	display:inline;
	float:left;
	margin:10px 0 0 25px;
	width:738px;
}
.print .main-content { 
	width:518px;
	margin:0 15px; 
	padding-bottom:20px;
}
/* small content column - can be on left or right of page */
.sub-content { 
	display:inline;
	float:left;
	margin:9px 16px 0 0;
	width:198px;
}
.block-module {
	width:738px;
	overflow:hidden;
}
.print .block-module {
	width:518px;
}
.double-block.news-block {
	padding-bottom:12px;
}
.single-block {
	float:left;
	position: relative;
	width:208px;
	margin:0 38px 0 0;
}
.single-block .single-block {
	margin: 0;
	width: auto;
}
.right-block {
	margin: 0;
}
.double-block {
	float:left;
	width:454px;
	margin:0 38px 25px 0;
	margin-bottom:0;
}
.single-block.first {
	width: 228px;
	margin:0 38px 25px 0;
	overflow:hidden;
}
.single-block.last {
	width: 188px;
	margin-right:0;
}
.half-block {
	float:left;
	width:331px;
	margin:0 38px 25px 0;
}
.quarter-block {
	float:left;
	width:160px;
	margin:0 22px 25px 0;
	margin-bottom:0;
}
.half-block .quarter-block { margin-right:3px; }