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

body {
	background:#FFF url(../images/bg.png) repeat-x top;
	margin:0;
	color:#444;}
	
img {border:none;}

p {line-height:17px;}

a {color:#444; text-decoration:none;}
a:hover {color:#fd3504; text-decoration:underline;}

.red {color:#d90000;}

/* Head Logo
*****************************************************/
#header {
	width:100%;
	height:54px;
	background:url(../images/header-bg.png) repeat-x;}
	
#header-logo {
	width:700px;
	height:50px;
	padding-top:4px;
	margin:auto;
	background:url(../images/header-logo-top.png);
	text-align:right;}
	
#head-images {
	width:700px;
	height:100px;
	margin:auto;
	background:url(../images/header-logo-bottom.jpg)}


#index-head-images {
	width:700px;
	height:200px;
	margin:auto;}
	
/* Nav
*****************************************************/
.nav {
	width:700px;
	margin:auto;
	position:relative;
	display:block;
	height:26px;
	background:#e9e9e9;}

.nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;}

.nav ul li {
	display:block;
	margin:0;}

.nav ul li a {
	display:block;
	float:left;
	color:#555;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:20px;}

.nav ul li a:hover {
	background:#fd3504;
	color:#fff;
	text-decoration:none;}

/* Layout & Content
*****************************************************/
#layout {
	width:700px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	background:#fbfbfb;}
	
#content {
	width:96%;
	margin:auto;
	padding-left:1%;
	padding-right:1%;
	background:#fff;
	padding-top:10px;
	padding-bottom:15px;}
	
/* News
*****************************************************/
.pagenavi a, .pagenavi a:link {
	padding:1px 4px 1px 4px; 
	margin:2px;
	text-decoration:none;
	border:1px solid #dfe7dc;
	color:#0066cc;}
	
.agenavi a:visited {
	padding:2px 4px 2px 4px; 
	margin:2px;
	text-decoration:none;
	border:1px solid #0066cc;
	color:#0066cc;}

.pagenavi a:hover {	
	border:1px solid #0066cc;
	color:#555;
	background:#f5f5f5;
	text-decoration:none;}
	
.this {
	padding:0 2px 0 2px; 
	margin:2px;
	text-decoration:none;
	color:#0066cc;}

.index-title {
	width:98%;
	height:15px;
	padding-left:1%;
	padding-right:1%;
	padding-top:3px;
	padding-bottom:3px;
	background:#fbfbfb;}
	
.index-title-left {float:left;}

.index-title-right {float:right;}

.index-content {
	padding-bottom:15px;
	background:url(../images/hr.jpg) no-repeat bottom center;
	margin-bottom:20px;}

/* Form
*****************************************************/
.td1 {
	width:120px;
	height:20px;
	padding-bottom:3px;}

.td2 {
	width:320px;
	height:20px;
	padding-bottom:3px;}
	
.form {padding-bottom:10px;}
	
#log_res {overflow:auto;}
#log_res.ajax-loading {
	padding-bottom:30px;
	background:url(../images/load.gif) no-repeat center;}


/* Index
*****************************************************/
#indexContent {
	width:100%;
	height:350px;}
	
#indexLeft {
	height:350px;
	margin-right:180px;}
	
#indexRight {
	width:150px;
	height:350px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	float:right;
	background:url(../images/index-menu-1.gif) no-repeat left top;}
	
.footerImages {
	width:200px;
	height:90px;
	padding:10px;
	float:left;
	margin-right:8px;
	margin-left:8px;
	background:#eeeeee;}
	
.newsBox {
	width:100%;
	height:90px;
	margin-bottom:20px;}
	
.newsBox ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#ccc;}
	
.newsBox li {height:30px;}
	
.info {
	width:98%;
	padding-left:4%;
	padding-right:1%;
	padding-top:3%;
	padding-bottom:3%;}

/* Footer
*****************************************************/
#footer {
	width:700px;
	height:30px;
	margin:auto;
	padding-top:10px;
	color:#999;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:10px;}
	
#footer-left {
	width:500px;
	padding-top:6px;
	float:left;}
	
#footer-right {
	width:100px;
	float:right;
	text-align:right;}
	
#footer a {color:#888; text-decoration:none;}
#footer a:hover {color:#fd3504; text-decoration:underline;}