@charset "UTF-8";
/* COMMON */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
html { 
	font-size: 100.1%;
}
body {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	color: #494949;
	background: #fff;
}
a, a:active {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
ul, menu, dir {
	display: block;
	list-style-type: disc;
}
input {border: 1px solid black; width: 200px;}
textarea {border: 1px solid black;width: 360px; height: 100px;}

/* HEADER */
#top_head {
	background: #737373 url('../images/top_left.png') left top no-repeat;
	color: #FFF;
	font-weight: 700;
	height: 40px;
	margin: 0 auto;
	/*width: 1004px;*/
	width: 100%;
}
#top_head>*{
	color: #FFF;
	font-weight: 700;
	margin-top: 6px;
	padding:0;
}
#top_head>form>*{
	color: #FFF;
	font-weight: 700;
	margin-top: 6px;
	padding:0;
}
#top_head>form{
	font-weight: 700;
	margin-top: 0px;
	width:800px;
	float:left;
}
#top_head>form>input {
	font-weight: 700;
	background: #474545;
	border: 1px solid black;
	height: 25px;
	width: 168px;
}
#top_head>form>input[type="submit"] {
	width: 55px;
	font-weight: 700;
}
#top_head>form>a, #top_head>form>a:active {
	outline: none;
	text-decoration: none;
}
#top_head>form>a:hover {
	outline: none;
	text-decoration: underline;
}

::-webkit-input-placeholder	{ color:#999; }
input:-moz-placeholder { color:#999; }
input[placeholder] {color: #999 !important}
input:-ms-placeholder { color:#999; }
::-ms-input-placeholder	{ color:#999; }
:-ms-input-placeholder	{ color:#999; }
.text-placeholder {color: #999 !important}
		
#header {
	background: url('../images/head_bg.jpg') repeat-x;
	height: 151px;
	margin: 0 auto;
	/*width: 1004px;*/
	width: 100%;
}
#header>div {
	background: url('../images/head_r.jpg') top right no-repeat;
	float: right;
	margin: 0;
	width: 440px;
	height: 151px;
}
#header>div>div {
	color: #fdeaa8;
	margin-top: 35px;
	margin-right: 50px;
	font-family: "Times New Roman";
	/*font-style: italic;*/
	font-weight: bold;
	text-align: right;
	float: right;
	font-size: 18px;
}

/* NAV - MENU */
#nav {
	background: url('../images/nav_bg.jpg') repeat-x;
	font-weight: bold;
	height: 64px;
	margin: 0 auto;
	padding: 0;
	/*width: 1004px;*/
	width: 100%;
}
#nav div{
	background: url('../images/nav.jpg') left top no-repeat;
	/*width: 904px;*/
	height: 50px;
	margin: 0;
}
#nav a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 40px;
}
#nav a, #nav a:active {
	color: #FFF;
	outline: none;
	text-decoration: underline;
}
#nav a:hover {
	color: #F00;
	outline: none;
	text-decoration: none;
}
#nav a.current {
	color: #F00;
	outline: none;
	text-decoration: none;
}

/* BODY */
#body {
	margin: 0 auto;
	/*width: 1004px;*/
	width: 100%;
}

#sidebar {
	background: #737373;
	float: left;
	margin: 0;
	width: 331px;
	/*min-height: 550px;*/
	/*height:100%;*/
}
#sidebar .title {
	background: #737373 url('../images/bg2.jpg') left top repeat-x;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 20px;
	text-align: right;
}
#sidebar .title:hover {
	color: #ddd;
	cursor: pointer;
}
#hidden1 {display: none;}
#hidden2 {display: none;}
#menu_item1 {display: none;}
#menu_item2 {display: none;}
#menu_item3 {display: none;}

.menu_item {
	padding: 4px 0 12px;
	margin: 0 0 0 74px;
}
.menu_2 {
	margin: 0 0 0 84px;
}
.menu_3 {
	margin: 0 0 0 94px;
}
.size_1 {
	font-size: 16px;
	background: url('../images/lst_item1.jpg') left center no-repeat;
}
.size_2 {
	font-size: 14px;
	background: url('../images/lst_item2.jpg') left center no-repeat;
}
.size_3 {
	font-size: 12px;
	background: url('../images/lst_item3.jpg') left center no-repeat;
}

.menu_item a{
	/*font-size: 12px;*/
	font-weight: bold;
	outline: none;
	text-indent: 0;
	padding: 3px 3px 3px 29px;
}
.menu_item a, .menu_item a:active {
	color: #FFF;
	text-decoration: underline;
}
.menu_item a:hover {
	color: #F00;
	text-decoration: none;
}
.menu_item a.current2 {
	color: #F00;
	text-decoration: none;
}

.news_item {
	margin: 10px 10px 20px;
	min-height: 72px;
}
.news_item img {
	border: 1px solid #b1adad;
	float: left;
	margin: 0px 20px;
}
.news_item span {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}
.news_item a {
	color: #FFF;
	font-size: 11px;
	outline: none;
	text-decoration: underline;
}

.news_more {
	padding: 14px 0 22px;
}
.news_more a, .news_more a:active {
	background: #333232;
	color: #FFF;
	margin: 0 0 0 144px;
	outline: none;
	padding: 5px;
	text-decoration: underline;
}
.news_more a:hover {
	background: #333232;
	color: #F00;
	margin: 0 0 0 144px;
	outline: none;
	padding: 5px;
	text-decoration: none;
}

/* CONTENT */
#content {
	background: #FFF url('../images/ttl_item.jpg') left top no-repeat;
	/*float: right;*/
	margin: 0;
	padding: 15px;
	margin-left:30px;
	/*margin-left:361px;*/
	/*width: 623px;*/
	position: relative;
	padding-bottom: 225px;
	min-height: 220px;
}
#content .title {
	border-bottom: 2px solid #f8ae33;
	color: #f8ae33;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 11px 45px;
	outline: none;
	padding-bottom: 10px;
	text-align: left;
}
#content .sub_title {
	border-bottom: 2px solid #f8ae33;
	color: #f8ae33;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 11px 45px;
	outline: none;
	padding-bottom: 10px;
	text-align: left;
}
.article p{
	text-indent: 40px;
	text-align: justify;
	line-height: 1.5;
	margin-left: 5px;
	margin-bottom: 10px;
}
.article b{
	font-weight: bold;
}
.article li{
	margin-left: 60px;
	text-indent: 10px;
}

#bottom_banner {
	/*margin-top: 27px;*/
	margin-bottom: 14px;
	height: 186px;
	width: 640px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* FOOTER */
#footer {
	background: #737373 url('../images/footer_bg.jpg') repeat-x;
	height: 106px;
	margin: 0 auto;
	/*width: 1004px;*/
	width: 100%;
}
#footer>p {
	color: #F00;
	float: right;
	font-style: italic;
	font-weight: bold;
	margin: 45px 45px;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear{clear: both;}
.block{display: block;}
.hide{display: none;}
.blue{color: #3791D7;}

.fill-input{   
 background:url('../images/s_input_02.gif') 0 0 repeat-x; 
 width:100%; 
 border:none; 
 height:24px; 
 /*padding:4px 0; */ 
 } 
 .left-input{   
 background:url('../images/s_input_01.gif') left top no-repeat; 
 width:50%;   
 } 
 .right-input{   
 background:url('../images/s_input_03.gif') right top no-repeat; 
 padding:0 14px 0 16px;   
 } 
 .right-input input{   
 font-family:Arial, Helvetica, sans-serif; 
 font-size:12px; 
 line-height:normal; 
 color:#000; 
 margin-top:-5px;
 padding:0; 
 border:none; 
 width:95%; 
 height:16px; 
 background:none;   
 }
 
 .fill-input1{   
 background:url('../images/t_input_02.jpg') 0 0 repeat-x; 
 width:100%; 
 border:none; 
 height:100px; 
 padding:4px 0;
 } 
 .left-input1{   
 background:url('../images/t_input_01.jpg') left top no-repeat; 
 width:50%;   
 } 
 .right-input1{   
 background:url('../images/t_input_03.jpg') right top no-repeat; 
 padding:0 14px 0 16px;   
 } 
 .right-input1 textarea{   
 font-family:Arial, Helvetica, sans-serif; 
 font-size:12px; 
 line-height:normal; 
 color:#000; 
 padding:0; 
 border:none; 
 width:95%; 
 height:92px; 
 background:none;   
 resize:none;
 scrollbar:none;
 }

 /* BUTTON */
a.ovalbutton{
	background: transparent url('../images/buttons/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949; /*button text color*/
}
a.ovalbutton span{
	background: transparent url('../images/buttons/oval-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover { /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	/*width: 100%;*/
}
a.btn_blue{
	background: transparent url('../images/buttons/oval-blue-left.gif') no-repeat top left;
}
a.btn_blue span{
	background: transparent url('../images/buttons/oval-blue-right.gif') no-repeat top right;
}
a.btn_green{
	background: transparent url('../images/buttons/oval-green-left.gif') no-repeat top left;
}
a.btn_green span{
	background: transparent url('../images/buttons/oval-green-right.gif') no-repeat top right;
}
a.btn_red{
	background: transparent url('../images/buttons/oval-red-left.gif') no-repeat top left;
}
a.btn_red span{
	background: transparent url('../images/buttons/oval-red-right.gif') no-repeat top right;
}
a.btn_orange{
	background: transparent url('../images/buttons/oval-orange-left.gif') no-repeat top left;
}
a.btn_orange span{
	background: transparent url('../images/buttons/oval-orange-right.gif') no-repeat top right;
}


.inputMess-tl {
	background:url('../images/s_input_tl.png') left top no-repeat; width : 16px;
}
.inputMess-ct {
	background:url('../images/s_input_ct.png') 0 0 repeat-x; height : 10px;
}
.inputMess-tr {
	background:url('../images/s_input_tr.png') right top no-repeat; width : 14px;
}
.inputMess-cl {
	background:url('../images/s_input_cl.png') left repeat-y; width : 16px;
}
.inputMess-cr {
	background:url('../images/s_input_cr.png') right repeat-y; width : 14px;
}
.inputMess-bl {
	background:url('../images/s_input_bl.png') left bottom no-repeat; width : 16px;
}
.inputMess-cb {
	background:url('../images/s_input_cb.png') 0 0 repeat-x; height : 10px;
}
.inputMess-br {
	background:url('../images/s_input_br.png') right bottom no-repeat; width : 14px;
}
