@charset "utf-8";
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #BBB271 url(../images/bg.jpg) top repeat-x;
	color: #463600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

body.fs {font-size: 11px;}

/* Normal link */
a {
	color: #463600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 100%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	padding: 0;
}

ul.list {
	list-style: none;
}

ul.list li {
	padding-left: 10px;
	background: url(../images/bullet.gif) 0 9px no-repeat;
	line-height: 180%;
}

#allpage hr {
	color: #3366cc; /* IE */
	background: #3366cc; /* FF */
	border: 0;
	height: 1px;
	margin: 0;
	padding: 0;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
	color: #555;
}

input, select, textarea, .inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #555;
}

select, textarea, .inputbox {
	border: 1px solid #aeaeb9;
}

textarea, .inputbox {
	padding: 2px;
	padding-left: 5px;
	background: #FFF;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.left{float: left;}
.right{float: right;}
.clr{clear: both;}
.clr_left{clear: left;}
.clr_right{clear: right;}

.banner{
	background: url(../images/banner.gif) no-repeat;
	height: 93px;
}

.banner td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.nav{
	background: #FFF;
	border: #DB7A01 solid 1px;
	border-width: 1px 0 1px 0;
	height:29px;
	vertical-align:middle;
	text-align:center;
}
.nav,
.nav a{
	color: #666;
}
.nav a{
	padding: 0 14px;
}
.nav a:hover{
	color: #ff8f00;
	text-decoration: none;
}

.sub-banner{
	border-top: #FFF solid 1px;
}

.content{
	background: #FFF;
}

.left-col{
	width: 215px;
	vertical-align: top;
}

.right-cont{
	padding: 0 10px;
	vertical-align: top;
}

.box, 
.box2{
	background: #e06d2a;
	margin-bottom: 8px;
}
.box th,
.map{
	background: url(../images/bg_tit.gif) top left no-repeat;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 5px 20px 28px;
}
.box td,
.box a,
.box label,
.box input,
.box select,
.box textarea{
	font-size: 12px;
}
.box td,
.box a,
.box label{
	font-family: Arial, Helvetica, sans-serif;
	color: #f6d6c3;
}
.box input,
.box select,
.box textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.box input.btn{
	background: #ffcc33 url(../images/arr.gif) 93% center no-repeat;
	border: #e7832c solid 1px;
	font-weight: bold;
	padding: 2px 12px 2px 7px;
	_padding: 2px 4px 2px 0;
}
* html .box input.btn{
	padding: 2px 4px 2px 0;
} 
.box2{
	background: #efb694;
}

.map{
	display: block;
	background: url(../images/bg_map.gif) top left no-repeat;
	font-weight: bold;
	padding: 12px 5px 14px 47px;
	margin-bottom: 8px;
}

* html .map{
	padding-top: 13px;
}

.title{
	background: url(../images/title_f.gif) top left no-repeat;
	padding-left: 26px;
	line-height: 28px;
}
.title span{
	display: block;
	line-height: 28px;
	background: url(../images/title_l.gif) bottom repeat-x;
}
.title b{
	text-transform: uppercase;
	padding-right: 5px;
}
.title strong{
	display: block;
	padding-top:2px;
}
.title a{
	color: #e06d2a;
	padding: 0 5px;
}

.text-jus{
	text-align: justify;
}

.i-news{
	border: #d1d1d1 solid 1px;
	background: #FFF;
}
.m-l{
	margin-left: 12px;
}

.detail{
	display: block;
	text-align: right;
	color: #9c9374;
	text-decoration: underline;
}
.detail:hover{
	text-decoration: none;
}

.l-col{
	padding-left: 14px;
	border-left:#f2cebb solid 1px;
	vertical-align:top;
}

.bg-photo{
	background: #858ddd url(../images/bg_photo.gif) center top no-repeat;
	vertical-align: top;
	text-align: center;
}
.bg-photo,
.bg-photo a{
	color: #000;
}
.bg-photo a{
	padding: 0 5px;
}
.bg-photo p{
	margin: 5px 0;
}

.photo b{
	color: #000;
	font-size: 12px;
}

.p-show a{
	display: block;
	float: left;
	padding: 2px;
	background: #FFF;
	border: #cfcfcf solid 1px;
}

.w-h{
	width: 17px;
}

.footer,
.footer a{
	color: #FEFEFE;
}
.footer p{
	margin: 10px;
}

.footer-link{
	background: url(../images/bg_ftr.gif) repeat-x;
	color: #FFF;
	border: #975501 solid 1px;
	border-width: 1px 0 1px 0;
	height: 29px;
	vertical-align: middle;
	text-align: center;
}
.footer-link a{
	color: #FFF;
	padding: 0 10px;
}

.buttonForm {
background:#FFCC33 url(../images/sh_btn_arrow_right.gif) no-repeat scroll right center;
border:0px none;
color:#000000;
cursor:pointer;
font-family:verdana,arial,sans-serif;
font-size:10px;
font-weight:bold;
height:20px;
margin:0px;
padding:2px 10px 5px 5px;
text-transform:capitalize;
}

#searchContainer .formElements, #searchContainer #optionalFields, #searchContainer #searchButtonContainer {
padding-left:12px;
}
#searchButtonContainer {
padding-bottom:8px;
text-align:right;
}
#searchButtonContainer p#searchOptions {
text-align:left;
}
#searchButtonContainer p, .formElements p {
margin:3px 0px 0px;
}
#bodyContainer, cal_tableStyle {
border-collapse:collapse;
border-spacing:0px;
}
#optionalFields p {
margin:0px;
}

img {
	border:none;
}

.image {
	width:90px;
	padding:4px;
	border:1px solid #bcbcbc;
	float:left;
	margin:0 15px 10px 0;
}
.news_title{
font-weight:bold;
}