/* @override http://www.ihcc.nu/styles.css */

/* @group General */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #c9c9c9;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

p, font {
	line-height: 1.5em;
	margin-bottom: 5px;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	line-height: 2.5em;
}

h2 {
	line-height: 2em;
}

h4 {
	line-height: 3em;
}

h5 {
	font-size: 0.85em;
	font-weight: normal;
}

a {
	color: #b20f0b;
}

a img {
	border: none;
}

/* @group Custom classes */

.left {
	float: left;
}

.right {
	float: right;
}

.cb {
	clear: both;
}

.news {
	background: url(images/news.gif) no-repeat;
	padding-left: 20px;
}

.ptop {
	padding-top: 20px;
}

.grey {
	color: #75727d;
}

.yellow {
	color: #b56914;
}

.red {
	color: #b2090a;
}

div.news_item {
	margin-bottom: 20px;
}



/* @end */



/* @end */

/* @group Menu */

div#menu {
	background-color: #b20f0b;
	font-weight: bold;
}

div#menu ul {
	list-style-type: none;
	height: 30px;
	margin-left: 20px;
}

div#menu ul li {
	display: inline;
	float: left;
	height: 30px;
	text-align: center;
	width: 160px;
	margin-right: 5px;
}

div#menu ul li.active {
	background: #fff url(images/tab.gif) no-repeat;
	width: 117px;
}

div#menu span {
	display: block;
	margin-top: 13px !important;
}

div#menu ul li.active a:link, div#menu ul li.active a:visited {
	color: #000;
	border-bottom: 2px solid #b20f0b;
	text-decoration: none;
}

div#menu ul li a:link, div#menu ul li a:visited {
	color: #fff;
	text-decoration: none;
}

/* @group Secondary menu */

div#secondary_menu {
	width: 225px;
	float: left;
	background: url(images/menu_bg.png) repeat-y 0 0;
	min-height: 600px;
}

div#secondary_menu div#top_header {
	background-image: url(images/menu_top.png);
	height: 44px;
	width: 225px;
}

div#secondary_menu ul {
	list-style-type: none;
}

div#secondary_menu ul span {
	margin-left: 20px;
}

div#secondary_menu ul li {
	padding: 10px 0;
}

div#secondary_menu li a:link, div#secondary_menu li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #535353;
}

div#secondary_menu ul li.active a:link, div#secondary_menu ul li.active a:visited {
	color: #000;
}

div#secondary_menu ul.root ul ul li {
	background: #babfc7 url(images/menu_bullet.png) no-repeat 27px 14px;
	padding-left: 18px;
}

div#secondary_menu ul.root ul ul li.selected {
	background: #babfc7 url(images/menu_bullet_down.png) no-repeat 25px 15px;
	padding-left: 18px;
}

div#secondary_menu ul.root ul li.selected a:link, div#secondary_menu ul.root ul li.selected a:visited {
	font-weight: normal;
}

div#secondary_menu ul.root ul ul li a:link, div#secondary_menu ul.root ul ul li a:visited {
	font-weight: normal;
}

/* @end */



/* @end */

/* @group Content */

div#container {
	background-color: #fff;
	margin: 0 auto;
	width: 980px;
	display: block;
	text-align: left;
}

div#content {
	margin-top: 30px;
}

div#wide {
	padding: 10px 30px 30px 30px;
	float: left;
	width: 700;
	min-height: 400px;
}

div#right_logos {
	float: right;
	width: 100px;
	height: 300px;
	margin-right: 80px;
	margin-top: 50px;
	padding-left: 10px;
}

div#right_logos img {
	margin-bottom: 50px;
}

/* @group Footer */

div#footer {
	margin-top: 20px;
	border-top: 2px solid #e0e0e0;
	padding: 10px 10px 20px 0;
	font-size: 0.85em;
	color: #76757a;
}

div#footer div {
	float: right;
}

div#footer ul {
	list-style-type: none;
}

div#footer ul li {
	float: left;
	display: inline;
	margin-right: 30px;
}

div#footer a:link {
	color: #76757a;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Blocks */

div.block {
	width: 260px !important;
	float: left;
	padding: 0 10px 0 20px;
}

/* @group Content blocks */

div#two_block {
	width: 630px;
	padding-left: 20px;
}

div#wide_block {
	width: 700px;
	padding-left: 20px;
}

div#wide_block img.banner {
	margin-bottom: 20px;
}

div#wide_block div#breadcrumbs {
	font-size: 0.85em;
}

/* @end */

/* @group Right blocks */

div#one_block {
	width: 315px;
}



/* @end */

/* @group Three blocks */

div#three_block {
	width: 970px;
	padding-left: 20px;
}

div#three_block div#top {
	background: url(images/3blocks_top.gif) no-repeat 0 0;
	height: 18px;
}

div#three_block div#middle {
	background: url(images/3blocks_middle.gif) repeat-y 0 0;
	padding-left: 20px;
}

div#three_block div#bottom {
	background: url(images/3blocks_bottom.gif) no-repeat 0 0;
	height: 18px;
}

div#three_block div.block_left {
	width: 320px;
	float: left;
	margin: 0 20px 0 0;
}

div#three_block div.block_middle {
	width: 270px;
	float: left;
	margin: 0 20px 0 0;
}

div#three_block div.block_right {
	width: 270px;
	float: left;
	margin: 0 20px 0 0;
}



/* @end */

/* @group Two blocks */

div#two_block {
	padding: 20px 0 0 0;
	width: 700px;
}

div#two_block div#top {
	background: url(images/2blocks_top.gif) no-repeat 0 0;
	height: 21px !important;
}

div#two_block div#middle {
	background: url(images/2blocks_middle.gif) repeat-y 0 0;
}

div#two_block div#bottom {
	background: url(images/2blocks_bottom.gif) no-repeat 0 0;
	height: 13px;
}

div#two_block h2 {
	font-size: 1em;
}

div#two_block img {
	padding: 10px;
}

div#two_block div.block_left {
	width: 310px;
	float: left;
	margin-right: 40px;
	margin-left: 20px;
}

div#two_block div.block_right {
	width: 310px;
	float: left;
}

/* @end */

/* @end */
