﻿/* CSS Document */

body {
	margin:0px;
	padding:20px 0px 20px 0px;
	text-align:center;
	background-color:#8f8f8f;
	background-image:url('/Images/bg-body.jpg');
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	overflow-y: scroll;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

a {
	color:#ee7f01;
	text-decoration:none;
}

a:hover {
	color:#ee7f01;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	color:#ee7f01;
	border-bottom:1px dotted #999999;
	padding-bottom:4px;
}

h2 {
	font-size:14px;
	color:#ee7f01;
	border-bottom:1px dotted #999999;
	padding-bottom:4px;
}

ul {
	list-style-type:square;	
}

.cleaner {
	clear:both;	
}

#wrapper {
	width:920px;
	background-color:#dddddd;
	margin:0 auto;
	text-align:left;
	padding:20px;
	background-image:url('/Images/bg-wrapper.jpg');
	background-repeat:repeat-x;
}

#header {
	float:left;
	width:920px;
	height:100px;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	margin:20px 0px 0px 10px;
	padding:0px;
	border:0;
}

#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 10px;
	padding:0px;
	border:0;
	color:#999999;
}

#header h1 span.black {
	color:#000000;	
}

#header h1 span.orange {
	color:#ee7f01;	
}

#navi {
	float:left;
	width:920px;
	height:30px;
	background-image:url('/Images/bg-navi.jpg');
	background-repeat:repeat-x;
}

#navi ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#navi li {
	float:left;
	padding:0px 20px 0px 20px;
	height:30px;
	background-image:url('/Images/navi-div.jpg');
	background-repeat:no-repeat;
	background-position:right;
}

#navi li a {
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	display:block;
}

#navi li a:hover {
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ee7f01;
	text-decoration:none;
	display:block;
}

#navi li.active a {
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ee7f01;
	text-decoration:none;
	display:block;
}

#navi li.active a:hover {
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	display:block;
}

div.pagename 
{
	font-size:18px;
	font-weight: bold;
	color:#ee7f01;
	border-bottom:1px dotted #999999;
	padding-bottom:4px;
	margin-bottom: 10px;
}

#subnavi {
	float:left;
	width:920px;
	height:27px;
	background-image:url('/Images/bg-subnavi.jpg');
	background-repeat:repeat-x;
}

#subnavi ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#subnavi li {
	float:left;
	padding:0px 20px 0px 20px;
	height:27px;
}

#subnavi li a {
	line-height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	display:block;
}

#subnavi li a:hover {
	line-height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
	display:block;
}

#subnavi li.active a {
	line-height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
	display:block;
}

#subnavi li.active a:hover {
	line-height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	display:block;
}

div.main {
	float:left;
	margin-top:10px;
	width:916px;
	border:2px solid #cccccc;
	color:#666666;
	line-height:18px;
	background-color:#FFF;
}

div.gray_right
{
    background-image:url('/Images/bg-main.jpg');
	background-repeat:repeat-y;
}

#content {
	float:left;
	width:628px;
	padding:20px;
	color:#666666;
}

#content_without_news {
	float:left;
	width:876px;
	padding:20px;
	color:#666666;
}

div.frame 
{
    width: 628px;
	border:1px solid #cccccc;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

#news {
	float:left;
	width:208px;
	padding:20px;
	color:#666666;
}

div.item {
	padding-bottom:8px;
	border-bottom:1px dotted #999;	
}

div.item b {
	color:#ee7f01;
}

#footer {
	float:left;
	text-align:center;
	margin-top:10px;
	width:916px;
	border:2px solid #cccccc;
	color:#666666;
	line-height:16px;
	background-color:#FFF;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#666666;
	text-decoration:underline;
}
