﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family:Tahoma;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}
/** Normal Css **/
img {
	border: 0px;
}
body {
	background-image: url('images/bg_tile.jpg');
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
#container {
	width: 1000px;
	margin: 0px auto 0px auto;
}
#left_navout {
	width: 10px;
	height: 169px;
	background-image: url('images/left_navout.png');
	float: left;
}
#main {
	width: 980px;
	float: left;
}
#header {
	background-image: url('images/header.jpg');
	width: 980px;
	height: 119px;
}
#navbar {
	background-image: url('images/navbar.jpg');
	width: 980px;
	height: 40px;
	overflow: hidden;
}
#navbar ul {
	float: left;
	padding-left: 10px;
}
#navbar li {
	display: inline;
	height: 40px;
}
#navbar ul li a:link, #navbar ul li a:visited {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #FFCC00;
	text-decoration: none;
	line-height: 37px;
	padding: 9px 10px;
}
#navbar ul li a:hover {
	background-image: url('images/navroll.png');
}
#language {
	width: 100px;
	height: 40px;
	float: right;
	padding-top: 10px;
	text-align: center;
}
#language img {
	margin: 0px 5px;
}
#carousel {
	width: 978px;
	height: 190px;
	border-left: 1px solid black;
	border-right: 1px solid black;

	/*background-image: url('images/carousel.jpg');*/
}
.alongSeperator {
	width: 980px;
	height: 30px;
	background-image: url('images/along_seperator.jpg');
}
#contentBody {
	background-color: #4E4E4E;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-x;
	width: 964px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 7px;
	min-height: 530px;
	max-height:10000px;
}
#l_block {
	width: 690px;
	float: left;
	background-color:#878887;
}
#sub_content {
	padding:10px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:14px;
	color:white;
}
#sub_content h3 {
	font-size:24px;
	margin-bottom:10px;
}
#breadcrumb {
	width:100%;
	border-bottom:1px solid #FFCC00;
	padding-bottom:7px;
	margin-bottom:7px;
	color:#FFD942;
}
#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration:none;
	color:#FFD942;
}
#breadcrumb a:hover {
	color:#FFF;
}

#accordion h3 {
	width: auto;
	height: 36px;
	background-image: url('images/categorybar.jpg');
	padding-left: 15px;
	line-height: 35px;
}
#accordion h3 a:link, #accordion h3 a:visited {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: black;
	text-decoration: none;
}
.acDetail {
	background: #CCC;
	padding: 7px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: black;
}
.acDetail ul {
}
.acDetail ul li {
	height: 25px;
	width: 210px;
	zoom:1; *display: inline !important; _height: 25px;
	display: inline-block;
	
	line-height: 25px;
	border:solid 3px #ccc;
}
.acDetail ul li a:link, .acDetail ul li a:visited {
	width: 100%;
	display: block;
	font-family:  Arial, Helvetica;
	font-size: 12px;
	color: white;
	text-decoration: none;
	height: 25px;
	width: 210px;
	background-color: #777;
	padding-left: 10px;
}
.acDetail ul li a:hover {
	background-color: #333;
	color: white;
}
#r_block {
	width: 270px;
	float: right;
	min-height: 150px;
	margin-top:-5px;
}
#mod_newsHeader {
	width:270px;
	height:59px;
	background-image:url('images/news.png');
}
#mod_newsText {
	width:240px;
	height:233px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/news_bg.jpg');
	padding-left:5px;
	padding-right:5px;
}
#mod_searchHeader {
	width:270px;
	height:50px;
	background-image:url('images/search.png');
	margin-top:10px;
}
#mod_searchText, #mod_maillistText  {
	width:250px;
	min-height:40px;
	margin-left:12px;
	background-color:#878887;
	font-family:Tahoma, Arial, Helvetica;
	font-size:14px;
	color:#000;
	text-align:center;
}

#mod_maillistHeader {
	width:270px;
	height:50px;
	background-image:url('images/maillist.png');
	margin-top:10px;
}

#footer {
	width: 980px;
	height: 231px;
	background-image: url('images/footer.png');
	clear: both;
}
#right_navout {
	width: 10px;
	height: 169px;
	background-image: url('images/right_navout.png');
	float: left;
}
#copyright {
	width:500px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#333;
	float:left;
	margin-top:15px;
}
#omedya a {
	width:300px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	text-decoration:none;
	float:right;
	text-align:right;
	margin-top:15px;
	color:#333;
}
.ann {
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#000;
	border-bottom:1px solid #333;
	padding-bottom:10px;
	margin-bottom:10px;
}
.annTitle {
	font-weight:bold;
	line-height:20px;
}