html,body {height:100%;}
body{
	margin:0;
	color:#000000;
	min-width:970px;
	font:13px/16px Arial, Helvetica, sans-serif;
	background:#ffffff url(../images/bg-body.gif) repeat-x;

}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input,
textarea {
	border:0;
	background:none;
	padding:0;
	margin:0;
}
img {border-style: none;}
a{
	color:#3a3a3c;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
.page{
	width:100%;
	overflow:hidden;
	min-height:100%;
}
* html .page {
	overflow:visible;
	height:100%;
}
.w1{
	width:100%;
	overflow:hidden;
	position:relative;
}
.w2{
	width:1035px;
	position:relative;
	float:left;
	left:50%;
	padding:0 0 132px;
}
.w3{
	width:1035px;
	position:relative;
	float:left;
	left:-50%;
}
/* wrapper */
#wrapper {
	width:970px;
	margin:0 auto;
	position:relative;

}
#wrapper after {
	clear: both;
	content:"";
	display: block;
}
/* header */
#header {
	position:absolute;
	top:0;
	left:0;
	height:152px;
	width:100%;
    background-color:#414142;

}
.header-box{
	overflow:hidden;
	padding:10px 0 0;
}
* html .header-box {
	overflow:visible;
	height:1%;
}
.logo {
	text-indent:-9999px;
	float:left;
	background:url(../images/header.png) no-repeat;
	width:970px;
	height:85px;
	margin:12px 0 15px;
	overflow:hidden;
}
.logo a {
	display:block;
	height:100%;
	width:970px;
}

}
.bg-header {
	position:absolute;
	right:-66px;
	top:19px;
	z-index:100;
}

/* nav */
#navcent {
	margin:7px 0 0;
	width:100%;
	background:url(../images/bg-nav-shadow.gif) no-repeat 0 100%;
	padding:0 0 5px;
}
#nav {
	margin:0 auto;
}
#nav:after{
	clear:both;
	content:"";
	display:block;
}

#nav ul {
	margin:0;
	padding:13px 0 0;
	list-style:none;
	float:left;
}
#nav ul li {
	float:left;
	font-size:15px;
    font-weight:normal;
	padding:0 14px 0 17px;
}
#nav ul li a {
	color:#f9f7f5;
	float:left;
	padding:0 0 11px;
}
#nav #green {
	background-color:#007583;
	width:970px;
	position:relative;
	z-index:2;
}
#nav #green .active a {
	font-weight:normal;
	font-size:15px;
}
#nav #green .active ul a {
	font-weight:normal;
	font-size:14px;
}


#nav #green:hover,
#nav #green.hover {background-color:#007583;
                    color:#A4CD26; }
#nav li:hover,
#nav li.hover {position:relative;}
#nav ul ul {
	margin:0;
	padding:10px 10px 10px 15px;
    color:#a49c86;
	list-style:none;
	display:none;
	width:155px;
	position:absolute;
	top:27px;
	left:4px;
}
#nav ul ul a{

    color:#a49c86;

}
#nav ul ul li {
	width:100%;
	margin:0 0 4px;
	padding:0;
}

#nav ul ul ul{
	margin:0;
	padding:5px;
    color:#a49c86;
	list-style:none;
	display:none;
	width:155px;
	position:absolute;
	top:27px;
	left:4px;
    font-style:italic;
}
#nav ul ul ul li {
	width:100%;
	margin:0 0 4px;
	padding:0;
}

#nav #green ul {background:url(../images/bg-sub.png) repeat-y;}

#nav li:hover ul,
#nav li.hover ul {display:block;}
/* content */
#content {
	padding:162px 0 0;
	background:#fff url(../images/bg-content.gif) no-repeat 0 157px;
	overflow:hidden;
	width:100%;
}
.wrap {
	overflow:hidden;
	height:1%;
	padding:0 10px 9px 9px;
}
.wrap .align-left {float:left;}
.wrap .align-right {float:right;}
/* promo-box */
.promo-box {
    float:right;
    background:url(../images/sideback.jpg) repeat-y;
	width:295px;
	height:483px;
    overflow:hidden;
	padding:0px;
    margin:0;
}

.promo-box img {display:block;}

.promo-box p {

	color:#4c4c4c;
	font-size:12px;
	line-height:14px;
}
.promo-box .times {
	padding:10px 20px 10px;
    height:165px;
    display:block;

}
.promo-box .times h2 {
	color:#a49c86;
	font-size:14px;
    line-height:20px;
	margin:0px;
    padding:0px;
    font-weight:bold;
}
.promo-box .times ul {
    margin:0 0 5px 5px;
	padding:0px;
    color:#a49c86;
	list-style:none;
    font-style:italic;
    font-size:13px;
}
.flash-holder img { display:block;
                    float:left;
                    margin-right:0px;
}
}
/* visual */
.visual {
	position:relative;
	width:100%;
}
.visual img {display:block;}

/* breadcrumbs */
.breadcrumbs {
	float:left;
	margin:-2px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.breadcrumbs li {
	float:left;
	color:#808080;
	font-size:12px;
	background:url(../images/bullet-breadcrumbs.gif) no-repeat 0 50%;
	padding:0 6px 0 13px;
	margin:0 13px 0 -13px;
	display:inline;
}
.breadcrumbs li a {
	color:#a49c86;
	font-size:12px;
	text-decoration:underline;
}
.breadcrumbs li a:hover {
	text-decoration:none;
	color:#444;
}
/* tools */
.tools {
	float:right;
	margin:-2px 0 0;
}

/* main */
#main {
	height:1%;
	overflow:hidden;
	padding:5px 10px 15px;
}
/* container */
.container {
	float:right;
	width:768px;
}
/* info-area */
.info-area {padding:0 0 11px;}
.info-area h2 {
	color:#a49c86;
	font-size:24px;
	line-height:36px;
	margin:0 0 2px;
}
.info-area h2 span {
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	display:block;
	padding:0 0 0 15px;
	color:#8dc63f;
	margin:-11px 0 0;
}
.info-area img {
    float: left;
    margin: 0px 5px 2px 0px;
}
.info-area .info {
	color:#808080;
	font-size:14px;
	display:block;
	margin:0 0 8px;
}
.info-area p {margin:0 0 11px;}
.info-list {
	margin:0;
	padding:0 0 16px 17px;
	list-style:none;
}
.info-list li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 0 14px;
	background:url(../images/bullet-sidenav.gif) no-repeat 0 4px;
	font-size:15px;
	line-height:17px;
	margin:0 0 6px;
}
.info-area h3 {
	font-style:italic;
	font-weight:normal;
	color:#a49c86;
	font-size:18px;
	line-height:20px;
	margin:0;
}
.info-area h4 {
	font-style:italic;
	font-weight:normal;
	color:#a49c86;
	font-size:15px;
	line-height:20px;
	margin:0;
}
/* info-box */
.info-box {
	background:url(../images/bg-info-box.gif) repeat-y -482px 0;
	width:482px;
}
.info-box .holder {background:url(../images/bg-info-box.gif) no-repeat;}
.info-box .frame {
	background:url(../images/bg-info-box.gif) no-repeat 100% 100%;
	min-height:143px;
	padding:2px 9px 0 2px;
	height:1%;
	overflow:hidden;
}
* html .info-box .frame {
	height:143px;
	overflow:visible;
}
.info-box .title {
	float:left;
	background:#ffd600 url(../images/bg-rss-title.gif) no-repeat 100% 100%;
	color:#5e9732;
	font-size:16px;
}
.info-box .title span {
	float:left;
	background:url(../images/bg-rss-title.gif) no-repeat;
	line-height:38px;
	padding:0 14px 0 9px;
}
.info-box .banner {
	float:right;
	margin:3px 0 0;
}
.info-box .banner img {display:block;}
.info-box .text  {
	overflow:hidden;
	padding:5px 11px 7px 10px;
	clear:both;
}
.info-box .text p {
	margin:0 0 5px;
	font-size:12px;
	line-height:14px;
}
/* aside */
.aside {
	float:right;
	background:none;
	min-height:260px;
	width:245px;
	padding:8px 0 28px 5px;
	margin:0 0 0 30px;
}
* html .aside {
	margin:0 0 0 27px;
	height:260px;
}
.aside .img-holder {
	width:100%;
	padding:0 0 23px;
}
.aside .img-holder img,
.aside .img-holder a {
	display:block;
	margin:0 auto;
}
.aside h2 {
	margin:0 0 12px 23px;
	color:#8dc63f;
	font-size:16px;
}
.aside ul {
	margin:-15px 0 10px 0;
	padding:0 0 0px 27px;
	list-style:none;
}
.aside ul li {
	overflow:hidden;
	vertical-align:top;
	background:url(../images/bullet-sidenav.gif) no-repeat 0 4px;
	padding:0 0 6px 13px;
}
.aside ul li a {
	color:#4c4c4c;
	font-size:14px;
	font-style:italic;
}
.aside ul li a:hover {color:#100010;}
/* search-results */
.search-results {
	height:1%;
	padding:0 28px 0 0;
}
/* result-bar */
.results-bar {
	background:#e7e8e9 url(../images/bg-results-bar.gif) repeat-x;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	line-height:24px;
	padding:0 6px 1px;
}
.results-bar p {margin:0;}
.results-bar .pager a {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	line-height:23px;
	color:#333;
	margin:0 0 0 14px;
	float:left;
}
.results-bar .pager {float:right;}
.results-bar .pager span {
	padding:0 8px 0 0;
	float:left;
}
.search-results .item {
	float:left;
	width:360px;
	padding:14px 0 0 9px;
	background:url(../images/bg-item.gif) no-repeat 17px 0;
	position:relative;
	margin:-2px 0 13px;
}
.search-results .item .img-holder {
	float:left;
	margin:0 16px 0 0;
}
* html .search-results .item .img-holder {margin:0 13px 0 0;}
.search-results .item .img-holder img {display:block;}
.search-results .item .text {
	overflow:hidden;
	padding:9px 0 0;
	font-size:12px;
	height:1%;
}
.search-results .item .text p {
	margin:0 0 0 4px;
	font-size:12px;
	line-height:15px;
}
.search-results h2 {
	color:#a49c86;
	font-size:18px;
	line-height:18px;
	margin:0 0 3px;
	height:1%;
	overflow:hidden;
}
.search-results h2 a {
	color:#a49c86;
	display:block;
}
.search-results h2 span {
	color:#8dc63f;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	display:block;
	padding:0 0 0 13px;
}
.search-results .item .text ul {
	margin:0;
	padding:3px 0 0 6px;
	list-style:none;
}
.search-results .item .text ul li {
	background:url(../images/bullet-sidenav.gif) no-repeat 0 5px;
	padding:0 0 2px 14px;
	height:1%;
}
.two-column {
	background:url(../images/bg-two-column.gif) repeat-y;
	width:748px;
	margin:8px -15px 13px 0;
}
.two-column:after {
	clear: both;
	content:"";
	display: block;
}
.two-column .col {
	float:left;
	width:374px;
	margin:-8px 0 -16px;
	position:relative;
	overflow:hidden;
}
* html .two-column .col {margin:-8px 0 -4px;}
* + html .two-column .col {margin:-8px 0 -4px;}
/* sidebar */
#sidebar {
	float:left;
	width:160px;
	padding:6px 0 0;
}
/* sidenav */
.sidenav {
	background:url(../images/sideback2.jpg) repeat-y;

	width:160px;
	padding:15px 5px 11px 15px;
	margin:0 0 7px;
}

.sidenav h3 {
	color:#a49c86;
	font-size:16px;
	margin:0 0 5px;
}
.sidenav ul {
	margin:0;
	padding:0 0 12px 6px;
	list-style:none;
}
.sidenav ul li {
	overflow:hidden;
	vertical-align:top;
	background:url(../images/bullet-sidenav.gif) no-repeat 0 4px;
	padding:0 0 6px 13px;
}
.sidenav ul li a {
	color:#a49c86;
	font-size:14px;
	font-style:italic;
}
.sidenav ul li a:hover {color:#100010;}
/* footer */
#footer {
	width:100%;
	height:100px;
	margin:-132px 0 0;
	position:relative;
}
.footer-holder {
	width:949px;
	margin:0 auto;
	padding:12px 8px 0 13px;
}
#footer .ad {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
#footer .ad li {
	float:left;
	padding:0 0 0 15px;
}
#footer .text {
	overflow:hidden;
	color:#a49c86;
	font-size:12px;

}
#footer .text p {
	margin:0 0 5px;
	text-align:justify;
    float:right;
}
#footer .text p.copy {font-size:10px;}
/* bottom-nav */
#footer .text ul {
	margin:0 0 9px -9px;
	padding:0;
	list-style:none;
	font-size:14px;
	overflow:hidden;
	height:1%;
	line-height:16px;
}
#footer .text ul li {
	float:left;
	background:url(../images/separator-bottom-nav.gif) no-repeat 0 3px;
	padding:0 10px;
	margin:0 1px 0 -1px;
}
#footer .text ul a {color:#a49c86;}
#footer .text ul a:hover {
	color:#a49c86;
	text-decoration:underline;
}
/* inner 03-04 pages */
.content-c{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-c.gif) repeat-y;
}
.content-b{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-b.gif) no-repeat 0 100%;
}
.inner-header {height:189px !important;}
.logo2{
	background:url(../images/logo2.gif) no-repeat;
	width: 481px;
	height: 93px;
	text-indent:-9999px;
	overflow:hidden;
	margin:35px 0 20px;
	float:left;
}
.logo2 a,
.logo3 a{
	display:block;
	height:100%;
}
.logo3{
	background:url(../images/logo3.gif) no-repeat;
	width: 129px;
	height: 70px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 0 0 14px;
}
/* header-holder */
.header-holder {
	float:left;
	width:340px;
	padding:36px 0 7px 11px;
}
/* join-email */
.join-email{
	width:167px;
	height: 52px;
	float:left;
	margin:0px;
	display:inline;
	padding:0px;
}

.header-holder .header-box{
	clear:both;
	width:100%;
}
/* nav-inner */
.nav-inner {margin:9px 0 0 !important;}
.nav-inner #yellow{
	width:607px !important;
	margin:0 !important;
	padding:13px 0 0 13px !important;
	background:url(../images/bg-nav2.gif) no-repeat !important;
}
.nav-inner #yellow:hover,
.nav-inner #yellow.hover{
	background-position:0 -41px !important;
}
.nav-inner #yellow a{
	font-weight:normal !important;
	font-size:15px !important;
}
.nav-inner #yellow li.active a{
	font-weight:bold !important;
	font-size:16px !important;
}
.nav-inner .btn-facebook{
	overflow:hidden;
	margin:-2px 0 0;
	padding:0 0 0 10px !important;
}
.nav-inner .btn-facebook a{
	text-indent:-9999px;
	padding:0 !important;
	background:url(../images/ico-facebook2.gif) no-repeat;
	width: 20px;
	height: 20px;
}
.nav-inner #green{
	width:355px !important;
	float:left !important;
	padding:13px 0 0 16px !important;
	margin:0 0 0 -21px !important;
	background:url(../images/bg-nav2.gif) no-repeat 0 -82px !important;
}
.nav-inner #green:hover,
.nav-inner #green.hover{
	background-position:0 -123px !important;
}
.nav-inner #yellow ul {background:url(../images/bg-sub-yellow2.gif) repeat-y !important;}
.nav-inner #green ul {background:url(../images/bg-sub-green2.gif) repeat-y !important;}
/* inner-wrap */
.inner-wrap{
	width:955px;
	margin:0 auto;
	overflow:hidden;
}
/* inner-visual */
.inner-visual{
	width:100%;
	overflow:hidden;
	position:relative;
}
.inner-visual img{display:block;}
.inner-visual .txt-learn{
	display:block;
	position:absolute;
	top:169px;
	left:14px;
	background:url(../images/txt03.png) no-repeat;
	width: 278px;
	height: 94px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
.inner-visual .txt-grow{
	display:block;
	position:absolute;
	top:167px;
	text-indent:-9999px;
	overflow:hidden;
	right:15px;
	background:url(../images/txt02.png) no-repeat;
	width: 234px;
	height: 92px;
}
/* twocolumn */
.twocolumn{
	width:950px;
	margin:0 auto 10px;
	overflow:hidden;
	padding:0 0 10px;
	background:url(../images/bg-content2.gif) repeat-x 0 100%;
}
.twocolumn .holder{
	width:100%;
	background:url(../images/border-twocolumn.gif) repeat-y 475px 0;
}
.twocolumn .holder:after{
	clear:both;
	display:block;
	content:"";
}
/* column */
.twocolumn .column {
	float:left;
	position:relative;
}
/* post-column */
.post-column{
	width:435px;
	padding:0 30px 0 10px;
}
.gallery-column{
	width:453px;
	padding:0 0 0 22px;
}
.twocolumn .column .ttl{
	width:100%;
	overflow:hidden;
	background:url(../images/ico01.gif) no-repeat 0 8px;
}
.twocolumn .column .ttl h2{
	margin:0;
	font-size:36px;
	line-height:normal;
	padding:0 0 0 36px;
}
.twocolumn .column .ttl h2 a{color:#619d45;}

.latest-post{
	width:400px;
	padding:10px 0 0 35px;
}
.latest-post h3{
	margin:0 0 0 5px;
	color:#727071;
	font-size:20px;
    line-height:25px;
	font-style:italic;
	font-weight:normal;
}

.latest-post p{

	color:#727071;
	line-height:16px;
	font-size:13px;


}
.latest-post .btn-more{
	width:100%;
	display:block;
	overflow:hidden;
	padding:55px 0 0;
}
.latest-post .btn-more a{
	float:right;
	background:url(../images/btn-more.png) no-repeat;
	width:106px;
	height: 36px;
	font-size:18px;
	font-style:italic;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	padding:4px 0 0 34px;
	cursor:pointer;
}
/* gallery-holder */
.gallery-holder {
	width:432px;
	padding:10px 0 0 21px;
	overflow:hidden;
}
.gallery-holder p{
	margin:0;
	width:390px;
	font-size:12px;
	line-height:14px;
	color:#727071;
}
.gallery-holder ul{
	margin:0;
	padding:0;
	width:440px;
	overflow:hidden;
	list-style:none;
}
.gallery-holder ul li{
	float:left;
	padding:24px 30px 8px 0;
	width: 115px;
}
.gallery-holder ul li a{
	display:block;
	background:url(../images/bg-img.png) no-repeat;
	width: 112px;
	padding:3px 0 0 3px;
	cursor:pointer;
}
.gallery-holder ul li a img{display:block;}
.gallery-holder ul li a span{
	display:block;
	text-align:center;
	font-size:18px;
	color:#609d45;
	line-height:20px;
	padding:8px 0 0;
	position:relative;
}
/* main-content */
.main-holder{
	width:100%;
	overflow:hidden;
	padding:0px 0 20px;
}
.main-content{
	width:620px;
	float:left;
	padding:18px 44px 0 36px;
    color:#231f20;
	font-size:12px;
	line-height:15px;
}
.main-content h2{
	margin:20px 0 0;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	color:#231f20;
	padding:0 0 0px;
}
.main-content p{
    padding:0;
    margin:0;
	color:#231f20;
	font-size:13px;
	line-height:normal;
}


/* sidebar */
.main-holder #sidebar {
	width:240px;
	padding:0 0 30px 20px;
	float:right;
	display:inline;
	min-height:400px;
	margin:0 20px 0 0;
    background:url(../images/sideback.jpg) repeat-y;
}
* html .main-holder #sidebar {height:400px;}
.main-holder #sidebar h2{
	margin:0;
	font-weight:normal;
	font-size:20px;
	padding:0 0 0 17px;
	line-height:24px;
	color:#9e2216;
}

.main-holder #sidebar h3 {
	color:#9e2216;
	font-size:18px;
	margin:0 0 5px;
}
.main-holder #sidebar ul {
	margin:0;
	padding:0 0 12px 6px;
	list-style:none;
}
.main-holder #sidebar ul li {
	overflow:hidden;
	vertical-align:top;
	background:url(../images/bullet-sidenav.gif) no-repeat 0 4px;
	padding:0 0 6px 13px;
}
.main-holder #sidebar ul li a {
	color:#a49c86;
	font-size:14px;
	font-style:italic;
}
.main-holder #sidebar ul li a:hover {color:#100010;}
