/* General reset */
img{border:0;}
a{color:#808080;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:12px Arial,Helvetica,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
/* General settings */
html{height:100%;}
body{
	margin:0;
	height:100%;
	color:#808080;
	background:#fff;
	font:18px/21px Georgia,"Times New Roman",Times,serif;
}
#wrapper{
	min-width:950px;
	min-height:100%;
}
* html #wrapper{height:100%;}
/* header */
#header{margin:0 0 21px;}
.home-page #header{margin:0 0 25px;}
#header .area{
	width:950px;
	margin:0 auto;
}
#header .bar{
	height:107px;
	background: url(../images/bg-footer-bar.jpg) repeat-x;
}
#header .bar .area{position:relative;}
#header .bar:after{content:"";display:block;clear:both;}
#header .logo{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
	width:162px;
	height:151px;
}
#header .logo span{
	display:block;
	width:74px;
	height:87px;
	padding:7px 56px 57px 32px;
	background: url(../images/logo.png) no-repeat;
}
#header .logo a{
	display:block;
	height:100%;
	cursor:pointer;
	position:relative;
}
.home-page #header .logo{
	width:248px;
	height:263px;
}
.home-page #header .logo span{
	width:164px;
	height:192px;
	padding:13px 53px 58px 31px;
	background:url(../images/logo-home.png) no-repeat;
}
.top-pane{
	width:100%;
	overflow:hidden;
	margin:0 0 29px;
}
.top-pane .box{
	background:#85924a;
	float:right;
	display:inline;
	margin:0 30px 0 0;
	padding:6px 18px 6px 6px;
}
.search{
	float:left;
	background:#fff;
	padding:3px 4px 2px;
	margin:0 9px 0 0;
}
.search fieldset{float:left;}
.search .text{
	float:left;
	border:0;
	margin:0;
	padding:2px 4px 1px;
	color:#bfbdbd;
	width:142px;
	font:italic 12px Georgia,"Times New Roman",Times,serif;
}
.search .btn-submit{
	float:left;
	height:20px;
	overflow:hidden;
}
.search .submit{
	color:#fff;
	font:italic 12px/20px Georgia,"Times New Roman",Times,serif;
	float:left;
	border:0;
	margin:0;
	padding:0 6px 2px;
	background:#85924a;
	cursor:pointer;
	height:20px;
	overflow:visible;
}
#header .top-pane ul{
	margin:0;
	padding:4px 0 0;
	list-style:none;
	float:left;
	font-size:14px;
	line-height:18px;
}
#header .top-pane li{
	display:inline;
	padding:0 0 0 12px;
}
#header .top-pane a{
	color:#fff;
	text-decoration:none;
}
#header .top-pane a:hover{text-decoration:underline;}
.nav-pane{
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:18px;
}
.nav-pane ul{
	margin:0;
	padding:0 27px 0 0;
	list-style:none;
	float:right;
}
.nav-pane li{float:left;}
.nav-pane a{
	float:left;
	color:#fff;
	text-decoration:none;
	padding:8px 17px 9px;
}
.nav-pane .active a,
.nav-pane a:hover{
	background:#85924a;
}
.intro{
	background:#0f0f0f;
	border-bottom:10px solid #414a1a;
}
.intro .intro-area{
	width:950px;
	margin:0 auto;
	padding:18px 0 0;
	overflow:hidden;
	background: url(../images/bg-intro-area.jpg) no-repeat;
}
.intro .tabs{
	margin:0 -10px 0 0;
	padding:96px 0 19px 15px;
	list-style:none;
	float:left;
	font-size:24px;
	line-height:30px;
}
.intro .tabs li{
	padding:12px 17px 22px;
	width:308px;
	margin:0 0 -19px;
	background: url(../images/bg-intro-tabs.png) no-repeat;
}
.intro .tabs a{
	display:block;
	height:1%;
	position:relative;
	color:#fff;
	text-decoration:none;
	padding:12px 40px 11px 14px;
}
.intro .tabs a:hover{
	background:#4f5825 url(../images/arrow-white.gif) no-repeat 100% 20px;
	text-decoration:none;
}
.visual{
	width:530px;
	height:269px;
	padding:22px 26px 31px;
	background: url(../images/bg-visual.png) no-repeat;
	float:right;
	display:inline;
	margin:0 12px 0 -1px;
}
.visual ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.visual li{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.visual li.active{
	z-index:2;
}
/* twocolumns */
#twocolumns{
	width:950px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 83px;
}
#content{
	width:510px;
	float:right;
	padding:0 189px 0 0;
}
.home-page #content{
	width:590px;
	float:left;
	padding:14px 0 0 30px;
}
#content .heading{
	padding:0 0 0 9px;
}
#content h1, h2, h3, h4, h5, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
}
#content h1{
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 .33em;
}
#content h2{
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 .33em;
}
#content h3{
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 .33em;
	font-weight: bold;
}
#content h4{
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 .33em;
	font-weight: bold;
}
#content p{
	margin:0 0 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 16px;
}
#content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 16px;	
}
div.posted em.date {
	font-size: 14px;
	margin: 0 20px 0 0;
}
div.posted strong.autor {
	font-size: 14px;
	margin: 0 0 0 20px;
	font-weight: normal;
}
div.section-frame h3 {
	color: #ffffff;
	font-size: 1em;
}
#content .wrap{
	height:1%;
	overflow:hidden;
}
#content .news-box{
	float:left;
	width:283px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:17px;
	background: url(../images/bg-news-box.gif) repeat-y;
}
#content .news-box h3{color:#fff;}
#content .news-box h4{color:#fff;}
#content .news-box-holder{background: url(../images/bg-news-box-t.gif) no-repeat;}
#content .news-box-frame{
	height:1%;
	padding:18px 24px 29px 27px;
	overflow:hidden;
	background: url(../images/bg-news-box-b.gif) no-repeat 0 100%;
}
.news-box .date{
	font-style:normal;
	display:block;
	margin:0 0 3px;
}
.news-box .hold-image{margin:0 0 13px;}
.news-box .hold-image img{vertical-align:top;}
#content .news-box p{margin:0 0 17px;}
.news-box a{
	text-decoration:none;
	color:#fff;
}
.news-box a:hover{text-decoration:underline;}
/* sidebar */
.home-page #sidebar{
	width:283px;
	float:right;
	padding:0 24px 0 0;
}
#sidebar{
	float:left;
	width:190px;
	padding:4px 0 0 28px;
}
#sidebar .box{background: url(../images/bg-side-box.gif) repeat-y;}
#sidebar .box-holder{background: url(../images/bg-side-box-t.gif) no-repeat;}
#sidebar .box-frame{
	padding:2px 6px 10px;
	height:1%;
	overflow:hidden;
	background: url(../images/bg-side-box-b.gif) no-repeat 0 100%;
}
.service-times{
	height:1%;
	padding:16px 0 38px 19px;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	line-height:18px;
	background: url(../images/bg-service-times.jpg) no-repeat;
}
#sidebar .service-times h3{
	color:#fff;
	margin:0 0 15px;
	font-size:33px;
	line-height:38px;
	font-weight:normal;
	font-style:italic;
}
.service-times dl{
	margin:0;
}
.service-times dt{
	font-weight:bold;
	font-size:18px;
	margin:0 0 21px;
}
.service-times dd{
	margin:0;
}
.service-times ul{
	margin:0;
	padding:0 0 5px 8px;
	list-style:none;
}
.service-times li{
	margin:0 0 14px;
}
#sidebar .section{
	width:190px;
	color:#fff;
	background: url(../images/bg-side-section.gif) repeat-y;
}
#sidebar .section-holder{background: url(../images/bg-side-section-t.gif) no-repeat;}
#sidebar .section-frame{
	min-height:209px;
	overflow:hidden;
	padding:9px 18px 25px;
	background: url(../images/bg-side-section-b.gif) no-repeat 0 100%;
}
* html #sidebar .section-frame{height:209px;overflow:visible;}
#sidebar h3{
	margin:0 0 11px;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
}
.subnav{
	margin:0;
	padding:0 0 0 11px;
	list-style:none;
	font-style:italic;
	font-size:14px;
	line-height:18px;
}
.subnav a{
	color:#fff;
	text-decoration:none;
}
.subnav a:hover{text-decoration:underline;}
/* footer */
#footer{
	height:43px;
	width:890px;
	border-top:1px solid #85924a;
	margin:-54px auto 0;
	padding:10px 0 0;
	position:relative;
	color:#828282;
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.home-page #footer{color:#6a782b;}
#footer .name{
	margin:0 10px;
}
#footer address{
	font-style:normal;
	padding:0 15px;
	display:inline;
}
#footer a{
	color:#828282;
	text-decoration:none;
	margin:0 10px;
}
.home-page #footer a{color:#6a782b;}
#footer a:hover{text-decoration:underline;}
h2.tec-cal-title {margin: 20px 0 60px 0;}
