html, body{height:100%;}
body{
	margin:0;
	color:#000;
	font:11px tahoma, arial,sans-serif;
	background:#fff;
}
img{border-style:none;} 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:100%;
	min-height:100%;
}
* html #wrapper {height:100%;}
#header{
	height:102px;
	background:url(images/bg-header.png) repeat-x;
	margin:0 0 6px;
}
#header .area{
	width:1180px;
	margin:0 auto;
}
.headline{
	margin:0 0 26px;
	padding:0 16px;
	list-style:none;
	overflow:hidden;
}
* html .headline{
	height:1%;
	overflow:visible;
}
.headline li{
	float:left;
	margin:0 1px 0 0;
	font-size:10px;
	line-height:20px;
}
.headline li a{
	float:left;
	background:url(images/btn-home.gif) no-repeat;
	padding:0 0 0 9px;
	color:#7b7b7b;
}
.headline li a span{
	float:left;
	background:url(images/btn-home.gif) no-repeat 100% 0;
	height:20px;
	cursor:pointer;
	padding:0 15px 0 0;
}
.headline li a em{
	float:left;
	font-style:normal;
	padding:0 0 0 29px;
}
.headline .lnk-home em{background:url(images/ico-home.gif) no-repeat;}
.headline .lnk-bookmark em{background:url(images/ico-bookmark.gif) no-repeat 0 2px;}
#header .holder{
	width:100%;
	overflow:hidden;
}
.search{
	float:right;
	margin:0 15px 0 0;
}
.search label {
  display: none;
}
.search .form-item{
	float:left;
	width:301px;
	background:url(images/bg-search.gif) no-repeat;
	margin:4px 0 0;
}
.search .form-item input{
	float:left;
	width:270px;
	padding:3px 10px 2px 21px;
	margin:0;
	background:none;
	border:0;
	color:#7b7b7b;
	font-size:11px;
}
.search .form-submit{
	float:left;
	width:69px;
	height:19px;
	margin:0;
	padding:0 0 2px;
    margin:4px;
	background:url(images/btn-search.gif) no-repeat;
	border:0;
	font-size:11px;
	line-height:17px;
	font-weight:bold;
	color:#d61624;
	cursor:pointer;
}
.logo{
	float:left;
	width:210px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:1;
	background:url(images/logo.gif) no-repeat;
	margin:0 0 0 55px;
}
.logo a{
	display:block;
	height:100%;
}
#main{
	width:1180px;
	overflow:hidden;
	background:url(images/bg-logo.gif) no-repeat;
	margin:0 auto;
	padding:0 0 30px;
}
.sidebar{
	width:175px;
	float:left;
	margin:0 0 0 18px;
	display:inline;
}
.login{
	width:100%;
	overflow:hidden;
	margin:0 0 30px;
}
.login h3{
	font-size:24px;
	margin:0 0 7px;
	color:#586267;
	font-weight:normal;
}
.login .holder{
	width:100%;
	overflow:hidden;
}
.login label{
	float:left;
	width:38px;
	font-size:10px;
	color:#d61624;
	margin:6px 0 0;
}
.login .input-txt{
	float:left;
	width:113px;
	background:url(images/bg-login-input.png) no-repeat;
}
.login .input-txt input{
	float:left;
	width:93px;
	padding:6px 10px 5px;
	margin:0;
	border:0;
	background:none;
	color:#515151;
	position:relative;
}
.login .btn-enter{
	float:right;
	width:82px;
	height:25px;
	background:url(images/btn-enter.png) no-repeat;
	border:0;
	padding:0 0 2px;
	margin:0 38px 0 0;
	cursor:pointer;
	line-height:23px;
}
.login .remember{
	text-align:right;
	font-weight:bold;
	padding:7px 33px 0 0;
}
.login .remember a{
	color:#42a8ff;
	text-decoration:underline;
}
.login .remember a:hover{text-decoration:none;}
.sidebox{
	width:100%;
	overflow:hidden;
}
.sidebox h3{
	font-size:24px;
	margin:0 0 7px;
	color:#c91421;
	font-weight:normal;
}
.sidebox .box{
	width:100%;
	overflow:hidden;
}
.sidenav{
	margin:-4px 0 0 !important;
	padding: 0 !important;
	list-style:none;
	width:150px;
	overflow:hidden;
}
.sidenav .slide {display:none;}
.sidenav .active .slide {display:block;}
.sidenav li{margin:0 0 1px;}
.sidenav li a{
	display:block;
	height:1%;
	background:url(images/btn-sidenav.gif) no-repeat;
	color:#34679b;
	padding:8px 0 8px 7px;
}
.sidenav li a.ui-state-active{background-image:url(images/btn-sidenav-a.gif);}
.sidenav li a:focus{outline:none;}
.sidenav ul{
	margin: 0 28px 45px 17px;
	padding: 6px 0 0;
	list-style:none;
	overflow:hidden;
}
* html .sidenav ul{
	height:1%;
	overflow:visible;
}
.sidenav ul li{margin:-3px 0 7px;}
.sidenav ul li a{
	background:none;
	color:#b4b4b4;
	background:url(images/arrow.gif) no-repeat 100% 50%;
	padding:0;
}
.content-area{
	width:974px;
	float:right;
	margin:0 13px 0 0;
	display:inline;
	background:url(images/bg-page.gif) no-repeat 100% 50%;
}
.content-box{
	width:785px;
	float:left;
}
.article{
   width:785px;
   overflow:hidden;
   margin:0 0 -6px;
   position:relative;
}
.article .t{
 height:12px;
 overflow:hidden;
 background:url(images/bg-article-t.png) no-repeat;
}
.article .m{background:url(images/bg-article.png) repeat-y;}
.article .m:after{
 display:block;
 clear:both;
 content:"";
}
.article .m{
 height:1%;
 padding:0 20px;
}
.article .b{
 height:126px;
 overflow:hidden;
 background:url(images/bg-article-b.png) no-repeat;
}
.article .m-box{
 width:100%;
 float:left;
 margin:0 0 -114px;
 position:relative;
}
.article .headbox{
	width:100%;
	overflow:hidden;
	padding:0 0 12px;
	background:url(images/dots.gif) repeat-x 0 100%;
	margin:0 0 21px;
}
.star-rating {
	list-style: none;
	margin:5px 0 0;
	float: right;
	padding: 0px;
	height: 9px;
	width: 180px;
	position: relative;
}
.star-rating li{float: left;}
.star-rating li a{
	float: left;
	width:11px;
	height: 9px;
	text-decoration: none;
	text-indent: -9999px;
	z-index: 2;
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
}
.star-rating li a:hover,
.star-rating li.active a{
	background: url(images/star.gif) 0 9px;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{left: 0;}
.star-rating a.one-star:hover,
.star-rating li.active a.one-star{width: 11px;}
.star-rating a.two-stars{left: 11px;}
.star-rating a.two-stars:hover,
.star-rating li.active a.two-stars{width: 22px;}
.star-rating a.three-stars{left: 22px;}
.star-rating a.three-stars:hover,
.star-rating li.active a.three-stars{width: 33px;}
.star-rating a.four-stars{left: 33px;}
.star-rating a.four-stars:hover,
.star-rating li.active a.four-stars{width: 44px;}
.star-rating a.five-stars{left: 44px;}
.star-rating a.five-stars:hover,
.star-rating li.active a.five-stars{width: 55px;}
.article .info{
	margin: 0;
	padding: 0;
	list-style:none;
	float:left;
}
.article .info li{
	float:left;
	color:#c8202c;
	margin:0 0 0 -19px;
	padding:0 26px 0 19px;
	background:url(images/bullet.gif) no-repeat;
}
.article .info li a{
	color:#00a2e7;
	text-decoration:underline;
}
.article .info li a:hover{text-decoration:none;}
.article .field-field-image{
	margin:0 0 24px;
	text-align:center;
	font-size:0;
}
.article dl{
	margin:0 0 6px;
	color:#1e9be2;
}
.article dt{display:inline;}
.article dd{
	display:inline;
	margin:0;
}
.article .cont{
	background:url(images/dots.gif) repeat-x 0 100%;
	padding:0 0 5px;
	margin:0 0 8px;
	min-height:131px;
}
* html .article .cont{height:131px;}
.article .more{
	width:729px;
	height:21px;
	padding:0 14px 0 0;
	margin:0 auto;
	overflow:hidden;
	background:url(images/bg-more.gif) no-repeat;
	font-size:11px;
	line-height:17px;
}
.article .author{float:right;}
.article .lnk-more{
	float:left;
	background:url(images/btn-more.gif) no-repeat;
	padding:0 0 0 16px;
	color:#6b6b6b;
}
.article .lnk-more span{
	float:left;
	background:url(images/btn-more.gif) no-repeat 100% 0;
	padding:0 14px 0 0;
	height:21px;
	cursor:pointer;
}
.article .more dl{color:#6b6b6b;}
.article .more dl dd,
.article .more dl a{color:#87b40f;}
.article .more dl dd{font-weight:bold;}
.data{
	width:741px;
	height:36px;
	margin:0 auto 4px;
	overflow:hidden;
	background:url(images/bg-data.png) no-repeat;
	padding:12px 22px 3px;
	font-size:10px;
}
.data .box{
	position:relative;
	width:100%;
	overflow:hidden;
}
.data .date{	
	float:right;
	font-style:normal;
	color:#00a2e7;
}
.data dl{
	float:left;
	margin:0 28px 0 0;
}
.data dt{
	display:inline;
}
.data dd{
	display:inline;
	margin:0;
}
.column{
	width:165px;
	float:right;
}
.rating{
	width:165px;
	overflow:hidden;
	margin:0 0 10px;
}
.rating .t{
	height:276px;
	overflow:hidden;
	background:url(images/bg-rating-t.png) no-repeat;
}
.rating .m{
	background:url(images/bg-rating.png) repeat-y;
	padding:0 4px;
}
.rating .m:after{
	display:block;
	clear:both;
	content:"";
}
* html .rating .m{
	height:1%;
	overflow:visible;
}
.rating .b{
	height:8px;
	overflow:hidden;
	background:url(images/bg-rating-b.png) no-repeat;
}
.rating .m-box{
	width:100%;
	float:left;
	margin:-273px 0 0;
	position:relative;
}
.rating .head{
	background:#fff4da url(images/bg-head-rating.gif) no-repeat;
	width:157px;
	min-height:38px;
	padding:7px 0 0;
	border-bottom:1px solid #f5e9d0;
}
* html .rating .head{height:38px;}
.rating h3{
	font-size:11px;
	color:#34a7ff;
	text-align:center;
	margin:0 0 3px;
}
.rating .ttl{
	display:block;
	color:#34a7ff;
	text-align:center;
	font-weight:normal;
}
.rating .box{
	overflow:hidden;
	padding:5px 13px 0 11px;
}
* html .rating .box{
	height:1%;
	overflow:visible;
}
.rating dl{
	margin:0 0 7px;
	width:100%;
	overflow:hidden;
	color:#6e777b;
}
.rating dl dt{
	float:left;
	width:90px;
}
.rating dl dd{
	float:right;
	margin:0;
	width:28px;
}
.rating dl a{color:#9b63f0;}
.banner{
	text-align:center;
	font-size:0;
}
#footer{
	height:20px;
	background:url(images/bg-footer.gif) repeat-x;
	padding:10px 0 0;
	margin:-30px 0 0;
	position:relative;
}
#footer .area{
	width:1114px;
	overflow:hidden;
	margin:0 auto;
}
#footer p{margin:0;}
#footer span{
	color:#b82f2f;
	font-size:14px;
}
.pages{
	float:right;
	margin: -2px 0 0;
	padding: 0;
	list-style:none;
	position:relative;
}
.pages li{
	float:left;
	margin:0 0 0 3px;
	display:inline;
	font-size:10px;
	line-height:15px;
}
.pages li a{
	float:left;
	color:#262e3e;
	padding:0 6px;
	height:15px;
	border:1px solid #fff;
}
.pages li.active a,
.pages li a:hover{
	background:url(images/btn-page.gif) repeat-x;
	border-color:#c6eefe;
	text-decoration:none;
}
#comments{
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
	margin:0 0 30px;
}
#comments h3{
	font-size:24px;
	margin:0 0 10px 22px;
	color:#262e3e;
	font-weight:normal;
	text-transform:uppercase;
}
#comments h3 span{color:#c91421;}
#comments h4{
	background:url(images/ico-comment.gif) no-repeat;
	padding:0 0 0 28px;
	margin:0 0 16px;
	font-weight:normal;
	font-size:11px;
	min-height:13px;
}
* html #comments h4{height:13px;}
#comments h4 a{color:#1479ba;}
.comments-area{
	overflow:hidden;
	padding:4px 0 16px;
	background:url(images/dot.gif) repeat-x 0 100%;
	margin:0 16px 0 22px;
}
* html .comments-area{
	height:1%;
	overflow:visible;
}
.comment{
	width:100%;
	overflow:hidden;
	background:url(images/dot.gif) repeat-x;
	color:#89878d;
	padding:13px 0;
}
.comment .user-info{
	width:100%;
	overflow:hidden;
	margin: 0 0 5px;
	padding: 0;
	list-style:none;
	overflow:hidden;
}
.comment .user-info li{
	float:left;
	background:url(images/user-bullet.gif) no-repeat 0 5px;
	margin:0 0 0 -12px;
	padding:0 21px 0 12px;
}
.comment .user-info li a{color:#262e3e;}
.comment .user-info em{
	font-size:10px;
	font-style:normal;
}
.comment p{
	margin:0 0 12px;
	line-height:18px;
}
.comment .answer a{
	color:#c91421;
	text-decoration:underline;
}
.comment .answer a:hover{text-decoration:none;}
.heading{
	width:743px;
	overflow:hidden;
	margin:0 auto -4px;
}
.heading .t{
	background:url(images/bg-heading-t.png) no-repeat;
	height:16px;
	overflow:hidden;
}
.heading .m{
	background:url(images/bg-heading.png) repeat-y;
	overflow:hidden;
	padding:0 22px 16px;
}
* html .heading .m{
	height:1%;
	overflow:visible;
}
.heading h2{
	font-size:24px;
	color:#262e3e;
	font-weight:normal;
	margin:0;
}
.heading h2 span{color:#049cdc;}
.registration{
	width:100%;
	overflow:hidden;
	padding:16px 0 0;
}
.registration .form-item{
	width:100%;
	overflow:hidden;
	background:url(images/dots.gif) repeat-x 0 100%;
	margin:0 0 21px;
}
.registration label{
	width:180px;
	margin:6px 7px 0 21px;
	font-size:11px;
	float:left;
	color:#555c69;
	font-weight:bold;
}
.registration .form-text{
	float:left;
    background:url(images/bg-input.gif) no-repeat;
	width:313px;
	margin:0;
	padding:6px 5px 5px;
	border:0;
	color:#515151;
}
.registration .description{
	display:block;
    clear:both;
	color:#dadbdf;
	font-style:normal;
	margin:40px 0 15px 83px;
	line-height:18px;
    font-size: 1em;
}
.registration .buttons{padding:7px 0 0;}
.btn-registration{
	display:block;
	background:url(images/btn-registration.gif) no-repeat;
	width:283px;
	height:39px;
	color:#252e3e;
	font-size:18px;
	line-height:39px;
	text-transform:uppercase;
	text-align:center;
	margin:0 auto 20px;
}
.btn-registration img{
	vertical-align:middle;
	margin:-4px 0 0 10px;
}
.btn-registration:hover{text-decoration:none;}
.btn-registration em{
	color:#bc0f1b;
	font-style:normal;
}
.btn-registration span{color:#049cdc;}
.fivestar-widget {
  width:180px;
  position:absolute;
  right:4px;
  top:0;
}
.taxonomy-super-select-checkboxes legend.collapse-processed a {
    color:#049CDC;
    font-size: 16px;
}
.design{
 float:right;
 background:url(images/logo-cityhall.gif) no-repeat;
 width:35px;
 height:22px;
 text-indent:-9999px;
 overflow:hidden;
 margin:0 20px 0 0;
 display:inline;
}
.design a{
 display:block;
 height:100%;
}
