/******************************************/
/* screen css for DLoG                    */
/******************************************/

/******************************************/
/* imports                                */
/******************************************/
/*@import url(screen_home.css);
@import url(screen_sub.css);*/

/******************************************/
/* general definitions                    */
/******************************************/
html, body, p, h1, h2, h3, h4, span, a, ul, ol, table, td, tr, th, tbody, thead, form, hr, div {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	margin: 0;
	padding: 0;
}
html, body{
	width: 100%;
	height: 100%;
}
body {
	background: #fff url(../img/main_bg.jpg) repeat-x;
}
a:link, a:visited { 
	color: #4f4f4f;  
	text-decoration: underline;
}  
a:active, a:hover {  
	color: #4f4f4f;  
	text-decoration: underline;  
}
img {  
     border: 0px;  
}
th {
	background: #D6E3E9;
}
td {
	background: #EAF4F9;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/******************************************/
/* wrapper box                            */
/******************************************/
#wrapper_box {
	margin: 0px auto;
	width: 837px;
	position: relative;
	min-height: 100%;
}
* html #wrapper_box {
	height: 100%;
}

/******************************************/
/* header box                             */
/******************************************/
#header_box	{
	background: url(../img/header_bg.jpg) no-repeat top right;
	width: 837px;
	height: 95px;
}
#header_box img {
	margin: 33px 0px 0px 544px
}

/******************************************/
/* menu box                               */
/******************************************/
#main_menu_box {
	width: 837px;
	height: 29px;
}
#main_menu {
	float: left;
	width: 671px;
	height: 27px;
	border-top: 1px solid #fd1b23;
	border-bottom: 1px solid #b2cdda;	
	list-style-type: none;
}
#main_menu ul {
	top: -999em;
	position: absolute; 
	left: 0;
	width: 150px;
	border-top: none;
	border-bottom: 1px solid #5893a8;	
	list-style-type: none;
}
#main_menu ul li {
	width: 150px;
	border-top: 1px solid #d9e6ed;
}
#main_menu ul a {
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	width: 110px;
	background: #b2cdda url(../img/main_menu_arrow.gif) 13px 6px no-repeat;
	padding: 0 13px 0 27px;
}
#main_menu ul a:hover {
	background: #fff url(../img/main_menu_arrow.gif) 13px 6px no-repeat;
}
#main_menu ul a.active {
	background: #fff url(../img/main_menu_arrow.gif) 13px 6px no-repeat;
}
#main_menu li {
	position: relative;
	float: left;
	z-index: 100;
}
#main_menu li:hover ul, /* pure CSS hover is removed below */
#main_menu li.sfHover ul {
	top: 31px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul {
	top: -999em;
}
#main_menu a {
	font: bold 11px/27px Arial, Helvetica, sans-serif;
	padding: 0 13px;
	background: #fff;
	text-decoration: none;		
	display: block;
	outline: none;
}
#main_menu a:hover {
	background: #b2cdda;
}
#main_menu a.active {
	background: #b2cdda;
}
#main_menu_box #search {
	float: left;
	background: #e5e8e9;
	width: 162px;
	height: 29px;
	margin: 0px 0px 0px 4px;
}
#main_menu_box #search input	{
	font: 11px/13px Arial, Helvetica, sans-serif;
	width: 126px;
	height: 13px;
	margin: 5px 0 0 6px;
	border: 1px solid #c4c4c4;
	padding: 2px;
	color: #666;
}
#main_menu_box #search .submit {
	padding: 0;
	width: 16px;
	height: 17px;
	margin: 0 0 0 2px;
	vertical-align: bottom;
}

/******************************************/
/* language box                           */
/******************************************/
#language_box {
	margin: 3px 0 10px 0;
	width: 837px;
	height: 20px;
	background: #d6e3e9;
}
#language_box ul {
	float: right;
	list-style-type: none;
	margin: 5px 4px 0 0;
}
#language_box li {
	float: left;
	padding: 0 19px 0 0;
}

/******************************************/
/* content box                            */
/******************************************/
#content_box {
	width: 837px;
	padding: 0 0 99px 0;
}

table.contenttable td,
table.contenttable th {
	padding: 5px;
}

table.contenttable th {
        color: #4F4F4F;
}

/******************************************/
/* footer box                             */
/******************************************/
#footer_box	{
	clear: both;
	margin: -99px auto 0 auto;
	width: 837px;
	position: relative;
	padding: 23px 0 0 0;
}
#footer_box ul {
	width: 837px;
	background: #f2f3f3;
	height: 20px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 1px 0;
}
#footer_box li {
	font: 10px/20px Arial, Helvetica, sans-serif;
	float: left;
}
#footer_box li a {
	font: 10px/20px Arial, Helvetica, sans-serif;
	padding: 0px 13px;
	text-decoration: none;		
	display: block;
	outline: none;
	background: #f2f3f3;
}
#footer_box li a:hover {
	background: #b2cdda;
}
#footer_box li a.active {
	background: #b2cdda;
}
#footer_box p {
	background: url(../img/footer_bg.gif) top right no-repeat;
	width: 837px;
	height: 44px;
	border-top: 1px solid #fd1b23;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	color: #a9a9a9;
}
#footer_box p a {
	font: 10px/15px Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	text-decoration: underline;		
}
