html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #e8f6f9;
	color: #0f3787;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
p, form, h1, h2, h3, h4, li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p, td, th, input, select, textarea, h1, h2, h3, h4, ul {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
img {
	border: none;
}
a:link, a:active, a:visited {
	color: #0f3787;
	text-decoration: none;
}
a:hover {
	color: #1858d8;
	text-decoration: underline;
}




#content {
	overflow: hidden;
}


#header {
	height: 88px;
	width: 100%;
	border-bottom: 2px solid #0f3787;
	background-color: #0f3787;
	background: #0f3787 url(../images/logo.png) no-repeat 0 0;
	position: absolute;
	z-index: 3;
	color: #e8f6f9;
}
#header p {
	float: right;
	margin-right: 21px;
	line-height: 130%;
	padding-top: 8px;
	font-size: 1.2em;
}
#header p strong {
	color: #033666;
}


#welcome {
	position: absolute;
	z-index: 5;
	font-size: 1.8em;
	color: #e8f6f9;
	left: 270px;
	top: 22px;
}


#logo {
	position: absolute;
	top: 5px;
	left: 10px;	
	z-index: 4;
}
#logo a {
	display: block;
	width: 89px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}

.box {
	display: block;
	height: 6px;
	width: 7px;
	background-color: #e8f6f9;
	position: absolute;
	z-index: 5;
	top: 90px;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
}
#box-left {
	left: 5px;
}
#box-right {
	right: 5px;
}





#description {
	height: 76px;
	padding: 0 7px;
	overflow: auto;
	overflow-x: hidden;
}
#description li {
	display: none;
}
p#flash {
	float: right;
	padding-top: 2px;
	font-size: 1.2em;
	
}
h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 0 9px 0;
}
#info p {
	font-size: 1em;
	font-weight: bold;
} 
#info p.welcome {
	padding-top: 3px !important;
	padding-right: 100px;
} 



#footer {
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 100%;
	background-color: #0f3787;
	color: white;
}
#footer p {
	font-size: 1.2em;
	padding-top: 2px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #e8f6f9;
}


#panorama-cover {
	padding: 90px 7px 0 7px;
	-moz-outline: none;
}
#panorama {
	background-color: black;
	margin: 0;	
	min-height: 425px;
	border: 1px solid #0f3787;
	border-top: none;
	-moz-outline: none !important;
}
#pano {
	-moz-outline: none !important;
}













