@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
html, body, #container, #header, #mainContent, #footer, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	
	background-color: #737373;
	background-image: url(/Resources/images/bhc_start_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
img {
	border-width: 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #b6b6b4;
}
a.enter {
	font-size: 15px;
}
#container {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 50%; 
	left: 50%; 
	width: 760px;
	min-height: 408px;
	height: 408px;
	margin-top: -204px; /* -(Half the height) */
	margin-left: -380px; /* -(Half the width) */
	
}
#header {
	position: relative;
	background: url(/Resources/images/logo_start.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #737373;
	height: 111px;
	width: 760px;
}
#header h1 {
	font-weight: normal;
	padding: 10px 15px 0px 0px;
	font-size:11px;
	color:#000000;
	text-align: right;
}
#navigation {
	position: absolute;
	top: 72px;
	left: 340px;
	color: #7d7c7c;
	font-weight:normal;
	font-size: 15px;
	font-family:arial, helvetica;
	
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
}
#navigation ul {
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}
#navigation ul li {
	float: left;
	width: auto;
	margin: 2px 2px 3px 2px;
	padding: 2px 2px 1px 0px;
}
#navigation ul li a {
	color: #7d7c7c;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #b6b6b4;
}
#mainContent {
	background-color: #405d89;
	width: 100%;
}
#mainContent #dome {
	float: right;
	padding: 0px;
	margin: 0px;
}
#mainContent p {
	padding: 1em 0px;
	margin-left:15px;
	width: 300px;
}
#footer{
	background-color: #DA8131;
	font-size: 11px;
	color: #ffffff;
	padding-left:15px;
}
.clear {
	clear: both;
}