body{
	margin:0;
	color:#303030;
	/*font:12px Arial, Helvetica, sans-serif;*/
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif !important;
	font-size:12px;
	min-width:1003px;
	background:#c2c2c2 url(../images/bg-body.gif) no-repeat 50% 0;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	
}
.w1{
	float:left;
	position:relative;
	left:50%;

}
.w2{
	float:left;
	position:relative;
	left:-50%;

}
.main-holder {
	width:1003px;
	margin:0 auto;
	position:relative;
}
#header{
	overflow:hidden;
	padding:0 24px 0 27px;
}
* html #header{
	height:146px;
}
#header .logo{
	overflow:hidden;
	width:189px;
	height:146px;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	left:66px;
}
.logo a{
	height:100%;
	display:block;
}
#header .slogan{
	display:block;
	overflow:hidden;
	font-size:26px;
	background:url(../images/bg-slogan.png) no-repeat;
	color:#fff;
	font-weight:normal;
	margin-top:62px;
	padding:0 13px 0 0;
	text-align:right;
}
#header .slogan span{
	color:#000;
	font-size:17px;
}
#header .nav-bar{
	background:url(../images/bg-nav-bar.gif) no-repeat 100% 0;
	overflow:hidden;
	width:100%;
}
#nav{
	list-style:none;
	margin:0;
	float:right;
	font-size:14px;
	text-transform:uppercase;
	padding:6px 70px 0 0;
	text-align:center;
	/**width:675px;*/
	right:0px;
	left:60px;
	*position:relative;
	/**border:1px solid #000;*/
}
#nav li{
	float:left;
	padding:14px 25px 0;
	background:url(../images/divider-nav.png) no-repeat;
	/*text-align:center;*/
	height:1%;
	*width:92px;
	*position:relative;
}
#nav li:first-child{
	background:none;
}
#nav li a{
	color:#fff;
	outline:none;
	float:left;
	text-align:center;
}
#nav li a span{
	display:block;
	width:56px;
	height:14px;
	margin:3px auto 0;
}
#nav li a:hover span,
#nav li.active a span{
	background:url(../images/arrow-active.png) no-repeat;
}
#nav li a:hover{
	text-decoration:none;
	text-align:center;
	display:block;
	*width:92px;
}
#main{
	padding:5px 28px 10px 32px;
	background:url(../images/bg-main.png) repeat-y;
	overflow:hidden;
	height:1%;
	margin-bottom:8px;
}
#main .top-bar{
	background:url(../images/bg-top-bar.gif) repeat-x;
	overflow:hidden;
	height:1%;
	margin-bottom:8px;
	padding:6px 20px 0 22px;
}
.top-bar h1{
	float:left;
	margin:0;
}
.top-bar h1 em{
	display:block;
	text-align:right;
	font-size:12px;
	font-weight:normal;
}
.top-bar .contacts{
	float:right;
	list-style:none;
	margin:0;
	padding:11px 0 0;
}
.top-bar .contacts li{
	display:inline;
	background:url(../images/divider-contacts.gif) no-repeat 0 2px;
	padding:0 1px 0 4px;
}
.top-bar .contacts li:first-child{
	background:none;
}
#content{
	width:534px;
	float:left;
	padding-left:6px;
}
#content-inside{
	width:932px;
	float:left;
	padding-left:6px;
}
#content-inside .main-image{
	padding:14px 20px 5px 20px;
	margin-bottom:9px;
}
#content .main-image{
	background:url(../images/bg-main-image.gif) no-repeat;
	padding:14px 0 5px 22px;
	margin-bottom:9px;
}
#content .main-image img{
	display:block;
	margin-bottom:7px;
}
#content .main-image h3{
	margin:0 6px 0 0;
	display:inline;
	font-size:20px;
	color:#fff;
}
#content-inside .main-image h3{
	margin:0 6px 0 0;
	font-size:20px;
	color:#392C39;
}
#content .main-image span{
	color:#bfc6a2;
	font-size:14px;
}
#content .description{
	color:#606060;
	padding:0 21px 10px 26px;
}
#content .description p{
	margin:0 0 5px;
}
#sidebar{
	width:386px;
	float:right;
	padding-top:2px;
}
#sidebar .box{
	background:url(../images/bg-sidebar-box.gif) repeat-y;
	margin-bottom:8px;
}
#sidebar .box .holder{
	background:url(../images/bg-sidebar-box-t.gif) no-repeat;
}
#sidebar .box .frame{
	background:url(../images/bg-sidebar-box-b.gif) no-repeat 0 100%;
	min-height:130px;
	padding:4px 15px 0 0;
}
* html #sidebar .box .frame{
	height:130px;
}
#sidebar .box .img-holder{
	float:right;
}
#sidebar .box .description{
	float:right;
	width:128px;
}
#sidebar .box .description h4{
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 4px;
}
#sidebar .box .description h4 a{
	color:#949c73;
	text-decoration:underline;
}
#sidebar .box .description h4 a:hover{
	text-decoration:none;
}
#sidebar .box .description p{
	margin:0 0 8px;
}
#sidebar .blog .description{
	padding-top:36px;
}
#sidebar .blog .img-holder{
	padding:10px 30px 0 0;
}
#sidebar .calendar .description{
	padding-top:31px;
}
#sidebar .calendar .img-holder{
	padding:3px 16px 0 0;
}
#sidebar .location .description{
	padding-top:39px;
}
#sidebar .location .img-holder{
	padding-right:16px;
}
#footer{
	background:url(../images/bg-footer.png) repeat-x;
	width:935px;
	min-height:312px;
	margin:0 auto;
	padding:8px;
}
* html #footer{
	height:312px;
}
#footer .copyright{
	font-size:12px;
	color:#fff;
	background:url(../images/bg-copyright.gif) repeat-x;
	overflow:hidden;
	padding:10px 19px 0 13px;
	min-height:53px;
}
* html #footer .copyright{
	height:53px;
}
#footer .copy{
	float:left;
}
#footer .by{
	float:right;
}
#footer .by a{
	color:#FFF;
}
/*INterior pages*/
 h4.greentitle{
	color:#949c73;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:20px;
}
.highlightbox{background:#EBEBEB;padding:7px;}
.checkbox{list-style:none;margin:10px 0px 0px 5px;padding:0px;}
.checkbox li{background:url(../images/checkbox.jpg) no-repeat;margin:3px 0px 3px 0px;padding:0px 0px 0px 18px;}
.tighterbox{width:70%;}
.alternating{list-style:none;margin:0px;padding:0px;}
.alternating li{list-style:none;margin:0px;padding:15px 5px 15px 20px;border-bottom:1px solid #949c73;}
.alternating li a{text-decoration:underline;padding-top:3px;display:block;}
.alternating .alt{background:#EBEBEB;}
.alternating2{list-style:none;margin:0px;padding:0px;}
.alternating2 li{background:url(../images/checkbox.jpg) no-repeat 10px 15px;margin:3px 0px 3px 0px;padding:15px 20px 15px 30px;border-bottom:1px solid #949c73;}
.alternating2 li.alt{background:url(../images/checkbox.jpg) no-repeat 10px 15px #EBEBEB;}
a.button{background:#444;color:#FFF;padding:3px;border:1px solid #000;display:block;margin:5px 0px 0px 0px;width:200px;}
a.button:hover{background:#666;color:#CCC;padding:3px;border:1px solid #000;display:block;margin:5px 0px 0px 0px;width:200px;}
.entry{margin:0px;padding:15px 5px 15px 20px;border-bottom:1px solid #949c73;}
.entryalt{margin:0px;padding:15px 5px 15px 20px;border-bottom:1px solid #949c73;background:#EBEBEB;}
.date{color:#444;margin-bottom:5px;}
