/*
Theme Name: cima
*/
/* http://meyerweb.com/eric/tools/css/reset/

  v2.0 | 20110126

  License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}

body {
   line-height: 1;
}

ul{
    list-style-type: disc;
}
ol{
    list-style-type: decimal;
}
ol li, ul li{
	margin: 0 0 10px 30px;
	line-height: 1.2;
}

blockquote, q {
   quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}
table tr{
	margin: 0 0 10px;
}
table td{
	vertical-align:top;
	padding: 5px 10px 5px 0;
}
/****** CUSTOMIZED STYLE ********/

body{
}
h1, h2, h3,h4,h5,h6{
	font-family:centuryGothic, arial;
	font-weight:bold;
}
h1{
	font-size:26px;
	margin:0 0 10px 0;
	line-height:1.2;
}

h2{
	font-size:22px;
	margin:0 0 10px 0;
	line-height:1.2;
}

h3{
	font-size:20px;
	margin:0 0 10px 0;
	line-height:1.2;
}

h4{
	font-size:18px;
	margin:0 0 10px 0;
	line-height:1.2;
}

h5{
	font-size:16px;
	margin:0 0 10px 0;
	line-height:1.2;
}

h6{
	font-size:14px;
	margin:0 0 10px 0;
	line-height:1.2;
}

p{
   margin:0 0 12px 0;
}

a{
	text-decoration:none;
}

a:hover{
   text-decoration:underline;
}

img{
   border:none;
   vertical-align:middle;
}

em,i{
   font-style:italic;
}

b,strong{
   font-weight:bold;
}

sup{
	font-size:.8em;
    vertical-align:text-top;
}

input[type="button"],
input[type="submit"]{
   border:none;
   display:inline-block;
   zoom:1;
   line-height:1;
   #display:inline;
   outline:none;
   cursor:pointer;
   width:auto;
   overflow:visible;
}

.em-1{

}

.em-2{

}

.em-3{

}

.round-conner-5{
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-khtml-border-radius:	5px;
	border-radius:			5px;

}

.shadow-box{
   padding:20px;
   margin:0 0 20px 0;
   border:1px solid #e1e2e3;
   background:#fff;
   -moz-box-shadow:    0px 0px 1px 1px #e1e2e3;
   -webkit-box-shadow: 0px 0px 1px 1px #e1e2e3;
   box-shadow:         0px 0px 1px 1px #e1e2e3;
}

.gradient-box{
    background:#82a5aa;
   background: -moz-linear-gradient(center top, #a5d1d9, #82a5aa);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5d1d9), color-stop(100%, #82a5aa)); /* Safari 4+, Chrome 2+ */ 
   background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, #a5d1d9), color-stop(100%, #82a5aa)); /* Safari 5.1+, Chrome 10+ */  
   background: -o-linear-gradient(center top, #a5d1d9,  #82a5aa); /* Opera 11.10 */
   background: linear-gradient(center top, #a5d1d9, #82a5aa);
}

.text-shadow{
   text-shadow:0px 0px 3px #000;
}

.right-align{
   text-align:right;
}

.center-align{
   text-align:center;
}

.right{
   float:right;
}

.left{
   float:left;
}

.clear{
   clear:both;
   height:1px;
   line-height:1px;
}

.no-wrap{
   white-space:nowrap;
}

.link-btn{
	display:inline-block;
	zoo:1;
	#display:inline;    
	text-decoration:none;
	padding:5px 10px;
}


.fields{
   width:440px;
   color:#424242;
}

.field{
   width:100%;
   float:left;
   padding:0 0 7px 0;
}

.field label{
    width:130px;
    float:left;
}

.field .field-detail{
   float:left;
   width:305px;
}

.field input[type="text"],
.field input[type="password"],
.field textarea
{
   background:#cfdee5;
   padding:5px 10px;
   border:none;
   width:300px;
   resize:none;
}

.cb-field{
}

.cb-field input[type="checkbox"]{
   float:left;
   margin:0;
}


.cb-field label{
   float:left;
   width:400px;
   margin-left:10px;
}

.divider
{
  width:100%;
  margin:0 0 20px 0;
  border-top:1px solid #ececec;
  clear:both;
}

.img-txt{

}

.img-txt span{
   display:none;
}

/** CUSTOMIZED **/
body{
	background:url(images/bg-main.gif) top left repeat-x;
	font-family:Verdana, arial, helvetica;
	font-size:12px;
}

#ads{
	padding: 10px 0;
	text-align:center;
}

#ads .inner{
	width:1024px;
	margin:0 auto;
}

#utility-links{
	background:#6b6b6b;
	color:#E4E4E4;
	text-align:center;
}

#utility-links a{
	color:#E4E4E4;
	vertical-align:middle;
}

#utility-links .inner{
	width:1024px;
	margin:0 auto; 
	padding:6px 0;
}

.share-btns,
.search-box{
	display:inline-block;
	vertical-align:middle;
	margin:0 6px;
}

.share-btns img{
	margin:0 6px;
}

.search-box input[type="text"]{
	border:1px solid #bbbbbb;
	padding:2px 5px 2px 25px;
	line-height:1;
	color:#333;
	background:#fff url(images/icon-search.gif) 0 0 no-repeat;
	width:100px;
	vertical-align:middle;
}

.search-box input[type="submit"],
.search-box input[type="button"]{
	background:#8a9bad url(images/bg-submit_s1.png) bottom left repeat-x;
	color:#fff;
	line-height:1;
	padding:2px 5px;
	vertical-align:middle;
	border:1px solid #2a3642;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-khtml-border-radius:	3px;
	border-radius:			3px;
}

#wrapper{
	padding:0 20px;
	width:930px;
	margin:0 auto;
	background:#fff;
}

#header{
}

#nav{
	background:#342b2e;
	padding:5px 0;
	margin:0 0 10px 0;
}

#nav ul li{
	width:16%;
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
}

#nav ul li a{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:5px 0;
	border-right:2px solid #fff;
	text-decoration:none;
}

#nav ul li.last a{
	border:none;
}

#nav ul li.on a{
	color:#fe162c;
}

#banner{
	margin:22px 0;
	width:100%;
}

.banner-list{
	list-style: none outside none;
}

.banner-list li{
	position:relative;
	width:100%;
	height:380px;
	overflow:hidden;
	margin:0px;
	color:#fff;
}
.banner-list li a{
	color:#fff;
	text-decoration:none;
}
.banner-list li .banner-image{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
}

.banner-list li h2{
	font-size:22px;
	font-weight:normal;
	background:url(images/b35.png);
	position:relative;
	top:6px;
	left:0; 
	z-index:100;
	padding:10px 14px;
}

.banner-list li .banner-desc{
	font-size:17px;
	position:absolute;
	bottom:6px;
	margin:0;
	left:0;
	background:url(images/b35.png);
	padding:10px 14px;
	z-index:100;
	display:block;
	width:100%;
}

#main{
	width:100%; 
}

#main p{
   line-height:1.8;
}

#left-col{
	width:69%;
	float:left;
	margin-bottom: 20px;
}

#left-col .head-line{
	font-size:14px;
	font-weight:bold;
}

.teaser-list{
	color:#332B2E;	
	list-style: none outside none;
}

.teaser-list li{
	background:url(images/teaser-divider.gif) 0 0 no-repeat;
	padding:20px 0;
	margin:0px;
}

.teaser-list h2{
	font-size:16px;
	font-weight:bold;
	margin:0;
}

.teaser-list h2 a{
	color:#332B2E;
}

.teaser-list p{
	margin:0;
}

.article-info{
	font-size:10px;
	color:#7F7F7F;
}

.more-link{
	font-size:14px;
	font-weight:bold;
	color:#332B2E;
}

.spotlight{
	width:295px;
	height:130px;
	padding:5px 10px;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	line-height:1.3;
	border:1px solid #d7d7d7;
	background:#eeeeee;
	-moz-border-radius:		15px;
	-webkit-border-radius:	15px;
	-khtml-border-radius:	15px;
	border-radius:			15px; 
	
}

.spotlight h2{
	font-size:14px;
	border-bottom:1px solid #d7d7d7;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
}

.spotlight table td{
	padding:0 10px 10px 0;
	vertical-align:top;
}

.right-box{
	background:#eeeeee;
	margin:0 0 22px 0;
	color:#332B2E;
	
}

.right-box .right-img{
	float:right;
	margin:0 0 10px 10px;
}

.right-box h2{
	font-size:14px;
	height:20px;
	font-weight:bold;
	color:#fff;
	background:#ee1a30;
	padding:5px 10px;
	line-height:1;
}
.right-box h3{
	font-size: 14px;
    font-weight: bold;
}
.right-box p{
	margin:0;
}

.right-box a{
	color:#332B2E;
}

.right-box h2 a{
	color:#fff;
}
.right-box ul{
	list-style: none outside none;
}
.right-box li{
	padding:10px 7px;
	background:url(images/side-list-divider.gif) left bottom no-repeat;
	margin:0px;
}

.right-box li.last{
	background:none;
}

.right-box .side-list-info{
	font-size:10px;
}


.right-box.style-2{
	font-size:11px;
	line-height:1.5;
}

.right-box.style-2 .right-box-inner{
	padding:10px 5px;
}

.ui-datepicker-header,
.right-box.style-2 h2{
	background: none repeat scroll 0 0 #6A6A6A;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    padding: 5px;
}


.right-box.style-2 h2 a{
	color:#fff;

}
.right-box.style-2 ul{
	list-style: none outside none;
}	
.right-box.style-2 li{
	padding:5px 15px;
	background:url(images/bull-list-3.png) 0px 10px no-repeat;
	margin:0px;
}

#right-col{
	width:28%;
	float:right;
}

#footer{
	color:#fff;
	padding:14px 20px 10px;
	margin:0 -20px;
	background:#6a6a6a url(images/footer-logo.gif) bottom right no-repeat;
	clear:both;
}

#footer a{
	color:#fff;
}

#footer-links-tbl{
	width:100%;
	margin:0 0 30px 0;
}

#footer-links-tbl td{
	
}

#footer-links-tbl a{

}
#footer-links-tbl  ul{
	list-style: none outside none;
}
#footer-links-tbl  ul li{
	padding:0 0 10px 0;
	margin:0px;
}
.cr{
	text-align:center;
	margin:0;
}

.cr .line-1{
	font-size:15px;
}

.cr .line-2{
	font-size:11px;
}

.hero-image{
	width:100%;
	margin:0 0 22px 0;
}

.top-col{
	clear: both;
    padding: 0 0 10px;
    width: 100%;
}

.top-col h1{

}

.hero-image img{
	max-width:100%;
}

.social-tools{
	float:right;
	clear:right;
	padding: 5px 0 0 0;
}

.breadcrumb{
	float:right;
	clear:right;
	margin:0 0 10px 0;
}

.breadcrumb a{
	color:#332B2D;
}

.bull-list-2{
	list-style: none outside none;
}

.bull-list-2 li{
	background:url(images/bull-list-2.png) 0 7px no-repeat;
	line-height:1.8;
	padding:0 0 0 33px;
	margin:0 0 12px 0;
}

.bull-list-2 .head-line{
	font-size:14px;
	font-weight:bold;
	display:block;
}

.event-list{
}

.event-list li{
	overflow:hidden;
}

.event-list .list-thumbnail{
	width:18%;
	float:left;
}

.event-list .list-desc{
	width:79%;
	float:right;
}

.event-list .head-line{
	font-size:15px;
	font-weight:bold;
}

.no-thumbnail .list-desc{
	width:100%;
}

a.view-calendar-link{
	color:#fff;
	text-align:center;

	display:block;
	background:#ee1e34;
	padding:2px 0;
}

.poster-col{
	width:43%;
	float:left;
	margin:0 0 22px 0;
}

.poster-col img{
	max-width:100%;
}

.info-col{
	width:55.37%;
	float:right;
	margin:0 0 22px 0;
	background:#eeeeee;
}

.info-col .inner-box{
	padding:9px 12px;
	line-height:1.8;
}

.info-col h2{
	font-size:12px;
	font-weight:normal;
	height:11px;
	color:#fff;
	background:#6a6a6a;
	padding:5px 10px;
	line-height:1;
}

.info-col .head-line{
	font-size:15px;
	font-weight:bold;
}

.left-image{
	float:left;
	margin:0 20px 0 0;
}

.info-col .left-btn{
	float:left;
	width:40%;
	
	background:#ee1e34;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	padding:5px 0;
	text-align:center;

	display:inline-block;
}

.info-col .right-btn{
	float:right;
	width:59%;
	
	background:#ee1e34;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	padding:5px 0;
	text-align:center;

	display:inline-block;
}

.equal-box{
	width:48.4%;
	margin:0 0 22px 0;
	background:#eee;
}

.equal-box h2{
	font-size:14px;
	background: none repeat scroll 0 0 #6A6A6A;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1;
    padding: 5px 8px;
}

.equal-box h2 a{
	color:#fff;
}

.equal-box .inner-box{
	padding:20px 8px;
}

.equal-box h3{
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	line-height:1.3;
}

.equal-box h3 a{
	color:#332B2D;
}

.news-list li{
	margin:0 0 20px 0;
}

.news-list p{
	margin:0;
}

.more-news-btn{
	background: none repeat scroll 0 0 #EE1E34;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
	width:100%;
}
/* new css */
a:active, a:focus {
	outline:none;
	noFocusLine: expression(this.onFocus=this.blur());
}
#header_menu ul li a{
	text-transform: uppercase;
}
#utility-links a {

}
#utility-links .inner span{
	vertical-align: middle;
}
.bull-list-2 .head-line  a{
	color:#000000;

}
#pagenavi{
	margin: 20px 0;
}
.right-box-inner ul li a {

}
.event-list a{
	color:#332B2E;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.tb-event-list td{
	vertical-align:top;
}
.tb-event-list td .event-thumbnail{
	margin-right:5px;
}
.tb-event-list h3{
	font-size: 14px;
    font-weight: bold;
	padding-bottom:10px;
}
.info-col a{
	color:#000000;

}
.inner-box li a{
	font-weight:bold;
}
.inner-box .tb-event-list{
	line-height:1.0;
}

table.ui-datepicker-calendar td.event-active a{
	background: url("images/datepicker/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #951537;
    border: 1px solid #999999;
    color: #FFFFFF;
    font-weight: normal;
}

#eventb2b,#eventnews{
	float:right;
	color: #FFFFFF;
}
.hide{
	display:none;
}
#left-col h1,#left-col h2{
	padding-bottom:5px;
}
.news-list{
	list-style: none outside none;
}
#fullpage{
	margin-bottom: 20px;
    width: 100%;
}
.sidebarBox{
	padding:5px;
}
.sitemapHeader{
	list-style: none outside none;
}

.pager-box a, .pager-box span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}