/* CSS for icrnet */

/* Universal reset */
html,body,div,span,applet,object,iframe,caption,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {vertical-align: baseline;font-size: 100%;outline: 0;padding: 0;margin: 0;border: 0;}
html {min-height: 100%;border-bottom: 1px solid transparent;}
body {background: #d6d6d6;line-height: 1;color: black;font-size: 12px;font-family: Arial, Verdana, sans-serif;line-height: 18px;}
img{border: none;text-decoration: none;}
a{outline: none;cursor: pointer;}
a:link, a:visited, a:active{text-decoration: none;}
a:hover{text-decoration: none;}

/* Main Styles *****************/
body {
	background: #E6D289 none no-repeat scroll 0 0;
}
a {
	color: #6f0200;
}
div#wrapper {
	width: 750px;
	margin: 10px auto;
	background: #e7decd;
}

/* Header ***********************/
div#branding {
	height: 195px;
	background: transparent url('images/header.jpg') no-repeat scroll 0 0;
}
div#branding a {
	display: block;
	width: 750px;
	height: 195px;
}
div#branding span {
	display: none;
}

/* Navigation *******************/
div#navigation {
	position: relative;
	height: 56px;
	overflow: hidden;
}
div#navigation div {
	float: left;
}
div#secNav {
	padding: 5px;
	color: #6f0200;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 5px solid #6f0200;
}
div#secNav ul {
	list-style: none;
}
div#secNav ul li {
	display: inline;
}
div#secNav span {
	font-weight: bold;
}

/* Frontpage Homemap ***************/
div#homemap {
	position: relative;
	height: 376px;
	overflow: hidden;
}
div.mapImage {
	position: absolute;		padding: 10px;
	background: #ffffff;
	height: 150px;
	text-align: left;
}div.mapImage img {	float: left;		margin-right: 10px;	}div.mapImage h3 {	float: left;		margin-bottom: 10px;	}div.mapImage p {	float: left;		margin-bottom: 10px;	}
div#berlin {
	visibility: hidden;
	top: 100px;
	left: 20px;		width: 370px;
}
div#prague {
	visibility: hidden;
	top: 120px;
	left: 60px;		width: 350px;
}
div#budapest {
	visibility: hidden;
	top: 135px;
	left: 55px;		width: 370px;
}div#hq {	visibility: hidden;	top: 165px;	left: 55px;		width: 350px;		height: 167px;}
/* Main Content **********************/
div#mainContent {
	background: transparent url('images/border.png') repeat-y scroll 0 0;
	width: 750px;
	margin: 0 auto;
	padding: 20px 10px;
}
div#mainContent h2 {
	margin-left: 15px;
	color: #6f0200;
	font-size: 18px;
	margin-bottom: 20px;
}
div.section {
	clear: both;
	width: 650px;
	margin-left: 35px;
}
div.section ol li {
	margin: 10px 0 0 20px;
}
div.section ul {
	padding-left: 15px;
}
div.secHead {
	position: relative;
	background: #790000;
	width: 650px;
	height: 20px;
	border: 2px solid #252525;
	margin-bottom: 10px;
}
div.secHead a {
	display: block;
	width: 650px;
	height: 20px;
	margin-top: 1px;
	padding: 0 10px 0;
	color: #ffffff;
}
div.secHead h3 span {
	float: left;
	font-size: 14px;
}
div.secHead p {
	float: left;
	margin-left: 10px;
}
div.secHead img {
	position: absolute;
	right: 10px;
}
div.secContent {
	position: relative;
	margin-bottom: 20px;
}
div.secContent h4 {
	margin: 10px 0 10px 0;
}
div.secContent p {
	margin-bottom: 10px;
}
div.secContent img {
	float: left;
	margin-right: 10px;
}
div.secContent hr {
	clear: both;
}
div.subSecHead {
	background: #000000;
	color: #ffffff;
	clear: both;
	margin: 4px;
	padding: 2px 4px 2px 4px;
	font-size: 14px;
}
#a1, #a2, #a3, #a4, #a5, #a6, #a7, #a8, #a9, #a10, #a11, #a12 {
	display: none;
}

/* Tagline and Purpose ******************/
div#tagline {
	background: transparent url('images/border.png') repeat-y scroll 0 0;
	padding: 0 10px 10px;
	color: #6f0200;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
div#purpose {
	background: #6f0200;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	text-align: center;
}div#purpose span {	font-style: italic;}
div#development {
	width: 750px;
	margin: 0 auto;
	text-align: right;
	padding: 5px;
}