@charset "utf-8";
/* Penguin Style */

@import url('font.css');

body {
	font-family: 'UniversLT45LightRegular', verdana, sans-serif;
	background-color: #6D7381;
	padding: 0;
	margin: 0 0 10px 0;
}
/* text spec */

body, p {
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
}
h1, h2 {
	color:#F7941E;
	font-size: 20px;
	margin: 0 0 7px 0;	
}
h2 {
	font-weight: lighter;
}
h3 {
	font-size: 14px;
	margin: 0 0 7px 0;	
	font-weight:lighter;
}
p {
	margin: 0 0 6px 0;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #F7941E;
}
hr {
	margin: 5px 0 10px 0;
	border: none;
	border-bottom: 1px #777879 solid;
}
.error {
	color: red;
	font-weight: bold;
}
.orange {
	color: #F7941E;
}
a.orange:hover {
	color: #F7941E;
}
.clear {
	clear: both;
	height: 1px;
}
.small {
	font-size: 0.8em;
}
/* navigation */

.nav a {
	display: block;
	padding: 1px 0 1px 0;
	font-size:16px;
	line-height:1.5em;
}
.nav a.active, a.active, .nav a.selected , a.selected{
	color: #F7941E;
}
.nav .menu_level_2 {
	margin-left: 10px;
}
.nav .menu_level_3 {
	margin-left: 20px;
}
#image_holder {
	display: none;
	line-height: 0px;
	position: fixed;
	overflow: hidden;
}
#main_image {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#standard, #client_area {
	margin: 0px;
	padding: 10px;
	height: 558px;
	width: 689px;
	color: white;
	font-family: 'lucida grande', verdana, sans-serif;
	font-size: 10px;
	overflow: auto;
}

#breadcrumbs {
	margin: 0 0 20px 0;
}
#nav_control {
	position: absolute;
	padding: 2px 15px 2px 15px;
	margin: 0 0 -20px 0;
	width: 160px;
	left: 20px;
	height: 16px;
	opacity: .75;
	filter: alpha(opacity = 75);
	background-color: #727888;
	z-index: 10;
	color: white;
}
#nav_control a {
	color: white;
}
#nav_control a:hover {
	color: #0099ff;
}
#panel_1, #panel_2, #panel_3, #panel_4 {
	opacity: .75;
	filter: alpha(opacity = 75);
	width: 200px;
	min-height: 310px;
	position: absolute;
	margin-top: 20px;
	left: 20px;
	z-index: 2;
	background-color: #DBDDE0;
	padding: 15px;
}
#panel_1 p{
	font-size:12px;
}
#panel_1 table {
	height: 310px;
}
#panel_2 {
	left: 265px;
}
#panel_2.news a {
	color: #0099FF;
}
#panel_2.news a:hover {
	color: #666666;
}
#panel_3 {
	left: 510px;
	width:365px;
}
#panel_4 {
	left: 920px;
}
/* notices */

.notice, .notice_error {
	background-color: #DFFFDF;
	border: 2px green solid;
	color: green;
	padding: 5px;
	margin: 5px 10px 5px 10px;
	font-weight: bold;
	z-index: 20;
	position: relative;
}
.notice_error {
	background-color: #FFDFDF;
	border: 2px red solid;
	color: red;
}
.news_item_image {
	display: block;
	padding: 0px;
}
.image_mask {
	background-color: black;
	position: absolute;
	z-index: 1;
}

